Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidInput required input was not found ErrInvalidInput = errors.New("required input was not found") )
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v0.1.2
type Client struct {
// contains filtered or unexported fields
}
func (*Client) TextToSpeech ¶ added in v0.1.2
type SpeechOptions ¶ added in v0.1.2
type SpeechOptions struct { VoiceType texttospeechpb.SsmlVoiceGender LanguageCode string }
Click to show internal directories.
Click to hide internal directories.