Package com.viam.service.vision.v1
Interface Vision.GetPropertiesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.GetPropertiesResponse,Vision.GetPropertiesResponse.Builder
- Enclosing class:
Vision
public static interface Vision.GetPropertiesResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanwhether or not classifactions are supported by the vision servicethe default camera used for *FromCamera and GetObjectPointClouds callscom.google.protobuf.ByteStringthe default camera used for *FromCamera and GetObjectPointClouds callsbooleanwhether or not detections are supported by the vision servicebooleanwhether or not 3d segmentation is supported by the vision servicebooleanthe default camera used for *FromCamera and GetObjectPointClouds callsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getClassificationsSupported
boolean getClassificationsSupported()whether or not classifactions are supported by the vision service
bool classifications_supported = 1 [json_name = "classificationsSupported"];- Returns:
- The classificationsSupported.
-
getDetectionsSupported
boolean getDetectionsSupported()whether or not detections are supported by the vision service
bool detections_supported = 2 [json_name = "detectionsSupported"];- Returns:
- The detectionsSupported.
-
getObjectPointCloudsSupported
boolean getObjectPointCloudsSupported()whether or not 3d segmentation is supported by the vision service
bool object_point_clouds_supported = 3 [json_name = "objectPointCloudsSupported"];- Returns:
- The objectPointCloudsSupported.
-
hasDefaultCamera
boolean hasDefaultCamera()the default camera used for *FromCamera and GetObjectPointClouds calls
optional string default_camera = 4 [json_name = "defaultCamera"];- Returns:
- Whether the defaultCamera field is set.
-
getDefaultCamera
String getDefaultCamera()the default camera used for *FromCamera and GetObjectPointClouds calls
optional string default_camera = 4 [json_name = "defaultCamera"];- Returns:
- The defaultCamera.
-
getDefaultCameraBytes
com.google.protobuf.ByteString getDefaultCameraBytes()the default camera used for *FromCamera and GetObjectPointClouds calls
optional string default_camera = 4 [json_name = "defaultCamera"];- Returns:
- The bytes for defaultCamera.
-