Package com.viam.service.vision.v1
Interface Vision.GetClassificationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Vision.GetClassificationsResponse
,Vision.GetClassificationsResponse.Builder
- Enclosing class:
- Vision
public static interface Vision.GetClassificationsResponseOrBuilder
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"];
-