datapollyvoices

package
v0.0.0-...-917d9f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Voices

type Voices struct{}

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 (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 (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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL