LongRunningRecognizeMetadata
class LongRunningRecognizeMetadata extends Message
Describes the progress of a long-running LongRunningRecognize
call. It is
included in the metadata
field of the Operation
returned by the
GetOperation
call of the google::longrunning::Operations
service.
Protobuf type Google\Cloud\Speech\V1\LongRunningRecognizeMetadata
Methods
No description
Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
Time when the request was received.
Time of the most recent processing update.
Details
at line 40
__construct()
at line 52
int
getProgressPercent()
Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
Generated from protobuf field int32 progress_percent = 1;
at line 64
setProgressPercent(int $var)
Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
Generated from protobuf field int32 progress_percent = 1;
at line 76
Timestamp
getStartTime()
Time when the request was received.
Generated from protobuf field .google.protobuf.Timestamp start_time = 2;
at line 87
setStartTime(Timestamp $var)
Time when the request was received.
Generated from protobuf field .google.protobuf.Timestamp start_time = 2;
at line 99
Timestamp
getLastUpdateTime()
Time of the most recent processing update.
Generated from protobuf field .google.protobuf.Timestamp last_update_time = 3;
at line 110
setLastUpdateTime(Timestamp $var)
Time of the most recent processing update.
Generated from protobuf field .google.protobuf.Timestamp last_update_time = 3;