Class: Google::Cloud::TextToSpeech::V1beta1::Timepoint
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::Timepoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb
Overview
This contains a mapping between a certain point in the input text and a corresponding time in the output audio.
Instance Attribute Summary collapse
-
#mark_name ⇒ ::String
Timepoint name as received from the client within
<mark>
tag. -
#time_seconds ⇒ ::Float
Time offset in seconds from the start of the synthesized audio.
Instance Attribute Details
#mark_name ⇒ ::String
Returns Timepoint name as received from the client within <mark>
tag.
363 364 365 366 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 363 class Timepoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_seconds ⇒ ::Float
Returns Time offset in seconds from the start of the synthesized audio.
363 364 365 366 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 363 class Timepoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |