Interface AnnotateVideoResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnnotateVideoResponse
,AnnotateVideoResponse.Builder
public interface AnnotateVideoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoAnnotationResults
getAnnotationResults(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.int
getAnnotationResultsCount()
Annotation results for all videos specified in `AnnotateVideoRequest`.List<VideoAnnotationResults>
getAnnotationResultsList()
Annotation results for all videos specified in `AnnotateVideoRequest`.VideoAnnotationResultsOrBuilder
getAnnotationResultsOrBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.List<? extends VideoAnnotationResultsOrBuilder>
getAnnotationResultsOrBuilderList()
Annotation results for all videos specified in `AnnotateVideoRequest`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAnnotationResultsList
List<VideoAnnotationResults> getAnnotationResultsList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
getAnnotationResults
VideoAnnotationResults getAnnotationResults(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
getAnnotationResultsCount
int getAnnotationResultsCount()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
getAnnotationResultsOrBuilderList
List<? extends VideoAnnotationResultsOrBuilder> getAnnotationResultsOrBuilderList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
getAnnotationResultsOrBuilder
VideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
-
-