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 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
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.
-
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.
-