speechsaasprod

package
v1.2.21 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package speechsaasprodiface provides an interface to enable mocking the SPEECH_SAAS_PROD service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	ServiceName = "speech_saas_prod" // Name of service.
	EndpointsID = ServiceName        // ID to lookup a service endpoint with.
	ServiceID   = "speech_saas_prod" // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type APIKeyForListAPIKeysOutput added in v1.1.29

type APIKeyForListAPIKeysOutput struct {
	APIKey *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Disable *bool `type:"boolean" json:",omitempty"`

	ID *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (APIKeyForListAPIKeysOutput) GoString added in v1.1.29

func (s APIKeyForListAPIKeysOutput) GoString() string

GoString returns the string representation

func (*APIKeyForListAPIKeysOutput) SetAPIKey added in v1.1.29

SetAPIKey sets the APIKey field's value.

func (*APIKeyForListAPIKeysOutput) SetCreateTime added in v1.1.29

SetCreateTime sets the CreateTime field's value.

func (*APIKeyForListAPIKeysOutput) SetDisable added in v1.1.29

SetDisable sets the Disable field's value.

func (*APIKeyForListAPIKeysOutput) SetID added in v1.1.29

SetID sets the ID field's value.

func (*APIKeyForListAPIKeysOutput) SetName added in v1.1.29

SetName sets the Name field's value.

func (*APIKeyForListAPIKeysOutput) SetUpdateTime added in v1.1.29

SetUpdateTime sets the UpdateTime field's value.

func (APIKeyForListAPIKeysOutput) String added in v1.1.29

String returns the string representation

type ActivateServiceInput added in v1.1.29

type ActivateServiceInput struct {
	BlueprintID *int32 `type:"int32" json:",omitempty"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	ResourceID *string `type:"string" json:",omitempty"`

	Tags []*TagForActivateServiceInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ActivateServiceInput) GoString added in v1.1.29

func (s ActivateServiceInput) GoString() string

GoString returns the string representation

func (*ActivateServiceInput) SetBlueprintID added in v1.1.29

func (s *ActivateServiceInput) SetBlueprintID(v int32) *ActivateServiceInput

SetBlueprintID sets the BlueprintID field's value.

func (*ActivateServiceInput) SetProjectName added in v1.1.29

func (s *ActivateServiceInput) SetProjectName(v string) *ActivateServiceInput

SetProjectName sets the ProjectName field's value.

func (*ActivateServiceInput) SetResourceID added in v1.1.29

func (s *ActivateServiceInput) SetResourceID(v string) *ActivateServiceInput

SetResourceID sets the ResourceID field's value.

func (*ActivateServiceInput) SetTags added in v1.1.29

SetTags sets the Tags field's value.

func (ActivateServiceInput) String added in v1.1.29

func (s ActivateServiceInput) String() string

String returns the string representation

func (*ActivateServiceInput) Validate added in v1.1.29

func (s *ActivateServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ActivateServiceOutput added in v1.1.29

type ActivateServiceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ActivateServiceOutput) GoString added in v1.1.29

func (s ActivateServiceOutput) GoString() string

GoString returns the string representation

func (ActivateServiceOutput) String added in v1.1.29

func (s ActivateServiceOutput) String() string

String returns the string representation

type AliasResourcePackInput added in v1.1.29

type AliasResourcePackInput struct {

	// Alias is a required field
	Alias *string `type:"string" json:",omitempty" required:"true"`

	// InstanceNumber is a required field
	InstanceNumber *string `type:"string" json:",omitempty" required:"true"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	// TrainID is a required field
	TrainID *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (AliasResourcePackInput) GoString added in v1.1.29

func (s AliasResourcePackInput) GoString() string

GoString returns the string representation

func (*AliasResourcePackInput) SetAlias added in v1.1.29

SetAlias sets the Alias field's value.

func (*AliasResourcePackInput) SetInstanceNumber added in v1.1.29

func (s *AliasResourcePackInput) SetInstanceNumber(v string) *AliasResourcePackInput

SetInstanceNumber sets the InstanceNumber field's value.

func (*AliasResourcePackInput) SetProjectName added in v1.1.29

SetProjectName sets the ProjectName field's value.

func (*AliasResourcePackInput) SetTrainID added in v1.1.29

SetTrainID sets the TrainID field's value.

func (AliasResourcePackInput) String added in v1.1.29

func (s AliasResourcePackInput) String() string

String returns the string representation

func (*AliasResourcePackInput) Validate added in v1.1.29

func (s *AliasResourcePackInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AliasResourcePackOutput added in v1.1.29

type AliasResourcePackOutput struct {
	Metadata *response.ResponseMetadata

	Alias *string `type:"string" json:",omitempty"`

	Code *string `type:"string" json:",omitempty"`

	ConfigurationCode *string `type:"string" json:",omitempty"`

	CurrentUsage *string `type:"string" json:",omitempty"`

	Details *DetailsForAliasResourcePackOutput `type:"structure" json:",omitempty"`

	Expires *string `type:"string" json:",omitempty"`

	GroupName *string `type:"string" json:",omitempty"`

	Harvest *HarvestForAliasResourcePackOutput `type:"structure" json:",omitempty"`

	InstanceNumber *string `type:"string" json:",omitempty"`

	IsShareable *bool `type:"boolean" json:",omitempty"`

	PackType *string `type:"string" json:",omitempty"`

	PurchasedAmount *string `type:"string" json:",omitempty"`

	RawType *string `type:"string" json:",omitempty"`

	ResourceDisplay *string `type:"string" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	TrainID *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AliasResourcePackOutput) GoString added in v1.1.29

func (s AliasResourcePackOutput) GoString() string

GoString returns the string representation

func (*AliasResourcePackOutput) SetAlias added in v1.1.29

SetAlias sets the Alias field's value.

func (*AliasResourcePackOutput) SetCode added in v1.1.29

SetCode sets the Code field's value.

func (*AliasResourcePackOutput) SetConfigurationCode added in v1.1.29

func (s *AliasResourcePackOutput) SetConfigurationCode(v string) *AliasResourcePackOutput

SetConfigurationCode sets the ConfigurationCode field's value.

func (*AliasResourcePackOutput) SetCurrentUsage added in v1.1.29

SetCurrentUsage sets the CurrentUsage field's value.

func (*AliasResourcePackOutput) SetDetails added in v1.1.29

SetDetails sets the Details field's value.

func (*AliasResourcePackOutput) SetExpires added in v1.1.29

SetExpires sets the Expires field's value.

func (*AliasResourcePackOutput) SetGroupName added in v1.1.29

SetGroupName sets the GroupName field's value.

func (*AliasResourcePackOutput) SetHarvest added in v1.1.29

SetHarvest sets the Harvest field's value.

func (*AliasResourcePackOutput) SetInstanceNumber added in v1.1.29

func (s *AliasResourcePackOutput) SetInstanceNumber(v string) *AliasResourcePackOutput

SetInstanceNumber sets the InstanceNumber field's value.

func (*AliasResourcePackOutput) SetIsShareable added in v1.1.29

SetIsShareable sets the IsShareable field's value.

func (*AliasResourcePackOutput) SetPackType added in v1.1.29

SetPackType sets the PackType field's value.

func (*AliasResourcePackOutput) SetPurchasedAmount added in v1.1.29

func (s *AliasResourcePackOutput) SetPurchasedAmount(v string) *AliasResourcePackOutput

SetPurchasedAmount sets the PurchasedAmount field's value.

func (*AliasResourcePackOutput) SetRawType added in v1.1.29

SetRawType sets the RawType field's value.

func (*AliasResourcePackOutput) SetResourceDisplay added in v1.1.29

func (s *AliasResourcePackOutput) SetResourceDisplay(v string) *AliasResourcePackOutput

SetResourceDisplay sets the ResourceDisplay field's value.

func (*AliasResourcePackOutput) SetResourceID added in v1.1.29

SetResourceID sets the ResourceID field's value.

func (*AliasResourcePackOutput) SetState added in v1.1.29

SetState sets the State field's value.

func (*AliasResourcePackOutput) SetTrainID added in v1.1.29

SetTrainID sets the TrainID field's value.

func (*AliasResourcePackOutput) SetType added in v1.1.29

SetType sets the Type field's value.

func (AliasResourcePackOutput) String added in v1.1.29

func (s AliasResourcePackOutput) String() string

String returns the string representation

type AttributesForResourcePacksStatusOutput added in v1.1.29

type AttributesForResourcePacksStatusOutput struct {
	CodeAttribute *CodeAttributeForResourcePacksStatusOutput `type:"structure" json:",omitempty"`

	FormalizedFrom *string `type:"string" json:",omitempty"`

	IsForcedExpiresDisplay *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AttributesForResourcePacksStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*AttributesForResourcePacksStatusOutput) SetCodeAttribute added in v1.1.29

SetCodeAttribute sets the CodeAttribute field's value.

func (*AttributesForResourcePacksStatusOutput) SetFormalizedFrom added in v1.1.29

SetFormalizedFrom sets the FormalizedFrom field's value.

func (*AttributesForResourcePacksStatusOutput) SetIsForcedExpiresDisplay added in v1.1.29

SetIsForcedExpiresDisplay sets the IsForcedExpiresDisplay field's value.

func (AttributesForResourcePacksStatusOutput) String added in v1.1.29

String returns the string representation

type BillingResourceForServiceStatusOutput added in v1.1.29

type BillingResourceForServiceStatusOutput struct {
	Limit *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PrepaidPurchaseColumn *string `type:"string" json:",omitempty"`

	QuotaPurchaseButtonName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BillingResourceForServiceStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*BillingResourceForServiceStatusOutput) SetLimit added in v1.1.29

SetLimit sets the Limit field's value.

func (*BillingResourceForServiceStatusOutput) SetName added in v1.1.29

SetName sets the Name field's value.

func (*BillingResourceForServiceStatusOutput) SetPrepaidPurchaseColumn added in v1.1.29

SetPrepaidPurchaseColumn sets the PrepaidPurchaseColumn field's value.

func (*BillingResourceForServiceStatusOutput) SetQuotaPurchaseButtonName added in v1.1.29

SetQuotaPurchaseButtonName sets the QuotaPurchaseButtonName field's value.

func (BillingResourceForServiceStatusOutput) String added in v1.1.29

String returns the string representation

type CategoryForListBigModelTTSTimbresOutput

type CategoryForListBigModelTTSTimbresOutput struct {
	Category *string `type:"string" json:",omitempty"`

	NextCategory *NextCategoryForListBigModelTTSTimbresOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CategoryForListBigModelTTSTimbresOutput) GoString

GoString returns the string representation

func (*CategoryForListBigModelTTSTimbresOutput) SetCategory

SetCategory sets the Category field's value.

func (*CategoryForListBigModelTTSTimbresOutput) SetNextCategory

SetNextCategory sets the NextCategory field's value.

func (CategoryForListBigModelTTSTimbresOutput) String

String returns the string representation

type CategoryForListSpeakersOutput added in v1.2.5

type CategoryForListSpeakersOutput struct {
	Categories []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CategoryForListSpeakersOutput) GoString added in v1.2.5

GoString returns the string representation

func (*CategoryForListSpeakersOutput) SetCategories added in v1.2.5

SetCategories sets the Categories field's value.

func (CategoryForListSpeakersOutput) String added in v1.2.5

String returns the string representation

type CodeAttributeForOrderResourcePacksInput added in v1.1.29

type CodeAttributeForOrderResourcePacksInput struct {
	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CodeAttributeForOrderResourcePacksInput) GoString added in v1.1.29

GoString returns the string representation

func (*CodeAttributeForOrderResourcePacksInput) SetName added in v1.1.29

SetName sets the Name field's value.

func (CodeAttributeForOrderResourcePacksInput) String added in v1.1.29

String returns the string representation

type CodeAttributeForResourcePacksStatusOutput added in v1.1.29

type CodeAttributeForResourcePacksStatusOutput struct {
	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CodeAttributeForResourcePacksStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*CodeAttributeForResourcePacksStatusOutput) SetName added in v1.1.29

SetName sets the Name field's value.

func (CodeAttributeForResourcePacksStatusOutput) String added in v1.1.29

String returns the string representation

type ConfigurationForOrderResourcePacksInput added in v1.1.29

type ConfigurationForOrderResourcePacksInput struct {
	Code *string `type:"string" json:",omitempty"`

	CodeAttribute *CodeAttributeForOrderResourcePacksInput `type:"structure" json:",omitempty"`

	Quantity *int32 `type:"int32" json:",omitempty"`

	Tags []*TagForOrderResourcePacksInput `type:"list" json:",omitempty"`

	Times *int32 `type:"int32" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForOrderResourcePacksInput) GoString added in v1.1.29

GoString returns the string representation

func (*ConfigurationForOrderResourcePacksInput) SetCode added in v1.1.29

SetCode sets the Code field's value.

func (*ConfigurationForOrderResourcePacksInput) SetCodeAttribute added in v1.1.29

SetCodeAttribute sets the CodeAttribute field's value.

func (*ConfigurationForOrderResourcePacksInput) SetQuantity added in v1.1.29

SetQuantity sets the Quantity field's value.

func (*ConfigurationForOrderResourcePacksInput) SetTags added in v1.1.29

SetTags sets the Tags field's value.

func (*ConfigurationForOrderResourcePacksInput) SetTimes added in v1.1.29

SetTimes sets the Times field's value.

func (*ConfigurationForOrderResourcePacksInput) SetType added in v1.1.29

SetType sets the Type field's value.

func (ConfigurationForOrderResourcePacksInput) String added in v1.1.29

String returns the string representation

type CreateAPIKeyInput added in v1.1.29

type CreateAPIKeyInput struct {

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateAPIKeyInput) GoString added in v1.1.29

func (s CreateAPIKeyInput) GoString() string

GoString returns the string representation

func (*CreateAPIKeyInput) SetName added in v1.1.29

SetName sets the Name field's value.

func (*CreateAPIKeyInput) SetProjectName added in v1.1.29

func (s *CreateAPIKeyInput) SetProjectName(v string) *CreateAPIKeyInput

SetProjectName sets the ProjectName field's value.

func (CreateAPIKeyInput) String added in v1.1.29

func (s CreateAPIKeyInput) String() string

String returns the string representation

func (*CreateAPIKeyInput) Validate added in v1.1.29

func (s *CreateAPIKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAPIKeyOutput added in v1.1.29

type CreateAPIKeyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateAPIKeyOutput) GoString added in v1.1.29

func (s CreateAPIKeyOutput) GoString() string

GoString returns the string representation

func (CreateAPIKeyOutput) String added in v1.1.29

func (s CreateAPIKeyOutput) String() string

String returns the string representation

type DeleteAPIKeyInput added in v1.1.29

type DeleteAPIKeyInput struct {

	// ID is a required field
	ID *int32 `type:"int32" json:",omitempty" required:"true"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAPIKeyInput) GoString added in v1.1.29

func (s DeleteAPIKeyInput) GoString() string

GoString returns the string representation

func (*DeleteAPIKeyInput) SetID added in v1.1.29

SetID sets the ID field's value.

func (*DeleteAPIKeyInput) SetProjectName added in v1.1.29

func (s *DeleteAPIKeyInput) SetProjectName(v string) *DeleteAPIKeyInput

SetProjectName sets the ProjectName field's value.

func (DeleteAPIKeyInput) String added in v1.1.29

func (s DeleteAPIKeyInput) String() string

String returns the string representation

func (*DeleteAPIKeyInput) Validate added in v1.1.29

func (s *DeleteAPIKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAPIKeyOutput added in v1.1.29

type DeleteAPIKeyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteAPIKeyOutput) GoString added in v1.1.29

func (s DeleteAPIKeyOutput) GoString() string

GoString returns the string representation

func (DeleteAPIKeyOutput) String added in v1.1.29

func (s DeleteAPIKeyOutput) String() string

String returns the string representation

type DetailsForAliasResourcePackOutput added in v1.1.29

type DetailsForAliasResourcePackOutput struct {
	Aliasable *bool `type:"boolean" json:",omitempty"`

	DemoLink *string `type:"string" json:",omitempty"`

	ExtraApiAllowed *bool `type:"boolean" json:",omitempty"`

	Formalizable *bool `type:"boolean" json:",omitempty"`

	Language *string `type:"string" json:",omitempty"`

	MegattsTraining *MegattsTrainingForAliasResourcePackOutput `type:"structure" json:",omitempty"`

	RecommendedScenario *string `type:"string" json:",omitempty"`

	ToneNumber *string `type:"string" json:",omitempty"`

	VoiceType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailsForAliasResourcePackOutput) GoString added in v1.1.29

GoString returns the string representation

func (*DetailsForAliasResourcePackOutput) SetAliasable added in v1.1.29

SetAliasable sets the Aliasable field's value.

SetDemoLink sets the DemoLink field's value.

func (*DetailsForAliasResourcePackOutput) SetExtraApiAllowed added in v1.1.29

SetExtraApiAllowed sets the ExtraApiAllowed field's value.

func (*DetailsForAliasResourcePackOutput) SetFormalizable added in v1.1.29

SetFormalizable sets the Formalizable field's value.

func (*DetailsForAliasResourcePackOutput) SetLanguage added in v1.1.29

SetLanguage sets the Language field's value.

func (*DetailsForAliasResourcePackOutput) SetMegattsTraining added in v1.1.29

SetMegattsTraining sets the MegattsTraining field's value.

func (*DetailsForAliasResourcePackOutput) SetRecommendedScenario added in v1.1.29

SetRecommendedScenario sets the RecommendedScenario field's value.

func (*DetailsForAliasResourcePackOutput) SetToneNumber added in v1.1.29

SetToneNumber sets the ToneNumber field's value.

func (*DetailsForAliasResourcePackOutput) SetVoiceType added in v1.1.29

SetVoiceType sets the VoiceType field's value.

func (DetailsForAliasResourcePackOutput) String added in v1.1.29

String returns the string representation

type DetailsForResourcePacksStatusOutput added in v1.1.29

type DetailsForResourcePacksStatusOutput struct {
	Aliasable *bool `type:"boolean" json:",omitempty"`

	DemoLink *string `type:"string" json:",omitempty"`

	ExtraApiAllowed *bool `type:"boolean" json:",omitempty"`

	Formalizable *bool `type:"boolean" json:",omitempty"`

	Language *string `type:"string" json:",omitempty"`

	MegattsTraining *MegattsTrainingForResourcePacksStatusOutput `type:"structure" json:",omitempty"`

	RecommendedScenario *string `type:"string" json:",omitempty"`

	ToneNumber *string `type:"string" json:",omitempty"`

	VoiceType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DetailsForResourcePacksStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*DetailsForResourcePacksStatusOutput) SetAliasable added in v1.1.29

SetAliasable sets the Aliasable field's value.

SetDemoLink sets the DemoLink field's value.

func (*DetailsForResourcePacksStatusOutput) SetExtraApiAllowed added in v1.1.29

SetExtraApiAllowed sets the ExtraApiAllowed field's value.

func (*DetailsForResourcePacksStatusOutput) SetFormalizable added in v1.1.29

SetFormalizable sets the Formalizable field's value.

func (*DetailsForResourcePacksStatusOutput) SetLanguage added in v1.1.29

SetLanguage sets the Language field's value.

func (*DetailsForResourcePacksStatusOutput) SetMegattsTraining added in v1.1.29

SetMegattsTraining sets the MegattsTraining field's value.

func (*DetailsForResourcePacksStatusOutput) SetRecommendedScenario added in v1.1.29

SetRecommendedScenario sets the RecommendedScenario field's value.

func (*DetailsForResourcePacksStatusOutput) SetToneNumber added in v1.1.29

SetToneNumber sets the ToneNumber field's value.

func (*DetailsForResourcePacksStatusOutput) SetVoiceType added in v1.1.29

SetVoiceType sets the VoiceType field's value.

func (DetailsForResourcePacksStatusOutput) String added in v1.1.29

String returns the string representation

type EmotionForListBigModelTTSTimbresOutput

type EmotionForListBigModelTTSTimbresOutput struct {
	DemoText *string `type:"string" json:",omitempty"`

	DemoURL *string `type:"string" json:",omitempty"`

	Emotion *string `type:"string" json:",omitempty"`

	EmotionType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EmotionForListBigModelTTSTimbresOutput) GoString

GoString returns the string representation

func (*EmotionForListBigModelTTSTimbresOutput) SetDemoText

SetDemoText sets the DemoText field's value.

func (*EmotionForListBigModelTTSTimbresOutput) SetDemoURL

SetDemoURL sets the DemoURL field's value.

func (*EmotionForListBigModelTTSTimbresOutput) SetEmotion

SetEmotion sets the Emotion field's value.

func (*EmotionForListBigModelTTSTimbresOutput) SetEmotionType

SetEmotionType sets the EmotionType field's value.

func (EmotionForListBigModelTTSTimbresOutput) String

String returns the string representation

type EmotionForListSpeakersOutput added in v1.2.5

type EmotionForListSpeakersOutput struct {
	Icon *string `type:"string" json:",omitempty"`

	Label *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EmotionForListSpeakersOutput) GoString added in v1.2.5

func (s EmotionForListSpeakersOutput) GoString() string

GoString returns the string representation

func (*EmotionForListSpeakersOutput) SetIcon added in v1.2.5

SetIcon sets the Icon field's value.

func (*EmotionForListSpeakersOutput) SetLabel added in v1.2.5

SetLabel sets the Label field's value.

func (*EmotionForListSpeakersOutput) SetValue added in v1.2.5

SetValue sets the Value field's value.

func (EmotionForListSpeakersOutput) String added in v1.2.5

String returns the string representation

type FormalizeResourcePacksInput added in v1.1.29

type FormalizeResourcePacksInput struct {

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	Tags []*TagForFormalizeResourcePacksInput `type:"list" json:",omitempty"`

	// Times is a required field
	Times *int32 `type:"int32" json:",omitempty" required:"true"`

	// TrainID is a required field
	TrainID *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (FormalizeResourcePacksInput) GoString added in v1.1.29

func (s FormalizeResourcePacksInput) GoString() string

GoString returns the string representation

func (*FormalizeResourcePacksInput) SetProjectName added in v1.1.29

SetProjectName sets the ProjectName field's value.

func (*FormalizeResourcePacksInput) SetTags added in v1.1.29

SetTags sets the Tags field's value.

func (*FormalizeResourcePacksInput) SetTimes added in v1.1.29

SetTimes sets the Times field's value.

func (*FormalizeResourcePacksInput) SetTrainID added in v1.1.29

SetTrainID sets the TrainID field's value.

func (FormalizeResourcePacksInput) String added in v1.1.29

String returns the string representation

func (*FormalizeResourcePacksInput) Validate added in v1.1.29

func (s *FormalizeResourcePacksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FormalizeResourcePacksOutput added in v1.1.29

type FormalizeResourcePacksOutput struct {
	Metadata *response.ResponseMetadata

	OrderIDs []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FormalizeResourcePacksOutput) GoString added in v1.1.29

func (s FormalizeResourcePacksOutput) GoString() string

GoString returns the string representation

func (*FormalizeResourcePacksOutput) SetOrderIDs added in v1.1.29

SetOrderIDs sets the OrderIDs field's value.

func (FormalizeResourcePacksOutput) String added in v1.1.29

String returns the string representation

type HarvestForAliasResourcePackOutput added in v1.1.29

type HarvestForAliasResourcePackOutput struct {
	CropType *string `type:"string" json:",omitempty"`

	CurrentUsage *float64 `type:"float" json:",omitempty"`

	PurchasedAmount *float64 `type:"float" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	Unit *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HarvestForAliasResourcePackOutput) GoString added in v1.1.29

GoString returns the string representation

func (*HarvestForAliasResourcePackOutput) SetCropType added in v1.1.29

SetCropType sets the CropType field's value.

func (*HarvestForAliasResourcePackOutput) SetCurrentUsage added in v1.1.29

SetCurrentUsage sets the CurrentUsage field's value.

func (*HarvestForAliasResourcePackOutput) SetPurchasedAmount added in v1.1.29

SetPurchasedAmount sets the PurchasedAmount field's value.

func (*HarvestForAliasResourcePackOutput) SetResourceID added in v1.1.29

SetResourceID sets the ResourceID field's value.

func (*HarvestForAliasResourcePackOutput) SetUnit added in v1.1.29

SetUnit sets the Unit field's value.

func (HarvestForAliasResourcePackOutput) String added in v1.1.29

String returns the string representation

type HarvestForResourcePacksStatusOutput added in v1.1.29

type HarvestForResourcePacksStatusOutput struct {
	CropType *string `type:"string" json:",omitempty"`

	CurrentUsage *float64 `type:"float" json:",omitempty"`

	PurchasedAmount *float64 `type:"float" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	Unit *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HarvestForResourcePacksStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*HarvestForResourcePacksStatusOutput) SetCropType added in v1.1.29

SetCropType sets the CropType field's value.

func (*HarvestForResourcePacksStatusOutput) SetCurrentUsage added in v1.1.29

SetCurrentUsage sets the CurrentUsage field's value.

func (*HarvestForResourcePacksStatusOutput) SetPurchasedAmount added in v1.1.29

SetPurchasedAmount sets the PurchasedAmount field's value.

func (*HarvestForResourcePacksStatusOutput) SetResourceID added in v1.1.29

SetResourceID sets the ResourceID field's value.

func (*HarvestForResourcePacksStatusOutput) SetUnit added in v1.1.29

SetUnit sets the Unit field's value.

func (HarvestForResourcePacksStatusOutput) String added in v1.1.29

String returns the string representation

type LanguageForListSpeakersOutput added in v1.2.5

type LanguageForListSpeakersOutput struct {
	Flag *string `type:"string" json:",omitempty"`

	Language *string `type:"string" json:",omitempty"`

	Text *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LanguageForListSpeakersOutput) GoString added in v1.2.5

GoString returns the string representation

func (*LanguageForListSpeakersOutput) SetFlag added in v1.2.5

SetFlag sets the Flag field's value.

func (*LanguageForListSpeakersOutput) SetLanguage added in v1.2.5

SetLanguage sets the Language field's value.

func (*LanguageForListSpeakersOutput) SetText added in v1.2.5

SetText sets the Text field's value.

func (LanguageForListSpeakersOutput) String added in v1.2.5

String returns the string representation

type ListAPIKeysInput added in v1.1.29

type ListAPIKeysInput struct {
	OnlyAvailable *bool `type:"boolean" json:",omitempty"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListAPIKeysInput) GoString added in v1.1.29

func (s ListAPIKeysInput) GoString() string

GoString returns the string representation

func (*ListAPIKeysInput) SetOnlyAvailable added in v1.1.29

func (s *ListAPIKeysInput) SetOnlyAvailable(v bool) *ListAPIKeysInput

SetOnlyAvailable sets the OnlyAvailable field's value.

func (*ListAPIKeysInput) SetProjectName added in v1.1.29

func (s *ListAPIKeysInput) SetProjectName(v string) *ListAPIKeysInput

SetProjectName sets the ProjectName field's value.

func (ListAPIKeysInput) String added in v1.1.29

func (s ListAPIKeysInput) String() string

String returns the string representation

func (*ListAPIKeysInput) Validate added in v1.1.29

func (s *ListAPIKeysInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAPIKeysOutput added in v1.1.29

type ListAPIKeysOutput struct {
	Metadata *response.ResponseMetadata

	APIKeys []*APIKeyForListAPIKeysOutput `type:"list" json:",omitempty"`

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListAPIKeysOutput) GoString added in v1.1.29

func (s ListAPIKeysOutput) GoString() string

GoString returns the string representation

func (*ListAPIKeysOutput) SetAPIKeys added in v1.1.29

SetAPIKeys sets the APIKeys field's value.

func (*ListAPIKeysOutput) SetMaxResults added in v1.1.29

func (s *ListAPIKeysOutput) SetMaxResults(v int32) *ListAPIKeysOutput

SetMaxResults sets the MaxResults field's value.

func (*ListAPIKeysOutput) SetNextToken added in v1.1.29

func (s *ListAPIKeysOutput) SetNextToken(v string) *ListAPIKeysOutput

SetNextToken sets the NextToken field's value.

func (*ListAPIKeysOutput) SetPageNumber added in v1.1.29

func (s *ListAPIKeysOutput) SetPageNumber(v int32) *ListAPIKeysOutput

SetPageNumber sets the PageNumber field's value.

func (*ListAPIKeysOutput) SetPageSize added in v1.1.29

func (s *ListAPIKeysOutput) SetPageSize(v int32) *ListAPIKeysOutput

SetPageSize sets the PageSize field's value.

func (*ListAPIKeysOutput) SetTotalCount added in v1.1.29

func (s *ListAPIKeysOutput) SetTotalCount(v int32) *ListAPIKeysOutput

SetTotalCount sets the TotalCount field's value.

func (ListAPIKeysOutput) String added in v1.1.29

func (s ListAPIKeysOutput) String() string

String returns the string representation

type ListBigModelTTSTimbresInput

type ListBigModelTTSTimbresInput struct {
	// contains filtered or unexported fields
}

func (ListBigModelTTSTimbresInput) GoString

func (s ListBigModelTTSTimbresInput) GoString() string

GoString returns the string representation

func (ListBigModelTTSTimbresInput) String

String returns the string representation

type ListBigModelTTSTimbresOutput

type ListBigModelTTSTimbresOutput struct {
	Metadata *response.ResponseMetadata

	Timbres []*TimbreForListBigModelTTSTimbresOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListBigModelTTSTimbresOutput) GoString

func (s ListBigModelTTSTimbresOutput) GoString() string

GoString returns the string representation

func (*ListBigModelTTSTimbresOutput) SetTimbres

SetTimbres sets the Timbres field's value.

func (ListBigModelTTSTimbresOutput) String

String returns the string representation

type ListSpeakersInput added in v1.2.5

type ListSpeakersInput struct {
	Limit *string `type:"string" json:",omitempty"`

	Page *int32 `type:"int32" json:",omitempty"`

	ResourceIDs []*string `type:"list" json:",omitempty"`

	VoiceTypes []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListSpeakersInput) GoString added in v1.2.5

func (s ListSpeakersInput) GoString() string

GoString returns the string representation

func (*ListSpeakersInput) SetLimit added in v1.2.5

func (s *ListSpeakersInput) SetLimit(v string) *ListSpeakersInput

SetLimit sets the Limit field's value.

func (*ListSpeakersInput) SetPage added in v1.2.5

func (s *ListSpeakersInput) SetPage(v int32) *ListSpeakersInput

SetPage sets the Page field's value.

func (*ListSpeakersInput) SetResourceIDs added in v1.2.5

func (s *ListSpeakersInput) SetResourceIDs(v []*string) *ListSpeakersInput

SetResourceIDs sets the ResourceIDs field's value.

func (*ListSpeakersInput) SetVoiceTypes added in v1.2.5

func (s *ListSpeakersInput) SetVoiceTypes(v []*string) *ListSpeakersInput

SetVoiceTypes sets the VoiceTypes field's value.

func (ListSpeakersInput) String added in v1.2.5

func (s ListSpeakersInput) String() string

String returns the string representation

type ListSpeakersOutput added in v1.2.5

type ListSpeakersOutput struct {
	Metadata *response.ResponseMetadata

	Speakers []*SpeakerForListSpeakersOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListSpeakersOutput) GoString added in v1.2.5

func (s ListSpeakersOutput) GoString() string

GoString returns the string representation

func (*ListSpeakersOutput) SetSpeakers added in v1.2.5

SetSpeakers sets the Speakers field's value.

func (*ListSpeakersOutput) SetTotal added in v1.2.5

SetTotal sets the Total field's value.

func (ListSpeakersOutput) String added in v1.2.5

func (s ListSpeakersOutput) String() string

String returns the string representation

type MegattsTrainingForAliasResourcePackOutput added in v1.1.29

type MegattsTrainingForAliasResourcePackOutput struct {
	AvailableTrainingTimes *int32 `type:"int32" json:",omitempty"`

	CreateTime *int32 `type:"int32" json:",omitempty"`

	IsActivatable *bool `type:"boolean" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	Version *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MegattsTrainingForAliasResourcePackOutput) GoString added in v1.1.29

GoString returns the string representation

func (*MegattsTrainingForAliasResourcePackOutput) SetAvailableTrainingTimes added in v1.1.29

SetAvailableTrainingTimes sets the AvailableTrainingTimes field's value.

func (*MegattsTrainingForAliasResourcePackOutput) SetCreateTime added in v1.1.29

SetCreateTime sets the CreateTime field's value.

func (*MegattsTrainingForAliasResourcePackOutput) SetIsActivatable added in v1.1.29

SetIsActivatable sets the IsActivatable field's value.

func (*MegattsTrainingForAliasResourcePackOutput) SetState added in v1.1.29

SetState sets the State field's value.

func (*MegattsTrainingForAliasResourcePackOutput) SetVersion added in v1.1.29

SetVersion sets the Version field's value.

func (MegattsTrainingForAliasResourcePackOutput) String added in v1.1.29

String returns the string representation

type MegattsTrainingForResourcePacksStatusOutput added in v1.1.29

type MegattsTrainingForResourcePacksStatusOutput struct {
	AvailableTrainingTimes *int32 `type:"int32" json:",omitempty"`

	CreateTime *int32 `type:"int32" json:",omitempty"`

	IsActivatable *bool `type:"boolean" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	Version *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MegattsTrainingForResourcePacksStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*MegattsTrainingForResourcePacksStatusOutput) SetAvailableTrainingTimes added in v1.1.29

SetAvailableTrainingTimes sets the AvailableTrainingTimes field's value.

func (*MegattsTrainingForResourcePacksStatusOutput) SetCreateTime added in v1.1.29

SetCreateTime sets the CreateTime field's value.

func (*MegattsTrainingForResourcePacksStatusOutput) SetIsActivatable added in v1.1.29

SetIsActivatable sets the IsActivatable field's value.

func (*MegattsTrainingForResourcePacksStatusOutput) SetState added in v1.1.29

SetState sets the State field's value.

func (*MegattsTrainingForResourcePacksStatusOutput) SetVersion added in v1.1.29

SetVersion sets the Version field's value.

func (MegattsTrainingForResourcePacksStatusOutput) String added in v1.1.29

String returns the string representation

type NextCategoryForListBigModelTTSTimbresOutput

type NextCategoryForListBigModelTTSTimbresOutput struct {
	Category *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NextCategoryForListBigModelTTSTimbresOutput) GoString

GoString returns the string representation

func (*NextCategoryForListBigModelTTSTimbresOutput) SetCategory

SetCategory sets the Category field's value.

func (NextCategoryForListBigModelTTSTimbresOutput) String

String returns the string representation

type OrderResourcePacksInput added in v1.1.29

type OrderResourcePacksInput struct {
	BlueprintID *int32 `type:"int32" json:",omitempty"`

	Configurations []*ConfigurationForOrderResourcePacksInput `type:"list" json:",omitempty"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	ResourceID *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OrderResourcePacksInput) GoString added in v1.1.29

func (s OrderResourcePacksInput) GoString() string

GoString returns the string representation

func (*OrderResourcePacksInput) SetBlueprintID added in v1.1.29

SetBlueprintID sets the BlueprintID field's value.

func (*OrderResourcePacksInput) SetConfigurations added in v1.1.29

SetConfigurations sets the Configurations field's value.

func (*OrderResourcePacksInput) SetProjectName added in v1.1.29

SetProjectName sets the ProjectName field's value.

func (*OrderResourcePacksInput) SetResourceID added in v1.1.29

SetResourceID sets the ResourceID field's value.

func (OrderResourcePacksInput) String added in v1.1.29

func (s OrderResourcePacksInput) String() string

String returns the string representation

func (*OrderResourcePacksInput) Validate added in v1.1.29

func (s *OrderResourcePacksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OrderResourcePacksOutput added in v1.1.29

type OrderResourcePacksOutput struct {
	Metadata *response.ResponseMetadata

	OrderIDs []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OrderResourcePacksOutput) GoString added in v1.1.29

func (s OrderResourcePacksOutput) GoString() string

GoString returns the string representation

func (*OrderResourcePacksOutput) SetOrderIDs added in v1.1.29

SetOrderIDs sets the OrderIDs field's value.

func (OrderResourcePacksOutput) String added in v1.1.29

func (s OrderResourcePacksOutput) String() string

String returns the string representation

type PackForResourcePacksStatusOutput added in v1.1.29

type PackForResourcePacksStatusOutput struct {
	Alias *string `type:"string" json:",omitempty"`

	Attributes *AttributesForResourcePacksStatusOutput `type:"structure" json:",omitempty"`

	Code *string `type:"string" json:",omitempty"`

	ConfigurationCode *string `type:"string" json:",omitempty"`

	CurrentUsage *string `type:"string" json:",omitempty"`

	Details *DetailsForResourcePacksStatusOutput `type:"structure" json:",omitempty"`

	Expires *string `type:"string" json:",omitempty"`

	GroupName *string `type:"string" json:",omitempty"`

	Harvest *HarvestForResourcePacksStatusOutput `type:"structure" json:",omitempty"`

	InstanceNumber *string `type:"string" json:",omitempty"`

	IsShareable *bool `type:"boolean" json:",omitempty"`

	PackType *string `type:"string" json:",omitempty"`

	PurchasedAmount *string `type:"string" json:",omitempty"`

	RawType *string `type:"string" json:",omitempty"`

	ResourceDisplay *string `type:"string" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	TrainID *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PackForResourcePacksStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*PackForResourcePacksStatusOutput) SetAlias added in v1.1.29

SetAlias sets the Alias field's value.

func (*PackForResourcePacksStatusOutput) SetAttributes added in v1.1.29

SetAttributes sets the Attributes field's value.

func (*PackForResourcePacksStatusOutput) SetCode added in v1.1.29

SetCode sets the Code field's value.

func (*PackForResourcePacksStatusOutput) SetConfigurationCode added in v1.1.29

SetConfigurationCode sets the ConfigurationCode field's value.

func (*PackForResourcePacksStatusOutput) SetCurrentUsage added in v1.1.29

SetCurrentUsage sets the CurrentUsage field's value.

func (*PackForResourcePacksStatusOutput) SetDetails added in v1.1.29

SetDetails sets the Details field's value.

func (*PackForResourcePacksStatusOutput) SetExpires added in v1.1.29

SetExpires sets the Expires field's value.

func (*PackForResourcePacksStatusOutput) SetGroupName added in v1.1.29

SetGroupName sets the GroupName field's value.

func (*PackForResourcePacksStatusOutput) SetHarvest added in v1.1.29

SetHarvest sets the Harvest field's value.

func (*PackForResourcePacksStatusOutput) SetInstanceNumber added in v1.1.29

SetInstanceNumber sets the InstanceNumber field's value.

func (*PackForResourcePacksStatusOutput) SetIsShareable added in v1.1.29

SetIsShareable sets the IsShareable field's value.

func (*PackForResourcePacksStatusOutput) SetPackType added in v1.1.29

SetPackType sets the PackType field's value.

func (*PackForResourcePacksStatusOutput) SetPurchasedAmount added in v1.1.29

SetPurchasedAmount sets the PurchasedAmount field's value.

func (*PackForResourcePacksStatusOutput) SetRawType added in v1.1.29

SetRawType sets the RawType field's value.

func (*PackForResourcePacksStatusOutput) SetResourceDisplay added in v1.1.29

SetResourceDisplay sets the ResourceDisplay field's value.

func (*PackForResourcePacksStatusOutput) SetResourceID added in v1.1.29

SetResourceID sets the ResourceID field's value.

func (*PackForResourcePacksStatusOutput) SetState added in v1.1.29

SetState sets the State field's value.

func (*PackForResourcePacksStatusOutput) SetTrainID added in v1.1.29

SetTrainID sets the TrainID field's value.

func (*PackForResourcePacksStatusOutput) SetType added in v1.1.29

SetType sets the Type field's value.

func (PackForResourcePacksStatusOutput) String added in v1.1.29

String returns the string representation

type PauseServiceInput added in v1.1.29

type PauseServiceInput struct {

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	ResourceIDs []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PauseServiceInput) GoString added in v1.1.29

func (s PauseServiceInput) GoString() string

GoString returns the string representation

func (*PauseServiceInput) SetProjectName added in v1.1.29

func (s *PauseServiceInput) SetProjectName(v string) *PauseServiceInput

SetProjectName sets the ProjectName field's value.

func (*PauseServiceInput) SetResourceIDs added in v1.1.29

func (s *PauseServiceInput) SetResourceIDs(v []*string) *PauseServiceInput

SetResourceIDs sets the ResourceIDs field's value.

func (PauseServiceInput) String added in v1.1.29

func (s PauseServiceInput) String() string

String returns the string representation

func (*PauseServiceInput) Validate added in v1.1.29

func (s *PauseServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PauseServiceOutput added in v1.1.29

type PauseServiceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (PauseServiceOutput) GoString added in v1.1.29

func (s PauseServiceOutput) GoString() string

GoString returns the string representation

func (PauseServiceOutput) String added in v1.1.29

func (s PauseServiceOutput) String() string

String returns the string representation

type QuotaResourceForServiceStatusOutput added in v1.1.29

type QuotaResourceForServiceStatusOutput struct {
	Limit *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PrepaidPurchaseColumn *string `type:"string" json:",omitempty"`

	QuotaPurchaseButtonName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuotaResourceForServiceStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*QuotaResourceForServiceStatusOutput) SetLimit added in v1.1.29

SetLimit sets the Limit field's value.

func (*QuotaResourceForServiceStatusOutput) SetName added in v1.1.29

SetName sets the Name field's value.

func (*QuotaResourceForServiceStatusOutput) SetPrepaidPurchaseColumn added in v1.1.29

SetPrepaidPurchaseColumn sets the PrepaidPurchaseColumn field's value.

func (*QuotaResourceForServiceStatusOutput) SetQuotaPurchaseButtonName added in v1.1.29

SetQuotaPurchaseButtonName sets the QuotaPurchaseButtonName field's value.

func (QuotaResourceForServiceStatusOutput) String added in v1.1.29

String returns the string representation

type ResourcePacksStatusInput added in v1.1.29

type ResourcePacksStatusInput struct {
	DisplayRule *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	// PageSize is a required field
	PageSize *int32 `min:"1" max:"100" type:"int32" json:",omitempty" required:"true"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	ResourceIDs []*string `type:"list" json:",omitempty"`

	TagFilters []*TagFilterForResourcePacksStatusInput `type:"list" json:",omitempty"`

	Types []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourcePacksStatusInput) GoString added in v1.1.29

func (s ResourcePacksStatusInput) GoString() string

GoString returns the string representation

func (*ResourcePacksStatusInput) SetDisplayRule added in v1.1.29

SetDisplayRule sets the DisplayRule field's value.

func (*ResourcePacksStatusInput) SetPageNumber added in v1.1.29

SetPageNumber sets the PageNumber field's value.

func (*ResourcePacksStatusInput) SetPageSize added in v1.1.29

SetPageSize sets the PageSize field's value.

func (*ResourcePacksStatusInput) SetProjectName added in v1.1.29

SetProjectName sets the ProjectName field's value.

func (*ResourcePacksStatusInput) SetResourceIDs added in v1.1.29

func (s *ResourcePacksStatusInput) SetResourceIDs(v []*string) *ResourcePacksStatusInput

SetResourceIDs sets the ResourceIDs field's value.

func (*ResourcePacksStatusInput) SetTagFilters added in v1.1.29

SetTagFilters sets the TagFilters field's value.

func (*ResourcePacksStatusInput) SetTypes added in v1.1.29

SetTypes sets the Types field's value.

func (ResourcePacksStatusInput) String added in v1.1.29

func (s ResourcePacksStatusInput) String() string

String returns the string representation

func (*ResourcePacksStatusInput) Validate added in v1.1.29

func (s *ResourcePacksStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourcePacksStatusOutput added in v1.1.29

type ResourcePacksStatusOutput struct {
	Metadata *response.ResponseMetadata

	MaxResults *int32 `type:"int32" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	Packs []*PackForResourcePacksStatusOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`

	TotalHarvests []*TotalHarvestForResourcePacksStatusOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourcePacksStatusOutput) GoString added in v1.1.29

func (s ResourcePacksStatusOutput) GoString() string

GoString returns the string representation

func (*ResourcePacksStatusOutput) SetMaxResults added in v1.1.29

SetMaxResults sets the MaxResults field's value.

func (*ResourcePacksStatusOutput) SetNextToken added in v1.1.29

SetNextToken sets the NextToken field's value.

func (*ResourcePacksStatusOutput) SetPacks added in v1.1.29

SetPacks sets the Packs field's value.

func (*ResourcePacksStatusOutput) SetPageNumber added in v1.1.29

SetPageNumber sets the PageNumber field's value.

func (*ResourcePacksStatusOutput) SetPageSize added in v1.1.29

SetPageSize sets the PageSize field's value.

func (*ResourcePacksStatusOutput) SetTotalCount added in v1.1.29

SetTotalCount sets the TotalCount field's value.

func (*ResourcePacksStatusOutput) SetTotalHarvests added in v1.1.29

SetTotalHarvests sets the TotalHarvests field's value.

func (ResourcePacksStatusOutput) String added in v1.1.29

func (s ResourcePacksStatusOutput) String() string

String returns the string representation

type ResumeServiceInput added in v1.1.29

type ResumeServiceInput struct {

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	ResourceIDs []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResumeServiceInput) GoString added in v1.1.29

func (s ResumeServiceInput) GoString() string

GoString returns the string representation

func (*ResumeServiceInput) SetProjectName added in v1.1.29

func (s *ResumeServiceInput) SetProjectName(v string) *ResumeServiceInput

SetProjectName sets the ProjectName field's value.

func (*ResumeServiceInput) SetResourceIDs added in v1.1.29

func (s *ResumeServiceInput) SetResourceIDs(v []*string) *ResumeServiceInput

SetResourceIDs sets the ResourceIDs field's value.

func (ResumeServiceInput) String added in v1.1.29

func (s ResumeServiceInput) String() string

String returns the string representation

func (*ResumeServiceInput) Validate added in v1.1.29

func (s *ResumeServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResumeServiceOutput added in v1.1.29

type ResumeServiceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ResumeServiceOutput) GoString added in v1.1.29

func (s ResumeServiceOutput) GoString() string

GoString returns the string representation

func (ResumeServiceOutput) String added in v1.1.29

func (s ResumeServiceOutput) String() string

String returns the string representation

type SPEECHSAASPROD

type SPEECHSAASPROD struct {
	*client.Client
}

SPEECHSAASPROD provides the API operation methods for making requests to SPEECH_SAAS_PROD. See this package's package overview docs for details on the service.

SPEECHSAASPROD methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*SPEECHSAASPROD) ActivateService added in v1.1.29

func (c *SPEECHSAASPROD) ActivateService(input *ActivateServiceInput) (*ActivateServiceOutput, error)

ActivateService API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ActivateService for usage and error information.

func (*SPEECHSAASPROD) ActivateServiceCommon added in v1.1.29

func (c *SPEECHSAASPROD) ActivateServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ActivateServiceCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ActivateServiceCommon for usage and error information.

func (*SPEECHSAASPROD) ActivateServiceCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) ActivateServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ActivateServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ActivateServiceCommon operation. The "output" return value will be populated with the ActivateServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned ActivateServiceCommon Request to send the API call to the service. the "output" return value is not valid until after ActivateServiceCommon Send returns without error.

See ActivateServiceCommon for more information on using the ActivateServiceCommon API call, and error handling.

// Example sending a request using the ActivateServiceCommonRequest method.
req, resp := client.ActivateServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ActivateServiceCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ActivateServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ActivateServiceCommonWithContext is the same as ActivateServiceCommon with the addition of the ability to pass a context and additional request options.

See ActivateServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ActivateServiceRequest added in v1.1.29

func (c *SPEECHSAASPROD) ActivateServiceRequest(input *ActivateServiceInput) (req *request.Request, output *ActivateServiceOutput)

ActivateServiceRequest generates a "volcengine/request.Request" representing the client's request for the ActivateService operation. The "output" return value will be populated with the ActivateServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned ActivateServiceCommon Request to send the API call to the service. the "output" return value is not valid until after ActivateServiceCommon Send returns without error.

See ActivateService for more information on using the ActivateService API call, and error handling.

// Example sending a request using the ActivateServiceRequest method.
req, resp := client.ActivateServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ActivateServiceWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ActivateServiceWithContext(ctx volcengine.Context, input *ActivateServiceInput, opts ...request.Option) (*ActivateServiceOutput, error)

ActivateServiceWithContext is the same as ActivateService with the addition of the ability to pass a context and additional request options.

See ActivateService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) AliasResourcePack added in v1.1.29

func (c *SPEECHSAASPROD) AliasResourcePack(input *AliasResourcePackInput) (*AliasResourcePackOutput, error)

AliasResourcePack API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation AliasResourcePack for usage and error information.

func (*SPEECHSAASPROD) AliasResourcePackCommon added in v1.1.29

func (c *SPEECHSAASPROD) AliasResourcePackCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AliasResourcePackCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation AliasResourcePackCommon for usage and error information.

func (*SPEECHSAASPROD) AliasResourcePackCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) AliasResourcePackCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AliasResourcePackCommonRequest generates a "volcengine/request.Request" representing the client's request for the AliasResourcePackCommon operation. The "output" return value will be populated with the AliasResourcePackCommon request's response once the request completes successfully.

Use "Send" method on the returned AliasResourcePackCommon Request to send the API call to the service. the "output" return value is not valid until after AliasResourcePackCommon Send returns without error.

See AliasResourcePackCommon for more information on using the AliasResourcePackCommon API call, and error handling.

// Example sending a request using the AliasResourcePackCommonRequest method.
req, resp := client.AliasResourcePackCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) AliasResourcePackCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) AliasResourcePackCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AliasResourcePackCommonWithContext is the same as AliasResourcePackCommon with the addition of the ability to pass a context and additional request options.

See AliasResourcePackCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) AliasResourcePackRequest added in v1.1.29

func (c *SPEECHSAASPROD) AliasResourcePackRequest(input *AliasResourcePackInput) (req *request.Request, output *AliasResourcePackOutput)

AliasResourcePackRequest generates a "volcengine/request.Request" representing the client's request for the AliasResourcePack operation. The "output" return value will be populated with the AliasResourcePackCommon request's response once the request completes successfully.

Use "Send" method on the returned AliasResourcePackCommon Request to send the API call to the service. the "output" return value is not valid until after AliasResourcePackCommon Send returns without error.

See AliasResourcePack for more information on using the AliasResourcePack API call, and error handling.

// Example sending a request using the AliasResourcePackRequest method.
req, resp := client.AliasResourcePackRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) AliasResourcePackWithContext added in v1.1.29

func (c *SPEECHSAASPROD) AliasResourcePackWithContext(ctx volcengine.Context, input *AliasResourcePackInput, opts ...request.Option) (*AliasResourcePackOutput, error)

AliasResourcePackWithContext is the same as AliasResourcePack with the addition of the ability to pass a context and additional request options.

See AliasResourcePack for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) CreateAPIKey added in v1.1.29

func (c *SPEECHSAASPROD) CreateAPIKey(input *CreateAPIKeyInput) (*CreateAPIKeyOutput, error)

CreateAPIKey API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation CreateAPIKey for usage and error information.

func (*SPEECHSAASPROD) CreateAPIKeyCommon added in v1.1.29

func (c *SPEECHSAASPROD) CreateAPIKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAPIKeyCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation CreateAPIKeyCommon for usage and error information.

func (*SPEECHSAASPROD) CreateAPIKeyCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) CreateAPIKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateAPIKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateAPIKeyCommon operation. The "output" return value will be populated with the CreateAPIKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateAPIKeyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAPIKeyCommon Send returns without error.

See CreateAPIKeyCommon for more information on using the CreateAPIKeyCommon API call, and error handling.

// Example sending a request using the CreateAPIKeyCommonRequest method.
req, resp := client.CreateAPIKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) CreateAPIKeyCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) CreateAPIKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateAPIKeyCommonWithContext is the same as CreateAPIKeyCommon with the addition of the ability to pass a context and additional request options.

See CreateAPIKeyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) CreateAPIKeyRequest added in v1.1.29

func (c *SPEECHSAASPROD) CreateAPIKeyRequest(input *CreateAPIKeyInput) (req *request.Request, output *CreateAPIKeyOutput)

CreateAPIKeyRequest generates a "volcengine/request.Request" representing the client's request for the CreateAPIKey operation. The "output" return value will be populated with the CreateAPIKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateAPIKeyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAPIKeyCommon Send returns without error.

See CreateAPIKey for more information on using the CreateAPIKey API call, and error handling.

// Example sending a request using the CreateAPIKeyRequest method.
req, resp := client.CreateAPIKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) CreateAPIKeyWithContext added in v1.1.29

func (c *SPEECHSAASPROD) CreateAPIKeyWithContext(ctx volcengine.Context, input *CreateAPIKeyInput, opts ...request.Option) (*CreateAPIKeyOutput, error)

CreateAPIKeyWithContext is the same as CreateAPIKey with the addition of the ability to pass a context and additional request options.

See CreateAPIKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) DeleteAPIKey added in v1.1.29

func (c *SPEECHSAASPROD) DeleteAPIKey(input *DeleteAPIKeyInput) (*DeleteAPIKeyOutput, error)

DeleteAPIKey API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation DeleteAPIKey for usage and error information.

func (*SPEECHSAASPROD) DeleteAPIKeyCommon added in v1.1.29

func (c *SPEECHSAASPROD) DeleteAPIKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAPIKeyCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation DeleteAPIKeyCommon for usage and error information.

func (*SPEECHSAASPROD) DeleteAPIKeyCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) DeleteAPIKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteAPIKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAPIKeyCommon operation. The "output" return value will be populated with the DeleteAPIKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteAPIKeyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAPIKeyCommon Send returns without error.

See DeleteAPIKeyCommon for more information on using the DeleteAPIKeyCommon API call, and error handling.

// Example sending a request using the DeleteAPIKeyCommonRequest method.
req, resp := client.DeleteAPIKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) DeleteAPIKeyCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) DeleteAPIKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteAPIKeyCommonWithContext is the same as DeleteAPIKeyCommon with the addition of the ability to pass a context and additional request options.

See DeleteAPIKeyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) DeleteAPIKeyRequest added in v1.1.29

func (c *SPEECHSAASPROD) DeleteAPIKeyRequest(input *DeleteAPIKeyInput) (req *request.Request, output *DeleteAPIKeyOutput)

DeleteAPIKeyRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAPIKey operation. The "output" return value will be populated with the DeleteAPIKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteAPIKeyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAPIKeyCommon Send returns without error.

See DeleteAPIKey for more information on using the DeleteAPIKey API call, and error handling.

// Example sending a request using the DeleteAPIKeyRequest method.
req, resp := client.DeleteAPIKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) DeleteAPIKeyWithContext added in v1.1.29

func (c *SPEECHSAASPROD) DeleteAPIKeyWithContext(ctx volcengine.Context, input *DeleteAPIKeyInput, opts ...request.Option) (*DeleteAPIKeyOutput, error)

DeleteAPIKeyWithContext is the same as DeleteAPIKey with the addition of the ability to pass a context and additional request options.

See DeleteAPIKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) FormalizeResourcePacks added in v1.1.29

func (c *SPEECHSAASPROD) FormalizeResourcePacks(input *FormalizeResourcePacksInput) (*FormalizeResourcePacksOutput, error)

FormalizeResourcePacks API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation FormalizeResourcePacks for usage and error information.

func (*SPEECHSAASPROD) FormalizeResourcePacksCommon added in v1.1.29

func (c *SPEECHSAASPROD) FormalizeResourcePacksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

FormalizeResourcePacksCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation FormalizeResourcePacksCommon for usage and error information.

func (*SPEECHSAASPROD) FormalizeResourcePacksCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) FormalizeResourcePacksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

FormalizeResourcePacksCommonRequest generates a "volcengine/request.Request" representing the client's request for the FormalizeResourcePacksCommon operation. The "output" return value will be populated with the FormalizeResourcePacksCommon request's response once the request completes successfully.

Use "Send" method on the returned FormalizeResourcePacksCommon Request to send the API call to the service. the "output" return value is not valid until after FormalizeResourcePacksCommon Send returns without error.

See FormalizeResourcePacksCommon for more information on using the FormalizeResourcePacksCommon API call, and error handling.

// Example sending a request using the FormalizeResourcePacksCommonRequest method.
req, resp := client.FormalizeResourcePacksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) FormalizeResourcePacksCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) FormalizeResourcePacksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

FormalizeResourcePacksCommonWithContext is the same as FormalizeResourcePacksCommon with the addition of the ability to pass a context and additional request options.

See FormalizeResourcePacksCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) FormalizeResourcePacksRequest added in v1.1.29

func (c *SPEECHSAASPROD) FormalizeResourcePacksRequest(input *FormalizeResourcePacksInput) (req *request.Request, output *FormalizeResourcePacksOutput)

FormalizeResourcePacksRequest generates a "volcengine/request.Request" representing the client's request for the FormalizeResourcePacks operation. The "output" return value will be populated with the FormalizeResourcePacksCommon request's response once the request completes successfully.

Use "Send" method on the returned FormalizeResourcePacksCommon Request to send the API call to the service. the "output" return value is not valid until after FormalizeResourcePacksCommon Send returns without error.

See FormalizeResourcePacks for more information on using the FormalizeResourcePacks API call, and error handling.

// Example sending a request using the FormalizeResourcePacksRequest method.
req, resp := client.FormalizeResourcePacksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) FormalizeResourcePacksWithContext added in v1.1.29

func (c *SPEECHSAASPROD) FormalizeResourcePacksWithContext(ctx volcengine.Context, input *FormalizeResourcePacksInput, opts ...request.Option) (*FormalizeResourcePacksOutput, error)

FormalizeResourcePacksWithContext is the same as FormalizeResourcePacks with the addition of the ability to pass a context and additional request options.

See FormalizeResourcePacks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ListAPIKeys added in v1.1.29

func (c *SPEECHSAASPROD) ListAPIKeys(input *ListAPIKeysInput) (*ListAPIKeysOutput, error)

ListAPIKeys API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ListAPIKeys for usage and error information.

func (*SPEECHSAASPROD) ListAPIKeysCommon added in v1.1.29

func (c *SPEECHSAASPROD) ListAPIKeysCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListAPIKeysCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ListAPIKeysCommon for usage and error information.

func (*SPEECHSAASPROD) ListAPIKeysCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) ListAPIKeysCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListAPIKeysCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListAPIKeysCommon operation. The "output" return value will be populated with the ListAPIKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAPIKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ListAPIKeysCommon Send returns without error.

See ListAPIKeysCommon for more information on using the ListAPIKeysCommon API call, and error handling.

// Example sending a request using the ListAPIKeysCommonRequest method.
req, resp := client.ListAPIKeysCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ListAPIKeysCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ListAPIKeysCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListAPIKeysCommonWithContext is the same as ListAPIKeysCommon with the addition of the ability to pass a context and additional request options.

See ListAPIKeysCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ListAPIKeysRequest added in v1.1.29

func (c *SPEECHSAASPROD) ListAPIKeysRequest(input *ListAPIKeysInput) (req *request.Request, output *ListAPIKeysOutput)

ListAPIKeysRequest generates a "volcengine/request.Request" representing the client's request for the ListAPIKeys operation. The "output" return value will be populated with the ListAPIKeysCommon request's response once the request completes successfully.

Use "Send" method on the returned ListAPIKeysCommon Request to send the API call to the service. the "output" return value is not valid until after ListAPIKeysCommon Send returns without error.

See ListAPIKeys for more information on using the ListAPIKeys API call, and error handling.

// Example sending a request using the ListAPIKeysRequest method.
req, resp := client.ListAPIKeysRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ListAPIKeysWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ListAPIKeysWithContext(ctx volcengine.Context, input *ListAPIKeysInput, opts ...request.Option) (*ListAPIKeysOutput, error)

ListAPIKeysWithContext is the same as ListAPIKeys with the addition of the ability to pass a context and additional request options.

See ListAPIKeys for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ListBigModelTTSTimbres

func (c *SPEECHSAASPROD) ListBigModelTTSTimbres(input *ListBigModelTTSTimbresInput) (*ListBigModelTTSTimbresOutput, error)

ListBigModelTTSTimbres API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ListBigModelTTSTimbres for usage and error information.

func (*SPEECHSAASPROD) ListBigModelTTSTimbresCommon

func (c *SPEECHSAASPROD) ListBigModelTTSTimbresCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListBigModelTTSTimbresCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ListBigModelTTSTimbresCommon for usage and error information.

func (*SPEECHSAASPROD) ListBigModelTTSTimbresCommonRequest

func (c *SPEECHSAASPROD) ListBigModelTTSTimbresCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListBigModelTTSTimbresCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListBigModelTTSTimbresCommon operation. The "output" return value will be populated with the ListBigModelTTSTimbresCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBigModelTTSTimbresCommon Request to send the API call to the service. the "output" return value is not valid until after ListBigModelTTSTimbresCommon Send returns without error.

See ListBigModelTTSTimbresCommon for more information on using the ListBigModelTTSTimbresCommon API call, and error handling.

// Example sending a request using the ListBigModelTTSTimbresCommonRequest method.
req, resp := client.ListBigModelTTSTimbresCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ListBigModelTTSTimbresCommonWithContext

func (c *SPEECHSAASPROD) ListBigModelTTSTimbresCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListBigModelTTSTimbresCommonWithContext is the same as ListBigModelTTSTimbresCommon with the addition of the ability to pass a context and additional request options.

See ListBigModelTTSTimbresCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ListBigModelTTSTimbresRequest

func (c *SPEECHSAASPROD) ListBigModelTTSTimbresRequest(input *ListBigModelTTSTimbresInput) (req *request.Request, output *ListBigModelTTSTimbresOutput)

ListBigModelTTSTimbresRequest generates a "volcengine/request.Request" representing the client's request for the ListBigModelTTSTimbres operation. The "output" return value will be populated with the ListBigModelTTSTimbresCommon request's response once the request completes successfully.

Use "Send" method on the returned ListBigModelTTSTimbresCommon Request to send the API call to the service. the "output" return value is not valid until after ListBigModelTTSTimbresCommon Send returns without error.

See ListBigModelTTSTimbres for more information on using the ListBigModelTTSTimbres API call, and error handling.

// Example sending a request using the ListBigModelTTSTimbresRequest method.
req, resp := client.ListBigModelTTSTimbresRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ListBigModelTTSTimbresWithContext

func (c *SPEECHSAASPROD) ListBigModelTTSTimbresWithContext(ctx volcengine.Context, input *ListBigModelTTSTimbresInput, opts ...request.Option) (*ListBigModelTTSTimbresOutput, error)

ListBigModelTTSTimbresWithContext is the same as ListBigModelTTSTimbres with the addition of the ability to pass a context and additional request options.

See ListBigModelTTSTimbres for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ListSpeakers added in v1.2.5

func (c *SPEECHSAASPROD) ListSpeakers(input *ListSpeakersInput) (*ListSpeakersOutput, error)

ListSpeakers API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ListSpeakers for usage and error information.

func (*SPEECHSAASPROD) ListSpeakersCommon added in v1.2.5

func (c *SPEECHSAASPROD) ListSpeakersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListSpeakersCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ListSpeakersCommon for usage and error information.

func (*SPEECHSAASPROD) ListSpeakersCommonRequest added in v1.2.5

func (c *SPEECHSAASPROD) ListSpeakersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListSpeakersCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListSpeakersCommon operation. The "output" return value will be populated with the ListSpeakersCommon request's response once the request completes successfully.

Use "Send" method on the returned ListSpeakersCommon Request to send the API call to the service. the "output" return value is not valid until after ListSpeakersCommon Send returns without error.

See ListSpeakersCommon for more information on using the ListSpeakersCommon API call, and error handling.

// Example sending a request using the ListSpeakersCommonRequest method.
req, resp := client.ListSpeakersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ListSpeakersCommonWithContext added in v1.2.5

func (c *SPEECHSAASPROD) ListSpeakersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListSpeakersCommonWithContext is the same as ListSpeakersCommon with the addition of the ability to pass a context and additional request options.

See ListSpeakersCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ListSpeakersRequest added in v1.2.5

func (c *SPEECHSAASPROD) ListSpeakersRequest(input *ListSpeakersInput) (req *request.Request, output *ListSpeakersOutput)

ListSpeakersRequest generates a "volcengine/request.Request" representing the client's request for the ListSpeakers operation. The "output" return value will be populated with the ListSpeakersCommon request's response once the request completes successfully.

Use "Send" method on the returned ListSpeakersCommon Request to send the API call to the service. the "output" return value is not valid until after ListSpeakersCommon Send returns without error.

See ListSpeakers for more information on using the ListSpeakers API call, and error handling.

// Example sending a request using the ListSpeakersRequest method.
req, resp := client.ListSpeakersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ListSpeakersWithContext added in v1.2.5

func (c *SPEECHSAASPROD) ListSpeakersWithContext(ctx volcengine.Context, input *ListSpeakersInput, opts ...request.Option) (*ListSpeakersOutput, error)

ListSpeakersWithContext is the same as ListSpeakers with the addition of the ability to pass a context and additional request options.

See ListSpeakers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) OrderResourcePacks added in v1.1.29

func (c *SPEECHSAASPROD) OrderResourcePacks(input *OrderResourcePacksInput) (*OrderResourcePacksOutput, error)

OrderResourcePacks API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation OrderResourcePacks for usage and error information.

func (*SPEECHSAASPROD) OrderResourcePacksCommon added in v1.1.29

func (c *SPEECHSAASPROD) OrderResourcePacksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

OrderResourcePacksCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation OrderResourcePacksCommon for usage and error information.

func (*SPEECHSAASPROD) OrderResourcePacksCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) OrderResourcePacksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

OrderResourcePacksCommonRequest generates a "volcengine/request.Request" representing the client's request for the OrderResourcePacksCommon operation. The "output" return value will be populated with the OrderResourcePacksCommon request's response once the request completes successfully.

Use "Send" method on the returned OrderResourcePacksCommon Request to send the API call to the service. the "output" return value is not valid until after OrderResourcePacksCommon Send returns without error.

See OrderResourcePacksCommon for more information on using the OrderResourcePacksCommon API call, and error handling.

// Example sending a request using the OrderResourcePacksCommonRequest method.
req, resp := client.OrderResourcePacksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) OrderResourcePacksCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) OrderResourcePacksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

OrderResourcePacksCommonWithContext is the same as OrderResourcePacksCommon with the addition of the ability to pass a context and additional request options.

See OrderResourcePacksCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) OrderResourcePacksRequest added in v1.1.29

func (c *SPEECHSAASPROD) OrderResourcePacksRequest(input *OrderResourcePacksInput) (req *request.Request, output *OrderResourcePacksOutput)

OrderResourcePacksRequest generates a "volcengine/request.Request" representing the client's request for the OrderResourcePacks operation. The "output" return value will be populated with the OrderResourcePacksCommon request's response once the request completes successfully.

Use "Send" method on the returned OrderResourcePacksCommon Request to send the API call to the service. the "output" return value is not valid until after OrderResourcePacksCommon Send returns without error.

See OrderResourcePacks for more information on using the OrderResourcePacks API call, and error handling.

// Example sending a request using the OrderResourcePacksRequest method.
req, resp := client.OrderResourcePacksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) OrderResourcePacksWithContext added in v1.1.29

func (c *SPEECHSAASPROD) OrderResourcePacksWithContext(ctx volcengine.Context, input *OrderResourcePacksInput, opts ...request.Option) (*OrderResourcePacksOutput, error)

OrderResourcePacksWithContext is the same as OrderResourcePacks with the addition of the ability to pass a context and additional request options.

See OrderResourcePacks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) PauseService added in v1.1.29

func (c *SPEECHSAASPROD) PauseService(input *PauseServiceInput) (*PauseServiceOutput, error)

PauseService API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation PauseService for usage and error information.

func (*SPEECHSAASPROD) PauseServiceCommon added in v1.1.29

func (c *SPEECHSAASPROD) PauseServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PauseServiceCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation PauseServiceCommon for usage and error information.

func (*SPEECHSAASPROD) PauseServiceCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) PauseServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PauseServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the PauseServiceCommon operation. The "output" return value will be populated with the PauseServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned PauseServiceCommon Request to send the API call to the service. the "output" return value is not valid until after PauseServiceCommon Send returns without error.

See PauseServiceCommon for more information on using the PauseServiceCommon API call, and error handling.

// Example sending a request using the PauseServiceCommonRequest method.
req, resp := client.PauseServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) PauseServiceCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) PauseServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PauseServiceCommonWithContext is the same as PauseServiceCommon with the addition of the ability to pass a context and additional request options.

See PauseServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) PauseServiceRequest added in v1.1.29

func (c *SPEECHSAASPROD) PauseServiceRequest(input *PauseServiceInput) (req *request.Request, output *PauseServiceOutput)

PauseServiceRequest generates a "volcengine/request.Request" representing the client's request for the PauseService operation. The "output" return value will be populated with the PauseServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned PauseServiceCommon Request to send the API call to the service. the "output" return value is not valid until after PauseServiceCommon Send returns without error.

See PauseService for more information on using the PauseService API call, and error handling.

// Example sending a request using the PauseServiceRequest method.
req, resp := client.PauseServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) PauseServiceWithContext added in v1.1.29

func (c *SPEECHSAASPROD) PauseServiceWithContext(ctx volcengine.Context, input *PauseServiceInput, opts ...request.Option) (*PauseServiceOutput, error)

PauseServiceWithContext is the same as PauseService with the addition of the ability to pass a context and additional request options.

See PauseService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ResourcePacksStatus added in v1.1.29

func (c *SPEECHSAASPROD) ResourcePacksStatus(input *ResourcePacksStatusInput) (*ResourcePacksStatusOutput, error)

ResourcePacksStatus API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ResourcePacksStatus for usage and error information.

func (*SPEECHSAASPROD) ResourcePacksStatusCommon added in v1.1.29

func (c *SPEECHSAASPROD) ResourcePacksStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResourcePacksStatusCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ResourcePacksStatusCommon for usage and error information.

func (*SPEECHSAASPROD) ResourcePacksStatusCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) ResourcePacksStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResourcePacksStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResourcePacksStatusCommon operation. The "output" return value will be populated with the ResourcePacksStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned ResourcePacksStatusCommon Request to send the API call to the service. the "output" return value is not valid until after ResourcePacksStatusCommon Send returns without error.

See ResourcePacksStatusCommon for more information on using the ResourcePacksStatusCommon API call, and error handling.

// Example sending a request using the ResourcePacksStatusCommonRequest method.
req, resp := client.ResourcePacksStatusCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ResourcePacksStatusCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ResourcePacksStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResourcePacksStatusCommonWithContext is the same as ResourcePacksStatusCommon with the addition of the ability to pass a context and additional request options.

See ResourcePacksStatusCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ResourcePacksStatusRequest added in v1.1.29

func (c *SPEECHSAASPROD) ResourcePacksStatusRequest(input *ResourcePacksStatusInput) (req *request.Request, output *ResourcePacksStatusOutput)

ResourcePacksStatusRequest generates a "volcengine/request.Request" representing the client's request for the ResourcePacksStatus operation. The "output" return value will be populated with the ResourcePacksStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned ResourcePacksStatusCommon Request to send the API call to the service. the "output" return value is not valid until after ResourcePacksStatusCommon Send returns without error.

See ResourcePacksStatus for more information on using the ResourcePacksStatus API call, and error handling.

// Example sending a request using the ResourcePacksStatusRequest method.
req, resp := client.ResourcePacksStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ResourcePacksStatusWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ResourcePacksStatusWithContext(ctx volcengine.Context, input *ResourcePacksStatusInput, opts ...request.Option) (*ResourcePacksStatusOutput, error)

ResourcePacksStatusWithContext is the same as ResourcePacksStatus with the addition of the ability to pass a context and additional request options.

See ResourcePacksStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ResumeService added in v1.1.29

func (c *SPEECHSAASPROD) ResumeService(input *ResumeServiceInput) (*ResumeServiceOutput, error)

ResumeService API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ResumeService for usage and error information.

func (*SPEECHSAASPROD) ResumeServiceCommon added in v1.1.29

func (c *SPEECHSAASPROD) ResumeServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResumeServiceCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ResumeServiceCommon for usage and error information.

func (*SPEECHSAASPROD) ResumeServiceCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) ResumeServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResumeServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResumeServiceCommon operation. The "output" return value will be populated with the ResumeServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned ResumeServiceCommon Request to send the API call to the service. the "output" return value is not valid until after ResumeServiceCommon Send returns without error.

See ResumeServiceCommon for more information on using the ResumeServiceCommon API call, and error handling.

// Example sending a request using the ResumeServiceCommonRequest method.
req, resp := client.ResumeServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ResumeServiceCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ResumeServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResumeServiceCommonWithContext is the same as ResumeServiceCommon with the addition of the ability to pass a context and additional request options.

See ResumeServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ResumeServiceRequest added in v1.1.29

func (c *SPEECHSAASPROD) ResumeServiceRequest(input *ResumeServiceInput) (req *request.Request, output *ResumeServiceOutput)

ResumeServiceRequest generates a "volcengine/request.Request" representing the client's request for the ResumeService operation. The "output" return value will be populated with the ResumeServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned ResumeServiceCommon Request to send the API call to the service. the "output" return value is not valid until after ResumeServiceCommon Send returns without error.

See ResumeService for more information on using the ResumeService API call, and error handling.

// Example sending a request using the ResumeServiceRequest method.
req, resp := client.ResumeServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ResumeServiceWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ResumeServiceWithContext(ctx volcengine.Context, input *ResumeServiceInput, opts ...request.Option) (*ResumeServiceOutput, error)

ResumeServiceWithContext is the same as ResumeService with the addition of the ability to pass a context and additional request options.

See ResumeService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ServiceStatus added in v1.1.29

func (c *SPEECHSAASPROD) ServiceStatus(input *ServiceStatusInput) (*ServiceStatusOutput, error)

ServiceStatus API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ServiceStatus for usage and error information.

func (*SPEECHSAASPROD) ServiceStatusCommon added in v1.1.29

func (c *SPEECHSAASPROD) ServiceStatusCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ServiceStatusCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation ServiceStatusCommon for usage and error information.

func (*SPEECHSAASPROD) ServiceStatusCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) ServiceStatusCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ServiceStatusCommonRequest generates a "volcengine/request.Request" representing the client's request for the ServiceStatusCommon operation. The "output" return value will be populated with the ServiceStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned ServiceStatusCommon Request to send the API call to the service. the "output" return value is not valid until after ServiceStatusCommon Send returns without error.

See ServiceStatusCommon for more information on using the ServiceStatusCommon API call, and error handling.

// Example sending a request using the ServiceStatusCommonRequest method.
req, resp := client.ServiceStatusCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ServiceStatusCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ServiceStatusCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ServiceStatusCommonWithContext is the same as ServiceStatusCommon with the addition of the ability to pass a context and additional request options.

See ServiceStatusCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) ServiceStatusRequest added in v1.1.29

func (c *SPEECHSAASPROD) ServiceStatusRequest(input *ServiceStatusInput) (req *request.Request, output *ServiceStatusOutput)

ServiceStatusRequest generates a "volcengine/request.Request" representing the client's request for the ServiceStatus operation. The "output" return value will be populated with the ServiceStatusCommon request's response once the request completes successfully.

Use "Send" method on the returned ServiceStatusCommon Request to send the API call to the service. the "output" return value is not valid until after ServiceStatusCommon Send returns without error.

See ServiceStatus for more information on using the ServiceStatus API call, and error handling.

// Example sending a request using the ServiceStatusRequest method.
req, resp := client.ServiceStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) ServiceStatusWithContext added in v1.1.29

func (c *SPEECHSAASPROD) ServiceStatusWithContext(ctx volcengine.Context, input *ServiceStatusInput, opts ...request.Option) (*ServiceStatusOutput, error)

ServiceStatusWithContext is the same as ServiceStatus with the addition of the ability to pass a context and additional request options.

See ServiceStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) TerminateService added in v1.1.29

func (c *SPEECHSAASPROD) TerminateService(input *TerminateServiceInput) (*TerminateServiceOutput, error)

TerminateService API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation TerminateService for usage and error information.

func (*SPEECHSAASPROD) TerminateServiceCommon added in v1.1.29

func (c *SPEECHSAASPROD) TerminateServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TerminateServiceCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation TerminateServiceCommon for usage and error information.

func (*SPEECHSAASPROD) TerminateServiceCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) TerminateServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TerminateServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the TerminateServiceCommon operation. The "output" return value will be populated with the TerminateServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned TerminateServiceCommon Request to send the API call to the service. the "output" return value is not valid until after TerminateServiceCommon Send returns without error.

See TerminateServiceCommon for more information on using the TerminateServiceCommon API call, and error handling.

// Example sending a request using the TerminateServiceCommonRequest method.
req, resp := client.TerminateServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) TerminateServiceCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) TerminateServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

TerminateServiceCommonWithContext is the same as TerminateServiceCommon with the addition of the ability to pass a context and additional request options.

See TerminateServiceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) TerminateServiceRequest added in v1.1.29

func (c *SPEECHSAASPROD) TerminateServiceRequest(input *TerminateServiceInput) (req *request.Request, output *TerminateServiceOutput)

TerminateServiceRequest generates a "volcengine/request.Request" representing the client's request for the TerminateService operation. The "output" return value will be populated with the TerminateServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned TerminateServiceCommon Request to send the API call to the service. the "output" return value is not valid until after TerminateServiceCommon Send returns without error.

See TerminateService for more information on using the TerminateService API call, and error handling.

// Example sending a request using the TerminateServiceRequest method.
req, resp := client.TerminateServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) TerminateServiceWithContext added in v1.1.29

func (c *SPEECHSAASPROD) TerminateServiceWithContext(ctx volcengine.Context, input *TerminateServiceInput, opts ...request.Option) (*TerminateServiceOutput, error)

TerminateServiceWithContext is the same as TerminateService with the addition of the ability to pass a context and additional request options.

See TerminateService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) UpdateAPIKey added in v1.1.29

func (c *SPEECHSAASPROD) UpdateAPIKey(input *UpdateAPIKeyInput) (*UpdateAPIKeyOutput, error)

UpdateAPIKey API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation UpdateAPIKey for usage and error information.

func (*SPEECHSAASPROD) UpdateAPIKeyCommon added in v1.1.29

func (c *SPEECHSAASPROD) UpdateAPIKeyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateAPIKeyCommon API operation for SPEECH_SAAS_PROD.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPEECH_SAAS_PROD's API operation UpdateAPIKeyCommon for usage and error information.

func (*SPEECHSAASPROD) UpdateAPIKeyCommonRequest added in v1.1.29

func (c *SPEECHSAASPROD) UpdateAPIKeyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateAPIKeyCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAPIKeyCommon operation. The "output" return value will be populated with the UpdateAPIKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateAPIKeyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAPIKeyCommon Send returns without error.

See UpdateAPIKeyCommon for more information on using the UpdateAPIKeyCommon API call, and error handling.

// Example sending a request using the UpdateAPIKeyCommonRequest method.
req, resp := client.UpdateAPIKeyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) UpdateAPIKeyCommonWithContext added in v1.1.29

func (c *SPEECHSAASPROD) UpdateAPIKeyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateAPIKeyCommonWithContext is the same as UpdateAPIKeyCommon with the addition of the ability to pass a context and additional request options.

See UpdateAPIKeyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPEECHSAASPROD) UpdateAPIKeyRequest added in v1.1.29

func (c *SPEECHSAASPROD) UpdateAPIKeyRequest(input *UpdateAPIKeyInput) (req *request.Request, output *UpdateAPIKeyOutput)

UpdateAPIKeyRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAPIKey operation. The "output" return value will be populated with the UpdateAPIKeyCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateAPIKeyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAPIKeyCommon Send returns without error.

See UpdateAPIKey for more information on using the UpdateAPIKey API call, and error handling.

// Example sending a request using the UpdateAPIKeyRequest method.
req, resp := client.UpdateAPIKeyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPEECHSAASPROD) UpdateAPIKeyWithContext added in v1.1.29

func (c *SPEECHSAASPROD) UpdateAPIKeyWithContext(ctx volcengine.Context, input *UpdateAPIKeyInput, opts ...request.Option) (*UpdateAPIKeyOutput, error)

UpdateAPIKeyWithContext is the same as UpdateAPIKey with the addition of the ability to pass a context and additional request options.

See UpdateAPIKey for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type SPEECHSAASPRODAPI

type SPEECHSAASPRODAPI interface {
	ActivateServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ActivateServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ActivateServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ActivateService(*ActivateServiceInput) (*ActivateServiceOutput, error)
	ActivateServiceWithContext(volcengine.Context, *ActivateServiceInput, ...request.Option) (*ActivateServiceOutput, error)
	ActivateServiceRequest(*ActivateServiceInput) (*request.Request, *ActivateServiceOutput)

	AliasResourcePackCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AliasResourcePackCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AliasResourcePackCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AliasResourcePack(*AliasResourcePackInput) (*AliasResourcePackOutput, error)
	AliasResourcePackWithContext(volcengine.Context, *AliasResourcePackInput, ...request.Option) (*AliasResourcePackOutput, error)
	AliasResourcePackRequest(*AliasResourcePackInput) (*request.Request, *AliasResourcePackOutput)

	CreateAPIKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAPIKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAPIKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAPIKey(*CreateAPIKeyInput) (*CreateAPIKeyOutput, error)
	CreateAPIKeyWithContext(volcengine.Context, *CreateAPIKeyInput, ...request.Option) (*CreateAPIKeyOutput, error)
	CreateAPIKeyRequest(*CreateAPIKeyInput) (*request.Request, *CreateAPIKeyOutput)

	DeleteAPIKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAPIKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAPIKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAPIKey(*DeleteAPIKeyInput) (*DeleteAPIKeyOutput, error)
	DeleteAPIKeyWithContext(volcengine.Context, *DeleteAPIKeyInput, ...request.Option) (*DeleteAPIKeyOutput, error)
	DeleteAPIKeyRequest(*DeleteAPIKeyInput) (*request.Request, *DeleteAPIKeyOutput)

	FormalizeResourcePacksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	FormalizeResourcePacksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	FormalizeResourcePacksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	FormalizeResourcePacks(*FormalizeResourcePacksInput) (*FormalizeResourcePacksOutput, error)
	FormalizeResourcePacksWithContext(volcengine.Context, *FormalizeResourcePacksInput, ...request.Option) (*FormalizeResourcePacksOutput, error)
	FormalizeResourcePacksRequest(*FormalizeResourcePacksInput) (*request.Request, *FormalizeResourcePacksOutput)

	ListAPIKeysCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAPIKeysCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAPIKeysCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListAPIKeys(*ListAPIKeysInput) (*ListAPIKeysOutput, error)
	ListAPIKeysWithContext(volcengine.Context, *ListAPIKeysInput, ...request.Option) (*ListAPIKeysOutput, error)
	ListAPIKeysRequest(*ListAPIKeysInput) (*request.Request, *ListAPIKeysOutput)

	ListBigModelTTSTimbresCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListBigModelTTSTimbresCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListBigModelTTSTimbresCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListBigModelTTSTimbres(*ListBigModelTTSTimbresInput) (*ListBigModelTTSTimbresOutput, error)
	ListBigModelTTSTimbresWithContext(volcengine.Context, *ListBigModelTTSTimbresInput, ...request.Option) (*ListBigModelTTSTimbresOutput, error)
	ListBigModelTTSTimbresRequest(*ListBigModelTTSTimbresInput) (*request.Request, *ListBigModelTTSTimbresOutput)

	ListSpeakersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListSpeakersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListSpeakersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListSpeakers(*ListSpeakersInput) (*ListSpeakersOutput, error)
	ListSpeakersWithContext(volcengine.Context, *ListSpeakersInput, ...request.Option) (*ListSpeakersOutput, error)
	ListSpeakersRequest(*ListSpeakersInput) (*request.Request, *ListSpeakersOutput)

	OrderResourcePacksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	OrderResourcePacksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	OrderResourcePacksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	OrderResourcePacks(*OrderResourcePacksInput) (*OrderResourcePacksOutput, error)
	OrderResourcePacksWithContext(volcengine.Context, *OrderResourcePacksInput, ...request.Option) (*OrderResourcePacksOutput, error)
	OrderResourcePacksRequest(*OrderResourcePacksInput) (*request.Request, *OrderResourcePacksOutput)

	PauseServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PauseServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PauseServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PauseService(*PauseServiceInput) (*PauseServiceOutput, error)
	PauseServiceWithContext(volcengine.Context, *PauseServiceInput, ...request.Option) (*PauseServiceOutput, error)
	PauseServiceRequest(*PauseServiceInput) (*request.Request, *PauseServiceOutput)

	ResourcePacksStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResourcePacksStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResourcePacksStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResourcePacksStatus(*ResourcePacksStatusInput) (*ResourcePacksStatusOutput, error)
	ResourcePacksStatusWithContext(volcengine.Context, *ResourcePacksStatusInput, ...request.Option) (*ResourcePacksStatusOutput, error)
	ResourcePacksStatusRequest(*ResourcePacksStatusInput) (*request.Request, *ResourcePacksStatusOutput)

	ResumeServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResumeServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResumeServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResumeService(*ResumeServiceInput) (*ResumeServiceOutput, error)
	ResumeServiceWithContext(volcengine.Context, *ResumeServiceInput, ...request.Option) (*ResumeServiceOutput, error)
	ResumeServiceRequest(*ResumeServiceInput) (*request.Request, *ResumeServiceOutput)

	ServiceStatusCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ServiceStatusCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ServiceStatusCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ServiceStatus(*ServiceStatusInput) (*ServiceStatusOutput, error)
	ServiceStatusWithContext(volcengine.Context, *ServiceStatusInput, ...request.Option) (*ServiceStatusOutput, error)
	ServiceStatusRequest(*ServiceStatusInput) (*request.Request, *ServiceStatusOutput)

	TerminateServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TerminateServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TerminateServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TerminateService(*TerminateServiceInput) (*TerminateServiceOutput, error)
	TerminateServiceWithContext(volcengine.Context, *TerminateServiceInput, ...request.Option) (*TerminateServiceOutput, error)
	TerminateServiceRequest(*TerminateServiceInput) (*request.Request, *TerminateServiceOutput)

	UpdateAPIKeyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateAPIKeyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateAPIKeyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateAPIKey(*UpdateAPIKeyInput) (*UpdateAPIKeyOutput, error)
	UpdateAPIKeyWithContext(volcengine.Context, *UpdateAPIKeyInput, ...request.Option) (*UpdateAPIKeyOutput, error)
	UpdateAPIKeyRequest(*UpdateAPIKeyInput) (*request.Request, *UpdateAPIKeyOutput)
}

SPEECHSAASPRODAPI provides an interface to enable mocking the speechsaasprod.SPEECHSAASPROD service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// SPEECH_SAAS_PROD.
func myFunc(svc SPEECHSAASPRODAPI) bool {
    // Make svc.ActivateService request
}

func main() {
    sess := session.New()
    svc := speechsaasprod.New(sess)

    myFunc(svc)
}

type ServiceStatusInput added in v1.1.29

type ServiceStatusInput struct {

	// BlueprintID is a required field
	BlueprintID *int32 `type:"int32" json:",omitempty" required:"true"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`

	// ResourceID is a required field
	ResourceID *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ServiceStatusInput) GoString added in v1.1.29

func (s ServiceStatusInput) GoString() string

GoString returns the string representation

func (*ServiceStatusInput) SetBlueprintID added in v1.1.29

func (s *ServiceStatusInput) SetBlueprintID(v int32) *ServiceStatusInput

SetBlueprintID sets the BlueprintID field's value.

func (*ServiceStatusInput) SetProjectName added in v1.1.29

func (s *ServiceStatusInput) SetProjectName(v string) *ServiceStatusInput

SetProjectName sets the ProjectName field's value.

func (*ServiceStatusInput) SetResourceID added in v1.1.29

func (s *ServiceStatusInput) SetResourceID(v string) *ServiceStatusInput

SetResourceID sets the ResourceID field's value.

func (ServiceStatusInput) String added in v1.1.29

func (s ServiceStatusInput) String() string

String returns the string representation

func (*ServiceStatusInput) Validate added in v1.1.29

func (s *ServiceStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ServiceStatusOutput added in v1.1.29

type ServiceStatusOutput struct {
	Metadata *response.ResponseMetadata

	BillingResource *BillingResourceForServiceStatusOutput `type:"structure" json:",omitempty"`

	BillingResources []*BillingResourceForServiceStatusOutput `type:"list" json:",omitempty"`

	BillingRules *string `type:"string" json:",omitempty"`

	Clusters []*string `type:"list" json:",omitempty"`

	InstanceNumber *string `type:"string" json:",omitempty"`

	Level *string `type:"string" json:",omitempty"`

	ProductDoc *string `type:"string" json:",omitempty"`

	QuotaResource *QuotaResourceForServiceStatusOutput `type:"structure" json:",omitempty"`

	QuotaResources []*QuotaResourceForServiceStatusOutput `type:"list" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Tags []*TagForServiceStatusOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ServiceStatusOutput) GoString added in v1.1.29

func (s ServiceStatusOutput) GoString() string

GoString returns the string representation

func (*ServiceStatusOutput) SetBillingResource added in v1.1.29

SetBillingResource sets the BillingResource field's value.

func (*ServiceStatusOutput) SetBillingResources added in v1.1.29

SetBillingResources sets the BillingResources field's value.

func (*ServiceStatusOutput) SetBillingRules added in v1.1.29

func (s *ServiceStatusOutput) SetBillingRules(v string) *ServiceStatusOutput

SetBillingRules sets the BillingRules field's value.

func (*ServiceStatusOutput) SetClusters added in v1.1.29

func (s *ServiceStatusOutput) SetClusters(v []*string) *ServiceStatusOutput

SetClusters sets the Clusters field's value.

func (*ServiceStatusOutput) SetInstanceNumber added in v1.1.29

func (s *ServiceStatusOutput) SetInstanceNumber(v string) *ServiceStatusOutput

SetInstanceNumber sets the InstanceNumber field's value.

func (*ServiceStatusOutput) SetLevel added in v1.1.29

SetLevel sets the Level field's value.

func (*ServiceStatusOutput) SetProductDoc added in v1.1.29

func (s *ServiceStatusOutput) SetProductDoc(v string) *ServiceStatusOutput

SetProductDoc sets the ProductDoc field's value.

func (*ServiceStatusOutput) SetQuotaResource added in v1.1.29

SetQuotaResource sets the QuotaResource field's value.

func (*ServiceStatusOutput) SetQuotaResources added in v1.1.29

SetQuotaResources sets the QuotaResources field's value.

func (*ServiceStatusOutput) SetResourceID added in v1.1.29

func (s *ServiceStatusOutput) SetResourceID(v string) *ServiceStatusOutput

SetResourceID sets the ResourceID field's value.

func (*ServiceStatusOutput) SetStatus added in v1.1.29

SetStatus sets the Status field's value.

func (*ServiceStatusOutput) SetTags added in v1.1.29

SetTags sets the Tags field's value.

func (ServiceStatusOutput) String added in v1.1.29

func (s ServiceStatusOutput) String() string

String returns the string representation

type SpeakerForListSpeakersOutput added in v1.2.5

type SpeakerForListSpeakersOutput struct {
	Age *string `type:"string" json:",omitempty"`

	Avatar *string `type:"string" json:",omitempty"`

	Categories []*CategoryForListSpeakersOutput `type:"list" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Emotions []*EmotionForListSpeakersOutput `type:"list" json:",omitempty"`

	Gender *string `type:"string" json:",omitempty"`

	Languages []*LanguageForListSpeakersOutput `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NormalLabels []*string `type:"list" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	ShortTrialURL *string `type:"string" json:",omitempty"`

	SpecialLabels []*string `type:"list" json:",omitempty"`

	TrialURL *string `type:"string" json:",omitempty"`

	VoiceType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpeakerForListSpeakersOutput) GoString added in v1.2.5

func (s SpeakerForListSpeakersOutput) GoString() string

GoString returns the string representation

func (*SpeakerForListSpeakersOutput) SetAge added in v1.2.5

SetAge sets the Age field's value.

func (*SpeakerForListSpeakersOutput) SetAvatar added in v1.2.5

SetAvatar sets the Avatar field's value.

func (*SpeakerForListSpeakersOutput) SetCategories added in v1.2.5

SetCategories sets the Categories field's value.

func (*SpeakerForListSpeakersOutput) SetDescription added in v1.2.5

SetDescription sets the Description field's value.

func (*SpeakerForListSpeakersOutput) SetEmotions added in v1.2.5

SetEmotions sets the Emotions field's value.

func (*SpeakerForListSpeakersOutput) SetGender added in v1.2.5

SetGender sets the Gender field's value.

func (*SpeakerForListSpeakersOutput) SetLanguages added in v1.2.5

SetLanguages sets the Languages field's value.

func (*SpeakerForListSpeakersOutput) SetName added in v1.2.5

SetName sets the Name field's value.

func (*SpeakerForListSpeakersOutput) SetNormalLabels added in v1.2.5

SetNormalLabels sets the NormalLabels field's value.

func (*SpeakerForListSpeakersOutput) SetResourceID added in v1.2.5

SetResourceID sets the ResourceID field's value.

func (*SpeakerForListSpeakersOutput) SetShortTrialURL added in v1.2.5

SetShortTrialURL sets the ShortTrialURL field's value.

func (*SpeakerForListSpeakersOutput) SetSpecialLabels added in v1.2.5

SetSpecialLabels sets the SpecialLabels field's value.

func (*SpeakerForListSpeakersOutput) SetTrialURL added in v1.2.5

SetTrialURL sets the TrialURL field's value.

func (*SpeakerForListSpeakersOutput) SetVoiceType added in v1.2.5

SetVoiceType sets the VoiceType field's value.

func (SpeakerForListSpeakersOutput) String added in v1.2.5

String returns the string representation

type TagFilterForResourcePacksStatusInput added in v1.1.29

type TagFilterForResourcePacksStatusInput struct {
	Key *string `max:"128" type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForResourcePacksStatusInput) GoString added in v1.1.29

GoString returns the string representation

func (*TagFilterForResourcePacksStatusInput) SetKey added in v1.1.29

SetKey sets the Key field's value.

func (*TagFilterForResourcePacksStatusInput) SetValues added in v1.1.29

SetValues sets the Values field's value.

func (TagFilterForResourcePacksStatusInput) String added in v1.1.29

String returns the string representation

func (*TagFilterForResourcePacksStatusInput) Validate added in v1.1.29

Validate inspects the fields of the type to determine if they are valid.

type TagForActivateServiceInput added in v1.1.29

type TagForActivateServiceInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForActivateServiceInput) GoString added in v1.1.29

func (s TagForActivateServiceInput) GoString() string

GoString returns the string representation

func (*TagForActivateServiceInput) SetKey added in v1.1.29

SetKey sets the Key field's value.

func (*TagForActivateServiceInput) SetValue added in v1.1.29

SetValue sets the Value field's value.

func (TagForActivateServiceInput) String added in v1.1.29

String returns the string representation

type TagForFormalizeResourcePacksInput added in v1.1.29

type TagForFormalizeResourcePacksInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForFormalizeResourcePacksInput) GoString added in v1.1.29

GoString returns the string representation

func (*TagForFormalizeResourcePacksInput) SetKey added in v1.1.29

SetKey sets the Key field's value.

func (*TagForFormalizeResourcePacksInput) SetValue added in v1.1.29

SetValue sets the Value field's value.

func (TagForFormalizeResourcePacksInput) String added in v1.1.29

String returns the string representation

type TagForOrderResourcePacksInput added in v1.1.29

type TagForOrderResourcePacksInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForOrderResourcePacksInput) GoString added in v1.1.29

GoString returns the string representation

func (*TagForOrderResourcePacksInput) SetKey added in v1.1.29

SetKey sets the Key field's value.

func (*TagForOrderResourcePacksInput) SetValue added in v1.1.29

SetValue sets the Value field's value.

func (TagForOrderResourcePacksInput) String added in v1.1.29

String returns the string representation

type TagForServiceStatusOutput added in v1.1.29

type TagForServiceStatusOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForServiceStatusOutput) GoString added in v1.1.29

func (s TagForServiceStatusOutput) GoString() string

GoString returns the string representation

func (*TagForServiceStatusOutput) SetKey added in v1.1.29

SetKey sets the Key field's value.

func (*TagForServiceStatusOutput) SetValue added in v1.1.29

SetValue sets the Value field's value.

func (TagForServiceStatusOutput) String added in v1.1.29

func (s TagForServiceStatusOutput) String() string

String returns the string representation

type TerminateServiceInput added in v1.1.29

type TerminateServiceInput struct {
	ProjectName *string `type:"string" json:",omitempty"`

	ResourceIDs []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TerminateServiceInput) GoString added in v1.1.29

func (s TerminateServiceInput) GoString() string

GoString returns the string representation

func (*TerminateServiceInput) SetProjectName added in v1.1.29

func (s *TerminateServiceInput) SetProjectName(v string) *TerminateServiceInput

SetProjectName sets the ProjectName field's value.

func (*TerminateServiceInput) SetResourceIDs added in v1.1.29

func (s *TerminateServiceInput) SetResourceIDs(v []*string) *TerminateServiceInput

SetResourceIDs sets the ResourceIDs field's value.

func (TerminateServiceInput) String added in v1.1.29

func (s TerminateServiceInput) String() string

String returns the string representation

type TerminateServiceOutput added in v1.1.29

type TerminateServiceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (TerminateServiceOutput) GoString added in v1.1.29

func (s TerminateServiceOutput) GoString() string

GoString returns the string representation

func (TerminateServiceOutput) String added in v1.1.29

func (s TerminateServiceOutput) String() string

String returns the string representation

type TimbreForListBigModelTTSTimbresOutput

type TimbreForListBigModelTTSTimbresOutput struct {
	SpeakerID *string `type:"string" json:",omitempty"`

	TimbreInfos []*TimbreInfoForListBigModelTTSTimbresOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TimbreForListBigModelTTSTimbresOutput) GoString

GoString returns the string representation

func (*TimbreForListBigModelTTSTimbresOutput) SetSpeakerID

SetSpeakerID sets the SpeakerID field's value.

func (*TimbreForListBigModelTTSTimbresOutput) SetTimbreInfos

SetTimbreInfos sets the TimbreInfos field's value.

func (TimbreForListBigModelTTSTimbresOutput) String

String returns the string representation

type TimbreInfoForListBigModelTTSTimbresOutput

type TimbreInfoForListBigModelTTSTimbresOutput struct {
	Age *string `type:"string" json:",omitempty"`

	Categories []*CategoryForListBigModelTTSTimbresOutput `type:"list" json:",omitempty"`

	Emotions []*EmotionForListBigModelTTSTimbresOutput `type:"list" json:",omitempty"`

	Gender *string `type:"string" json:",omitempty"`

	SpeakerName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TimbreInfoForListBigModelTTSTimbresOutput) GoString

GoString returns the string representation

func (*TimbreInfoForListBigModelTTSTimbresOutput) SetAge

SetAge sets the Age field's value.

func (*TimbreInfoForListBigModelTTSTimbresOutput) SetCategories

SetCategories sets the Categories field's value.

func (*TimbreInfoForListBigModelTTSTimbresOutput) SetEmotions

SetEmotions sets the Emotions field's value.

func (*TimbreInfoForListBigModelTTSTimbresOutput) SetGender

SetGender sets the Gender field's value.

func (*TimbreInfoForListBigModelTTSTimbresOutput) SetSpeakerName

SetSpeakerName sets the SpeakerName field's value.

func (TimbreInfoForListBigModelTTSTimbresOutput) String

String returns the string representation

type TotalHarvestForResourcePacksStatusOutput added in v1.1.29

type TotalHarvestForResourcePacksStatusOutput struct {
	CropType *string `type:"string" json:",omitempty"`

	CurrentUsage *float64 `type:"float" json:",omitempty"`

	PurchasedAmount *float64 `type:"float" json:",omitempty"`

	ResourceID *string `type:"string" json:",omitempty"`

	Unit *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TotalHarvestForResourcePacksStatusOutput) GoString added in v1.1.29

GoString returns the string representation

func (*TotalHarvestForResourcePacksStatusOutput) SetCropType added in v1.1.29

SetCropType sets the CropType field's value.

func (*TotalHarvestForResourcePacksStatusOutput) SetCurrentUsage added in v1.1.29

SetCurrentUsage sets the CurrentUsage field's value.

func (*TotalHarvestForResourcePacksStatusOutput) SetPurchasedAmount added in v1.1.29

SetPurchasedAmount sets the PurchasedAmount field's value.

func (*TotalHarvestForResourcePacksStatusOutput) SetResourceID added in v1.1.29

SetResourceID sets the ResourceID field's value.

func (*TotalHarvestForResourcePacksStatusOutput) SetUnit added in v1.1.29

SetUnit sets the Unit field's value.

func (TotalHarvestForResourcePacksStatusOutput) String added in v1.1.29

String returns the string representation

type UpdateAPIKeyInput added in v1.1.29

type UpdateAPIKeyInput struct {
	Disable *string `type:"string" json:",omitempty"`

	// ID is a required field
	ID *int32 `type:"int32" json:",omitempty" required:"true"`

	Name *string `type:"string" json:",omitempty"`

	// ProjectName is a required field
	ProjectName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateAPIKeyInput) GoString added in v1.1.29

func (s UpdateAPIKeyInput) GoString() string

GoString returns the string representation

func (*UpdateAPIKeyInput) SetDisable added in v1.1.29

func (s *UpdateAPIKeyInput) SetDisable(v string) *UpdateAPIKeyInput

SetDisable sets the Disable field's value.

func (*UpdateAPIKeyInput) SetID added in v1.1.29

SetID sets the ID field's value.

func (*UpdateAPIKeyInput) SetName added in v1.1.29

SetName sets the Name field's value.

func (*UpdateAPIKeyInput) SetProjectName added in v1.1.29

func (s *UpdateAPIKeyInput) SetProjectName(v string) *UpdateAPIKeyInput

SetProjectName sets the ProjectName field's value.

func (UpdateAPIKeyInput) String added in v1.1.29

func (s UpdateAPIKeyInput) String() string

String returns the string representation

func (*UpdateAPIKeyInput) Validate added in v1.1.29

func (s *UpdateAPIKeyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAPIKeyOutput added in v1.1.29

type UpdateAPIKeyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateAPIKeyOutput) GoString added in v1.1.29

func (s UpdateAPIKeyOutput) GoString() string

GoString returns the string representation

func (UpdateAPIKeyOutput) String added in v1.1.29

func (s UpdateAPIKeyOutput) String() string

String returns the string representation

Jump to

Keyboard shortcuts

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