com.google.cloud.videointelligence.v1p3beta1.AnnotateVideoResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1p3beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto
package com.google.cloud.videointelligence.v1p3beta1;
public interface AnnotateVideoResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.AnnotateVideoResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Annotation results for all videos specified in `AnnotateVideoRequest`.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
*
*/
java.util.List
getAnnotationResultsList();
/**
*
*
*
* Annotation results for all videos specified in `AnnotateVideoRequest`.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
*
*/
com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults getAnnotationResults(
int index);
/**
*
*
*
* Annotation results for all videos specified in `AnnotateVideoRequest`.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
*
*/
int getAnnotationResultsCount();
/**
*
*
*
* Annotation results for all videos specified in `AnnotateVideoRequest`.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
*
*/
java.util.List<
? extends com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResultsOrBuilder>
getAnnotationResultsOrBuilderList();
/**
*
*
*
* Annotation results for all videos specified in `AnnotateVideoRequest`.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults annotation_results = 1;
*
*/
com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResultsOrBuilder
getAnnotationResultsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy