Package com.viam.service.vision.v1
Interface Vision.GetClassificationsFromCameraResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.GetClassificationsFromCameraResponse
,Vision.GetClassificationsFromCameraResponse.Builder
- Enclosing class:
- Vision
public static interface Vision.GetClassificationsFromCameraResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClassifications
(int index) repeated .viam.service.vision.v1.Classification classifications = 1 [json_name = "classifications"];
int
repeated .viam.service.vision.v1.Classification classifications = 1 [json_name = "classifications"];
repeated .viam.service.vision.v1.Classification classifications = 1 [json_name = "classifications"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getClassificationsList
List<Vision.Classification> getClassificationsList()repeated .viam.service.vision.v1.Classification classifications = 1 [json_name = "classifications"];
-
getClassifications
repeated .viam.service.vision.v1.Classification classifications = 1 [json_name = "classifications"];
-
getClassificationsCount
int getClassificationsCount()repeated .viam.service.vision.v1.Classification classifications = 1 [json_name = "classifications"];
-