Class: Google::Cloud::TextToSpeech::V1::SynthesizeLongAudioMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb

Overview

Metadata for response returned by the SynthesizeLongAudio method.

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_time::Google::Protobuf::Timestamp

Returns Time of the most recent processing update.

Returns:



66
67
68
69
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb', line 66

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

#progress_percentage::Float

Returns The progress of the most recent processing update in percentage, ie. 70.0%.

Returns:

  • (::Float)

    The progress of the most recent processing update in percentage, ie. 70.0%.



66
67
68
69
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb', line 66

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

#start_time::Google::Protobuf::Timestamp

Returns Time when the request was received.

Returns:



66
67
68
69
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts_lrs.rb', line 66

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