public interface AnnotateVideoProgressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotationProgress(int index)
public abstract VideoAnnotationProgress getAnnotationProgress(int index) Progress metadata for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationProgress annotation_progress = 1;
| Name | Description |
| index | int |
| Type | Description |
| VideoAnnotationProgress |
getAnnotationProgressCount()
public abstract int getAnnotationProgressCount() Progress metadata for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationProgress annotation_progress = 1;
| Type | Description |
| int |
getAnnotationProgressList()
public abstract List<VideoAnnotationProgress> getAnnotationProgressList() Progress metadata for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationProgress annotation_progress = 1;
| Type | Description |
| List<VideoAnnotationProgress> |
getAnnotationProgressOrBuilder(int index)
public abstract VideoAnnotationProgressOrBuilder getAnnotationProgressOrBuilder(int index) Progress metadata for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationProgress annotation_progress = 1;
| Name | Description |
| index | int |
| Type | Description |
| VideoAnnotationProgressOrBuilder |
getAnnotationProgressOrBuilderList()
public abstract List<? extends VideoAnnotationProgressOrBuilder> getAnnotationProgressOrBuilderList() Progress metadata for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1beta2.VideoAnnotationProgress annotation_progress = 1;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1beta2.VideoAnnotationProgressOrBuilder> |