Package com.viam.service.vision.v1
Interface Vision.GetObjectPointCloudsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.GetObjectPointCloudsResponse
,Vision.GetObjectPointCloudsResponse.Builder
- Enclosing class:
- Vision
public static interface Vision.GetObjectPointCloudsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionActual MIME type of responsecom.google.protobuf.ByteString
Actual MIME type of responsegetObjects
(int index) List of objects in the sceneint
List of objects in the sceneList of objects in the sceneMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getMimeType
String getMimeType()Actual MIME type of response
string mime_type = 1 [json_name = "mimeType"];
- Returns:
- The mimeType.
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()Actual MIME type of response
string mime_type = 1 [json_name = "mimeType"];
- Returns:
- The bytes for mimeType.
-
getObjectsList
List<Common.PointCloudObject> getObjectsList()List of objects in the scene
repeated .viam.common.v1.PointCloudObject objects = 2 [json_name = "objects"];
-
getObjects
List of objects in the scene
repeated .viam.common.v1.PointCloudObject objects = 2 [json_name = "objects"];
-
getObjectsCount
int getObjectsCount()List of objects in the scene
repeated .viam.common.v1.PointCloudObject objects = 2 [json_name = "objects"];
-