class AnnotateVideoProgress extends Message

Video annotation progress. Included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

Protobuf type Google\Cloud\Videointelligence\V1beta1\AnnotateVideoProgress

Methods

__construct()

No description

RepeatedField
getAnnotationProgress()

Progress metadata for all videos specified in AnnotateVideoRequest.

setAnnotationProgress(array|RepeatedField $var)

Progress metadata for all videos specified in AnnotateVideoRequest.

Details

at line 27
__construct()

at line 38
RepeatedField getAnnotationProgress()

Progress metadata for all videos specified in AnnotateVideoRequest.

Generated from protobuf field repeated .google.cloud.videointelligence.v1beta1.VideoAnnotationProgress annotation_progress = 1;

Return Value

RepeatedField

at line 49
setAnnotationProgress(array|RepeatedField $var)

Progress metadata for all videos specified in AnnotateVideoRequest.

Generated from protobuf field repeated .google.cloud.videointelligence.v1beta1.VideoAnnotationProgress annotation_progress = 1;

Parameters

array|RepeatedField $var