Cloud Video Intelligence V1 Client - Class AnnotateVideoProgress (1.15.3)

Reference documentation and code samples for the Cloud Video Intelligence V1 Client class AnnotateVideoProgress.

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

Generated from protobuf message google.cloud.videointelligence.v1.AnnotateVideoProgress

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ annotation_progress array<Google\Cloud\VideoIntelligence\V1\VideoAnnotationProgress>

Progress metadata for all videos specified in AnnotateVideoRequest.

getAnnotationProgress

Progress metadata for all videos specified in AnnotateVideoRequest.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAnnotationProgress

Progress metadata for all videos specified in AnnotateVideoRequest.

Parameter
Name Description
var array<Google\Cloud\VideoIntelligence\V1\VideoAnnotationProgress>
Returns
Type Description
$this