AnnotateVideoProgress
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
No description
Progress metadata for all videos specified in AnnotateVideoRequest
.
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;
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;