Package com.viam.service.vision.v1
Interface Vision.CaptureAllFromCameraRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.CaptureAllFromCameraRequest
,Vision.CaptureAllFromCameraRequest.Builder
- Enclosing class:
- Vision
public static interface Vision.CaptureAllFromCameraRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionname of camera source to use as inputcom.google.protobuf.ByteString
name of camera source to use as inputcom.google.protobuf.Struct
getExtra()
.google.protobuf.Struct extra = 99 [json_name = "extra"];
getName()
name of the vision servicecom.google.protobuf.ByteString
name of the vision serviceboolean
whether or not including classifications in the responseboolean
whether or not including detections in the responseboolean
whether or not including the image in the responseboolean
whether or not including pcd in the responseboolean
hasExtra()
.google.protobuf.Struct extra = 99 [json_name = "extra"];
Methods 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()name of camera source to use as input
string camera_name = 2 [json_name = "cameraName"];
- Returns:
- The cameraName.
-
getCameraNameBytes
com.google.protobuf.ByteString getCameraNameBytes()name of camera source to use as input
string camera_name = 2 [json_name = "cameraName"];
- Returns:
- The bytes for cameraName.
-
getReturnImage
boolean getReturnImage()whether or not including the image in the response
bool return_image = 3 [json_name = "returnImage"];
- Returns:
- The returnImage.
-
getReturnClassifications
boolean getReturnClassifications()whether or not including classifications in the response
bool return_classifications = 4 [json_name = "returnClassifications"];
- Returns:
- The returnClassifications.
-
getReturnDetections
boolean getReturnDetections()whether or not including detections in the response
bool return_detections = 5 [json_name = "returnDetections"];
- Returns:
- The returnDetections.
-
getReturnObjectPointClouds
boolean getReturnObjectPointClouds()whether or not including pcd in the response
bool return_object_point_clouds = 6 [json_name = "returnObjectPointClouds"];
- Returns:
- The returnObjectPointClouds.
-
hasExtra
boolean hasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- The extra.
-