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 Detail

      • getAnnotationResultsList

        List<VideoAnnotationResults> getAnnotationResultsList()
         Annotation results for all videos specified in `AnnotateVideoRequest`.
         
        repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
      • getAnnotationResults

        VideoAnnotationResults getAnnotationResults​(int index)
         Annotation results for all videos specified in `AnnotateVideoRequest`.
         
        repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
      • getAnnotationResultsCount

        int getAnnotationResultsCount()
         Annotation results for all videos specified in `AnnotateVideoRequest`.
         
        repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
      • getAnnotationResultsOrBuilderList

        List<? extends VideoAnnotationResultsOrBuilder> getAnnotationResultsOrBuilderList()
         Annotation results for all videos specified in `AnnotateVideoRequest`.
         
        repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;
      • getAnnotationResultsOrBuilder

        VideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder​(int index)
         Annotation results for all videos specified in `AnnotateVideoRequest`.
         
        repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationResults annotation_results = 1;