Cloud Speech-to-Text V1 API - Class Google::Cloud::Speech::V1::LongRunningRecognizeMetadata (v0.10.0)

Reference documentation and code samples for the Cloud Speech-to-Text V1 API class Google::Cloud::Speech::V1::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#last_update_time

def last_update_time() -> ::Google::Protobuf::Timestamp
Returns

#last_update_time=

def last_update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#progress_percent

def progress_percent() -> ::Integer
Returns
  • (::Integer) — Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.

#progress_percent=

def progress_percent=(value) -> ::Integer
Parameter
  • value (::Integer) — Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
Returns
  • (::Integer) — Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#uri

def uri() -> ::String
Returns
  • (::String) — Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.