class VideoAnnotationProgress extends Message

Annotation progress for a single video.

Protobuf type Google\Cloud\Videointelligence\V1beta1\VideoAnnotationProgress

Methods

__construct()

No description

string
getInputUri()

Video file location in Google Cloud Storage.

setInputUri(string $var)

Video file location in Google Cloud Storage.

int
getProgressPercent()

Approximate percentage processed thus far.

setProgressPercent(int $var)

Approximate percentage processed thus far.

getStartTime()

Time when the request was received.

setStartTime(Timestamp $var)

Time when the request was received.

getUpdateTime()

Time of the most recent update.

setUpdateTime(Timestamp $var)

Time of the most recent update.

Details

at line 45
__construct()

at line 57
string getInputUri()

Video file location in Google Cloud Storage.

Generated from protobuf field string input_uri = 1;

Return Value

string

at line 69
setInputUri(string $var)

Video file location in Google Cloud Storage.

Generated from protobuf field string input_uri = 1;

Parameters

string $var

at line 82
int getProgressPercent()

Approximate percentage processed thus far.

Guaranteed to be 100 when fully processed.

Generated from protobuf field int32 progress_percent = 2;

Return Value

int

at line 94
setProgressPercent(int $var)

Approximate percentage processed thus far.

Guaranteed to be 100 when fully processed.

Generated from protobuf field int32 progress_percent = 2;

Parameters

int $var

at line 106
Timestamp getStartTime()

Time when the request was received.

Generated from protobuf field .google.protobuf.Timestamp start_time = 3;

Return Value

Timestamp

at line 117
setStartTime(Timestamp $var)

Time when the request was received.

Generated from protobuf field .google.protobuf.Timestamp start_time = 3;

Parameters

Timestamp $var

at line 129
Timestamp getUpdateTime()

Time of the most recent update.

Generated from protobuf field .google.protobuf.Timestamp update_time = 4;

Return Value

Timestamp

at line 140
setUpdateTime(Timestamp $var)

Time of the most recent update.

Generated from protobuf field .google.protobuf.Timestamp update_time = 4;

Parameters

Timestamp $var