Documentation
¶
Index ¶
- type Voices
- type VoicesAttributes
- func (v VoicesAttributes) AdditionalLanguageCodes() terra.ListValue[terra.StringValue]
- func (v VoicesAttributes) Gender() terra.StringValue
- func (v VoicesAttributes) Id() terra.StringValue
- func (v VoicesAttributes) InternalRef() (terra.Reference, error)
- func (v VoicesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v VoicesAttributes) InternalWithRef(ref terra.Reference) VoicesAttributes
- func (v VoicesAttributes) LanguageCode() terra.StringValue
- func (v VoicesAttributes) LanguageName() terra.StringValue
- func (v VoicesAttributes) Name() terra.StringValue
- func (v VoicesAttributes) SupportedEngines() terra.ListValue[terra.StringValue]
- type VoicesState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VoicesAttributes ¶
type VoicesAttributes struct {
// contains filtered or unexported fields
}
func (VoicesAttributes) AdditionalLanguageCodes ¶
func (v VoicesAttributes) AdditionalLanguageCodes() terra.ListValue[terra.StringValue]
func (VoicesAttributes) Gender ¶
func (v VoicesAttributes) Gender() terra.StringValue
func (VoicesAttributes) Id ¶
func (v VoicesAttributes) Id() terra.StringValue
func (VoicesAttributes) InternalRef ¶
func (v VoicesAttributes) InternalRef() (terra.Reference, error)
func (VoicesAttributes) InternalTokens ¶
func (v VoicesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VoicesAttributes) InternalWithRef ¶
func (v VoicesAttributes) InternalWithRef(ref terra.Reference) VoicesAttributes
func (VoicesAttributes) LanguageCode ¶
func (v VoicesAttributes) LanguageCode() terra.StringValue
func (VoicesAttributes) LanguageName ¶
func (v VoicesAttributes) LanguageName() terra.StringValue
func (VoicesAttributes) Name ¶
func (v VoicesAttributes) Name() terra.StringValue
func (VoicesAttributes) SupportedEngines ¶
func (v VoicesAttributes) SupportedEngines() terra.ListValue[terra.StringValue]
type VoicesState ¶
type VoicesState struct { AdditionalLanguageCodes []string `json:"additional_language_codes"` Gender string `json:"gender"` Id string `json:"id"` LanguageCode string `json:"language_code"` LanguageName string `json:"language_name"` Name string `json:"name"` SupportedEngines []string `json:"supported_engines"` }
Click to show internal directories.
Click to hide internal directories.