vod20250101

package
v1.1.21 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package vod20250101iface provides an interface to enable mocking the VOD20250101 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 = "vod"       // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "vod"       // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AdAuditForGetExecutionOutput

type AdAuditForGetExecutionOutput struct {
	AdvertiserId *string `type:"string"`

	BusinessType *string `type:"string"`
	// contains filtered or unexported fields
}

func (AdAuditForGetExecutionOutput) GoString

func (s AdAuditForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*AdAuditForGetExecutionOutput) SetAdvertiserId

SetAdvertiserId sets the AdvertiserId field's value.

func (*AdAuditForGetExecutionOutput) SetBusinessType

SetBusinessType sets the BusinessType field's value.

func (AdAuditForGetExecutionOutput) String

String returns the string representation

type AdAuditForStartExecutionInput

type AdAuditForStartExecutionInput struct {
	AdvertiserId *string `type:"string" json:",omitempty"`

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

func (AdAuditForStartExecutionInput) GoString

GoString returns the string representation

func (*AdAuditForStartExecutionInput) SetAdvertiserId

SetAdvertiserId sets the AdvertiserId field's value.

func (*AdAuditForStartExecutionInput) SetBusinessType

SetBusinessType sets the BusinessType field's value.

func (AdAuditForStartExecutionInput) String

String returns the string representation

type AllTagForGetExecutionOutput added in v1.1.12

type AllTagForGetExecutionOutput struct {
	Tags []*string `type:"list"`
	// contains filtered or unexported fields
}

func (AllTagForGetExecutionOutput) GoString added in v1.1.12

func (s AllTagForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*AllTagForGetExecutionOutput) SetTags added in v1.1.12

SetTags sets the Tags field's value.

func (AllTagForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type AsrForGetExecutionOutput

type AsrForGetExecutionOutput struct {
	Language *string `type:"string"`

	Mode *string `type:"string"`

	Type *string `type:"string"`

	WithConfidence *bool `type:"boolean"`

	WithSpeakerInfo *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (AsrForGetExecutionOutput) GoString

func (s AsrForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*AsrForGetExecutionOutput) SetLanguage

SetLanguage sets the Language field's value.

func (*AsrForGetExecutionOutput) SetMode added in v1.1.12

SetMode sets the Mode field's value.

func (*AsrForGetExecutionOutput) SetType

SetType sets the Type field's value.

func (*AsrForGetExecutionOutput) SetWithConfidence

func (s *AsrForGetExecutionOutput) SetWithConfidence(v bool) *AsrForGetExecutionOutput

SetWithConfidence sets the WithConfidence field's value.

func (*AsrForGetExecutionOutput) SetWithSpeakerInfo

func (s *AsrForGetExecutionOutput) SetWithSpeakerInfo(v bool) *AsrForGetExecutionOutput

SetWithSpeakerInfo sets the WithSpeakerInfo field's value.

func (AsrForGetExecutionOutput) String

func (s AsrForGetExecutionOutput) String() string

String returns the string representation

type AsrForStartExecutionInput

type AsrForStartExecutionInput struct {
	Language *string `type:"string" json:",omitempty"`

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

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

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

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

func (AsrForStartExecutionInput) GoString

func (s AsrForStartExecutionInput) GoString() string

GoString returns the string representation

func (*AsrForStartExecutionInput) SetLanguage

SetLanguage sets the Language field's value.

func (*AsrForStartExecutionInput) SetMode added in v1.1.12

SetMode sets the Mode field's value.

func (*AsrForStartExecutionInput) SetType

SetType sets the Type field's value.

func (*AsrForStartExecutionInput) SetWithConfidence

func (s *AsrForStartExecutionInput) SetWithConfidence(v bool) *AsrForStartExecutionInput

SetWithConfidence sets the WithConfidence field's value.

func (*AsrForStartExecutionInput) SetWithSpeakerInfo

func (s *AsrForStartExecutionInput) SetWithSpeakerInfo(v bool) *AsrForStartExecutionInput

SetWithSpeakerInfo sets the WithSpeakerInfo field's value.

func (AsrForStartExecutionInput) String

func (s AsrForStartExecutionInput) String() string

String returns the string representation

type AttributeForGetExecutionOutput

type AttributeForGetExecutionOutput struct {
	Confidence *float64 `type:"double"`

	Event *string `type:"string"`

	Speaker *string `type:"string"`
	// contains filtered or unexported fields
}

func (AttributeForGetExecutionOutput) GoString

GoString returns the string representation

func (*AttributeForGetExecutionOutput) SetConfidence

SetConfidence sets the Confidence field's value.

func (*AttributeForGetExecutionOutput) SetEvent

SetEvent sets the Event field's value.

func (*AttributeForGetExecutionOutput) SetSpeaker

SetSpeaker sets the Speaker field's value.

func (AttributeForGetExecutionOutput) String

String returns the string representation

type AudioExtractForGetExecutionOutput

type AudioExtractForGetExecutionOutput struct {
	Voice *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (AudioExtractForGetExecutionOutput) GoString

GoString returns the string representation

func (*AudioExtractForGetExecutionOutput) SetVoice

SetVoice sets the Voice field's value.

func (AudioExtractForGetExecutionOutput) String

String returns the string representation

type AudioExtractForStartExecutionInput

type AudioExtractForStartExecutionInput struct {
	Voice *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AudioExtractForStartExecutionInput) GoString

GoString returns the string representation

func (*AudioExtractForStartExecutionInput) SetVoice

SetVoice sets the Voice field's value.

func (AudioExtractForStartExecutionInput) String

String returns the string representation

type AudioStreamMetaForGetExecutionOutput

type AudioStreamMetaForGetExecutionOutput struct {
	Bitrate *int32 `type:"int32"`

	Codec *string `type:"string"`

	Duration *float64 `type:"float"`

	Quality *string `type:"string"`

	SampleRate *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (AudioStreamMetaForGetExecutionOutput) GoString

GoString returns the string representation

func (*AudioStreamMetaForGetExecutionOutput) SetBitrate

SetBitrate sets the Bitrate field's value.

func (*AudioStreamMetaForGetExecutionOutput) SetCodec

SetCodec sets the Codec field's value.

func (*AudioStreamMetaForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*AudioStreamMetaForGetExecutionOutput) SetQuality

SetQuality sets the Quality field's value.

func (*AudioStreamMetaForGetExecutionOutput) SetSampleRate

SetSampleRate sets the SampleRate field's value.

func (AudioStreamMetaForGetExecutionOutput) String

String returns the string representation

type BackgroundAudioForGetAITranslationProjectOutput added in v1.1.12

type BackgroundAudioForGetAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double" json:",omitempty"`

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

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

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

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

func (BackgroundAudioForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*BackgroundAudioForGetAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*BackgroundAudioForGetAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*BackgroundAudioForGetAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*BackgroundAudioForGetAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*BackgroundAudioForGetAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (BackgroundAudioForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type BackgroundClipForGetAITranslationProjectOutput added in v1.1.12

type BackgroundClipForGetAITranslationProjectOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

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

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

func (BackgroundClipForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*BackgroundClipForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*BackgroundClipForGetAITranslationProjectOutput) SetLanguage added in v1.1.12

SetLanguage sets the Language field's value.

func (*BackgroundClipForGetAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*BackgroundClipForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (BackgroundClipForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type BackgroundForGetExecutionOutput

type BackgroundForGetExecutionOutput struct {
	FileName *string `type:"string"`

	Size *string `type:"string"`
	// contains filtered or unexported fields
}

func (BackgroundForGetExecutionOutput) GoString

GoString returns the string representation

func (*BackgroundForGetExecutionOutput) SetFileName

SetFileName sets the FileName field's value.

func (*BackgroundForGetExecutionOutput) SetSize

SetSize sets the Size field's value.

func (BackgroundForGetExecutionOutput) String

String returns the string representation

type ByteHDForGetExecutionOutput

type ByteHDForGetExecutionOutput struct {
	TemplateId *string `type:"string"`

	WatermarkTemplateId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ByteHDForGetExecutionOutput) GoString

func (s ByteHDForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*ByteHDForGetExecutionOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (*ByteHDForGetExecutionOutput) SetWatermarkTemplateId

func (s *ByteHDForGetExecutionOutput) SetWatermarkTemplateId(v string) *ByteHDForGetExecutionOutput

SetWatermarkTemplateId sets the WatermarkTemplateId field's value.

func (ByteHDForGetExecutionOutput) String

String returns the string representation

type ByteHDForStartExecutionInput

type ByteHDForStartExecutionInput struct {
	TemplateId *string `type:"string" json:",omitempty"`

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

func (ByteHDForStartExecutionInput) GoString

func (s ByteHDForStartExecutionInput) GoString() string

GoString returns the string representation

func (*ByteHDForStartExecutionInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (*ByteHDForStartExecutionInput) SetWatermarkTemplateId

SetWatermarkTemplateId sets the WatermarkTemplateId field's value.

func (ByteHDForStartExecutionInput) String

String returns the string representation

type ClipForGetExecutionOutput

type ClipForGetExecutionOutput struct {
	End *float64 `type:"double"`

	Start *float64 `type:"double"`
	// contains filtered or unexported fields
}

func (ClipForGetExecutionOutput) GoString

func (s ClipForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*ClipForGetExecutionOutput) SetEnd

SetEnd sets the End field's value.

func (*ClipForGetExecutionOutput) SetStart

SetStart sets the Start field's value.

func (ClipForGetExecutionOutput) String

func (s ClipForGetExecutionOutput) String() string

String returns the string representation

type ControlForGetExecutionOutput

type ControlForGetExecutionOutput struct {
	CallbackArgs *string `type:"string"`

	ClientToken *string `type:"string"`

	EnableLowPriority *bool `type:"boolean"`

	Priority *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ControlForGetExecutionOutput) GoString

func (s ControlForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*ControlForGetExecutionOutput) SetCallbackArgs

SetCallbackArgs sets the CallbackArgs field's value.

func (*ControlForGetExecutionOutput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*ControlForGetExecutionOutput) SetEnableLowPriority

SetEnableLowPriority sets the EnableLowPriority field's value.

func (*ControlForGetExecutionOutput) SetPriority

SetPriority sets the Priority field's value.

func (ControlForGetExecutionOutput) String

String returns the string representation

type ControlForStartExecutionInput

type ControlForStartExecutionInput struct {
	CallbackArgs *string `type:"string" json:",omitempty"`

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

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

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

func (ControlForStartExecutionInput) GoString

GoString returns the string representation

func (*ControlForStartExecutionInput) SetCallbackArgs

SetCallbackArgs sets the CallbackArgs field's value.

func (*ControlForStartExecutionInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*ControlForStartExecutionInput) SetEnableLowPriority

SetEnableLowPriority sets the EnableLowPriority field's value.

func (*ControlForStartExecutionInput) SetPriority

SetPriority sets the Priority field's value.

func (ControlForStartExecutionInput) String

String returns the string representation

type ConvertAdAuditForGetExecutionOutput

type ConvertAdAuditForGetExecutionOutput struct {
	Code *int32 `type:"int32"`

	Duration *float64 `type:"double"`

	Label []*int32 `type:"list"`

	Reason *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (ConvertAdAuditForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertAdAuditForGetExecutionOutput) SetCode

SetCode sets the Code field's value.

func (*ConvertAdAuditForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*ConvertAdAuditForGetExecutionOutput) SetLabel

SetLabel sets the Label field's value.

func (*ConvertAdAuditForGetExecutionOutput) SetReason

SetReason sets the Reason field's value.

func (*ConvertAdAuditForGetExecutionOutput) SetStatus

SetStatus sets the Status field's value.

func (ConvertAdAuditForGetExecutionOutput) String

String returns the string representation

type ConvertAsrForGetExecutionOutput

type ConvertAsrForGetExecutionOutput struct {
	Confidence *float64 `type:"double"`

	Duration *float64 `type:"double"`

	Mode *string `type:"string"`

	Utterances []*UtteranceForGetExecutionOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ConvertAsrForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertAsrForGetExecutionOutput) SetConfidence

SetConfidence sets the Confidence field's value.

func (*ConvertAsrForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*ConvertAsrForGetExecutionOutput) SetMode added in v1.1.12

SetMode sets the Mode field's value.

func (*ConvertAsrForGetExecutionOutput) SetUtterances

SetUtterances sets the Utterances field's value.

func (ConvertAsrForGetExecutionOutput) String

String returns the string representation

type ConvertAudioExtractForGetExecutionOutput

type ConvertAudioExtractForGetExecutionOutput struct {
	Background *BackgroundForGetExecutionOutput `type:"structure"`

	Duration *float64 `type:"double"`

	Voice *VoiceForGetExecutionOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (ConvertAudioExtractForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertAudioExtractForGetExecutionOutput) SetBackground

SetBackground sets the Background field's value.

func (*ConvertAudioExtractForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*ConvertAudioExtractForGetExecutionOutput) SetVoice

SetVoice sets the Voice field's value.

func (ConvertAudioExtractForGetExecutionOutput) String

String returns the string representation

type ConvertByteHDForGetExecutionOutput

type ConvertByteHDForGetExecutionOutput struct {
	AudioStreamMeta *AudioStreamMetaForGetExecutionOutput `type:"structure"`

	CreateTime *string `type:"string"`

	Duration *float64 `type:"float"`

	DynamicRange *string `type:"string"`

	EncodedType *string `type:"string"`

	Encrypt *bool `type:"boolean"`

	Encryption *EncryptionForGetExecutionOutput `type:"structure"`

	FileId *string `type:"string"`

	FileType *string `type:"string"`

	Format *string `type:"string"`

	LogoType *string `type:"string"`

	Md5 *string `type:"string"`

	Size *float64 `type:"double"`

	StoreUri *string `type:"string"`

	TosStorageClass *string `type:"string"`

	VideoStreamMeta *VideoStreamMetaForGetExecutionOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (ConvertByteHDForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertByteHDForGetExecutionOutput) SetAudioStreamMeta

SetAudioStreamMeta sets the AudioStreamMeta field's value.

func (*ConvertByteHDForGetExecutionOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConvertByteHDForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*ConvertByteHDForGetExecutionOutput) SetDynamicRange

SetDynamicRange sets the DynamicRange field's value.

func (*ConvertByteHDForGetExecutionOutput) SetEncodedType

SetEncodedType sets the EncodedType field's value.

func (*ConvertByteHDForGetExecutionOutput) SetEncrypt

SetEncrypt sets the Encrypt field's value.

func (*ConvertByteHDForGetExecutionOutput) SetEncryption

SetEncryption sets the Encryption field's value.

func (*ConvertByteHDForGetExecutionOutput) SetFileId

SetFileId sets the FileId field's value.

func (*ConvertByteHDForGetExecutionOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ConvertByteHDForGetExecutionOutput) SetFormat

SetFormat sets the Format field's value.

func (*ConvertByteHDForGetExecutionOutput) SetLogoType

SetLogoType sets the LogoType field's value.

func (*ConvertByteHDForGetExecutionOutput) SetMd5

SetMd5 sets the Md5 field's value.

func (*ConvertByteHDForGetExecutionOutput) SetSize

SetSize sets the Size field's value.

func (*ConvertByteHDForGetExecutionOutput) SetStoreUri

SetStoreUri sets the StoreUri field's value.

func (*ConvertByteHDForGetExecutionOutput) SetTosStorageClass

SetTosStorageClass sets the TosStorageClass field's value.

func (*ConvertByteHDForGetExecutionOutput) SetVideoStreamMeta

SetVideoStreamMeta sets the VideoStreamMeta field's value.

func (ConvertByteHDForGetExecutionOutput) String

String returns the string representation

type ConvertClipForGetExecutionOutput added in v1.1.12

type ConvertClipForGetExecutionOutput struct {
	Dialogue *string `type:"string"`

	End *float64 `type:"double"`

	Offset *int32 `type:"int32"`

	Score *float64 `type:"double"`

	Snapshot *string `type:"string"`

	Start *float64 `type:"double"`

	Summary *string `type:"string"`

	Title *string `type:"string"`

	VideoIndex *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ConvertClipForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ConvertClipForGetExecutionOutput) SetDialogue added in v1.1.12

SetDialogue sets the Dialogue field's value.

func (*ConvertClipForGetExecutionOutput) SetEnd added in v1.1.12

SetEnd sets the End field's value.

func (*ConvertClipForGetExecutionOutput) SetOffset added in v1.1.12

SetOffset sets the Offset field's value.

func (*ConvertClipForGetExecutionOutput) SetScore added in v1.1.12

SetScore sets the Score field's value.

func (*ConvertClipForGetExecutionOutput) SetSnapshot added in v1.1.12

SetSnapshot sets the Snapshot field's value.

func (*ConvertClipForGetExecutionOutput) SetStart added in v1.1.12

SetStart sets the Start field's value.

func (*ConvertClipForGetExecutionOutput) SetSummary added in v1.1.12

SetSummary sets the Summary field's value.

func (*ConvertClipForGetExecutionOutput) SetTitle added in v1.1.12

SetTitle sets the Title field's value.

func (*ConvertClipForGetExecutionOutput) SetVideoIndex added in v1.1.12

SetVideoIndex sets the VideoIndex field's value.

func (ConvertClipForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type ConvertConvertSegmentForGetExecutionOutput added in v1.1.12

type ConvertConvertSegmentForGetExecutionOutput struct {
	Duration *float64 `type:"double"`

	Segments []*ConvertSegmentForGetExecutionOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ConvertConvertSegmentForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ConvertConvertSegmentForGetExecutionOutput) SetDuration added in v1.1.12

SetDuration sets the Duration field's value.

func (*ConvertConvertSegmentForGetExecutionOutput) SetSegments added in v1.1.12

SetSegments sets the Segments field's value.

func (ConvertConvertSegmentForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type ConvertConvertStorylineForGetExecutionOutput added in v1.1.12

type ConvertConvertStorylineForGetExecutionOutput struct {
	AllTags []*AllTagForGetExecutionOutput `type:"list"`

	Clips []*ConvertClipForGetExecutionOutput `type:"list"`

	Duration *float64 `type:"double"`

	Storylines []*ConvertStorylineForGetExecutionOutput `type:"list"`

	Summaries []*string `type:"list"`

	Titles []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ConvertConvertStorylineForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ConvertConvertStorylineForGetExecutionOutput) SetAllTags added in v1.1.12

SetAllTags sets the AllTags field's value.

func (*ConvertConvertStorylineForGetExecutionOutput) SetClips added in v1.1.12

SetClips sets the Clips field's value.

func (*ConvertConvertStorylineForGetExecutionOutput) SetDuration added in v1.1.12

SetDuration sets the Duration field's value.

func (*ConvertConvertStorylineForGetExecutionOutput) SetStorylines added in v1.1.12

SetStorylines sets the Storylines field's value.

func (*ConvertConvertStorylineForGetExecutionOutput) SetSummaries added in v1.1.12

SetSummaries sets the Summaries field's value.

func (*ConvertConvertStorylineForGetExecutionOutput) SetTitles added in v1.1.12

SetTitles sets the Titles field's value.

func (ConvertConvertStorylineForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type ConvertEnhanceForGetExecutionOutput

type ConvertEnhanceForGetExecutionOutput struct {
	AudioStreamMeta *AudioStreamMetaForGetExecutionOutput `type:"structure"`

	CreateTime *string `type:"string"`

	Duration *float64 `type:"float"`

	DynamicRange *string `type:"string"`

	EncodedType *string `type:"string"`

	Encrypt *bool `type:"boolean"`

	Encryption *EncryptionForGetExecutionOutput `type:"structure"`

	FileId *string `type:"string"`

	FileType *string `type:"string"`

	Format *string `type:"string"`

	LogoType *string `type:"string"`

	Md5 *string `type:"string"`

	Size *float64 `type:"double"`

	StoreUri *string `type:"string"`

	TosStorageClass *string `type:"string"`

	VideoStreamMeta *VideoStreamMetaForGetExecutionOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (ConvertEnhanceForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertEnhanceForGetExecutionOutput) SetAudioStreamMeta

SetAudioStreamMeta sets the AudioStreamMeta field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetDynamicRange

SetDynamicRange sets the DynamicRange field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetEncodedType

SetEncodedType sets the EncodedType field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetEncrypt

SetEncrypt sets the Encrypt field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetEncryption

SetEncryption sets the Encryption field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetFileId

SetFileId sets the FileId field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetFormat

SetFormat sets the Format field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetLogoType

SetLogoType sets the LogoType field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetMd5

SetMd5 sets the Md5 field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetSize

SetSize sets the Size field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetStoreUri

SetStoreUri sets the StoreUri field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetTosStorageClass

SetTosStorageClass sets the TosStorageClass field's value.

func (*ConvertEnhanceForGetExecutionOutput) SetVideoStreamMeta

SetVideoStreamMeta sets the VideoStreamMeta field's value.

func (ConvertEnhanceForGetExecutionOutput) String

String returns the string representation

type ConvertHighlightForGetExecutionOutput

type ConvertHighlightForGetExecutionOutput struct {
	Clips []*ClipForGetExecutionOutput `type:"list"`

	Duration *float64 `type:"double"`
	// contains filtered or unexported fields
}

func (ConvertHighlightForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertHighlightForGetExecutionOutput) SetClips

SetClips sets the Clips field's value.

func (*ConvertHighlightForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (ConvertHighlightForGetExecutionOutput) String

String returns the string representation

type ConvertModelForGetExecutionOutput

type ConvertModelForGetExecutionOutput struct {
	DoubaoInputTokens *int32 `type:"int32"`

	DoubaoOutputTokens *int32 `type:"int32"`

	DoubaoTotalTokens *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ConvertModelForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertModelForGetExecutionOutput) SetDoubaoInputTokens

SetDoubaoInputTokens sets the DoubaoInputTokens field's value.

func (*ConvertModelForGetExecutionOutput) SetDoubaoOutputTokens

SetDoubaoOutputTokens sets the DoubaoOutputTokens field's value.

func (*ConvertModelForGetExecutionOutput) SetDoubaoTotalTokens

SetDoubaoTotalTokens sets the DoubaoTotalTokens field's value.

func (ConvertModelForGetExecutionOutput) String

String returns the string representation

type ConvertOcrForGetExecutionOutput added in v1.1.12

type ConvertOcrForGetExecutionOutput struct {
	Duration *float64 `type:"double"`

	ImageSet []*ImageSetForGetExecutionOutput `type:"list"`

	Mode *string `type:"string"`

	Texts []*TextForGetExecutionOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ConvertOcrForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ConvertOcrForGetExecutionOutput) SetDuration added in v1.1.12

SetDuration sets the Duration field's value.

func (*ConvertOcrForGetExecutionOutput) SetImageSet added in v1.1.12

SetImageSet sets the ImageSet field's value.

func (*ConvertOcrForGetExecutionOutput) SetMode added in v1.1.12

SetMode sets the Mode field's value.

func (*ConvertOcrForGetExecutionOutput) SetTexts added in v1.1.12

SetTexts sets the Texts field's value.

func (ConvertOcrForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type ConvertSegmentForGetExecutionOutput added in v1.1.12

type ConvertSegmentForGetExecutionOutput struct {
	End *float64 `type:"double"`

	File *VoiceForGetExecutionOutput `type:"structure"`

	Frames []*int32 `type:"list"`

	Start *float64 `type:"double"`
	// contains filtered or unexported fields
}

func (ConvertSegmentForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ConvertSegmentForGetExecutionOutput) SetEnd added in v1.1.12

SetEnd sets the End field's value.

func (*ConvertSegmentForGetExecutionOutput) SetFile added in v1.1.12

SetFile sets the File field's value.

func (*ConvertSegmentForGetExecutionOutput) SetFrames added in v1.1.12

SetFrames sets the Frames field's value.

func (*ConvertSegmentForGetExecutionOutput) SetStart added in v1.1.12

SetStart sets the Start field's value.

func (ConvertSegmentForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type ConvertStorylineForGetExecutionOutput added in v1.1.12

type ConvertStorylineForGetExecutionOutput struct {
	Clips []*int32 `type:"list"`

	Summary *string `type:"string"`

	Title *string `type:"string"`
	// contains filtered or unexported fields
}

func (ConvertStorylineForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ConvertStorylineForGetExecutionOutput) SetClips added in v1.1.12

SetClips sets the Clips field's value.

func (*ConvertStorylineForGetExecutionOutput) SetSummary added in v1.1.12

SetSummary sets the Summary field's value.

func (*ConvertStorylineForGetExecutionOutput) SetTitle added in v1.1.12

SetTitle sets the Title field's value.

func (ConvertStorylineForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type ConvertTaskForGetExecutionOutput

type ConvertTaskForGetExecutionOutput struct {
	AdAudit *ConvertAdAuditForGetExecutionOutput `type:"structure"`

	Asr *ConvertAsrForGetExecutionOutput `type:"structure"`

	AudioExtract *ConvertAudioExtractForGetExecutionOutput `type:"structure"`

	Highlight *ConvertHighlightForGetExecutionOutput `type:"structure"`

	Ocr *ConvertOcrForGetExecutionOutput `type:"structure"`

	Segment *ConvertConvertSegmentForGetExecutionOutput `type:"structure"`

	Storyline *ConvertConvertStorylineForGetExecutionOutput `type:"structure"`

	Type *string `type:"string"`

	Vision *ConvertVisionForGetExecutionOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (ConvertTaskForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertTaskForGetExecutionOutput) SetAdAudit

SetAdAudit sets the AdAudit field's value.

func (*ConvertTaskForGetExecutionOutput) SetAsr

SetAsr sets the Asr field's value.

func (*ConvertTaskForGetExecutionOutput) SetAudioExtract

SetAudioExtract sets the AudioExtract field's value.

func (*ConvertTaskForGetExecutionOutput) SetHighlight

SetHighlight sets the Highlight field's value.

func (*ConvertTaskForGetExecutionOutput) SetOcr added in v1.1.12

SetOcr sets the Ocr field's value.

func (*ConvertTaskForGetExecutionOutput) SetSegment added in v1.1.12

SetSegment sets the Segment field's value.

func (*ConvertTaskForGetExecutionOutput) SetStoryline added in v1.1.12

SetStoryline sets the Storyline field's value.

func (*ConvertTaskForGetExecutionOutput) SetType

SetType sets the Type field's value.

func (*ConvertTaskForGetExecutionOutput) SetVision

SetVision sets the Vision field's value.

func (ConvertTaskForGetExecutionOutput) String

String returns the string representation

type ConvertTemplateForGetExecutionOutput

type ConvertTemplateForGetExecutionOutput struct {
	ByteHD *ConvertByteHDForGetExecutionOutput `type:"structure"`

	Enhance *ConvertEnhanceForGetExecutionOutput `type:"structure"`

	TranscodeAudio *ConvertTranscodeAudioForGetExecutionOutput `type:"structure"`

	TranscodeVideo *ConvertTranscodeVideoForGetExecutionOutput `type:"structure"`

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

func (ConvertTemplateForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertTemplateForGetExecutionOutput) SetByteHD

SetByteHD sets the ByteHD field's value.

func (*ConvertTemplateForGetExecutionOutput) SetEnhance

SetEnhance sets the Enhance field's value.

func (*ConvertTemplateForGetExecutionOutput) SetTranscodeAudio

SetTranscodeAudio sets the TranscodeAudio field's value.

func (*ConvertTemplateForGetExecutionOutput) SetTranscodeVideo

SetTranscodeVideo sets the TranscodeVideo field's value.

func (*ConvertTemplateForGetExecutionOutput) SetType

SetType sets the Type field's value.

func (ConvertTemplateForGetExecutionOutput) String

String returns the string representation

type ConvertTranscodeAudioForGetExecutionOutput

type ConvertTranscodeAudioForGetExecutionOutput struct {
	AudioStreamMeta *AudioStreamMetaForGetExecutionOutput `type:"structure"`

	CreateTime *string `type:"string"`

	Duration *float64 `type:"float"`

	DynamicRange *string `type:"string"`

	EncodedType *string `type:"string"`

	Encrypt *bool `type:"boolean"`

	Encryption *EncryptionForGetExecutionOutput `type:"structure"`

	FileId *string `type:"string"`

	FileType *string `type:"string"`

	Format *string `type:"string"`

	LogoType *string `type:"string"`

	Md5 *string `type:"string"`

	Size *float64 `type:"double"`

	StoreUri *string `type:"string"`

	TosStorageClass *string `type:"string"`

	VideoStreamMeta *VideoStreamMetaForGetExecutionOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (ConvertTranscodeAudioForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertTranscodeAudioForGetExecutionOutput) SetAudioStreamMeta

SetAudioStreamMeta sets the AudioStreamMeta field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetDynamicRange

SetDynamicRange sets the DynamicRange field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetEncodedType

SetEncodedType sets the EncodedType field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetEncrypt

SetEncrypt sets the Encrypt field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetEncryption

SetEncryption sets the Encryption field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetFileId

SetFileId sets the FileId field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetFormat

SetFormat sets the Format field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetLogoType

SetLogoType sets the LogoType field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetMd5

SetMd5 sets the Md5 field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetSize

SetSize sets the Size field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetStoreUri

SetStoreUri sets the StoreUri field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetTosStorageClass

SetTosStorageClass sets the TosStorageClass field's value.

func (*ConvertTranscodeAudioForGetExecutionOutput) SetVideoStreamMeta

SetVideoStreamMeta sets the VideoStreamMeta field's value.

func (ConvertTranscodeAudioForGetExecutionOutput) String

String returns the string representation

type ConvertTranscodeVideoForGetExecutionOutput

type ConvertTranscodeVideoForGetExecutionOutput struct {
	AudioStreamMeta *AudioStreamMetaForGetExecutionOutput `type:"structure"`

	CreateTime *string `type:"string"`

	Duration *float64 `type:"float"`

	DynamicRange *string `type:"string"`

	EncodedType *string `type:"string"`

	Encrypt *bool `type:"boolean"`

	Encryption *EncryptionForGetExecutionOutput `type:"structure"`

	FileId *string `type:"string"`

	FileType *string `type:"string"`

	Format *string `type:"string"`

	LogoType *string `type:"string"`

	Md5 *string `type:"string"`

	Size *float64 `type:"double"`

	StoreUri *string `type:"string"`

	TosStorageClass *string `type:"string"`

	VideoStreamMeta *VideoStreamMetaForGetExecutionOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (ConvertTranscodeVideoForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertTranscodeVideoForGetExecutionOutput) SetAudioStreamMeta

SetAudioStreamMeta sets the AudioStreamMeta field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetDynamicRange

SetDynamicRange sets the DynamicRange field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetEncodedType

SetEncodedType sets the EncodedType field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetEncrypt

SetEncrypt sets the Encrypt field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetEncryption

SetEncryption sets the Encryption field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetFileId

SetFileId sets the FileId field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetFileType

SetFileType sets the FileType field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetFormat

SetFormat sets the Format field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetLogoType

SetLogoType sets the LogoType field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetMd5

SetMd5 sets the Md5 field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetSize

SetSize sets the Size field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetStoreUri

SetStoreUri sets the StoreUri field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetTosStorageClass

SetTosStorageClass sets the TosStorageClass field's value.

func (*ConvertTranscodeVideoForGetExecutionOutput) SetVideoStreamMeta

SetVideoStreamMeta sets the VideoStreamMeta field's value.

func (ConvertTranscodeVideoForGetExecutionOutput) String

String returns the string representation

type ConvertVisionForGetExecutionOutput

type ConvertVisionForGetExecutionOutput struct {
	Content *string `type:"string"`

	Duration *float64 `type:"double"`

	Model *ConvertModelForGetExecutionOutput `type:"structure"`

	SnapshotsNumber *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ConvertVisionForGetExecutionOutput) GoString

GoString returns the string representation

func (*ConvertVisionForGetExecutionOutput) SetContent

SetContent sets the Content field's value.

func (*ConvertVisionForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*ConvertVisionForGetExecutionOutput) SetModel

SetModel sets the Model field's value.

func (*ConvertVisionForGetExecutionOutput) SetSnapshotsNumber

SetSnapshotsNumber sets the SnapshotsNumber field's value.

func (ConvertVisionForGetExecutionOutput) String

String returns the string representation

type DirectUrlForGetExecutionOutput

type DirectUrlForGetExecutionOutput struct {
	BucketName *string `type:"string"`

	FileName *string `type:"string"`

	SpaceName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DirectUrlForGetExecutionOutput) GoString

GoString returns the string representation

func (*DirectUrlForGetExecutionOutput) SetBucketName

SetBucketName sets the BucketName field's value.

func (*DirectUrlForGetExecutionOutput) SetFileName

SetFileName sets the FileName field's value.

func (*DirectUrlForGetExecutionOutput) SetSpaceName

SetSpaceName sets the SpaceName field's value.

func (DirectUrlForGetExecutionOutput) String

String returns the string representation

type DirectUrlForStartExecutionInput

type DirectUrlForStartExecutionInput struct {
	BucketName *string `type:"string" json:",omitempty"`

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

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

func (DirectUrlForStartExecutionInput) GoString

GoString returns the string representation

func (*DirectUrlForStartExecutionInput) SetBucketName

SetBucketName sets the BucketName field's value.

func (*DirectUrlForStartExecutionInput) SetFileName

SetFileName sets the FileName field's value.

func (*DirectUrlForStartExecutionInput) SetSpaceName

SetSpaceName sets the SpaceName field's value.

func (DirectUrlForStartExecutionInput) String

String returns the string representation

type EncryptionForGetExecutionOutput

type EncryptionForGetExecutionOutput struct {
	Kid *string `type:"string"`
	// contains filtered or unexported fields
}

func (EncryptionForGetExecutionOutput) GoString

GoString returns the string representation

func (*EncryptionForGetExecutionOutput) SetKid

SetKid sets the Kid field's value.

func (EncryptionForGetExecutionOutput) String

String returns the string representation

type EnhanceForGetExecutionOutput

type EnhanceForGetExecutionOutput struct {
	TemplateId *string `type:"string"`
	// contains filtered or unexported fields
}

func (EnhanceForGetExecutionOutput) GoString

func (s EnhanceForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*EnhanceForGetExecutionOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (EnhanceForGetExecutionOutput) String

String returns the string representation

type EnhanceForStartExecutionInput

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

func (EnhanceForStartExecutionInput) GoString

GoString returns the string representation

func (*EnhanceForStartExecutionInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (EnhanceForStartExecutionInput) String

String returns the string representation

type FacialTranslationVideoForGetAITranslationProjectOutput added in v1.1.12

type FacialTranslationVideoForGetAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double" json:",omitempty"`

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

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

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

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

func (FacialTranslationVideoForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*FacialTranslationVideoForGetAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*FacialTranslationVideoForGetAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*FacialTranslationVideoForGetAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*FacialTranslationVideoForGetAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*FacialTranslationVideoForGetAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (FacialTranslationVideoForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type FileIdForGetExecutionOutput

type FileIdForGetExecutionOutput struct {
	FileId *string `type:"string"`

	Vid *string `type:"string"`
	// contains filtered or unexported fields
}

func (FileIdForGetExecutionOutput) GoString

func (s FileIdForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*FileIdForGetExecutionOutput) SetFileId

SetFileId sets the FileId field's value.

func (*FileIdForGetExecutionOutput) SetVid

SetVid sets the Vid field's value.

func (FileIdForGetExecutionOutput) String

String returns the string representation

type FileIdForStartExecutionInput

type FileIdForStartExecutionInput struct {
	FileId *string `type:"string" json:",omitempty"`

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

func (FileIdForStartExecutionInput) GoString

func (s FileIdForStartExecutionInput) GoString() string

GoString returns the string representation

func (*FileIdForStartExecutionInput) SetFileId

SetFileId sets the FileId field's value.

func (*FileIdForStartExecutionInput) SetVid

SetVid sets the Vid field's value.

func (FileIdForStartExecutionInput) String

String returns the string representation

type ForegroundAudioForGetAITranslationProjectOutput added in v1.1.12

type ForegroundAudioForGetAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double" json:",omitempty"`

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

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

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

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

func (ForegroundAudioForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ForegroundAudioForGetAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*ForegroundAudioForGetAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*ForegroundAudioForGetAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*ForegroundAudioForGetAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*ForegroundAudioForGetAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (ForegroundAudioForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type GetAITranslationProjectInput added in v1.1.12

type GetAITranslationProjectInput struct {
	Additions *string `type:"string" json:",omitempty"`

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

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

func (GetAITranslationProjectInput) GoString added in v1.1.12

func (s GetAITranslationProjectInput) GoString() string

GoString returns the string representation

func (*GetAITranslationProjectInput) SetAdditions added in v1.1.12

SetAdditions sets the Additions field's value.

func (*GetAITranslationProjectInput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*GetAITranslationProjectInput) SetSpaceName added in v1.1.12

SetSpaceName sets the SpaceName field's value.

func (GetAITranslationProjectInput) String added in v1.1.12

String returns the string representation

func (*GetAITranslationProjectInput) Validate added in v1.1.12

func (s *GetAITranslationProjectInput) Validate() error

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

type GetAITranslationProjectOutput added in v1.1.12

type GetAITranslationProjectOutput struct {
	Metadata *response.ResponseMetadata

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

func (GetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*GetAITranslationProjectOutput) SetProjectInfo added in v1.1.12

SetProjectInfo sets the ProjectInfo field's value.

func (GetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type GetExecutionInput

type GetExecutionInput struct {

	// RunId is a required field
	RunId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetExecutionInput) GoString

func (s GetExecutionInput) GoString() string

GoString returns the string representation

func (*GetExecutionInput) SetRunId

func (s *GetExecutionInput) SetRunId(v string) *GetExecutionInput

SetRunId sets the RunId field's value.

func (GetExecutionInput) String

func (s GetExecutionInput) String() string

String returns the string representation

func (*GetExecutionInput) Validate added in v1.1.12

func (s *GetExecutionInput) Validate() error

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

type GetExecutionOutput

type GetExecutionOutput struct {
	Metadata *response.ResponseMetadata

	Code *string `type:"string"`

	Control *ControlForGetExecutionOutput `type:"structure"`

	Input *InputForGetExecutionOutput `type:"structure"`

	Meta *MetaForGetExecutionOutput `type:"structure"`

	MultiInputs []*MultiInputForGetExecutionOutput `type:"list"`

	Operation *OperationForGetExecutionOutput `type:"structure"`

	Output *OutputForGetExecutionOutput `type:"structure"`

	RunId *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetExecutionOutput) GoString

func (s GetExecutionOutput) GoString() string

GoString returns the string representation

func (*GetExecutionOutput) SetCode

SetCode sets the Code field's value.

func (*GetExecutionOutput) SetControl

SetControl sets the Control field's value.

func (*GetExecutionOutput) SetInput

SetInput sets the Input field's value.

func (*GetExecutionOutput) SetMeta

SetMeta sets the Meta field's value.

func (*GetExecutionOutput) SetMultiInputs added in v1.1.12

SetMultiInputs sets the MultiInputs field's value.

func (*GetExecutionOutput) SetOperation

SetOperation sets the Operation field's value.

func (*GetExecutionOutput) SetOutput

SetOutput sets the Output field's value.

func (*GetExecutionOutput) SetRunId

SetRunId sets the RunId field's value.

func (*GetExecutionOutput) SetStatus

func (s *GetExecutionOutput) SetStatus(v string) *GetExecutionOutput

SetStatus sets the Status field's value.

func (GetExecutionOutput) String

func (s GetExecutionOutput) String() string

String returns the string representation

type HighlightForGetExecutionOutput

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

func (HighlightForGetExecutionOutput) GoString

GoString returns the string representation

func (HighlightForGetExecutionOutput) String

String returns the string representation

type HighlightForStartExecutionInput

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

func (HighlightForStartExecutionInput) GoString

GoString returns the string representation

func (HighlightForStartExecutionInput) String

String returns the string representation

type ImageSetForGetExecutionOutput added in v1.1.12

type ImageSetForGetExecutionOutput struct {
	FileName *string `type:"string"`

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

func (ImageSetForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ImageSetForGetExecutionOutput) SetFileName added in v1.1.12

SetFileName sets the FileName field's value.

func (*ImageSetForGetExecutionOutput) SetText added in v1.1.12

SetText sets the Text field's value.

func (ImageSetForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type InputForGetExecutionOutput

type InputForGetExecutionOutput struct {
	DirectUrl *DirectUrlForGetExecutionOutput `type:"structure"`

	FileId *FileIdForGetExecutionOutput `type:"structure"`

	Type *string `type:"string"`

	Vid *string `type:"string"`
	// contains filtered or unexported fields
}

func (InputForGetExecutionOutput) GoString

func (s InputForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*InputForGetExecutionOutput) SetDirectUrl

SetDirectUrl sets the DirectUrl field's value.

func (*InputForGetExecutionOutput) SetFileId

SetFileId sets the FileId field's value.

func (*InputForGetExecutionOutput) SetType

SetType sets the Type field's value.

func (*InputForGetExecutionOutput) SetVid

SetVid sets the Vid field's value.

func (InputForGetExecutionOutput) String

String returns the string representation

type InputForStartExecutionInput

type InputForStartExecutionInput struct {
	DirectUrl *DirectUrlForStartExecutionInput `type:"structure" json:",omitempty"`

	FileId *FileIdForStartExecutionInput `type:"structure" json:",omitempty"`

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

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

func (InputForStartExecutionInput) GoString

func (s InputForStartExecutionInput) GoString() string

GoString returns the string representation

func (*InputForStartExecutionInput) SetDirectUrl

SetDirectUrl sets the DirectUrl field's value.

func (*InputForStartExecutionInput) SetFileId

SetFileId sets the FileId field's value.

func (*InputForStartExecutionInput) SetType

SetType sets the Type field's value.

func (*InputForStartExecutionInput) SetVid

SetVid sets the Vid field's value.

func (InputForStartExecutionInput) String

String returns the string representation

type InputVideoForGetAITranslationProjectOutput added in v1.1.12

type InputVideoForGetAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double" json:",omitempty"`

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

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

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

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

func (InputVideoForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*InputVideoForGetAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*InputVideoForGetAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*InputVideoForGetAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*InputVideoForGetAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*InputVideoForGetAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (InputVideoForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type InputVideoForListAITranslationProjectOutput added in v1.1.12

type InputVideoForListAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double"`

	IsAudio *bool `type:"boolean"`

	Uri *string `type:"string"`

	Url *string `type:"string"`

	Vid *string `type:"string"`
	// contains filtered or unexported fields
}

func (InputVideoForListAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*InputVideoForListAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*InputVideoForListAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*InputVideoForListAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*InputVideoForListAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*InputVideoForListAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (InputVideoForListAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type ListAITranslationProjectInput added in v1.1.12

type ListAITranslationProjectInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *string `type:"string"`

	ProjectIdOrTitleFilter *string `type:"string"`

	// SpaceName is a required field
	SpaceName *string `type:"string" required:"true"`

	StatusFilter *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAITranslationProjectInput) GoString added in v1.1.12

GoString returns the string representation

func (*ListAITranslationProjectInput) SetPageNumber added in v1.1.12

SetPageNumber sets the PageNumber field's value.

func (*ListAITranslationProjectInput) SetPageSize added in v1.1.12

SetPageSize sets the PageSize field's value.

func (*ListAITranslationProjectInput) SetProjectIdOrTitleFilter added in v1.1.12

func (s *ListAITranslationProjectInput) SetProjectIdOrTitleFilter(v string) *ListAITranslationProjectInput

SetProjectIdOrTitleFilter sets the ProjectIdOrTitleFilter field's value.

func (*ListAITranslationProjectInput) SetSpaceName added in v1.1.12

SetSpaceName sets the SpaceName field's value.

func (*ListAITranslationProjectInput) SetStatusFilter added in v1.1.12

SetStatusFilter sets the StatusFilter field's value.

func (ListAITranslationProjectInput) String added in v1.1.12

String returns the string representation

func (*ListAITranslationProjectInput) Validate added in v1.1.12

func (s *ListAITranslationProjectInput) Validate() error

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

type ListAITranslationProjectOutput added in v1.1.12

type ListAITranslationProjectOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	Projects []*ProjectForListAITranslationProjectOutput `type:"list"`

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

func (ListAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ListAITranslationProjectOutput) SetPageNumber added in v1.1.12

SetPageNumber sets the PageNumber field's value.

func (*ListAITranslationProjectOutput) SetPageSize added in v1.1.12

SetPageSize sets the PageSize field's value.

func (*ListAITranslationProjectOutput) SetProjects added in v1.1.12

SetProjects sets the Projects field's value.

func (*ListAITranslationProjectOutput) SetTotalCount added in v1.1.12

SetTotalCount sets the TotalCount field's value.

func (ListAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type MetaForGetExecutionOutput

type MetaForGetExecutionOutput struct {
	CreateTime *string `type:"string"`

	EndTime *string `type:"string"`

	SpaceName *string `type:"string"`

	StartTime *string `type:"string"`

	Trigger *string `type:"string"`
	// contains filtered or unexported fields
}

func (MetaForGetExecutionOutput) GoString

func (s MetaForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*MetaForGetExecutionOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*MetaForGetExecutionOutput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*MetaForGetExecutionOutput) SetSpaceName

SetSpaceName sets the SpaceName field's value.

func (*MetaForGetExecutionOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*MetaForGetExecutionOutput) SetTrigger

SetTrigger sets the Trigger field's value.

func (MetaForGetExecutionOutput) String

func (s MetaForGetExecutionOutput) String() string

String returns the string representation

type ModelForGetExecutionOutput

type ModelForGetExecutionOutput struct {
	AsrAppId *string `type:"string"`

	AsrAppType *string `type:"string"`

	DoubaoVisionEndpoint *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModelForGetExecutionOutput) GoString

func (s ModelForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*ModelForGetExecutionOutput) SetAsrAppId

SetAsrAppId sets the AsrAppId field's value.

func (*ModelForGetExecutionOutput) SetAsrAppType

SetAsrAppType sets the AsrAppType field's value.

func (*ModelForGetExecutionOutput) SetDoubaoVisionEndpoint

func (s *ModelForGetExecutionOutput) SetDoubaoVisionEndpoint(v string) *ModelForGetExecutionOutput

SetDoubaoVisionEndpoint sets the DoubaoVisionEndpoint field's value.

func (ModelForGetExecutionOutput) String

String returns the string representation

type ModelForStartExecutionInput

type ModelForStartExecutionInput struct {
	AsrAppId *string `type:"string" json:",omitempty"`

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

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

func (ModelForStartExecutionInput) GoString

func (s ModelForStartExecutionInput) GoString() string

GoString returns the string representation

func (*ModelForStartExecutionInput) SetAsrAppId

SetAsrAppId sets the AsrAppId field's value.

func (*ModelForStartExecutionInput) SetAsrAppType

SetAsrAppType sets the AsrAppType field's value.

func (*ModelForStartExecutionInput) SetDoubaoVisionEndpoint

func (s *ModelForStartExecutionInput) SetDoubaoVisionEndpoint(v string) *ModelForStartExecutionInput

SetDoubaoVisionEndpoint sets the DoubaoVisionEndpoint field's value.

func (ModelForStartExecutionInput) String

String returns the string representation

type MultiInputForGetExecutionOutput added in v1.1.12

type MultiInputForGetExecutionOutput struct {
	DirectUrl *DirectUrlForGetExecutionOutput `type:"structure"`

	FileId *FileIdForGetExecutionOutput `type:"structure"`

	Type *string `type:"string"`

	Vid *string `type:"string"`
	// contains filtered or unexported fields
}

func (MultiInputForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*MultiInputForGetExecutionOutput) SetDirectUrl added in v1.1.12

SetDirectUrl sets the DirectUrl field's value.

func (*MultiInputForGetExecutionOutput) SetFileId added in v1.1.12

SetFileId sets the FileId field's value.

func (*MultiInputForGetExecutionOutput) SetType added in v1.1.12

SetType sets the Type field's value.

func (*MultiInputForGetExecutionOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (MultiInputForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type MultiInputForStartExecutionInput added in v1.1.12

type MultiInputForStartExecutionInput struct {
	DirectUrl *DirectUrlForStartExecutionInput `type:"structure" json:",omitempty"`

	FileId *FileIdForStartExecutionInput `type:"structure" json:",omitempty"`

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

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

func (MultiInputForStartExecutionInput) GoString added in v1.1.12

GoString returns the string representation

func (*MultiInputForStartExecutionInput) SetDirectUrl added in v1.1.12

SetDirectUrl sets the DirectUrl field's value.

func (*MultiInputForStartExecutionInput) SetFileId added in v1.1.12

SetFileId sets the FileId field's value.

func (*MultiInputForStartExecutionInput) SetType added in v1.1.12

SetType sets the Type field's value.

func (*MultiInputForStartExecutionInput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (MultiInputForStartExecutionInput) String added in v1.1.12

String returns the string representation

type OcrForGetExecutionOutput added in v1.1.12

type OcrForGetExecutionOutput struct {
	Mode *string `type:"string"`

	WithImageSet *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (OcrForGetExecutionOutput) GoString added in v1.1.12

func (s OcrForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*OcrForGetExecutionOutput) SetMode added in v1.1.12

SetMode sets the Mode field's value.

func (*OcrForGetExecutionOutput) SetWithImageSet added in v1.1.12

SetWithImageSet sets the WithImageSet field's value.

func (OcrForGetExecutionOutput) String added in v1.1.12

func (s OcrForGetExecutionOutput) String() string

String returns the string representation

type OcrForStartExecutionInput added in v1.1.12

type OcrForStartExecutionInput struct {
	Mode *string `type:"string" json:",omitempty"`

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

func (OcrForStartExecutionInput) GoString added in v1.1.12

func (s OcrForStartExecutionInput) GoString() string

GoString returns the string representation

func (*OcrForStartExecutionInput) SetMode added in v1.1.12

SetMode sets the Mode field's value.

func (*OcrForStartExecutionInput) SetWithImageSet added in v1.1.12

SetWithImageSet sets the WithImageSet field's value.

func (OcrForStartExecutionInput) String added in v1.1.12

func (s OcrForStartExecutionInput) String() string

String returns the string representation

type OperationForGetExecutionOutput

type OperationForGetExecutionOutput struct {
	Task *TaskForGetExecutionOutput `type:"structure"`

	Template *TemplateForGetExecutionOutput `type:"structure"`

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

func (OperationForGetExecutionOutput) GoString

GoString returns the string representation

func (*OperationForGetExecutionOutput) SetTask

SetTask sets the Task field's value.

func (*OperationForGetExecutionOutput) SetTemplate

SetTemplate sets the Template field's value.

func (*OperationForGetExecutionOutput) SetType

SetType sets the Type field's value.

func (OperationForGetExecutionOutput) String

String returns the string representation

type OperationForStartExecutionInput

type OperationForStartExecutionInput struct {
	Task *TaskForStartExecutionInput `type:"structure" json:",omitempty"`

	Template *TemplateForStartExecutionInput `type:"structure" json:",omitempty"`

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

func (OperationForStartExecutionInput) GoString

GoString returns the string representation

func (*OperationForStartExecutionInput) SetTask

SetTask sets the Task field's value.

func (*OperationForStartExecutionInput) SetTemplate

SetTemplate sets the Template field's value.

func (*OperationForStartExecutionInput) SetType

SetType sets the Type field's value.

func (OperationForStartExecutionInput) String

String returns the string representation

type OperatorConfigForGetAITranslationProjectOutput added in v1.1.12

type OperatorConfigForGetAITranslationProjectOutput struct {
	SubtitleRecognitionConfig *SubtitleRecognitionConfigForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OperatorConfigForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*OperatorConfigForGetAITranslationProjectOutput) SetSubtitleRecognitionConfig added in v1.1.12

SetSubtitleRecognitionConfig sets the SubtitleRecognitionConfig field's value.

func (OperatorConfigForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type OperatorConfigForListAITranslationProjectOutput added in v1.1.12

type OperatorConfigForListAITranslationProjectOutput struct {
	SubtitleRecognitionConfig *SubtitleRecognitionConfigForListAITranslationProjectOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (OperatorConfigForListAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*OperatorConfigForListAITranslationProjectOutput) SetSubtitleRecognitionConfig added in v1.1.12

SetSubtitleRecognitionConfig sets the SubtitleRecognitionConfig field's value.

func (OperatorConfigForListAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type OperatorConfigForSubmitAITranslationWorkflowInput added in v1.1.12

type OperatorConfigForSubmitAITranslationWorkflowInput struct {
	SubtitleRecognitionConfig *SubtitleRecognitionConfigForSubmitAITranslationWorkflowInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OperatorConfigForSubmitAITranslationWorkflowInput) GoString added in v1.1.12

GoString returns the string representation

func (*OperatorConfigForSubmitAITranslationWorkflowInput) SetSubtitleRecognitionConfig added in v1.1.12

SetSubtitleRecognitionConfig sets the SubtitleRecognitionConfig field's value.

func (OperatorConfigForSubmitAITranslationWorkflowInput) String added in v1.1.12

String returns the string representation

type OutputForGetExecutionOutput

type OutputForGetExecutionOutput struct {
	Task *ConvertTaskForGetExecutionOutput `type:"structure"`

	Template *ConvertTemplateForGetExecutionOutput `type:"structure"`

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

func (OutputForGetExecutionOutput) GoString

func (s OutputForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*OutputForGetExecutionOutput) SetTask

SetTask sets the Task field's value.

func (*OutputForGetExecutionOutput) SetTemplate

SetTemplate sets the Template field's value.

func (*OutputForGetExecutionOutput) SetType

SetType sets the Type field's value.

func (OutputForGetExecutionOutput) String

String returns the string representation

type OutputVideoForGetAITranslationProjectOutput added in v1.1.12

type OutputVideoForGetAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double" json:",omitempty"`

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

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

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

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

func (OutputVideoForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*OutputVideoForGetAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*OutputVideoForGetAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*OutputVideoForGetAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*OutputVideoForGetAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*OutputVideoForGetAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (OutputVideoForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type OutputVideoForListAITranslationProjectOutput added in v1.1.12

type OutputVideoForListAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double"`

	IsAudio *bool `type:"boolean"`

	Uri *string `type:"string"`

	Url *string `type:"string"`

	Vid *string `type:"string"`
	// contains filtered or unexported fields
}

func (OutputVideoForListAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*OutputVideoForListAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*OutputVideoForListAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*OutputVideoForListAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*OutputVideoForListAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*OutputVideoForListAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (OutputVideoForListAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type PreviewVideoForGetAITranslationProjectOutput added in v1.1.12

type PreviewVideoForGetAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double" json:",omitempty"`

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

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

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

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

func (PreviewVideoForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*PreviewVideoForGetAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*PreviewVideoForGetAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*PreviewVideoForGetAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*PreviewVideoForGetAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*PreviewVideoForGetAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (PreviewVideoForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type PreviewVideoMutedForGetAITranslationProjectOutput added in v1.1.12

type PreviewVideoMutedForGetAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double" json:",omitempty"`

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

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

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

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

func (PreviewVideoMutedForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*PreviewVideoMutedForGetAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*PreviewVideoMutedForGetAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*PreviewVideoMutedForGetAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*PreviewVideoMutedForGetAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*PreviewVideoMutedForGetAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (PreviewVideoMutedForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type ProjectBaseInfoForSubmitAITranslationWorkflowOutput added in v1.1.18

type ProjectBaseInfoForSubmitAITranslationWorkflowOutput struct {
	ProjectId *string `type:"string" json:",omitempty"`

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

func (ProjectBaseInfoForSubmitAITranslationWorkflowOutput) GoString added in v1.1.18

GoString returns the string representation

func (*ProjectBaseInfoForSubmitAITranslationWorkflowOutput) SetProjectId added in v1.1.18

SetProjectId sets the ProjectId field's value.

func (*ProjectBaseInfoForSubmitAITranslationWorkflowOutput) SetProjectVersion added in v1.1.18

SetProjectVersion sets the ProjectVersion field's value.

func (ProjectBaseInfoForSubmitAITranslationWorkflowOutput) String added in v1.1.18

String returns the string representation

type ProjectForListAITranslationProjectOutput added in v1.1.12

type ProjectForListAITranslationProjectOutput struct {
	CreatedAt *string `type:"string"`

	ErrorCode *int32 `type:"int32"`

	ErrorMsg *string `type:"string"`

	InputVideo *InputVideoForListAITranslationProjectOutput `type:"structure"`

	InputVideoTitle *string `type:"string"`

	OperatorConfig *OperatorConfigForListAITranslationProjectOutput `type:"structure"`

	OutputVideo *OutputVideoForListAITranslationProjectOutput `type:"structure"`

	ProjectId *string `type:"string"`

	ProjectVersion *string `type:"string"`

	SourceBlueprints []*SourceBlueprintForListAITranslationProjectOutput `type:"list"`

	Status *string `type:"string"`

	TargetBlueprints []*TargetBlueprintForListAITranslationProjectOutput `type:"list"`

	TranslationTypeList []*string `type:"list"`

	UpdatedAt *string `type:"string"`

	WorkflowId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ProjectForListAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ProjectForListAITranslationProjectOutput) SetCreatedAt added in v1.1.12

SetCreatedAt sets the CreatedAt field's value.

func (*ProjectForListAITranslationProjectOutput) SetErrorCode added in v1.1.12

SetErrorCode sets the ErrorCode field's value.

func (*ProjectForListAITranslationProjectOutput) SetErrorMsg added in v1.1.12

SetErrorMsg sets the ErrorMsg field's value.

func (*ProjectForListAITranslationProjectOutput) SetInputVideo added in v1.1.12

SetInputVideo sets the InputVideo field's value.

func (*ProjectForListAITranslationProjectOutput) SetInputVideoTitle added in v1.1.12

SetInputVideoTitle sets the InputVideoTitle field's value.

func (*ProjectForListAITranslationProjectOutput) SetOperatorConfig added in v1.1.12

SetOperatorConfig sets the OperatorConfig field's value.

func (*ProjectForListAITranslationProjectOutput) SetOutputVideo added in v1.1.12

SetOutputVideo sets the OutputVideo field's value.

func (*ProjectForListAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*ProjectForListAITranslationProjectOutput) SetProjectVersion added in v1.1.12

SetProjectVersion sets the ProjectVersion field's value.

func (*ProjectForListAITranslationProjectOutput) SetSourceBlueprints added in v1.1.12

SetSourceBlueprints sets the SourceBlueprints field's value.

func (*ProjectForListAITranslationProjectOutput) SetStatus added in v1.1.12

SetStatus sets the Status field's value.

func (*ProjectForListAITranslationProjectOutput) SetTargetBlueprints added in v1.1.12

SetTargetBlueprints sets the TargetBlueprints field's value.

func (*ProjectForListAITranslationProjectOutput) SetTranslationTypeList added in v1.1.12

SetTranslationTypeList sets the TranslationTypeList field's value.

func (*ProjectForListAITranslationProjectOutput) SetUpdatedAt added in v1.1.12

SetUpdatedAt sets the UpdatedAt field's value.

func (*ProjectForListAITranslationProjectOutput) SetWorkflowId added in v1.1.12

SetWorkflowId sets the WorkflowId field's value.

func (ProjectForListAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type ProjectInfoForGetAITranslationProjectOutput added in v1.1.12

type ProjectInfoForGetAITranslationProjectOutput struct {
	BackgroundAudio *BackgroundAudioForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

	BackgroundClip *BackgroundClipForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

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

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

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

	FacialTranslationVideo *FacialTranslationVideoForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

	ForegroundAudio *ForegroundAudioForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

	InputVideo *InputVideoForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

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

	OperatorConfig *OperatorConfigForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

	OutputVideo *OutputVideoForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

	PreviewVideo *PreviewVideoForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

	PreviewVideoMuted *PreviewVideoMutedForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

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

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

	SourceBlueprints []*SourceBlueprintForGetAITranslationProjectOutput `type:"list" json:",omitempty"`

	SourceClips []*SourceClipForGetAITranslationProjectOutput `type:"list" json:",omitempty"`

	SourceTracks []*SourceTrackForGetAITranslationProjectOutput `type:"list" json:",omitempty"`

	SourceUtterances []*SourceUtteranceForGetAITranslationProjectOutput `type:"list" json:",omitempty"`

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

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

	TargetBlueprints []*TargetBlueprintForGetAITranslationProjectOutput `type:"list" json:",omitempty"`

	TargetClips []*TargetClipForGetAITranslationProjectOutput `type:"list" json:",omitempty"`

	TargetTracks []*TargetTrackForGetAITranslationProjectOutput `type:"list" json:",omitempty"`

	TargetUtterances []*TargetUtteranceForGetAITranslationProjectOutput `type:"list" json:",omitempty"`

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

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

	VoiceTranslationVideo *VoiceTranslationVideoForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

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

func (ProjectInfoForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*ProjectInfoForGetAITranslationProjectOutput) SetBackgroundAudio added in v1.1.12

SetBackgroundAudio sets the BackgroundAudio field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetBackgroundClip added in v1.1.12

SetBackgroundClip sets the BackgroundClip field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetCreatedAt added in v1.1.12

SetCreatedAt sets the CreatedAt field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetErrorCode added in v1.1.12

SetErrorCode sets the ErrorCode field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetErrorMsg added in v1.1.12

SetErrorMsg sets the ErrorMsg field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetFacialTranslationVideo added in v1.1.12

SetFacialTranslationVideo sets the FacialTranslationVideo field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetForegroundAudio added in v1.1.12

SetForegroundAudio sets the ForegroundAudio field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetInputVideo added in v1.1.12

SetInputVideo sets the InputVideo field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetInputVideoTitle added in v1.1.12

SetInputVideoTitle sets the InputVideoTitle field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetOperatorConfig added in v1.1.12

SetOperatorConfig sets the OperatorConfig field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetOutputVideo added in v1.1.12

SetOutputVideo sets the OutputVideo field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetPreviewVideo added in v1.1.12

SetPreviewVideo sets the PreviewVideo field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetPreviewVideoMuted added in v1.1.12

SetPreviewVideoMuted sets the PreviewVideoMuted field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetProjectVersion added in v1.1.12

SetProjectVersion sets the ProjectVersion field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetSourceBlueprints added in v1.1.12

SetSourceBlueprints sets the SourceBlueprints field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetSourceClips added in v1.1.12

SetSourceClips sets the SourceClips field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetSourceTracks added in v1.1.12

SetSourceTracks sets the SourceTracks field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetSourceUtterances added in v1.1.12

SetSourceUtterances sets the SourceUtterances field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetSpeakers added in v1.1.12

SetSpeakers sets the Speakers field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetStatus added in v1.1.12

SetStatus sets the Status field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetTargetBlueprints added in v1.1.12

SetTargetBlueprints sets the TargetBlueprints field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetTargetClips added in v1.1.12

SetTargetClips sets the TargetClips field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetTargetTracks added in v1.1.12

SetTargetTracks sets the TargetTracks field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetTargetUtterances added in v1.1.12

SetTargetUtterances sets the TargetUtterances field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetTranslationTypeList added in v1.1.12

SetTranslationTypeList sets the TranslationTypeList field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetUpdatedAt added in v1.1.12

SetUpdatedAt sets the UpdatedAt field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetVoiceTranslationVideo added in v1.1.12

SetVoiceTranslationVideo sets the VoiceTranslationVideo field's value.

func (*ProjectInfoForGetAITranslationProjectOutput) SetWorkflowId added in v1.1.12

SetWorkflowId sets the WorkflowId field's value.

func (ProjectInfoForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type SegmentForGetExecutionOutput added in v1.1.12

type SegmentForGetExecutionOutput struct {
	NoFile *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (SegmentForGetExecutionOutput) GoString added in v1.1.12

func (s SegmentForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*SegmentForGetExecutionOutput) SetNoFile added in v1.1.12

SetNoFile sets the NoFile field's value.

func (SegmentForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type SegmentForStartExecutionInput added in v1.1.12

type SegmentForStartExecutionInput struct {
	NoFile *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SegmentForStartExecutionInput) GoString added in v1.1.12

GoString returns the string representation

func (*SegmentForStartExecutionInput) SetNoFile added in v1.1.12

SetNoFile sets the NoFile field's value.

func (SegmentForStartExecutionInput) String added in v1.1.12

String returns the string representation

type SourceBlueprintForGetAITranslationProjectOutput added in v1.1.12

type SourceBlueprintForGetAITranslationProjectOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

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

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

func (SourceBlueprintForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SourceBlueprintForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*SourceBlueprintForGetAITranslationProjectOutput) SetLanguage added in v1.1.12

SetLanguage sets the Language field's value.

func (*SourceBlueprintForGetAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*SourceBlueprintForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (SourceBlueprintForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type SourceBlueprintForListAITranslationProjectOutput added in v1.1.12

type SourceBlueprintForListAITranslationProjectOutput struct {
	Id *string `type:"string"`

	Language *string `type:"string"`

	ProjectId *string `type:"string"`

	TranslationType *string `type:"string"`
	// contains filtered or unexported fields
}

func (SourceBlueprintForListAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SourceBlueprintForListAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*SourceBlueprintForListAITranslationProjectOutput) SetLanguage added in v1.1.12

SetLanguage sets the Language field's value.

func (*SourceBlueprintForListAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*SourceBlueprintForListAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (SourceBlueprintForListAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type SourceClipForGetAITranslationProjectOutput added in v1.1.12

type SourceClipForGetAITranslationProjectOutput struct {
	ClipAudio *PreviewVideoMutedForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

	ClipVideo *PreviewVideoMutedForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

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

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

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

	Trim *TrimForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

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

func (SourceClipForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SourceClipForGetAITranslationProjectOutput) SetClipAudio added in v1.1.12

SetClipAudio sets the ClipAudio field's value.

func (*SourceClipForGetAITranslationProjectOutput) SetClipVideo added in v1.1.12

SetClipVideo sets the ClipVideo field's value.

func (*SourceClipForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*SourceClipForGetAITranslationProjectOutput) SetTrackId added in v1.1.12

SetTrackId sets the TrackId field's value.

func (*SourceClipForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (*SourceClipForGetAITranslationProjectOutput) SetTrim added in v1.1.12

SetTrim sets the Trim field's value.

func (*SourceClipForGetAITranslationProjectOutput) SetVolume added in v1.1.12

SetVolume sets the Volume field's value.

func (SourceClipForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type SourceTrackForGetAITranslationProjectOutput added in v1.1.12

type SourceTrackForGetAITranslationProjectOutput struct {
	BlueprintId *string `type:"string" json:",omitempty"`

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

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

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

func (SourceTrackForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SourceTrackForGetAITranslationProjectOutput) SetBlueprintId added in v1.1.12

SetBlueprintId sets the BlueprintId field's value.

func (*SourceTrackForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*SourceTrackForGetAITranslationProjectOutput) SetSpeakerId added in v1.1.12

SetSpeakerId sets the SpeakerId field's value.

func (*SourceTrackForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (SourceTrackForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type SourceUtteranceForGetAITranslationProjectOutput added in v1.1.12

type SourceUtteranceForGetAITranslationProjectOutput struct {
	BlueprintId *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

func (SourceUtteranceForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SourceUtteranceForGetAITranslationProjectOutput) SetBlueprintId added in v1.1.12

SetBlueprintId sets the BlueprintId field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetClipId added in v1.1.12

SetClipId sets the ClipId field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetIsFacialTranslation added in v1.1.12

SetIsFacialTranslation sets the IsFacialTranslation field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetSourceId added in v1.1.12

SetSourceId sets the SourceId field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetSpeakerId added in v1.1.12

SetSpeakerId sets the SpeakerId field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetStatus added in v1.1.12

SetStatus sets the Status field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetText added in v1.1.12

SetText sets the Text field's value.

func (*SourceUtteranceForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (SourceUtteranceForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type SpeakerForGetAITranslationProjectOutput added in v1.1.12

type SpeakerForGetAITranslationProjectOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

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

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

func (SpeakerForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SpeakerForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*SpeakerForGetAITranslationProjectOutput) SetName added in v1.1.12

SetName sets the Name field's value.

func (*SpeakerForGetAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*SpeakerForGetAITranslationProjectOutput) SetVoice added in v1.1.12

SetVoice sets the Voice field's value.

func (SpeakerForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type StartExecutionInput

type StartExecutionInput struct {
	Control *ControlForStartExecutionInput `type:"structure" json:",omitempty"`

	Input *InputForStartExecutionInput `type:"structure" json:",omitempty"`

	MultiInputs []*MultiInputForStartExecutionInput `type:"list" json:",omitempty"`

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

func (StartExecutionInput) GoString

func (s StartExecutionInput) GoString() string

GoString returns the string representation

func (*StartExecutionInput) SetControl

SetControl sets the Control field's value.

func (*StartExecutionInput) SetInput

SetInput sets the Input field's value.

func (*StartExecutionInput) SetMultiInputs added in v1.1.12

SetMultiInputs sets the MultiInputs field's value.

func (*StartExecutionInput) SetOperation

SetOperation sets the Operation field's value.

func (StartExecutionInput) String

func (s StartExecutionInput) String() string

String returns the string representation

type StartExecutionOutput

type StartExecutionOutput struct {
	Metadata *response.ResponseMetadata

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

func (StartExecutionOutput) GoString

func (s StartExecutionOutput) GoString() string

GoString returns the string representation

func (*StartExecutionOutput) SetRunId

SetRunId sets the RunId field's value.

func (StartExecutionOutput) String

func (s StartExecutionOutput) String() string

String returns the string representation

type StorylineForGetExecutionOutput added in v1.1.12

type StorylineForGetExecutionOutput struct {
	ClipDuration *float64 `type:"double"`

	WithSnapshot *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (StorylineForGetExecutionOutput) GoString added in v1.1.12

GoString returns the string representation

func (*StorylineForGetExecutionOutput) SetClipDuration added in v1.1.12

SetClipDuration sets the ClipDuration field's value.

func (*StorylineForGetExecutionOutput) SetWithSnapshot added in v1.1.12

SetWithSnapshot sets the WithSnapshot field's value.

func (StorylineForGetExecutionOutput) String added in v1.1.12

String returns the string representation

type StorylineForStartExecutionInput added in v1.1.12

type StorylineForStartExecutionInput struct {
	ClipDuration *float64 `type:"double" json:",omitempty"`

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

func (StorylineForStartExecutionInput) GoString added in v1.1.12

GoString returns the string representation

func (*StorylineForStartExecutionInput) SetClipDuration added in v1.1.12

SetClipDuration sets the ClipDuration field's value.

func (*StorylineForStartExecutionInput) SetWithSnapshot added in v1.1.12

SetWithSnapshot sets the WithSnapshot field's value.

func (StorylineForStartExecutionInput) String added in v1.1.12

String returns the string representation

type SubmitAITranslationWorkflowInput added in v1.1.12

type SubmitAITranslationWorkflowInput struct {
	OperatorConfig *OperatorConfigForSubmitAITranslationWorkflowInput `type:"structure" json:",omitempty"`

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

	TranslationConfig *TranslationConfigForSubmitAITranslationWorkflowInput `type:"structure" json:",omitempty"`

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

func (SubmitAITranslationWorkflowInput) GoString added in v1.1.12

GoString returns the string representation

func (*SubmitAITranslationWorkflowInput) SetOperatorConfig added in v1.1.12

SetOperatorConfig sets the OperatorConfig field's value.

func (*SubmitAITranslationWorkflowInput) SetSpaceName added in v1.1.12

SetSpaceName sets the SpaceName field's value.

func (*SubmitAITranslationWorkflowInput) SetTranslationConfig added in v1.1.12

SetTranslationConfig sets the TranslationConfig field's value.

func (*SubmitAITranslationWorkflowInput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (SubmitAITranslationWorkflowInput) String added in v1.1.12

String returns the string representation

func (*SubmitAITranslationWorkflowInput) Validate added in v1.1.12

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

type SubmitAITranslationWorkflowOutput added in v1.1.12

type SubmitAITranslationWorkflowOutput struct {
	Metadata *response.ResponseMetadata

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

func (SubmitAITranslationWorkflowOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SubmitAITranslationWorkflowOutput) SetProjectBaseInfo added in v1.1.18

SetProjectBaseInfo sets the ProjectBaseInfo field's value.

func (SubmitAITranslationWorkflowOutput) String added in v1.1.12

String returns the string representation

type SubtitleRecognitionConfigForGetAITranslationProjectOutput added in v1.1.12

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

func (SubtitleRecognitionConfigForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SubtitleRecognitionConfigForGetAITranslationProjectOutput) SetRecognitionType added in v1.1.12

SetRecognitionType sets the RecognitionType field's value.

func (SubtitleRecognitionConfigForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type SubtitleRecognitionConfigForListAITranslationProjectOutput added in v1.1.12

type SubtitleRecognitionConfigForListAITranslationProjectOutput struct {
	RecognitionType *string `type:"string"`
	// contains filtered or unexported fields
}

func (SubtitleRecognitionConfigForListAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*SubtitleRecognitionConfigForListAITranslationProjectOutput) SetRecognitionType added in v1.1.12

SetRecognitionType sets the RecognitionType field's value.

func (SubtitleRecognitionConfigForListAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type SubtitleRecognitionConfigForSubmitAITranslationWorkflowInput added in v1.1.12

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

func (SubtitleRecognitionConfigForSubmitAITranslationWorkflowInput) GoString added in v1.1.12

GoString returns the string representation

func (*SubtitleRecognitionConfigForSubmitAITranslationWorkflowInput) SetRecognitionType added in v1.1.12

SetRecognitionType sets the RecognitionType field's value.

func (SubtitleRecognitionConfigForSubmitAITranslationWorkflowInput) String added in v1.1.12

String returns the string representation

type TargetBlueprintForGetAITranslationProjectOutput added in v1.1.12

type TargetBlueprintForGetAITranslationProjectOutput struct {
	Id *string `type:"string" json:",omitempty"`

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

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

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

func (TargetBlueprintForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TargetBlueprintForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*TargetBlueprintForGetAITranslationProjectOutput) SetLanguage added in v1.1.12

SetLanguage sets the Language field's value.

func (*TargetBlueprintForGetAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*TargetBlueprintForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (TargetBlueprintForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type TargetBlueprintForListAITranslationProjectOutput added in v1.1.12

type TargetBlueprintForListAITranslationProjectOutput struct {
	Id *string `type:"string"`

	Language *string `type:"string"`

	ProjectId *string `type:"string"`

	TranslationType *string `type:"string"`
	// contains filtered or unexported fields
}

func (TargetBlueprintForListAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TargetBlueprintForListAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*TargetBlueprintForListAITranslationProjectOutput) SetLanguage added in v1.1.12

SetLanguage sets the Language field's value.

func (*TargetBlueprintForListAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*TargetBlueprintForListAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (TargetBlueprintForListAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type TargetClipForGetAITranslationProjectOutput added in v1.1.12

type TargetClipForGetAITranslationProjectOutput struct {
	ClipAudio *PreviewVideoMutedForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

	ClipVideo *PreviewVideoMutedForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

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

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

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

	Trim *TrimForGetAITranslationProjectOutput `type:"structure" json:",omitempty"`

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

func (TargetClipForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TargetClipForGetAITranslationProjectOutput) SetClipAudio added in v1.1.12

SetClipAudio sets the ClipAudio field's value.

func (*TargetClipForGetAITranslationProjectOutput) SetClipVideo added in v1.1.12

SetClipVideo sets the ClipVideo field's value.

func (*TargetClipForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*TargetClipForGetAITranslationProjectOutput) SetTrackId added in v1.1.12

SetTrackId sets the TrackId field's value.

func (*TargetClipForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (*TargetClipForGetAITranslationProjectOutput) SetTrim added in v1.1.12

SetTrim sets the Trim field's value.

func (*TargetClipForGetAITranslationProjectOutput) SetVolume added in v1.1.12

SetVolume sets the Volume field's value.

func (TargetClipForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type TargetTrackForGetAITranslationProjectOutput added in v1.1.12

type TargetTrackForGetAITranslationProjectOutput struct {
	BlueprintId *string `type:"string" json:",omitempty"`

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

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

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

func (TargetTrackForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TargetTrackForGetAITranslationProjectOutput) SetBlueprintId added in v1.1.12

SetBlueprintId sets the BlueprintId field's value.

func (*TargetTrackForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*TargetTrackForGetAITranslationProjectOutput) SetSpeakerId added in v1.1.12

SetSpeakerId sets the SpeakerId field's value.

func (*TargetTrackForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (TargetTrackForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type TargetUtteranceForGetAITranslationProjectOutput added in v1.1.12

type TargetUtteranceForGetAITranslationProjectOutput struct {
	BlueprintId *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

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

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

func (TargetUtteranceForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TargetUtteranceForGetAITranslationProjectOutput) SetBlueprintId added in v1.1.12

SetBlueprintId sets the BlueprintId field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetClipId added in v1.1.12

SetClipId sets the ClipId field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetId added in v1.1.12

SetId sets the Id field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetIsFacialTranslation added in v1.1.12

SetIsFacialTranslation sets the IsFacialTranslation field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetProjectId added in v1.1.12

SetProjectId sets the ProjectId field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetSourceId added in v1.1.12

SetSourceId sets the SourceId field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetSpeakerId added in v1.1.12

SetSpeakerId sets the SpeakerId field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetStatus added in v1.1.12

SetStatus sets the Status field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetText added in v1.1.12

SetText sets the Text field's value.

func (*TargetUtteranceForGetAITranslationProjectOutput) SetTranslationType added in v1.1.12

SetTranslationType sets the TranslationType field's value.

func (TargetUtteranceForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type TaskForGetExecutionOutput

type TaskForGetExecutionOutput struct {
	AdAudit *AdAuditForGetExecutionOutput `type:"structure"`

	Asr *AsrForGetExecutionOutput `type:"structure"`

	AudioExtract *AudioExtractForGetExecutionOutput `type:"structure"`

	Highlight *HighlightForGetExecutionOutput `type:"structure"`

	Ocr *OcrForGetExecutionOutput `type:"structure"`

	Segment *SegmentForGetExecutionOutput `type:"structure"`

	Storyline *StorylineForGetExecutionOutput `type:"structure"`

	Type *string `type:"string"`

	Vision *VisionForGetExecutionOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (TaskForGetExecutionOutput) GoString

func (s TaskForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*TaskForGetExecutionOutput) SetAdAudit

SetAdAudit sets the AdAudit field's value.

func (*TaskForGetExecutionOutput) SetAsr

SetAsr sets the Asr field's value.

func (*TaskForGetExecutionOutput) SetAudioExtract

SetAudioExtract sets the AudioExtract field's value.

func (*TaskForGetExecutionOutput) SetHighlight

SetHighlight sets the Highlight field's value.

func (*TaskForGetExecutionOutput) SetOcr added in v1.1.12

SetOcr sets the Ocr field's value.

func (*TaskForGetExecutionOutput) SetSegment added in v1.1.12

SetSegment sets the Segment field's value.

func (*TaskForGetExecutionOutput) SetStoryline added in v1.1.12

SetStoryline sets the Storyline field's value.

func (*TaskForGetExecutionOutput) SetType

SetType sets the Type field's value.

func (*TaskForGetExecutionOutput) SetVision

SetVision sets the Vision field's value.

func (TaskForGetExecutionOutput) String

func (s TaskForGetExecutionOutput) String() string

String returns the string representation

type TaskForStartExecutionInput

type TaskForStartExecutionInput struct {
	AdAudit *AdAuditForStartExecutionInput `type:"structure" json:",omitempty"`

	Asr *AsrForStartExecutionInput `type:"structure" json:",omitempty"`

	AudioExtract *AudioExtractForStartExecutionInput `type:"structure" json:",omitempty"`

	Highlight *HighlightForStartExecutionInput `type:"structure" json:",omitempty"`

	Ocr *OcrForStartExecutionInput `type:"structure" json:",omitempty"`

	Segment *SegmentForStartExecutionInput `type:"structure" json:",omitempty"`

	Storyline *StorylineForStartExecutionInput `type:"structure" json:",omitempty"`

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

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

func (TaskForStartExecutionInput) GoString

func (s TaskForStartExecutionInput) GoString() string

GoString returns the string representation

func (*TaskForStartExecutionInput) SetAdAudit

SetAdAudit sets the AdAudit field's value.

func (*TaskForStartExecutionInput) SetAsr

SetAsr sets the Asr field's value.

func (*TaskForStartExecutionInput) SetAudioExtract

SetAudioExtract sets the AudioExtract field's value.

func (*TaskForStartExecutionInput) SetHighlight

SetHighlight sets the Highlight field's value.

func (*TaskForStartExecutionInput) SetOcr added in v1.1.12

SetOcr sets the Ocr field's value.

func (*TaskForStartExecutionInput) SetSegment added in v1.1.12

SetSegment sets the Segment field's value.

func (*TaskForStartExecutionInput) SetStoryline added in v1.1.12

SetStoryline sets the Storyline field's value.

func (*TaskForStartExecutionInput) SetType

SetType sets the Type field's value.

func (*TaskForStartExecutionInput) SetVision

SetVision sets the Vision field's value.

func (TaskForStartExecutionInput) String

String returns the string representation

type TemplateForGetExecutionOutput

type TemplateForGetExecutionOutput struct {
	ByteHD *ByteHDForGetExecutionOutput `type:"structure"`

	Enhance *EnhanceForGetExecutionOutput `type:"structure"`

	TranscodeAudio *TranscodeAudioForGetExecutionOutput `type:"structure"`

	TranscodeVideo *TranscodeVideoForGetExecutionOutput `type:"structure"`

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

func (TemplateForGetExecutionOutput) GoString

GoString returns the string representation

func (*TemplateForGetExecutionOutput) SetByteHD

SetByteHD sets the ByteHD field's value.

func (*TemplateForGetExecutionOutput) SetEnhance

SetEnhance sets the Enhance field's value.

func (*TemplateForGetExecutionOutput) SetTranscodeAudio

SetTranscodeAudio sets the TranscodeAudio field's value.

func (*TemplateForGetExecutionOutput) SetTranscodeVideo

SetTranscodeVideo sets the TranscodeVideo field's value.

func (*TemplateForGetExecutionOutput) SetType

SetType sets the Type field's value.

func (TemplateForGetExecutionOutput) String

String returns the string representation

type TemplateForStartExecutionInput

type TemplateForStartExecutionInput struct {
	ByteHD *ByteHDForStartExecutionInput `type:"structure" json:",omitempty"`

	Enhance *EnhanceForStartExecutionInput `type:"structure" json:",omitempty"`

	TranscodeAudio *TranscodeAudioForStartExecutionInput `type:"structure" json:",omitempty"`

	TranscodeVideo *TranscodeVideoForStartExecutionInput `type:"structure" json:",omitempty"`

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

func (TemplateForStartExecutionInput) GoString

GoString returns the string representation

func (*TemplateForStartExecutionInput) SetByteHD

SetByteHD sets the ByteHD field's value.

func (*TemplateForStartExecutionInput) SetEnhance

SetEnhance sets the Enhance field's value.

func (*TemplateForStartExecutionInput) SetTranscodeAudio

SetTranscodeAudio sets the TranscodeAudio field's value.

func (*TemplateForStartExecutionInput) SetTranscodeVideo

SetTranscodeVideo sets the TranscodeVideo field's value.

func (*TemplateForStartExecutionInput) SetType

SetType sets the Type field's value.

func (TemplateForStartExecutionInput) String

String returns the string representation

type TextForGetExecutionOutput added in v1.1.12

type TextForGetExecutionOutput struct {
	End *float64 `type:"double"`

	Start *float64 `type:"double"`

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

func (TextForGetExecutionOutput) GoString added in v1.1.12

func (s TextForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*TextForGetExecutionOutput) SetEnd added in v1.1.12

SetEnd sets the End field's value.

func (*TextForGetExecutionOutput) SetStart added in v1.1.12

SetStart sets the Start field's value.

func (*TextForGetExecutionOutput) SetText added in v1.1.12

SetText sets the Text field's value.

func (TextForGetExecutionOutput) String added in v1.1.12

func (s TextForGetExecutionOutput) String() string

String returns the string representation

type TranscodeAudioForGetExecutionOutput

type TranscodeAudioForGetExecutionOutput struct {
	TemplateId *string `type:"string"`
	// contains filtered or unexported fields
}

func (TranscodeAudioForGetExecutionOutput) GoString

GoString returns the string representation

func (*TranscodeAudioForGetExecutionOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (TranscodeAudioForGetExecutionOutput) String

String returns the string representation

type TranscodeAudioForStartExecutionInput

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

func (TranscodeAudioForStartExecutionInput) GoString

GoString returns the string representation

func (*TranscodeAudioForStartExecutionInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (TranscodeAudioForStartExecutionInput) String

String returns the string representation

type TranscodeVideoForGetExecutionOutput

type TranscodeVideoForGetExecutionOutput struct {
	TemplateId *string `type:"string"`

	WatermarkTemplateId *string `type:"string"`
	// contains filtered or unexported fields
}

func (TranscodeVideoForGetExecutionOutput) GoString

GoString returns the string representation

func (*TranscodeVideoForGetExecutionOutput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (*TranscodeVideoForGetExecutionOutput) SetWatermarkTemplateId

SetWatermarkTemplateId sets the WatermarkTemplateId field's value.

func (TranscodeVideoForGetExecutionOutput) String

String returns the string representation

type TranscodeVideoForStartExecutionInput

type TranscodeVideoForStartExecutionInput struct {
	TemplateId *string `type:"string" json:",omitempty"`

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

func (TranscodeVideoForStartExecutionInput) GoString

GoString returns the string representation

func (*TranscodeVideoForStartExecutionInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (*TranscodeVideoForStartExecutionInput) SetWatermarkTemplateId

SetWatermarkTemplateId sets the WatermarkTemplateId field's value.

func (TranscodeVideoForStartExecutionInput) String

String returns the string representation

type TranslationConfigForSubmitAITranslationWorkflowInput added in v1.1.12

type TranslationConfigForSubmitAITranslationWorkflowInput struct {
	SourceLanguage *string `type:"string" json:",omitempty"`

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

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

func (TranslationConfigForSubmitAITranslationWorkflowInput) GoString added in v1.1.12

GoString returns the string representation

func (*TranslationConfigForSubmitAITranslationWorkflowInput) SetSourceLanguage added in v1.1.12

SetSourceLanguage sets the SourceLanguage field's value.

func (*TranslationConfigForSubmitAITranslationWorkflowInput) SetTargetLanguage added in v1.1.12

SetTargetLanguage sets the TargetLanguage field's value.

func (*TranslationConfigForSubmitAITranslationWorkflowInput) SetTranslationTypeList added in v1.1.12

SetTranslationTypeList sets the TranslationTypeList field's value.

func (TranslationConfigForSubmitAITranslationWorkflowInput) String added in v1.1.12

String returns the string representation

type TrimForGetAITranslationProjectOutput added in v1.1.12

type TrimForGetAITranslationProjectOutput struct {
	End *int32 `type:"int32" json:",omitempty"`

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

func (TrimForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*TrimForGetAITranslationProjectOutput) SetEnd added in v1.1.12

SetEnd sets the End field's value.

func (*TrimForGetAITranslationProjectOutput) SetStart added in v1.1.12

SetStart sets the Start field's value.

func (TrimForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

type UtteranceForGetExecutionOutput

type UtteranceForGetExecutionOutput struct {
	Attribute *AttributeForGetExecutionOutput `type:"structure"`

	End *float64 `type:"double"`

	Start *float64 `type:"double"`

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

func (UtteranceForGetExecutionOutput) GoString

GoString returns the string representation

func (*UtteranceForGetExecutionOutput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*UtteranceForGetExecutionOutput) SetEnd

SetEnd sets the End field's value.

func (*UtteranceForGetExecutionOutput) SetStart

SetStart sets the Start field's value.

func (*UtteranceForGetExecutionOutput) SetText

SetText sets the Text field's value.

func (UtteranceForGetExecutionOutput) String

String returns the string representation

type VOD20250101

type VOD20250101 struct {
	*client.Client
}

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

VOD20250101 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 (*VOD20250101) GetAITranslationProject added in v1.1.12

func (c *VOD20250101) GetAITranslationProject(input *GetAITranslationProjectInput) (*GetAITranslationProjectOutput, error)

GetAITranslationProject API operation for VOD20250101.

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 VOD20250101's API operation GetAITranslationProject for usage and error information.

func (*VOD20250101) GetAITranslationProjectCommon added in v1.1.12

func (c *VOD20250101) GetAITranslationProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetAITranslationProjectCommon API operation for VOD20250101.

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 VOD20250101's API operation GetAITranslationProjectCommon for usage and error information.

func (*VOD20250101) GetAITranslationProjectCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*VOD20250101) GetAITranslationProjectCommonWithContext added in v1.1.12

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

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

See GetAITranslationProjectCommon 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 (*VOD20250101) GetAITranslationProjectRequest added in v1.1.12

func (c *VOD20250101) GetAITranslationProjectRequest(input *GetAITranslationProjectInput) (req *request.Request, output *GetAITranslationProjectOutput)

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

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

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

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

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

func (*VOD20250101) GetAITranslationProjectWithContext added in v1.1.12

func (c *VOD20250101) GetAITranslationProjectWithContext(ctx volcengine.Context, input *GetAITranslationProjectInput, opts ...request.Option) (*GetAITranslationProjectOutput, error)

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

See GetAITranslationProject 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 (*VOD20250101) GetExecution

func (c *VOD20250101) GetExecution(input *GetExecutionInput) (*GetExecutionOutput, error)

GetExecution API operation for VOD20250101.

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 VOD20250101's API operation GetExecution for usage and error information.

func (*VOD20250101) GetExecutionCommon

func (c *VOD20250101) GetExecutionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetExecutionCommon API operation for VOD20250101.

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 VOD20250101's API operation GetExecutionCommon for usage and error information.

func (*VOD20250101) GetExecutionCommonRequest

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

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

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

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

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

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

func (*VOD20250101) GetExecutionCommonWithContext

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

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

See GetExecutionCommon 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 (*VOD20250101) GetExecutionRequest

func (c *VOD20250101) GetExecutionRequest(input *GetExecutionInput) (req *request.Request, output *GetExecutionOutput)

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

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

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

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

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

func (*VOD20250101) GetExecutionWithContext

func (c *VOD20250101) GetExecutionWithContext(ctx volcengine.Context, input *GetExecutionInput, opts ...request.Option) (*GetExecutionOutput, error)

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

See GetExecution 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 (*VOD20250101) ListAITranslationProject added in v1.1.12

func (c *VOD20250101) ListAITranslationProject(input *ListAITranslationProjectInput) (*ListAITranslationProjectOutput, error)

ListAITranslationProject API operation for VOD20250101.

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 VOD20250101's API operation ListAITranslationProject for usage and error information.

func (*VOD20250101) ListAITranslationProjectCommon added in v1.1.12

func (c *VOD20250101) ListAITranslationProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListAITranslationProjectCommon API operation for VOD20250101.

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 VOD20250101's API operation ListAITranslationProjectCommon for usage and error information.

func (*VOD20250101) ListAITranslationProjectCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*VOD20250101) ListAITranslationProjectCommonWithContext added in v1.1.12

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

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

See ListAITranslationProjectCommon 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 (*VOD20250101) ListAITranslationProjectRequest added in v1.1.12

func (c *VOD20250101) ListAITranslationProjectRequest(input *ListAITranslationProjectInput) (req *request.Request, output *ListAITranslationProjectOutput)

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

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

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

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

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

func (*VOD20250101) ListAITranslationProjectWithContext added in v1.1.12

func (c *VOD20250101) ListAITranslationProjectWithContext(ctx volcengine.Context, input *ListAITranslationProjectInput, opts ...request.Option) (*ListAITranslationProjectOutput, error)

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

See ListAITranslationProject 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 (*VOD20250101) StartExecution

func (c *VOD20250101) StartExecution(input *StartExecutionInput) (*StartExecutionOutput, error)

StartExecution API operation for VOD20250101.

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 VOD20250101's API operation StartExecution for usage and error information.

func (*VOD20250101) StartExecutionCommon

func (c *VOD20250101) StartExecutionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartExecutionCommon API operation for VOD20250101.

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 VOD20250101's API operation StartExecutionCommon for usage and error information.

func (*VOD20250101) StartExecutionCommonRequest

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

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

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

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

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

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

func (*VOD20250101) StartExecutionCommonWithContext

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

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

See StartExecutionCommon 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 (*VOD20250101) StartExecutionRequest

func (c *VOD20250101) StartExecutionRequest(input *StartExecutionInput) (req *request.Request, output *StartExecutionOutput)

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

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

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

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

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

func (*VOD20250101) StartExecutionWithContext

func (c *VOD20250101) StartExecutionWithContext(ctx volcengine.Context, input *StartExecutionInput, opts ...request.Option) (*StartExecutionOutput, error)

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

See StartExecution 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 (*VOD20250101) SubmitAITranslationWorkflow added in v1.1.12

func (c *VOD20250101) SubmitAITranslationWorkflow(input *SubmitAITranslationWorkflowInput) (*SubmitAITranslationWorkflowOutput, error)

SubmitAITranslationWorkflow API operation for VOD20250101.

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 VOD20250101's API operation SubmitAITranslationWorkflow for usage and error information.

func (*VOD20250101) SubmitAITranslationWorkflowCommon added in v1.1.12

func (c *VOD20250101) SubmitAITranslationWorkflowCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SubmitAITranslationWorkflowCommon API operation for VOD20250101.

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 VOD20250101's API operation SubmitAITranslationWorkflowCommon for usage and error information.

func (*VOD20250101) SubmitAITranslationWorkflowCommonRequest added in v1.1.12

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

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

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

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

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

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

func (*VOD20250101) SubmitAITranslationWorkflowCommonWithContext added in v1.1.12

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

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

See SubmitAITranslationWorkflowCommon 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 (*VOD20250101) SubmitAITranslationWorkflowRequest added in v1.1.12

func (c *VOD20250101) SubmitAITranslationWorkflowRequest(input *SubmitAITranslationWorkflowInput) (req *request.Request, output *SubmitAITranslationWorkflowOutput)

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

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

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

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

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

func (*VOD20250101) SubmitAITranslationWorkflowWithContext added in v1.1.12

func (c *VOD20250101) SubmitAITranslationWorkflowWithContext(ctx volcengine.Context, input *SubmitAITranslationWorkflowInput, opts ...request.Option) (*SubmitAITranslationWorkflowOutput, error)

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

See SubmitAITranslationWorkflow 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 VOD20250101API

type VOD20250101API interface {
	GetAITranslationProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetAITranslationProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetAITranslationProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetAITranslationProject(*GetAITranslationProjectInput) (*GetAITranslationProjectOutput, error)
	GetAITranslationProjectWithContext(volcengine.Context, *GetAITranslationProjectInput, ...request.Option) (*GetAITranslationProjectOutput, error)
	GetAITranslationProjectRequest(*GetAITranslationProjectInput) (*request.Request, *GetAITranslationProjectOutput)

	GetExecutionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetExecutionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetExecutionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetExecution(*GetExecutionInput) (*GetExecutionOutput, error)
	GetExecutionWithContext(volcengine.Context, *GetExecutionInput, ...request.Option) (*GetExecutionOutput, error)
	GetExecutionRequest(*GetExecutionInput) (*request.Request, *GetExecutionOutput)

	ListAITranslationProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAITranslationProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAITranslationProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListAITranslationProject(*ListAITranslationProjectInput) (*ListAITranslationProjectOutput, error)
	ListAITranslationProjectWithContext(volcengine.Context, *ListAITranslationProjectInput, ...request.Option) (*ListAITranslationProjectOutput, error)
	ListAITranslationProjectRequest(*ListAITranslationProjectInput) (*request.Request, *ListAITranslationProjectOutput)

	StartExecutionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartExecutionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartExecutionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartExecution(*StartExecutionInput) (*StartExecutionOutput, error)
	StartExecutionWithContext(volcengine.Context, *StartExecutionInput, ...request.Option) (*StartExecutionOutput, error)
	StartExecutionRequest(*StartExecutionInput) (*request.Request, *StartExecutionOutput)

	SubmitAITranslationWorkflowCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SubmitAITranslationWorkflowCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SubmitAITranslationWorkflowCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SubmitAITranslationWorkflow(*SubmitAITranslationWorkflowInput) (*SubmitAITranslationWorkflowOutput, error)
	SubmitAITranslationWorkflowWithContext(volcengine.Context, *SubmitAITranslationWorkflowInput, ...request.Option) (*SubmitAITranslationWorkflowOutput, error)
	SubmitAITranslationWorkflowRequest(*SubmitAITranslationWorkflowInput) (*request.Request, *SubmitAITranslationWorkflowOutput)
}

VOD20250101API provides an interface to enable mocking the vod20250101.VOD20250101 service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// VOD20250101.
func myFunc(svc VOD20250101API) bool {
    // Make svc.GetAITranslationProject request
}

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

    myFunc(svc)
}

type VideoStreamMetaForGetExecutionOutput

type VideoStreamMetaForGetExecutionOutput struct {
	Bitrate *int32 `type:"int32"`

	Codec *string `type:"string"`

	Definition *string `type:"string"`

	Duration *float64 `type:"float"`

	Fps *float64 `type:"float"`

	Height *int32 `type:"int32"`

	Width *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (VideoStreamMetaForGetExecutionOutput) GoString

GoString returns the string representation

func (*VideoStreamMetaForGetExecutionOutput) SetBitrate

SetBitrate sets the Bitrate field's value.

func (*VideoStreamMetaForGetExecutionOutput) SetCodec

SetCodec sets the Codec field's value.

func (*VideoStreamMetaForGetExecutionOutput) SetDefinition

SetDefinition sets the Definition field's value.

func (*VideoStreamMetaForGetExecutionOutput) SetDuration

SetDuration sets the Duration field's value.

func (*VideoStreamMetaForGetExecutionOutput) SetFps

SetFps sets the Fps field's value.

func (*VideoStreamMetaForGetExecutionOutput) SetHeight

SetHeight sets the Height field's value.

func (*VideoStreamMetaForGetExecutionOutput) SetWidth

SetWidth sets the Width field's value.

func (VideoStreamMetaForGetExecutionOutput) String

String returns the string representation

type VisionForGetExecutionOutput

type VisionForGetExecutionOutput struct {
	Model *ModelForGetExecutionOutput `type:"structure"`

	Prompt *string `type:"string"`
	// contains filtered or unexported fields
}

func (VisionForGetExecutionOutput) GoString

func (s VisionForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*VisionForGetExecutionOutput) SetModel

SetModel sets the Model field's value.

func (*VisionForGetExecutionOutput) SetPrompt

SetPrompt sets the Prompt field's value.

func (VisionForGetExecutionOutput) String

String returns the string representation

type VisionForStartExecutionInput

type VisionForStartExecutionInput struct {
	Model *ModelForStartExecutionInput `type:"structure" json:",omitempty"`

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

func (VisionForStartExecutionInput) GoString

func (s VisionForStartExecutionInput) GoString() string

GoString returns the string representation

func (*VisionForStartExecutionInput) SetModel

SetModel sets the Model field's value.

func (*VisionForStartExecutionInput) SetPrompt

SetPrompt sets the Prompt field's value.

func (VisionForStartExecutionInput) String

String returns the string representation

type VoiceForGetExecutionOutput

type VoiceForGetExecutionOutput struct {
	FileName *string `type:"string"`

	Size *string `type:"string"`
	// contains filtered or unexported fields
}

func (VoiceForGetExecutionOutput) GoString

func (s VoiceForGetExecutionOutput) GoString() string

GoString returns the string representation

func (*VoiceForGetExecutionOutput) SetFileName

SetFileName sets the FileName field's value.

func (*VoiceForGetExecutionOutput) SetSize

SetSize sets the Size field's value.

func (VoiceForGetExecutionOutput) String

String returns the string representation

type VoiceTranslationVideoForGetAITranslationProjectOutput added in v1.1.12

type VoiceTranslationVideoForGetAITranslationProjectOutput struct {
	DurationSecond *float64 `type:"double" json:",omitempty"`

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

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

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

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

func (VoiceTranslationVideoForGetAITranslationProjectOutput) GoString added in v1.1.12

GoString returns the string representation

func (*VoiceTranslationVideoForGetAITranslationProjectOutput) SetDurationSecond added in v1.1.12

SetDurationSecond sets the DurationSecond field's value.

func (*VoiceTranslationVideoForGetAITranslationProjectOutput) SetIsAudio added in v1.1.12

SetIsAudio sets the IsAudio field's value.

func (*VoiceTranslationVideoForGetAITranslationProjectOutput) SetUri added in v1.1.12

SetUri sets the Uri field's value.

func (*VoiceTranslationVideoForGetAITranslationProjectOutput) SetUrl added in v1.1.12

SetUrl sets the Url field's value.

func (*VoiceTranslationVideoForGetAITranslationProjectOutput) SetVid added in v1.1.12

SetVid sets the Vid field's value.

func (VoiceTranslationVideoForGetAITranslationProjectOutput) String added in v1.1.12

String returns the string representation

Jump to

Keyboard shortcuts

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