public interface AnnotateVideoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<VideoAnnotationResults> getAnnotationResultsList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p2beta1.VideoAnnotationResults annotation_results = 1;VideoAnnotationResults getAnnotationResults(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p2beta1.VideoAnnotationResults annotation_results = 1;int getAnnotationResultsCount()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p2beta1.VideoAnnotationResults annotation_results = 1;List<? extends VideoAnnotationResultsOrBuilder> getAnnotationResultsOrBuilderList()
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p2beta1.VideoAnnotationResults annotation_results = 1;VideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder(int index)
Annotation results for all videos specified in `AnnotateVideoRequest`.
repeated .google.cloud.videointelligence.v1p2beta1.VideoAnnotationResults annotation_results = 1;Copyright © 2018 Google LLC. All rights reserved.