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.v1.VideoAnnotationProgress annotation_progress = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VideoAnnotationProgress |
|
getAnnotationProgressCount()
public abstract int getAnnotationProgressCount() Progress metadata for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1.VideoAnnotationProgress annotation_progress = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAnnotationProgressList()
public abstract List<VideoAnnotationProgress> getAnnotationProgressList() Progress metadata for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1.VideoAnnotationProgress annotation_progress = 1;
| Returns | |
|---|---|
| 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.v1.VideoAnnotationProgress annotation_progress = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VideoAnnotationProgressOrBuilder |
|
getAnnotationProgressOrBuilderList()
public abstract List<? extends VideoAnnotationProgressOrBuilder> getAnnotationProgressOrBuilderList() Progress metadata for all videos specified in AnnotateVideoRequest.
repeated .google.cloud.videointelligence.v1.VideoAnnotationProgress annotation_progress = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.videointelligence.v1.VideoAnnotationProgressOrBuilder> |
|