View Source GoogleApi.TextToSpeech.V1beta1.Model.Timepoint (google_api_text_to_speech v0.17.0)

This contains a mapping between a certain point in the input text and a corresponding time in the output audio.

Attributes

  • markName (type: String.t, default: nil) - Timepoint name as received from the client within ` tag. *timeSeconds(*type:*float(), *default:*nil`) - Time offset in seconds from the start of the synthesized audio.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TextToSpeech.V1beta1.Model.Timepoint{
  markName: String.t() | nil,
  timeSeconds: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.