Cloud Video Intelligence V1beta2 Client - Class VideoAnnotationProgress (1.13.1)

Reference documentation and code samples for the Cloud Video Intelligence V1beta2 Client class VideoAnnotationProgress.

Annotation progress for a single video.

Generated from protobuf message google.cloud.videointelligence.v1beta2.VideoAnnotationProgress

Namespace

Google \ Cloud \ VideoIntelligence \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ input_uri string

Video file location in Google Cloud Storage.

↳ progress_percent int

Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.

↳ start_time Google\Protobuf\Timestamp

Time when the request was received.

↳ update_time Google\Protobuf\Timestamp

Time of the most recent update.

getInputUri

Video file location in Google Cloud Storage.

Returns
TypeDescription
string

setInputUri

Video file location in Google Cloud Storage.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProgressPercent

Approximate percentage processed thus far.

Guaranteed to be 100 when fully processed.

Returns
TypeDescription
int

setProgressPercent

Approximate percentage processed thus far.

Guaranteed to be 100 when fully processed.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStartTime

Time when the request was received.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Time when the request was received.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Time of the most recent update.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Time of the most recent update.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this