View Source GoogleApi.TextToSpeech.V1.Model.GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata (google_api_text_to_speech v0.17.0)
Metadata for response returned by the SynthesizeLongAudio
method.
Attributes
-
lastUpdateTime
(type:DateTime.t
, default:nil
) - Deprecated. Do not use. -
progressPercentage
(type:float()
, default:nil
) - The progress of the most recent processing update in percentage, ie. 70.0%. -
startTime
(type:DateTime.t
, default:nil
) - Time when the request was received.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TextToSpeech.V1.Model.GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata{ lastUpdateTime: DateTime.t() | nil, progressPercentage: float() | nil, startTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.