public interface AnnotateVideoResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotationResults(int index)
public abstract VideoAnnotationResults getAnnotationResults(int index) Annotation results for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
| Name | Description |
| index | int |
| Type | Description |
| VideoAnnotationResults |
getAnnotationResultsCount()
public abstract int getAnnotationResultsCount() Annotation results for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
| Type | Description |
| int |
getAnnotationResultsList()
public abstract List<VideoAnnotationResults> getAnnotationResultsList() Annotation results for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
| Type | Description |
| List<VideoAnnotationResults> |
getAnnotationResultsOrBuilder(int index)
public abstract VideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder(int index) Annotation results for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
| Name | Description |
| index | int |
| Type | Description |
| VideoAnnotationResultsOrBuilder |
getAnnotationResultsOrBuilderList()
public abstract List<? extends VideoAnnotationResultsOrBuilder> getAnnotationResultsOrBuilderList() Annotation results for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1beta2.VideoAnnotationResultsOrBuilder> |