Cloud Speech V1 Client - Class LongRunningRecognizeMetadata (1.18.3)

Reference documentation and code samples for the Cloud Speech V1 Client class LongRunningRecognizeMetadata.

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.

Generated from protobuf message google.cloud.speech.v1.LongRunningRecognizeMetadata

Namespace

Google \ Cloud \ Speech \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ progress_percent int

Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.

↳ start_time Google\Protobuf\Timestamp

Time when the request was received.

↳ last_update_time Google\Protobuf\Timestamp

Time of the most recent processing update.

↳ uri string

Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.

getProgressPercent

Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.

Returns
Type Description
int

setProgressPercent

Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.

Parameter
Name Description
var int
Returns
Type Description
$this

getStartTime

Time when the request was received.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Time when the request was received.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getLastUpdateTime

Time of the most recent processing update.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasLastUpdateTime

clearLastUpdateTime

setLastUpdateTime

Time of the most recent processing update.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUri

Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.

Returns
Type Description
string

setUri

Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.

Parameter
Name Description
var string
Returns
Type Description
$this