Package com.viam.service.vision.v1
Interface Vision.GetDetectionsFromCameraRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- Vision.GetDetectionsFromCameraRequest,- Vision.GetDetectionsFromCameraRequest.Builder
- Enclosing class:
- Vision
public static interface Vision.GetDetectionsFromCameraRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionname of camera source to use as inputcom.google.protobuf.ByteStringname of camera source to use as inputcom.google.protobuf.StructgetExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];getName()name of the vision servicecom.google.protobuf.ByteStringname of the vision servicebooleanhasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getNameString getName()name of the vision service string name = 1 [json_name = "name"];- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()name of the vision service string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
 
- 
getCameraNameString getCameraName()name of camera source to use as input string camera_name = 2 [json_name = "cameraName"];- Returns:
- The cameraName.
 
- 
getCameraNameBytescom.google.protobuf.ByteString getCameraNameBytes()name of camera source to use as input string camera_name = 2 [json_name = "cameraName"];- Returns:
- The bytes for cameraName.
 
- 
hasExtraboolean hasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- Whether the extra field is set.
 
- 
getExtracom.google.protobuf.Struct getExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- The extra.
 
 
-