Class: Google::Cloud::Speech::V1p1beta1::LongRunningRecognizeMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_timeGoogle::Protobuf::Timestamp

Returns Time of the most recent processing update.

Returns:

  • (Google::Protobuf::Timestamp)

    Time of the most recent processing update.



509
# File 'lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 509

class LongRunningRecognizeMetadata; end

#progress_percentInteger

Returns 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.



509
# File 'lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 509

class LongRunningRecognizeMetadata; end

#start_timeGoogle::Protobuf::Timestamp

Returns Time when the request was received.

Returns:

  • (Google::Protobuf::Timestamp)

    Time when the request was received.



509
# File 'lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 509

class LongRunningRecognizeMetadata; end