Reference documentation and code samples for the Cloud Speech-to-Text V1p1beta1 API class Google::Cloud::Speech::V1p1beta1::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
- (::Google::Protobuf::Timestamp) — Time of the most recent processing update.
#last_update_time=
def last_update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time of the most recent processing update.
Returns
- (::Google::Protobuf::Timestamp) — Time of the most recent processing update.
#output_config
def output_config() -> ::Google::Cloud::Speech::V1p1beta1::TranscriptOutputConfig
Returns
- (::Google::Cloud::Speech::V1p1beta1::TranscriptOutputConfig) — Output only. A copy of the TranscriptOutputConfig if it was set in the request.
#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
- (::Google::Protobuf::Timestamp) — Time when the request was received.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when the request was received.
Returns
- (::Google::Protobuf::Timestamp) — Time when the request was received.
#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.