Class: Google::Cloud::TextToSpeech::V1beta1::SynthesizeLongAudioMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::SynthesizeLongAudioMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.rb
Overview
Metadata for response returned by the SynthesizeLongAudio
method.
Instance Attribute Summary collapse
-
#last_update_time ⇒ ::Google::Protobuf::Timestamp
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#progress_percentage ⇒ ::Float
The progress of the most recent processing update in percentage, ie.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Time when the request was received.
Instance Attribute Details
#last_update_time ⇒ ::Google::Protobuf::Timestamp
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Deprecated. Do not use.
66 67 68 69 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/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%.
66 67 68 69 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/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.
66 67 68 69 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.rb', line 66 class SynthesizeLongAudioMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |