Package com.viam.component.camera.v1
Interface Camera.GetPointCloudResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Camera.GetPointCloudResponse
,Camera.GetPointCloudResponse.Builder
- Enclosing class:
- Camera
public static interface Camera.GetPointCloudResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionActual MIME type of responsecom.google.protobuf.ByteString
Actual MIME type of responsecom.google.protobuf.ByteString
Frame in bytesMethods 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.
-
getPointCloud
com.google.protobuf.ByteString getPointCloud()Frame in bytes
bytes point_cloud = 2 [json_name = "pointCloud"];
- Returns:
- The pointCloud.
-