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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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_time::Google::Protobuf::Timestamp

Returns Time of the most recent processing update.

Returns:



658
659
660
661
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 658

class LongRunningRecognizeMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#output_config::Google::Cloud::Speech::V1p1beta1::TranscriptOutputConfig (readonly)

Returns Output only. A copy of the TranscriptOutputConfig if it was set in the request.

Returns:



658
659
660
661
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 658

class LongRunningRecognizeMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#progress_percent::Integer

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.



658
659
660
661
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 658

class LongRunningRecognizeMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Time when the request was received.

Returns:



658
659
660
661
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 658

class LongRunningRecognizeMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String (readonly)

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

Returns:

  • (::String)

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



658
659
660
661
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 658

class LongRunningRecognizeMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end