Package com.viam.service.vision.v1
Interface Vision.GetClassificationsFromCameraRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.GetClassificationsFromCameraRequest,Vision.GetClassificationsFromCameraRequest.Builder
- Enclosing class:
- Vision
public static interface Vision.GetClassificationsFromCameraRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe image encoded as bytescom.google.protobuf.ByteStringthe image encoded as bytescom.google.protobuf.StructgetExtra()Additional arguments to the methodintgetN()the number of classifications desiredgetName()name of the vision servicecom.google.protobuf.ByteStringname of the vision servicebooleanhasExtra()Additional arguments to the methodMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()name of the vision service
string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()name of the vision service
string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getCameraName
String getCameraName()the image encoded as bytes
string camera_name = 2 [json_name = "cameraName"];- Returns:
- The cameraName.
-
getCameraNameBytes
com.google.protobuf.ByteString getCameraNameBytes()the image encoded as bytes
string camera_name = 2 [json_name = "cameraName"];- Returns:
- The bytes for cameraName.
-
getN
int getN()the number of classifications desired
int32 n = 3 [json_name = "n"];- Returns:
- The n.
-
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- The extra.
-