Cloud Video Intelligence V1beta2 Client - Class AnnotateVideoProgress (1.13.1)

Reference documentation and code samples for the Cloud Video Intelligence V1beta2 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.v1beta2.AnnotateVideoProgress

Namespace

Google \ Cloud \ VideoIntelligence \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

Progress metadata for all videos specified in AnnotateVideoRequest.

getAnnotationProgress

Progress metadata for all videos specified in AnnotateVideoRequest.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAnnotationProgress

Progress metadata for all videos specified in AnnotateVideoRequest.

Parameter
NameDescription
var array<Google\Cloud\VideoIntelligence\V1beta2\VideoAnnotationProgress>
Returns
TypeDescription
$this