mts

package
v0.0.0-...-4a3a38f Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type ActivateMediaWorkflowRequest ¶

type ActivateMediaWorkflowRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ActivateMediaWorkflowRequest is the request struct for api ActivateMediaWorkflow

func CreateActivateMediaWorkflowRequest ¶

func CreateActivateMediaWorkflowRequest() (request *ActivateMediaWorkflowRequest)

CreateActivateMediaWorkflowRequest creates a request to invoke ActivateMediaWorkflow API

type ActivateMediaWorkflowResponse ¶

type ActivateMediaWorkflowResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	MediaWorkflow MediaWorkflow `json:"MediaWorkflow" xml:"MediaWorkflow"`
}

ActivateMediaWorkflowResponse is the response struct for api ActivateMediaWorkflow

func CreateActivateMediaWorkflowResponse ¶

func CreateActivateMediaWorkflowResponse() (response *ActivateMediaWorkflowResponse)

CreateActivateMediaWorkflowResponse creates a response to parse from ActivateMediaWorkflow response

type Activity ¶

type Activity struct {
	Type             string           `json:"Type" xml:"Type"`
	Message          string           `json:"Message" xml:"Message"`
	Name             string           `json:"Name" xml:"Name"`
	StartTime        string           `json:"StartTime" xml:"StartTime"`
	State            string           `json:"State" xml:"State"`
	Code             string           `json:"Code" xml:"Code"`
	JobId            string           `json:"JobId" xml:"JobId"`
	EndTime          string           `json:"EndTime" xml:"EndTime"`
	MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"`
}

Activity is a nested struct in mts response

type ActivityListInListMediaWorkflowExecutions ¶

type ActivityListInListMediaWorkflowExecutions struct {
	Activity []Activity `json:"Activity" xml:"Activity"`
}

ActivityListInListMediaWorkflowExecutions is a nested struct in mts response

type ActivityListInQueryMediaWorkflowExecutionList ¶

type ActivityListInQueryMediaWorkflowExecutionList struct {
	Activity []Activity `json:"Activity" xml:"Activity"`
}

ActivityListInQueryMediaWorkflowExecutionList is a nested struct in mts response

type AddAsrPipelineRequest ¶

type AddAsrPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddAsrPipelineRequest is the request struct for api AddAsrPipeline

func CreateAddAsrPipelineRequest ¶

func CreateAddAsrPipelineRequest() (request *AddAsrPipelineRequest)

CreateAddAsrPipelineRequest creates a request to invoke AddAsrPipeline API

type AddAsrPipelineResponse ¶

type AddAsrPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

AddAsrPipelineResponse is the response struct for api AddAsrPipeline

func CreateAddAsrPipelineResponse ¶

func CreateAddAsrPipelineResponse() (response *AddAsrPipelineResponse)

CreateAddAsrPipelineResponse creates a response to parse from AddAsrPipeline response

type AddCategoryRequest ¶

type AddCategoryRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CateName             string           `position:"Query" name:"CateName"`
	ParentId             requests.Integer `position:"Query" name:"ParentId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddCategoryRequest is the request struct for api AddCategory

func CreateAddCategoryRequest ¶

func CreateAddCategoryRequest() (request *AddCategoryRequest)

CreateAddCategoryRequest creates a request to invoke AddCategory API

type AddCategoryResponse ¶

type AddCategoryResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Category  Category `json:"Category" xml:"Category"`
}

AddCategoryResponse is the response struct for api AddCategory

func CreateAddCategoryResponse ¶

func CreateAddCategoryResponse() (response *AddCategoryResponse)

CreateAddCategoryResponse creates a response to parse from AddCategory response

type AddCensorPipelineRequest ¶

type AddCensorPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddCensorPipelineRequest is the request struct for api AddCensorPipeline

func CreateAddCensorPipelineRequest ¶

func CreateAddCensorPipelineRequest() (request *AddCensorPipelineRequest)

CreateAddCensorPipelineRequest creates a request to invoke AddCensorPipeline API

type AddCensorPipelineResponse ¶

type AddCensorPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

AddCensorPipelineResponse is the response struct for api AddCensorPipeline

func CreateAddCensorPipelineResponse ¶

func CreateAddCensorPipelineResponse() (response *AddCensorPipelineResponse)

CreateAddCensorPipelineResponse creates a response to parse from AddCensorPipeline response

type AddCoverPipelineRequest ¶

type AddCoverPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Priority             string           `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	Role                 string           `position:"Query" name:"Role"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddCoverPipelineRequest is the request struct for api AddCoverPipeline

func CreateAddCoverPipelineRequest ¶

func CreateAddCoverPipelineRequest() (request *AddCoverPipelineRequest)

CreateAddCoverPipelineRequest creates a request to invoke AddCoverPipeline API

type AddCoverPipelineResponse ¶

type AddCoverPipelineResponse struct {
	*responses.BaseResponse
	RequestId string                     `json:"RequestId" xml:"RequestId"`
	Pipeline  PipelineInAddCoverPipeline `json:"Pipeline" xml:"Pipeline"`
}

AddCoverPipelineResponse is the response struct for api AddCoverPipeline

func CreateAddCoverPipelineResponse ¶

func CreateAddCoverPipelineResponse() (response *AddCoverPipelineResponse)

CreateAddCoverPipelineResponse creates a response to parse from AddCoverPipeline response

type AddMediaRequest ¶

type AddMediaRequest struct {
	*requests.RpcRequest
	OwnerId               requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount  string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId       requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FileURL               string           `position:"Query" name:"FileURL"`
	Title                 string           `position:"Query" name:"Title"`
	Description           string           `position:"Query" name:"Description"`
	CoverURL              string           `position:"Query" name:"CoverURL"`
	Tags                  string           `position:"Query" name:"Tags"`
	MediaWorkflowId       string           `position:"Query" name:"MediaWorkflowId"`
	MediaWorkflowUserData string           `position:"Query" name:"MediaWorkflowUserData"`
	CateId                requests.Integer `position:"Query" name:"CateId"`
	OwnerAccount          string           `position:"Query" name:"OwnerAccount"`
}

AddMediaRequest is the request struct for api AddMedia

func CreateAddMediaRequest ¶

func CreateAddMediaRequest() (request *AddMediaRequest)

CreateAddMediaRequest creates a request to invoke AddMedia API

type AddMediaResponse ¶

type AddMediaResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Media     Media  `json:"Media" xml:"Media"`
}

AddMediaResponse is the response struct for api AddMedia

func CreateAddMediaResponse ¶

func CreateAddMediaResponse() (response *AddMediaResponse)

CreateAddMediaResponse creates a response to parse from AddMedia response

type AddMediaTagRequest ¶

type AddMediaTagRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	Tag                  string           `position:"Query" name:"Tag"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddMediaTagRequest is the request struct for api AddMediaTag

func CreateAddMediaTagRequest ¶

func CreateAddMediaTagRequest() (request *AddMediaTagRequest)

CreateAddMediaTagRequest creates a request to invoke AddMediaTag API

type AddMediaTagResponse ¶

type AddMediaTagResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddMediaTagResponse is the response struct for api AddMediaTag

func CreateAddMediaTagResponse ¶

func CreateAddMediaTagResponse() (response *AddMediaTagResponse)

CreateAddMediaTagResponse creates a response to parse from AddMediaTag response

type AddMediaWorkflowRequest ¶

type AddMediaWorkflowRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Topology             string           `position:"Query" name:"Topology"`
	TriggerMode          string           `position:"Query" name:"TriggerMode"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddMediaWorkflowRequest is the request struct for api AddMediaWorkflow

func CreateAddMediaWorkflowRequest ¶

func CreateAddMediaWorkflowRequest() (request *AddMediaWorkflowRequest)

CreateAddMediaWorkflowRequest creates a request to invoke AddMediaWorkflow API

type AddMediaWorkflowResponse ¶

type AddMediaWorkflowResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	MediaWorkflow MediaWorkflow `json:"MediaWorkflow" xml:"MediaWorkflow"`
}

AddMediaWorkflowResponse is the response struct for api AddMediaWorkflow

func CreateAddMediaWorkflowResponse ¶

func CreateAddMediaWorkflowResponse() (response *AddMediaWorkflowResponse)

CreateAddMediaWorkflowResponse creates a response to parse from AddMediaWorkflow response

type AddPipelineRequest ¶

type AddPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Speed                string           `position:"Query" name:"Speed"`
	SpeedLevel           requests.Integer `position:"Query" name:"SpeedLevel"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	Role                 string           `position:"Query" name:"Role"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddPipelineRequest is the request struct for api AddPipeline

func CreateAddPipelineRequest ¶

func CreateAddPipelineRequest() (request *AddPipelineRequest)

CreateAddPipelineRequest creates a request to invoke AddPipeline API

type AddPipelineResponse ¶

type AddPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

AddPipelineResponse is the response struct for api AddPipeline

func CreateAddPipelineResponse ¶

func CreateAddPipelineResponse() (response *AddPipelineResponse)

CreateAddPipelineResponse creates a response to parse from AddPipeline response

type AddPornPipelineRequest ¶

type AddPornPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddPornPipelineRequest is the request struct for api AddPornPipeline

func CreateAddPornPipelineRequest ¶

func CreateAddPornPipelineRequest() (request *AddPornPipelineRequest)

CreateAddPornPipelineRequest creates a request to invoke AddPornPipeline API

type AddPornPipelineResponse ¶

type AddPornPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

AddPornPipelineResponse is the response struct for api AddPornPipeline

func CreateAddPornPipelineResponse ¶

func CreateAddPornPipelineResponse() (response *AddPornPipelineResponse)

CreateAddPornPipelineResponse creates a response to parse from AddPornPipeline response

type AddTemplateRequest ¶

type AddTemplateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Container            string           `position:"Query" name:"Container"`
	Video                string           `position:"Query" name:"Video"`
	Audio                string           `position:"Query" name:"Audio"`
	TransConfig          string           `position:"Query" name:"TransConfig"`
	MuxConfig            string           `position:"Query" name:"MuxConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddTemplateRequest is the request struct for api AddTemplate

func CreateAddTemplateRequest ¶

func CreateAddTemplateRequest() (request *AddTemplateRequest)

CreateAddTemplateRequest creates a request to invoke AddTemplate API

type AddTemplateResponse ¶

type AddTemplateResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Template  Template `json:"Template" xml:"Template"`
}

AddTemplateResponse is the response struct for api AddTemplate

func CreateAddTemplateResponse ¶

func CreateAddTemplateResponse() (response *AddTemplateResponse)

CreateAddTemplateResponse creates a response to parse from AddTemplate response

type AddTerrorismPipelineRequest ¶

type AddTerrorismPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddTerrorismPipelineRequest is the request struct for api AddTerrorismPipeline

func CreateAddTerrorismPipelineRequest ¶

func CreateAddTerrorismPipelineRequest() (request *AddTerrorismPipelineRequest)

CreateAddTerrorismPipelineRequest creates a request to invoke AddTerrorismPipeline API

type AddTerrorismPipelineResponse ¶

type AddTerrorismPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

AddTerrorismPipelineResponse is the response struct for api AddTerrorismPipeline

func CreateAddTerrorismPipelineResponse ¶

func CreateAddTerrorismPipelineResponse() (response *AddTerrorismPipelineResponse)

CreateAddTerrorismPipelineResponse creates a response to parse from AddTerrorismPipeline response

type AddWaterMarkTemplateRequest ¶

type AddWaterMarkTemplateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Config               string           `position:"Query" name:"Config"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

AddWaterMarkTemplateRequest is the request struct for api AddWaterMarkTemplate

func CreateAddWaterMarkTemplateRequest ¶

func CreateAddWaterMarkTemplateRequest() (request *AddWaterMarkTemplateRequest)

CreateAddWaterMarkTemplateRequest creates a request to invoke AddWaterMarkTemplate API

type AddWaterMarkTemplateResponse ¶

type AddWaterMarkTemplateResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	WaterMarkTemplate WaterMarkTemplate `json:"WaterMarkTemplate" xml:"WaterMarkTemplate"`
}

AddWaterMarkTemplateResponse is the response struct for api AddWaterMarkTemplate

func CreateAddWaterMarkTemplateResponse ¶

func CreateAddWaterMarkTemplateResponse() (response *AddWaterMarkTemplateResponse)

CreateAddWaterMarkTemplateResponse creates a response to parse from AddWaterMarkTemplate response

type AnalysisConfig ¶

type AnalysisConfig struct {
	QualityControl    QualityControl    `json:"QualityControl" xml:"QualityControl"`
	PropertiesControl PropertiesControl `json:"PropertiesControl" xml:"PropertiesControl"`
}

AnalysisConfig is a nested struct in mts response

type AnalysisJob ¶

type AnalysisJob struct {
	CreationTime     string                             `json:"CreationTime" xml:"CreationTime"`
	Message          string                             `json:"Message" xml:"Message"`
	PipelineId       string                             `json:"PipelineId" xml:"PipelineId"`
	State            string                             `json:"State" xml:"State"`
	Code             string                             `json:"Code" xml:"Code"`
	UserData         string                             `json:"UserData" xml:"UserData"`
	Priority         string                             `json:"Priority" xml:"Priority"`
	Id               string                             `json:"Id" xml:"Id"`
	Percent          int                                `json:"Percent" xml:"Percent"`
	MNSMessageResult MNSMessageResult                   `json:"MNSMessageResult" xml:"MNSMessageResult"`
	InputFile        InputFile                          `json:"InputFile" xml:"InputFile"`
	AnalysisConfig   AnalysisConfig                     `json:"AnalysisConfig" xml:"AnalysisConfig"`
	TemplateList     TemplateListInQueryAnalysisJobList `json:"TemplateList" xml:"TemplateList"`
}

AnalysisJob is a nested struct in mts response

type AnalysisJobList ¶

type AnalysisJobList struct {
	AnalysisJob []AnalysisJob `json:"AnalysisJob" xml:"AnalysisJob"`
}

AnalysisJobList is a nested struct in mts response

type Annotation ¶

type Annotation struct {
	Label string `json:"Label" xml:"Label"`
	Score string `json:"Score" xml:"Score"`
}

Annotation is a nested struct in mts response

type AnnotationJob ¶

type AnnotationJob struct {
	Id                    string                `json:"Id" xml:"Id"`
	UserData              string                `json:"UserData" xml:"UserData"`
	PipelineId            string                `json:"PipelineId" xml:"PipelineId"`
	State                 string                `json:"State" xml:"State"`
	Code                  string                `json:"Code" xml:"Code"`
	Message               string                `json:"Message" xml:"Message"`
	CreationTime          string                `json:"CreationTime" xml:"CreationTime"`
	Input                 Input                 `json:"Input" xml:"Input"`
	VideoAnnotationResult VideoAnnotationResult `json:"VideoAnnotationResult" xml:"VideoAnnotationResult"`
}

AnnotationJob is a nested struct in mts response

type AnnotationJobList ¶

type AnnotationJobList struct {
	AnnotationJob []AnnotationJob `json:"AnnotationJob" xml:"AnnotationJob"`
}

AnnotationJobList is a nested struct in mts response

type Annotations ¶

type Annotations struct {
	Annotation []Annotation `json:"Annotation" xml:"Annotation"`
}

Annotations is a nested struct in mts response

type AsrConfig ¶

type AsrConfig struct {
	Scene string `json:"Scene" xml:"Scene"`
}

AsrConfig is a nested struct in mts response

type AsrResult ¶

type AsrResult struct {
	Duration    string      `json:"Duration" xml:"Duration"`
	AsrTextList AsrTextList `json:"AsrTextList" xml:"AsrTextList"`
}

AsrResult is a nested struct in mts response

type AsrText ¶

type AsrText struct {
	StartTime  int    `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	ChannelId  string `json:"ChannelId" xml:"ChannelId"`
	SpeechRate string `json:"SpeechRate" xml:"SpeechRate"`
	Text       string `json:"Text" xml:"Text"`
}

AsrText is a nested struct in mts response

type AsrTextList ¶

type AsrTextList struct {
	AsrText []AsrText `json:"AsrText" xml:"AsrText"`
}

AsrTextList is a nested struct in mts response

type Audio ¶

type Audio struct {
	Remove     string `json:"Remove" xml:"Remove"`
	Samplerate string `json:"Samplerate" xml:"Samplerate"`
	Channels   string `json:"Channels" xml:"Channels"`
	Qscale     string `json:"Qscale" xml:"Qscale"`
	Profile    string `json:"Profile" xml:"Profile"`
	Codec      string `json:"Codec" xml:"Codec"`
	Bitrate    string `json:"Bitrate" xml:"Bitrate"`
	Volume     Volume `json:"Volume" xml:"Volume"`
}

Audio is a nested struct in mts response

type AudioStream ¶

type AudioStream struct {
	Timebase       string `json:"Timebase" xml:"Timebase"`
	CodecTimeBase  string `json:"CodecTimeBase" xml:"CodecTimeBase"`
	Samplerate     string `json:"Samplerate" xml:"Samplerate"`
	CodecLongName  string `json:"CodecLongName" xml:"CodecLongName"`
	Channels       string `json:"Channels" xml:"Channels"`
	StartTime      string `json:"StartTime" xml:"StartTime"`
	Index          string `json:"Index" xml:"Index"`
	NumFrames      string `json:"NumFrames" xml:"NumFrames"`
	SampleFmt      string `json:"SampleFmt" xml:"SampleFmt"`
	Bitrate        string `json:"Bitrate" xml:"Bitrate"`
	ChannelLayout  string `json:"ChannelLayout" xml:"ChannelLayout"`
	CodecName      string `json:"CodecName" xml:"CodecName"`
	Duration       string `json:"Duration" xml:"Duration"`
	CodecTagString string `json:"CodecTagString" xml:"CodecTagString"`
	Lang           string `json:"Lang" xml:"Lang"`
	CodecTag       string `json:"CodecTag" xml:"CodecTag"`
}

AudioStream is a nested struct in mts response

type AudioStreamListInListJob ¶

type AudioStreamListInListJob struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInListJob is a nested struct in mts response

type AudioStreamListInQueryEditingJobList ¶

type AudioStreamListInQueryEditingJobList struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInQueryEditingJobList is a nested struct in mts response

type AudioStreamListInQueryJobList ¶

type AudioStreamListInQueryJobList struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInQueryJobList is a nested struct in mts response

type AudioStreamListInQueryMediaInfoJobList ¶

type AudioStreamListInQueryMediaInfoJobList struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInQueryMediaInfoJobList is a nested struct in mts response

type AudioStreamListInQueryMediaList ¶

type AudioStreamListInQueryMediaList struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInQueryMediaList is a nested struct in mts response

type AudioStreamListInQueryMediaListByURL ¶

type AudioStreamListInQueryMediaListByURL struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInQueryMediaListByURL is a nested struct in mts response

type AudioStreamListInSubmitEditingJobs ¶

type AudioStreamListInSubmitEditingJobs struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInSubmitEditingJobs is a nested struct in mts response

type AudioStreamListInSubmitJobs ¶

type AudioStreamListInSubmitJobs struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInSubmitJobs is a nested struct in mts response

type AudioStreamListInSubmitMediaInfoJob ¶

type AudioStreamListInSubmitMediaInfoJob struct {
	AudioStream []AudioStream `json:"AudioStream" xml:"AudioStream"`
}

AudioStreamListInSubmitMediaInfoJob is a nested struct in mts response

type BindInputBucketRequest ¶

type BindInputBucketRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Bucket               string           `position:"Query" name:"Bucket"`
	RoleArn              string           `position:"Query" name:"RoleArn"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

BindInputBucketRequest is the request struct for api BindInputBucket

func CreateBindInputBucketRequest ¶

func CreateBindInputBucketRequest() (request *BindInputBucketRequest)

CreateBindInputBucketRequest creates a request to invoke BindInputBucket API

type BindInputBucketResponse ¶

type BindInputBucketResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

BindInputBucketResponse is the response struct for api BindInputBucket

func CreateBindInputBucketResponse ¶

func CreateBindInputBucketResponse() (response *BindInputBucketResponse)

CreateBindInputBucketResponse creates a response to parse from BindInputBucket response

type BindOutputBucketRequest ¶

type BindOutputBucketRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Bucket               string           `position:"Query" name:"Bucket"`
	RoleArn              string           `position:"Query" name:"RoleArn"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

BindOutputBucketRequest is the request struct for api BindOutputBucket

func CreateBindOutputBucketRequest ¶

func CreateBindOutputBucketRequest() (request *BindOutputBucketRequest)

CreateBindOutputBucketRequest creates a request to invoke BindOutputBucket API

type BindOutputBucketResponse ¶

type BindOutputBucketResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

BindOutputBucketResponse is the response struct for api BindOutputBucket

func CreateBindOutputBucketResponse ¶

func CreateBindOutputBucketResponse() (response *BindOutputBucketResponse)

CreateBindOutputBucketResponse creates a response to parse from BindOutputBucket response

type BitrateBnd ¶

type BitrateBnd struct {
	Min string `json:"Min" xml:"Min"`
	Max string `json:"Max" xml:"Max"`
}

BitrateBnd is a nested struct in mts response

type CancelJobRequest ¶

type CancelJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

CancelJobRequest is the request struct for api CancelJob

func CreateCancelJobRequest ¶

func CreateCancelJobRequest() (request *CancelJobRequest)

CreateCancelJobRequest creates a request to invoke CancelJob API

type CancelJobResponse ¶

type CancelJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

CancelJobResponse is the response struct for api CancelJob

func CreateCancelJobResponse ¶

func CreateCancelJobResponse() (response *CancelJobResponse)

CreateCancelJobResponse creates a response to parse from CancelJob response

type Category ¶

type Category struct {
	Level    string `json:"Level" xml:"Level"`
	CateId   string `json:"CateId" xml:"CateId"`
	CateName string `json:"CateName" xml:"CateName"`
	ParentId string `json:"ParentId" xml:"ParentId"`
}

Category is a nested struct in mts response

type CategoryList ¶

type CategoryList struct {
	Category []Category `json:"Category" xml:"Category"`
}

CategoryList is a nested struct in mts response

type CategoryTreeRequest ¶

type CategoryTreeRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

CategoryTreeRequest is the request struct for api CategoryTree

func CreateCategoryTreeRequest ¶

func CreateCategoryTreeRequest() (request *CategoryTreeRequest)

CreateCategoryTreeRequest creates a request to invoke CategoryTree API

type CategoryTreeResponse ¶

type CategoryTreeResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	CategoryTree string `json:"CategoryTree" xml:"CategoryTree"`
}

CategoryTreeResponse is the response struct for api CategoryTree

func CreateCategoryTreeResponse ¶

func CreateCategoryTreeResponse() (response *CategoryTreeResponse)

CreateCategoryTreeResponse creates a response to parse from CategoryTree response

type Celebrities ¶

type Celebrities struct {
	Celebrity []Celebrity `json:"Celebrity" xml:"Celebrity"`
}

Celebrities is a nested struct in mts response

type Celebrity ¶

type Celebrity struct {
	Name   string `json:"Name" xml:"Name"`
	Score  string `json:"Score" xml:"Score"`
	Target string `json:"Target" xml:"Target"`
}

Celebrity is a nested struct in mts response

type CensorConfig ¶

type CensorConfig struct {
	Interval   string     `json:"Interval" xml:"Interval"`
	BizType    string     `json:"BizType" xml:"BizType"`
	OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
}

CensorConfig is a nested struct in mts response

type CensorJob ¶

type CensorJob struct {
	Id                    string                `json:"Id" xml:"Id"`
	UserData              string                `json:"UserData" xml:"UserData"`
	PipelineId            string                `json:"PipelineId" xml:"PipelineId"`
	State                 string                `json:"State" xml:"State"`
	Code                  string                `json:"Code" xml:"Code"`
	Message               string                `json:"Message" xml:"Message"`
	CreationTime          string                `json:"CreationTime" xml:"CreationTime"`
	Input                 Input                 `json:"Input" xml:"Input"`
	CensorConfig          CensorConfig          `json:"CensorConfig" xml:"CensorConfig"`
	CensorPornResult      CensorPornResult      `json:"CensorPornResult" xml:"CensorPornResult"`
	CensorTerrorismResult CensorTerrorismResult `json:"CensorTerrorismResult" xml:"CensorTerrorismResult"`
}

CensorJob is a nested struct in mts response

type CensorJobList ¶

type CensorJobList struct {
	CensorJob []CensorJob `json:"CensorJob" xml:"CensorJob"`
}

CensorJobList is a nested struct in mts response

type CensorPornResult ¶

type CensorPornResult struct {
	Label           string                              `json:"Label" xml:"Label"`
	Suggestion      string                              `json:"Suggestion" xml:"Suggestion"`
	AverageScore    string                              `json:"AverageScore" xml:"AverageScore"`
	MaxScore        string                              `json:"MaxScore" xml:"MaxScore"`
	PornCounterList PornCounterListInQueryCensorJobList `json:"PornCounterList" xml:"PornCounterList"`
	PornTopList     PornTopListInQueryCensorJobList     `json:"PornTopList" xml:"PornTopList"`
}

CensorPornResult is a nested struct in mts response

type CensorTerrorismResult ¶

type CensorTerrorismResult struct {
	Label                string                                      `json:"Label" xml:"Label"`
	Suggestion           string                                      `json:"Suggestion" xml:"Suggestion"`
	AverageScore         string                                      `json:"AverageScore" xml:"AverageScore"`
	MaxScore             string                                      `json:"MaxScore" xml:"MaxScore"`
	TerrorismTopList     TerrorismTopListInQueryTerrorismJobList     `json:"TerrorismTopList" xml:"TerrorismTopList"`
	TerrorismCounterList TerrorismCounterListInQueryTerrorismJobList `json:"TerrorismCounterList" xml:"TerrorismCounterList"`
}

CensorTerrorismResult is a nested struct in mts response

type Client ¶

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient ¶

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey ¶

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://help.aliyun.com/document_detail/66217.html

func NewClientWithEcsRamRole ¶

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html

func NewClientWithOptions ¶

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithRamRoleArn ¶

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html

func NewClientWithRsaKeyPair ¶

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available

func NewClientWithStsToken ¶

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html

func (*Client) ActivateMediaWorkflow ¶

func (client *Client) ActivateMediaWorkflow(request *ActivateMediaWorkflowRequest) (response *ActivateMediaWorkflowResponse, err error)

ActivateMediaWorkflow invokes the mts.ActivateMediaWorkflow API synchronously api document: https://help.aliyun.com/api/mts/activatemediaworkflow.html

func (*Client) ActivateMediaWorkflowWithCallback ¶

func (client *Client) ActivateMediaWorkflowWithCallback(request *ActivateMediaWorkflowRequest, callback func(response *ActivateMediaWorkflowResponse, err error)) <-chan int

ActivateMediaWorkflowWithCallback invokes the mts.ActivateMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/activatemediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ActivateMediaWorkflowWithChan ¶

func (client *Client) ActivateMediaWorkflowWithChan(request *ActivateMediaWorkflowRequest) (<-chan *ActivateMediaWorkflowResponse, <-chan error)

ActivateMediaWorkflowWithChan invokes the mts.ActivateMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/activatemediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddAsrPipeline ¶

func (client *Client) AddAsrPipeline(request *AddAsrPipelineRequest) (response *AddAsrPipelineResponse, err error)

AddAsrPipeline invokes the mts.AddAsrPipeline API synchronously api document: https://help.aliyun.com/api/mts/addasrpipeline.html

func (*Client) AddAsrPipelineWithCallback ¶

func (client *Client) AddAsrPipelineWithCallback(request *AddAsrPipelineRequest, callback func(response *AddAsrPipelineResponse, err error)) <-chan int

AddAsrPipelineWithCallback invokes the mts.AddAsrPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addasrpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddAsrPipelineWithChan ¶

func (client *Client) AddAsrPipelineWithChan(request *AddAsrPipelineRequest) (<-chan *AddAsrPipelineResponse, <-chan error)

AddAsrPipelineWithChan invokes the mts.AddAsrPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addasrpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddCategory ¶

func (client *Client) AddCategory(request *AddCategoryRequest) (response *AddCategoryResponse, err error)

AddCategory invokes the mts.AddCategory API synchronously api document: https://help.aliyun.com/api/mts/addcategory.html

func (*Client) AddCategoryWithCallback ¶

func (client *Client) AddCategoryWithCallback(request *AddCategoryRequest, callback func(response *AddCategoryResponse, err error)) <-chan int

AddCategoryWithCallback invokes the mts.AddCategory API asynchronously api document: https://help.aliyun.com/api/mts/addcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddCategoryWithChan ¶

func (client *Client) AddCategoryWithChan(request *AddCategoryRequest) (<-chan *AddCategoryResponse, <-chan error)

AddCategoryWithChan invokes the mts.AddCategory API asynchronously api document: https://help.aliyun.com/api/mts/addcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddCensorPipeline ¶

func (client *Client) AddCensorPipeline(request *AddCensorPipelineRequest) (response *AddCensorPipelineResponse, err error)

AddCensorPipeline invokes the mts.AddCensorPipeline API synchronously api document: https://help.aliyun.com/api/mts/addcensorpipeline.html

func (*Client) AddCensorPipelineWithCallback ¶

func (client *Client) AddCensorPipelineWithCallback(request *AddCensorPipelineRequest, callback func(response *AddCensorPipelineResponse, err error)) <-chan int

AddCensorPipelineWithCallback invokes the mts.AddCensorPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addcensorpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddCensorPipelineWithChan ¶

func (client *Client) AddCensorPipelineWithChan(request *AddCensorPipelineRequest) (<-chan *AddCensorPipelineResponse, <-chan error)

AddCensorPipelineWithChan invokes the mts.AddCensorPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addcensorpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddCoverPipeline ¶

func (client *Client) AddCoverPipeline(request *AddCoverPipelineRequest) (response *AddCoverPipelineResponse, err error)

AddCoverPipeline invokes the mts.AddCoverPipeline API synchronously api document: https://help.aliyun.com/api/mts/addcoverpipeline.html

func (*Client) AddCoverPipelineWithCallback ¶

func (client *Client) AddCoverPipelineWithCallback(request *AddCoverPipelineRequest, callback func(response *AddCoverPipelineResponse, err error)) <-chan int

AddCoverPipelineWithCallback invokes the mts.AddCoverPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addcoverpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddCoverPipelineWithChan ¶

func (client *Client) AddCoverPipelineWithChan(request *AddCoverPipelineRequest) (<-chan *AddCoverPipelineResponse, <-chan error)

AddCoverPipelineWithChan invokes the mts.AddCoverPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addcoverpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddMedia ¶

func (client *Client) AddMedia(request *AddMediaRequest) (response *AddMediaResponse, err error)

AddMedia invokes the mts.AddMedia API synchronously api document: https://help.aliyun.com/api/mts/addmedia.html

func (*Client) AddMediaTag ¶

func (client *Client) AddMediaTag(request *AddMediaTagRequest) (response *AddMediaTagResponse, err error)

AddMediaTag invokes the mts.AddMediaTag API synchronously api document: https://help.aliyun.com/api/mts/addmediatag.html

func (*Client) AddMediaTagWithCallback ¶

func (client *Client) AddMediaTagWithCallback(request *AddMediaTagRequest, callback func(response *AddMediaTagResponse, err error)) <-chan int

AddMediaTagWithCallback invokes the mts.AddMediaTag API asynchronously api document: https://help.aliyun.com/api/mts/addmediatag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddMediaTagWithChan ¶

func (client *Client) AddMediaTagWithChan(request *AddMediaTagRequest) (<-chan *AddMediaTagResponse, <-chan error)

AddMediaTagWithChan invokes the mts.AddMediaTag API asynchronously api document: https://help.aliyun.com/api/mts/addmediatag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddMediaWithCallback ¶

func (client *Client) AddMediaWithCallback(request *AddMediaRequest, callback func(response *AddMediaResponse, err error)) <-chan int

AddMediaWithCallback invokes the mts.AddMedia API asynchronously api document: https://help.aliyun.com/api/mts/addmedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddMediaWithChan ¶

func (client *Client) AddMediaWithChan(request *AddMediaRequest) (<-chan *AddMediaResponse, <-chan error)

AddMediaWithChan invokes the mts.AddMedia API asynchronously api document: https://help.aliyun.com/api/mts/addmedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddMediaWorkflow ¶

func (client *Client) AddMediaWorkflow(request *AddMediaWorkflowRequest) (response *AddMediaWorkflowResponse, err error)

AddMediaWorkflow invokes the mts.AddMediaWorkflow API synchronously api document: https://help.aliyun.com/api/mts/addmediaworkflow.html

func (*Client) AddMediaWorkflowWithCallback ¶

func (client *Client) AddMediaWorkflowWithCallback(request *AddMediaWorkflowRequest, callback func(response *AddMediaWorkflowResponse, err error)) <-chan int

AddMediaWorkflowWithCallback invokes the mts.AddMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/addmediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddMediaWorkflowWithChan ¶

func (client *Client) AddMediaWorkflowWithChan(request *AddMediaWorkflowRequest) (<-chan *AddMediaWorkflowResponse, <-chan error)

AddMediaWorkflowWithChan invokes the mts.AddMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/addmediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddPipeline ¶

func (client *Client) AddPipeline(request *AddPipelineRequest) (response *AddPipelineResponse, err error)

AddPipeline invokes the mts.AddPipeline API synchronously api document: https://help.aliyun.com/api/mts/addpipeline.html

func (*Client) AddPipelineWithCallback ¶

func (client *Client) AddPipelineWithCallback(request *AddPipelineRequest, callback func(response *AddPipelineResponse, err error)) <-chan int

AddPipelineWithCallback invokes the mts.AddPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddPipelineWithChan ¶

func (client *Client) AddPipelineWithChan(request *AddPipelineRequest) (<-chan *AddPipelineResponse, <-chan error)

AddPipelineWithChan invokes the mts.AddPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddPornPipeline ¶

func (client *Client) AddPornPipeline(request *AddPornPipelineRequest) (response *AddPornPipelineResponse, err error)

AddPornPipeline invokes the mts.AddPornPipeline API synchronously api document: https://help.aliyun.com/api/mts/addpornpipeline.html

func (*Client) AddPornPipelineWithCallback ¶

func (client *Client) AddPornPipelineWithCallback(request *AddPornPipelineRequest, callback func(response *AddPornPipelineResponse, err error)) <-chan int

AddPornPipelineWithCallback invokes the mts.AddPornPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addpornpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddPornPipelineWithChan ¶

func (client *Client) AddPornPipelineWithChan(request *AddPornPipelineRequest) (<-chan *AddPornPipelineResponse, <-chan error)

AddPornPipelineWithChan invokes the mts.AddPornPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addpornpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddTemplate ¶

func (client *Client) AddTemplate(request *AddTemplateRequest) (response *AddTemplateResponse, err error)

AddTemplate invokes the mts.AddTemplate API synchronously api document: https://help.aliyun.com/api/mts/addtemplate.html

func (*Client) AddTemplateWithCallback ¶

func (client *Client) AddTemplateWithCallback(request *AddTemplateRequest, callback func(response *AddTemplateResponse, err error)) <-chan int

AddTemplateWithCallback invokes the mts.AddTemplate API asynchronously api document: https://help.aliyun.com/api/mts/addtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddTemplateWithChan ¶

func (client *Client) AddTemplateWithChan(request *AddTemplateRequest) (<-chan *AddTemplateResponse, <-chan error)

AddTemplateWithChan invokes the mts.AddTemplate API asynchronously api document: https://help.aliyun.com/api/mts/addtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddTerrorismPipeline ¶

func (client *Client) AddTerrorismPipeline(request *AddTerrorismPipelineRequest) (response *AddTerrorismPipelineResponse, err error)

AddTerrorismPipeline invokes the mts.AddTerrorismPipeline API synchronously api document: https://help.aliyun.com/api/mts/addterrorismpipeline.html

func (*Client) AddTerrorismPipelineWithCallback ¶

func (client *Client) AddTerrorismPipelineWithCallback(request *AddTerrorismPipelineRequest, callback func(response *AddTerrorismPipelineResponse, err error)) <-chan int

AddTerrorismPipelineWithCallback invokes the mts.AddTerrorismPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addterrorismpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddTerrorismPipelineWithChan ¶

func (client *Client) AddTerrorismPipelineWithChan(request *AddTerrorismPipelineRequest) (<-chan *AddTerrorismPipelineResponse, <-chan error)

AddTerrorismPipelineWithChan invokes the mts.AddTerrorismPipeline API asynchronously api document: https://help.aliyun.com/api/mts/addterrorismpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddWaterMarkTemplate ¶

func (client *Client) AddWaterMarkTemplate(request *AddWaterMarkTemplateRequest) (response *AddWaterMarkTemplateResponse, err error)

AddWaterMarkTemplate invokes the mts.AddWaterMarkTemplate API synchronously api document: https://help.aliyun.com/api/mts/addwatermarktemplate.html

func (*Client) AddWaterMarkTemplateWithCallback ¶

func (client *Client) AddWaterMarkTemplateWithCallback(request *AddWaterMarkTemplateRequest, callback func(response *AddWaterMarkTemplateResponse, err error)) <-chan int

AddWaterMarkTemplateWithCallback invokes the mts.AddWaterMarkTemplate API asynchronously api document: https://help.aliyun.com/api/mts/addwatermarktemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddWaterMarkTemplateWithChan ¶

func (client *Client) AddWaterMarkTemplateWithChan(request *AddWaterMarkTemplateRequest) (<-chan *AddWaterMarkTemplateResponse, <-chan error)

AddWaterMarkTemplateWithChan invokes the mts.AddWaterMarkTemplate API asynchronously api document: https://help.aliyun.com/api/mts/addwatermarktemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindInputBucket ¶

func (client *Client) BindInputBucket(request *BindInputBucketRequest) (response *BindInputBucketResponse, err error)

BindInputBucket invokes the mts.BindInputBucket API synchronously api document: https://help.aliyun.com/api/mts/bindinputbucket.html

func (*Client) BindInputBucketWithCallback ¶

func (client *Client) BindInputBucketWithCallback(request *BindInputBucketRequest, callback func(response *BindInputBucketResponse, err error)) <-chan int

BindInputBucketWithCallback invokes the mts.BindInputBucket API asynchronously api document: https://help.aliyun.com/api/mts/bindinputbucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindInputBucketWithChan ¶

func (client *Client) BindInputBucketWithChan(request *BindInputBucketRequest) (<-chan *BindInputBucketResponse, <-chan error)

BindInputBucketWithChan invokes the mts.BindInputBucket API asynchronously api document: https://help.aliyun.com/api/mts/bindinputbucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindOutputBucket ¶

func (client *Client) BindOutputBucket(request *BindOutputBucketRequest) (response *BindOutputBucketResponse, err error)

BindOutputBucket invokes the mts.BindOutputBucket API synchronously api document: https://help.aliyun.com/api/mts/bindoutputbucket.html

func (*Client) BindOutputBucketWithCallback ¶

func (client *Client) BindOutputBucketWithCallback(request *BindOutputBucketRequest, callback func(response *BindOutputBucketResponse, err error)) <-chan int

BindOutputBucketWithCallback invokes the mts.BindOutputBucket API asynchronously api document: https://help.aliyun.com/api/mts/bindoutputbucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindOutputBucketWithChan ¶

func (client *Client) BindOutputBucketWithChan(request *BindOutputBucketRequest) (<-chan *BindOutputBucketResponse, <-chan error)

BindOutputBucketWithChan invokes the mts.BindOutputBucket API asynchronously api document: https://help.aliyun.com/api/mts/bindoutputbucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CancelJob ¶

func (client *Client) CancelJob(request *CancelJobRequest) (response *CancelJobResponse, err error)

CancelJob invokes the mts.CancelJob API synchronously api document: https://help.aliyun.com/api/mts/canceljob.html

func (*Client) CancelJobWithCallback ¶

func (client *Client) CancelJobWithCallback(request *CancelJobRequest, callback func(response *CancelJobResponse, err error)) <-chan int

CancelJobWithCallback invokes the mts.CancelJob API asynchronously api document: https://help.aliyun.com/api/mts/canceljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CancelJobWithChan ¶

func (client *Client) CancelJobWithChan(request *CancelJobRequest) (<-chan *CancelJobResponse, <-chan error)

CancelJobWithChan invokes the mts.CancelJob API asynchronously api document: https://help.aliyun.com/api/mts/canceljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CategoryTree ¶

func (client *Client) CategoryTree(request *CategoryTreeRequest) (response *CategoryTreeResponse, err error)

CategoryTree invokes the mts.CategoryTree API synchronously api document: https://help.aliyun.com/api/mts/categorytree.html

func (*Client) CategoryTreeWithCallback ¶

func (client *Client) CategoryTreeWithCallback(request *CategoryTreeRequest, callback func(response *CategoryTreeResponse, err error)) <-chan int

CategoryTreeWithCallback invokes the mts.CategoryTree API asynchronously api document: https://help.aliyun.com/api/mts/categorytree.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CategoryTreeWithChan ¶

func (client *Client) CategoryTreeWithChan(request *CategoryTreeRequest) (<-chan *CategoryTreeResponse, <-chan error)

CategoryTreeWithChan invokes the mts.CategoryTree API asynchronously api document: https://help.aliyun.com/api/mts/categorytree.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateSession ¶

func (client *Client) CreateSession(request *CreateSessionRequest) (response *CreateSessionResponse, err error)

CreateSession invokes the mts.CreateSession API synchronously api document: https://help.aliyun.com/api/mts/createsession.html

func (*Client) CreateSessionWithCallback ¶

func (client *Client) CreateSessionWithCallback(request *CreateSessionRequest, callback func(response *CreateSessionResponse, err error)) <-chan int

CreateSessionWithCallback invokes the mts.CreateSession API asynchronously api document: https://help.aliyun.com/api/mts/createsession.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateSessionWithChan ¶

func (client *Client) CreateSessionWithChan(request *CreateSessionRequest) (<-chan *CreateSessionResponse, <-chan error)

CreateSessionWithChan invokes the mts.CreateSession API asynchronously api document: https://help.aliyun.com/api/mts/createsession.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeactivateMediaWorkflow ¶

func (client *Client) DeactivateMediaWorkflow(request *DeactivateMediaWorkflowRequest) (response *DeactivateMediaWorkflowResponse, err error)

DeactivateMediaWorkflow invokes the mts.DeactivateMediaWorkflow API synchronously api document: https://help.aliyun.com/api/mts/deactivatemediaworkflow.html

func (*Client) DeactivateMediaWorkflowWithCallback ¶

func (client *Client) DeactivateMediaWorkflowWithCallback(request *DeactivateMediaWorkflowRequest, callback func(response *DeactivateMediaWorkflowResponse, err error)) <-chan int

DeactivateMediaWorkflowWithCallback invokes the mts.DeactivateMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/deactivatemediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeactivateMediaWorkflowWithChan ¶

func (client *Client) DeactivateMediaWorkflowWithChan(request *DeactivateMediaWorkflowRequest) (<-chan *DeactivateMediaWorkflowResponse, <-chan error)

DeactivateMediaWorkflowWithChan invokes the mts.DeactivateMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/deactivatemediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DecryptKey ¶

func (client *Client) DecryptKey(request *DecryptKeyRequest) (response *DecryptKeyResponse, err error)

DecryptKey invokes the mts.DecryptKey API synchronously api document: https://help.aliyun.com/api/mts/decryptkey.html

func (*Client) DecryptKeyWithCallback ¶

func (client *Client) DecryptKeyWithCallback(request *DecryptKeyRequest, callback func(response *DecryptKeyResponse, err error)) <-chan int

DecryptKeyWithCallback invokes the mts.DecryptKey API asynchronously api document: https://help.aliyun.com/api/mts/decryptkey.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DecryptKeyWithChan ¶

func (client *Client) DecryptKeyWithChan(request *DecryptKeyRequest) (<-chan *DecryptKeyResponse, <-chan error)

DecryptKeyWithChan invokes the mts.DecryptKey API asynchronously api document: https://help.aliyun.com/api/mts/decryptkey.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCategory ¶

func (client *Client) DeleteCategory(request *DeleteCategoryRequest) (response *DeleteCategoryResponse, err error)

DeleteCategory invokes the mts.DeleteCategory API synchronously api document: https://help.aliyun.com/api/mts/deletecategory.html

func (*Client) DeleteCategoryWithCallback ¶

func (client *Client) DeleteCategoryWithCallback(request *DeleteCategoryRequest, callback func(response *DeleteCategoryResponse, err error)) <-chan int

DeleteCategoryWithCallback invokes the mts.DeleteCategory API asynchronously api document: https://help.aliyun.com/api/mts/deletecategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCategoryWithChan ¶

func (client *Client) DeleteCategoryWithChan(request *DeleteCategoryRequest) (<-chan *DeleteCategoryResponse, <-chan error)

DeleteCategoryWithChan invokes the mts.DeleteCategory API asynchronously api document: https://help.aliyun.com/api/mts/deletecategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteMedia ¶

func (client *Client) DeleteMedia(request *DeleteMediaRequest) (response *DeleteMediaResponse, err error)

DeleteMedia invokes the mts.DeleteMedia API synchronously api document: https://help.aliyun.com/api/mts/deletemedia.html

func (*Client) DeleteMediaTag ¶

func (client *Client) DeleteMediaTag(request *DeleteMediaTagRequest) (response *DeleteMediaTagResponse, err error)

DeleteMediaTag invokes the mts.DeleteMediaTag API synchronously api document: https://help.aliyun.com/api/mts/deletemediatag.html

func (*Client) DeleteMediaTagWithCallback ¶

func (client *Client) DeleteMediaTagWithCallback(request *DeleteMediaTagRequest, callback func(response *DeleteMediaTagResponse, err error)) <-chan int

DeleteMediaTagWithCallback invokes the mts.DeleteMediaTag API asynchronously api document: https://help.aliyun.com/api/mts/deletemediatag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteMediaTagWithChan ¶

func (client *Client) DeleteMediaTagWithChan(request *DeleteMediaTagRequest) (<-chan *DeleteMediaTagResponse, <-chan error)

DeleteMediaTagWithChan invokes the mts.DeleteMediaTag API asynchronously api document: https://help.aliyun.com/api/mts/deletemediatag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteMediaWithCallback ¶

func (client *Client) DeleteMediaWithCallback(request *DeleteMediaRequest, callback func(response *DeleteMediaResponse, err error)) <-chan int

DeleteMediaWithCallback invokes the mts.DeleteMedia API asynchronously api document: https://help.aliyun.com/api/mts/deletemedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteMediaWithChan ¶

func (client *Client) DeleteMediaWithChan(request *DeleteMediaRequest) (<-chan *DeleteMediaResponse, <-chan error)

DeleteMediaWithChan invokes the mts.DeleteMedia API asynchronously api document: https://help.aliyun.com/api/mts/deletemedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteMediaWorkflow ¶

func (client *Client) DeleteMediaWorkflow(request *DeleteMediaWorkflowRequest) (response *DeleteMediaWorkflowResponse, err error)

DeleteMediaWorkflow invokes the mts.DeleteMediaWorkflow API synchronously api document: https://help.aliyun.com/api/mts/deletemediaworkflow.html

func (*Client) DeleteMediaWorkflowWithCallback ¶

func (client *Client) DeleteMediaWorkflowWithCallback(request *DeleteMediaWorkflowRequest, callback func(response *DeleteMediaWorkflowResponse, err error)) <-chan int

DeleteMediaWorkflowWithCallback invokes the mts.DeleteMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/deletemediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteMediaWorkflowWithChan ¶

func (client *Client) DeleteMediaWorkflowWithChan(request *DeleteMediaWorkflowRequest) (<-chan *DeleteMediaWorkflowResponse, <-chan error)

DeleteMediaWorkflowWithChan invokes the mts.DeleteMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/deletemediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeletePipeline ¶

func (client *Client) DeletePipeline(request *DeletePipelineRequest) (response *DeletePipelineResponse, err error)

DeletePipeline invokes the mts.DeletePipeline API synchronously api document: https://help.aliyun.com/api/mts/deletepipeline.html

func (*Client) DeletePipelineWithCallback ¶

func (client *Client) DeletePipelineWithCallback(request *DeletePipelineRequest, callback func(response *DeletePipelineResponse, err error)) <-chan int

DeletePipelineWithCallback invokes the mts.DeletePipeline API asynchronously api document: https://help.aliyun.com/api/mts/deletepipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeletePipelineWithChan ¶

func (client *Client) DeletePipelineWithChan(request *DeletePipelineRequest) (<-chan *DeletePipelineResponse, <-chan error)

DeletePipelineWithChan invokes the mts.DeletePipeline API asynchronously api document: https://help.aliyun.com/api/mts/deletepipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteTemplate ¶

func (client *Client) DeleteTemplate(request *DeleteTemplateRequest) (response *DeleteTemplateResponse, err error)

DeleteTemplate invokes the mts.DeleteTemplate API synchronously api document: https://help.aliyun.com/api/mts/deletetemplate.html

func (*Client) DeleteTemplateWithCallback ¶

func (client *Client) DeleteTemplateWithCallback(request *DeleteTemplateRequest, callback func(response *DeleteTemplateResponse, err error)) <-chan int

DeleteTemplateWithCallback invokes the mts.DeleteTemplate API asynchronously api document: https://help.aliyun.com/api/mts/deletetemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteTemplateWithChan ¶

func (client *Client) DeleteTemplateWithChan(request *DeleteTemplateRequest) (<-chan *DeleteTemplateResponse, <-chan error)

DeleteTemplateWithChan invokes the mts.DeleteTemplate API asynchronously api document: https://help.aliyun.com/api/mts/deletetemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteWaterMarkTemplate ¶

func (client *Client) DeleteWaterMarkTemplate(request *DeleteWaterMarkTemplateRequest) (response *DeleteWaterMarkTemplateResponse, err error)

DeleteWaterMarkTemplate invokes the mts.DeleteWaterMarkTemplate API synchronously api document: https://help.aliyun.com/api/mts/deletewatermarktemplate.html

func (*Client) DeleteWaterMarkTemplateWithCallback ¶

func (client *Client) DeleteWaterMarkTemplateWithCallback(request *DeleteWaterMarkTemplateRequest, callback func(response *DeleteWaterMarkTemplateResponse, err error)) <-chan int

DeleteWaterMarkTemplateWithCallback invokes the mts.DeleteWaterMarkTemplate API asynchronously api document: https://help.aliyun.com/api/mts/deletewatermarktemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteWaterMarkTemplateWithChan ¶

func (client *Client) DeleteWaterMarkTemplateWithChan(request *DeleteWaterMarkTemplateRequest) (<-chan *DeleteWaterMarkTemplateResponse, <-chan error)

DeleteWaterMarkTemplateWithChan invokes the mts.DeleteWaterMarkTemplate API asynchronously api document: https://help.aliyun.com/api/mts/deletewatermarktemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLicense ¶

func (client *Client) GetLicense(request *GetLicenseRequest) (response *GetLicenseResponse, err error)

GetLicense invokes the mts.GetLicense API synchronously api document: https://help.aliyun.com/api/mts/getlicense.html

func (*Client) GetLicenseWithCallback ¶

func (client *Client) GetLicenseWithCallback(request *GetLicenseRequest, callback func(response *GetLicenseResponse, err error)) <-chan int

GetLicenseWithCallback invokes the mts.GetLicense API asynchronously api document: https://help.aliyun.com/api/mts/getlicense.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLicenseWithChan ¶

func (client *Client) GetLicenseWithChan(request *GetLicenseRequest) (<-chan *GetLicenseResponse, <-chan error)

GetLicenseWithChan invokes the mts.GetLicense API asynchronously api document: https://help.aliyun.com/api/mts/getlicense.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPackage ¶

func (client *Client) GetPackage(request *GetPackageRequest) (response *GetPackageResponse, err error)

GetPackage invokes the mts.GetPackage API synchronously api document: https://help.aliyun.com/api/mts/getpackage.html

func (*Client) GetPackageWithCallback ¶

func (client *Client) GetPackageWithCallback(request *GetPackageRequest, callback func(response *GetPackageResponse, err error)) <-chan int

GetPackageWithCallback invokes the mts.GetPackage API asynchronously api document: https://help.aliyun.com/api/mts/getpackage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPackageWithChan ¶

func (client *Client) GetPackageWithChan(request *GetPackageRequest) (<-chan *GetPackageResponse, <-chan error)

GetPackageWithChan invokes the mts.GetPackage API asynchronously api document: https://help.aliyun.com/api/mts/getpackage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAllCategory ¶

func (client *Client) ListAllCategory(request *ListAllCategoryRequest) (response *ListAllCategoryResponse, err error)

ListAllCategory invokes the mts.ListAllCategory API synchronously api document: https://help.aliyun.com/api/mts/listallcategory.html

func (*Client) ListAllCategoryWithCallback ¶

func (client *Client) ListAllCategoryWithCallback(request *ListAllCategoryRequest, callback func(response *ListAllCategoryResponse, err error)) <-chan int

ListAllCategoryWithCallback invokes the mts.ListAllCategory API asynchronously api document: https://help.aliyun.com/api/mts/listallcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAllCategoryWithChan ¶

func (client *Client) ListAllCategoryWithChan(request *ListAllCategoryRequest) (<-chan *ListAllCategoryResponse, <-chan error)

ListAllCategoryWithChan invokes the mts.ListAllCategory API asynchronously api document: https://help.aliyun.com/api/mts/listallcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAllMediaBucket ¶

func (client *Client) ListAllMediaBucket(request *ListAllMediaBucketRequest) (response *ListAllMediaBucketResponse, err error)

ListAllMediaBucket invokes the mts.ListAllMediaBucket API synchronously api document: https://help.aliyun.com/api/mts/listallmediabucket.html

func (*Client) ListAllMediaBucketWithCallback ¶

func (client *Client) ListAllMediaBucketWithCallback(request *ListAllMediaBucketRequest, callback func(response *ListAllMediaBucketResponse, err error)) <-chan int

ListAllMediaBucketWithCallback invokes the mts.ListAllMediaBucket API asynchronously api document: https://help.aliyun.com/api/mts/listallmediabucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAllMediaBucketWithChan ¶

func (client *Client) ListAllMediaBucketWithChan(request *ListAllMediaBucketRequest) (<-chan *ListAllMediaBucketResponse, <-chan error)

ListAllMediaBucketWithChan invokes the mts.ListAllMediaBucket API asynchronously api document: https://help.aliyun.com/api/mts/listallmediabucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAsrPipeline ¶

func (client *Client) ListAsrPipeline(request *ListAsrPipelineRequest) (response *ListAsrPipelineResponse, err error)

ListAsrPipeline invokes the mts.ListAsrPipeline API synchronously api document: https://help.aliyun.com/api/mts/listasrpipeline.html

func (*Client) ListAsrPipelineWithCallback ¶

func (client *Client) ListAsrPipelineWithCallback(request *ListAsrPipelineRequest, callback func(response *ListAsrPipelineResponse, err error)) <-chan int

ListAsrPipelineWithCallback invokes the mts.ListAsrPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listasrpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAsrPipelineWithChan ¶

func (client *Client) ListAsrPipelineWithChan(request *ListAsrPipelineRequest) (<-chan *ListAsrPipelineResponse, <-chan error)

ListAsrPipelineWithChan invokes the mts.ListAsrPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listasrpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCensorPipeline ¶

func (client *Client) ListCensorPipeline(request *ListCensorPipelineRequest) (response *ListCensorPipelineResponse, err error)

ListCensorPipeline invokes the mts.ListCensorPipeline API synchronously api document: https://help.aliyun.com/api/mts/listcensorpipeline.html

func (*Client) ListCensorPipelineWithCallback ¶

func (client *Client) ListCensorPipelineWithCallback(request *ListCensorPipelineRequest, callback func(response *ListCensorPipelineResponse, err error)) <-chan int

ListCensorPipelineWithCallback invokes the mts.ListCensorPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listcensorpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCensorPipelineWithChan ¶

func (client *Client) ListCensorPipelineWithChan(request *ListCensorPipelineRequest) (<-chan *ListCensorPipelineResponse, <-chan error)

ListCensorPipelineWithChan invokes the mts.ListCensorPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listcensorpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCoverPipeline ¶

func (client *Client) ListCoverPipeline(request *ListCoverPipelineRequest) (response *ListCoverPipelineResponse, err error)

ListCoverPipeline invokes the mts.ListCoverPipeline API synchronously api document: https://help.aliyun.com/api/mts/listcoverpipeline.html

func (*Client) ListCoverPipelineWithCallback ¶

func (client *Client) ListCoverPipelineWithCallback(request *ListCoverPipelineRequest, callback func(response *ListCoverPipelineResponse, err error)) <-chan int

ListCoverPipelineWithCallback invokes the mts.ListCoverPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listcoverpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCoverPipelineWithChan ¶

func (client *Client) ListCoverPipelineWithChan(request *ListCoverPipelineRequest) (<-chan *ListCoverPipelineResponse, <-chan error)

ListCoverPipelineWithChan invokes the mts.ListCoverPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listcoverpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJob ¶

func (client *Client) ListJob(request *ListJobRequest) (response *ListJobResponse, err error)

ListJob invokes the mts.ListJob API synchronously api document: https://help.aliyun.com/api/mts/listjob.html

func (*Client) ListJobWithCallback ¶

func (client *Client) ListJobWithCallback(request *ListJobRequest, callback func(response *ListJobResponse, err error)) <-chan int

ListJobWithCallback invokes the mts.ListJob API asynchronously api document: https://help.aliyun.com/api/mts/listjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobWithChan ¶

func (client *Client) ListJobWithChan(request *ListJobRequest) (<-chan *ListJobResponse, <-chan error)

ListJobWithChan invokes the mts.ListJob API asynchronously api document: https://help.aliyun.com/api/mts/listjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListMedia ¶

func (client *Client) ListMedia(request *ListMediaRequest) (response *ListMediaResponse, err error)

ListMedia invokes the mts.ListMedia API synchronously api document: https://help.aliyun.com/api/mts/listmedia.html

func (*Client) ListMediaWithCallback ¶

func (client *Client) ListMediaWithCallback(request *ListMediaRequest, callback func(response *ListMediaResponse, err error)) <-chan int

ListMediaWithCallback invokes the mts.ListMedia API asynchronously api document: https://help.aliyun.com/api/mts/listmedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListMediaWithChan ¶

func (client *Client) ListMediaWithChan(request *ListMediaRequest) (<-chan *ListMediaResponse, <-chan error)

ListMediaWithChan invokes the mts.ListMedia API asynchronously api document: https://help.aliyun.com/api/mts/listmedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListMediaWorkflowExecutions ¶

func (client *Client) ListMediaWorkflowExecutions(request *ListMediaWorkflowExecutionsRequest) (response *ListMediaWorkflowExecutionsResponse, err error)

ListMediaWorkflowExecutions invokes the mts.ListMediaWorkflowExecutions API synchronously api document: https://help.aliyun.com/api/mts/listmediaworkflowexecutions.html

func (*Client) ListMediaWorkflowExecutionsWithCallback ¶

func (client *Client) ListMediaWorkflowExecutionsWithCallback(request *ListMediaWorkflowExecutionsRequest, callback func(response *ListMediaWorkflowExecutionsResponse, err error)) <-chan int

ListMediaWorkflowExecutionsWithCallback invokes the mts.ListMediaWorkflowExecutions API asynchronously api document: https://help.aliyun.com/api/mts/listmediaworkflowexecutions.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListMediaWorkflowExecutionsWithChan ¶

func (client *Client) ListMediaWorkflowExecutionsWithChan(request *ListMediaWorkflowExecutionsRequest) (<-chan *ListMediaWorkflowExecutionsResponse, <-chan error)

ListMediaWorkflowExecutionsWithChan invokes the mts.ListMediaWorkflowExecutions API asynchronously api document: https://help.aliyun.com/api/mts/listmediaworkflowexecutions.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListPornPipeline ¶

func (client *Client) ListPornPipeline(request *ListPornPipelineRequest) (response *ListPornPipelineResponse, err error)

ListPornPipeline invokes the mts.ListPornPipeline API synchronously api document: https://help.aliyun.com/api/mts/listpornpipeline.html

func (*Client) ListPornPipelineWithCallback ¶

func (client *Client) ListPornPipelineWithCallback(request *ListPornPipelineRequest, callback func(response *ListPornPipelineResponse, err error)) <-chan int

ListPornPipelineWithCallback invokes the mts.ListPornPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listpornpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListPornPipelineWithChan ¶

func (client *Client) ListPornPipelineWithChan(request *ListPornPipelineRequest) (<-chan *ListPornPipelineResponse, <-chan error)

ListPornPipelineWithChan invokes the mts.ListPornPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listpornpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListTerrorismPipeline ¶

func (client *Client) ListTerrorismPipeline(request *ListTerrorismPipelineRequest) (response *ListTerrorismPipelineResponse, err error)

ListTerrorismPipeline invokes the mts.ListTerrorismPipeline API synchronously api document: https://help.aliyun.com/api/mts/listterrorismpipeline.html

func (*Client) ListTerrorismPipelineWithCallback ¶

func (client *Client) ListTerrorismPipelineWithCallback(request *ListTerrorismPipelineRequest, callback func(response *ListTerrorismPipelineResponse, err error)) <-chan int

ListTerrorismPipelineWithCallback invokes the mts.ListTerrorismPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listterrorismpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListTerrorismPipelineWithChan ¶

func (client *Client) ListTerrorismPipelineWithChan(request *ListTerrorismPipelineRequest) (<-chan *ListTerrorismPipelineResponse, <-chan error)

ListTerrorismPipelineWithChan invokes the mts.ListTerrorismPipeline API asynchronously api document: https://help.aliyun.com/api/mts/listterrorismpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PlayInfo ¶

func (client *Client) PlayInfo(request *PlayInfoRequest) (response *PlayInfoResponse, err error)

PlayInfo invokes the mts.PlayInfo API synchronously api document: https://help.aliyun.com/api/mts/playinfo.html

func (*Client) PlayInfoWithCallback ¶

func (client *Client) PlayInfoWithCallback(request *PlayInfoRequest, callback func(response *PlayInfoResponse, err error)) <-chan int

PlayInfoWithCallback invokes the mts.PlayInfo API asynchronously api document: https://help.aliyun.com/api/mts/playinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PlayInfoWithChan ¶

func (client *Client) PlayInfoWithChan(request *PlayInfoRequest) (<-chan *PlayInfoResponse, <-chan error)

PlayInfoWithChan invokes the mts.PlayInfo API asynchronously api document: https://help.aliyun.com/api/mts/playinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PlayerAuth ¶

func (client *Client) PlayerAuth(request *PlayerAuthRequest) (response *PlayerAuthResponse, err error)

PlayerAuth invokes the mts.PlayerAuth API synchronously api document: https://help.aliyun.com/api/mts/playerauth.html

func (*Client) PlayerAuthWithCallback ¶

func (client *Client) PlayerAuthWithCallback(request *PlayerAuthRequest, callback func(response *PlayerAuthResponse, err error)) <-chan int

PlayerAuthWithCallback invokes the mts.PlayerAuth API asynchronously api document: https://help.aliyun.com/api/mts/playerauth.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PlayerAuthWithChan ¶

func (client *Client) PlayerAuthWithChan(request *PlayerAuthRequest) (<-chan *PlayerAuthResponse, <-chan error)

PlayerAuthWithChan invokes the mts.PlayerAuth API asynchronously api document: https://help.aliyun.com/api/mts/playerauth.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAnalysisJobList ¶

func (client *Client) QueryAnalysisJobList(request *QueryAnalysisJobListRequest) (response *QueryAnalysisJobListResponse, err error)

QueryAnalysisJobList invokes the mts.QueryAnalysisJobList API synchronously api document: https://help.aliyun.com/api/mts/queryanalysisjoblist.html

func (*Client) QueryAnalysisJobListWithCallback ¶

func (client *Client) QueryAnalysisJobListWithCallback(request *QueryAnalysisJobListRequest, callback func(response *QueryAnalysisJobListResponse, err error)) <-chan int

QueryAnalysisJobListWithCallback invokes the mts.QueryAnalysisJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryanalysisjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAnalysisJobListWithChan ¶

func (client *Client) QueryAnalysisJobListWithChan(request *QueryAnalysisJobListRequest) (<-chan *QueryAnalysisJobListResponse, <-chan error)

QueryAnalysisJobListWithChan invokes the mts.QueryAnalysisJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryanalysisjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAnnotationJobList ¶

func (client *Client) QueryAnnotationJobList(request *QueryAnnotationJobListRequest) (response *QueryAnnotationJobListResponse, err error)

QueryAnnotationJobList invokes the mts.QueryAnnotationJobList API synchronously api document: https://help.aliyun.com/api/mts/queryannotationjoblist.html

func (*Client) QueryAnnotationJobListWithCallback ¶

func (client *Client) QueryAnnotationJobListWithCallback(request *QueryAnnotationJobListRequest, callback func(response *QueryAnnotationJobListResponse, err error)) <-chan int

QueryAnnotationJobListWithCallback invokes the mts.QueryAnnotationJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryannotationjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAnnotationJobListWithChan ¶

func (client *Client) QueryAnnotationJobListWithChan(request *QueryAnnotationJobListRequest) (<-chan *QueryAnnotationJobListResponse, <-chan error)

QueryAnnotationJobListWithChan invokes the mts.QueryAnnotationJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryannotationjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAsrJobList ¶

func (client *Client) QueryAsrJobList(request *QueryAsrJobListRequest) (response *QueryAsrJobListResponse, err error)

QueryAsrJobList invokes the mts.QueryAsrJobList API synchronously api document: https://help.aliyun.com/api/mts/queryasrjoblist.html

func (*Client) QueryAsrJobListWithCallback ¶

func (client *Client) QueryAsrJobListWithCallback(request *QueryAsrJobListRequest, callback func(response *QueryAsrJobListResponse, err error)) <-chan int

QueryAsrJobListWithCallback invokes the mts.QueryAsrJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryasrjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAsrJobListWithChan ¶

func (client *Client) QueryAsrJobListWithChan(request *QueryAsrJobListRequest) (<-chan *QueryAsrJobListResponse, <-chan error)

QueryAsrJobListWithChan invokes the mts.QueryAsrJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryasrjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAsrPipelineList ¶

func (client *Client) QueryAsrPipelineList(request *QueryAsrPipelineListRequest) (response *QueryAsrPipelineListResponse, err error)

QueryAsrPipelineList invokes the mts.QueryAsrPipelineList API synchronously api document: https://help.aliyun.com/api/mts/queryasrpipelinelist.html

func (*Client) QueryAsrPipelineListWithCallback ¶

func (client *Client) QueryAsrPipelineListWithCallback(request *QueryAsrPipelineListRequest, callback func(response *QueryAsrPipelineListResponse, err error)) <-chan int

QueryAsrPipelineListWithCallback invokes the mts.QueryAsrPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/queryasrpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAsrPipelineListWithChan ¶

func (client *Client) QueryAsrPipelineListWithChan(request *QueryAsrPipelineListRequest) (<-chan *QueryAsrPipelineListResponse, <-chan error)

QueryAsrPipelineListWithChan invokes the mts.QueryAsrPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/queryasrpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAuthConfig ¶

func (client *Client) QueryAuthConfig(request *QueryAuthConfigRequest) (response *QueryAuthConfigResponse, err error)

QueryAuthConfig invokes the mts.QueryAuthConfig API synchronously api document: https://help.aliyun.com/api/mts/queryauthconfig.html

func (*Client) QueryAuthConfigWithCallback ¶

func (client *Client) QueryAuthConfigWithCallback(request *QueryAuthConfigRequest, callback func(response *QueryAuthConfigResponse, err error)) <-chan int

QueryAuthConfigWithCallback invokes the mts.QueryAuthConfig API asynchronously api document: https://help.aliyun.com/api/mts/queryauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAuthConfigWithChan ¶

func (client *Client) QueryAuthConfigWithChan(request *QueryAuthConfigRequest) (<-chan *QueryAuthConfigResponse, <-chan error)

QueryAuthConfigWithChan invokes the mts.QueryAuthConfig API asynchronously api document: https://help.aliyun.com/api/mts/queryauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryCensorJobList ¶

func (client *Client) QueryCensorJobList(request *QueryCensorJobListRequest) (response *QueryCensorJobListResponse, err error)

QueryCensorJobList invokes the mts.QueryCensorJobList API synchronously api document: https://help.aliyun.com/api/mts/querycensorjoblist.html

func (*Client) QueryCensorJobListWithCallback ¶

func (client *Client) QueryCensorJobListWithCallback(request *QueryCensorJobListRequest, callback func(response *QueryCensorJobListResponse, err error)) <-chan int

QueryCensorJobListWithCallback invokes the mts.QueryCensorJobList API asynchronously api document: https://help.aliyun.com/api/mts/querycensorjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryCensorJobListWithChan ¶

func (client *Client) QueryCensorJobListWithChan(request *QueryCensorJobListRequest) (<-chan *QueryCensorJobListResponse, <-chan error)

QueryCensorJobListWithChan invokes the mts.QueryCensorJobList API asynchronously api document: https://help.aliyun.com/api/mts/querycensorjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryCensorPipelineList ¶

func (client *Client) QueryCensorPipelineList(request *QueryCensorPipelineListRequest) (response *QueryCensorPipelineListResponse, err error)

QueryCensorPipelineList invokes the mts.QueryCensorPipelineList API synchronously api document: https://help.aliyun.com/api/mts/querycensorpipelinelist.html

func (*Client) QueryCensorPipelineListWithCallback ¶

func (client *Client) QueryCensorPipelineListWithCallback(request *QueryCensorPipelineListRequest, callback func(response *QueryCensorPipelineListResponse, err error)) <-chan int

QueryCensorPipelineListWithCallback invokes the mts.QueryCensorPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/querycensorpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryCensorPipelineListWithChan ¶

func (client *Client) QueryCensorPipelineListWithChan(request *QueryCensorPipelineListRequest) (<-chan *QueryCensorPipelineListResponse, <-chan error)

QueryCensorPipelineListWithChan invokes the mts.QueryCensorPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/querycensorpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryCoverJobList ¶

func (client *Client) QueryCoverJobList(request *QueryCoverJobListRequest) (response *QueryCoverJobListResponse, err error)

QueryCoverJobList invokes the mts.QueryCoverJobList API synchronously api document: https://help.aliyun.com/api/mts/querycoverjoblist.html

func (*Client) QueryCoverJobListWithCallback ¶

func (client *Client) QueryCoverJobListWithCallback(request *QueryCoverJobListRequest, callback func(response *QueryCoverJobListResponse, err error)) <-chan int

QueryCoverJobListWithCallback invokes the mts.QueryCoverJobList API asynchronously api document: https://help.aliyun.com/api/mts/querycoverjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryCoverJobListWithChan ¶

func (client *Client) QueryCoverJobListWithChan(request *QueryCoverJobListRequest) (<-chan *QueryCoverJobListResponse, <-chan error)

QueryCoverJobListWithChan invokes the mts.QueryCoverJobList API asynchronously api document: https://help.aliyun.com/api/mts/querycoverjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryCoverPipelineList ¶

func (client *Client) QueryCoverPipelineList(request *QueryCoverPipelineListRequest) (response *QueryCoverPipelineListResponse, err error)

QueryCoverPipelineList invokes the mts.QueryCoverPipelineList API synchronously api document: https://help.aliyun.com/api/mts/querycoverpipelinelist.html

func (*Client) QueryCoverPipelineListWithCallback ¶

func (client *Client) QueryCoverPipelineListWithCallback(request *QueryCoverPipelineListRequest, callback func(response *QueryCoverPipelineListResponse, err error)) <-chan int

QueryCoverPipelineListWithCallback invokes the mts.QueryCoverPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/querycoverpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryCoverPipelineListWithChan ¶

func (client *Client) QueryCoverPipelineListWithChan(request *QueryCoverPipelineListRequest) (<-chan *QueryCoverPipelineListResponse, <-chan error)

QueryCoverPipelineListWithChan invokes the mts.QueryCoverPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/querycoverpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryEditingJobList ¶

func (client *Client) QueryEditingJobList(request *QueryEditingJobListRequest) (response *QueryEditingJobListResponse, err error)

QueryEditingJobList invokes the mts.QueryEditingJobList API synchronously api document: https://help.aliyun.com/api/mts/queryeditingjoblist.html

func (*Client) QueryEditingJobListWithCallback ¶

func (client *Client) QueryEditingJobListWithCallback(request *QueryEditingJobListRequest, callback func(response *QueryEditingJobListResponse, err error)) <-chan int

QueryEditingJobListWithCallback invokes the mts.QueryEditingJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryeditingjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryEditingJobListWithChan ¶

func (client *Client) QueryEditingJobListWithChan(request *QueryEditingJobListRequest) (<-chan *QueryEditingJobListResponse, <-chan error)

QueryEditingJobListWithChan invokes the mts.QueryEditingJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryeditingjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryFacerecogJobList ¶

func (client *Client) QueryFacerecogJobList(request *QueryFacerecogJobListRequest) (response *QueryFacerecogJobListResponse, err error)

QueryFacerecogJobList invokes the mts.QueryFacerecogJobList API synchronously api document: https://help.aliyun.com/api/mts/queryfacerecogjoblist.html

func (*Client) QueryFacerecogJobListWithCallback ¶

func (client *Client) QueryFacerecogJobListWithCallback(request *QueryFacerecogJobListRequest, callback func(response *QueryFacerecogJobListResponse, err error)) <-chan int

QueryFacerecogJobListWithCallback invokes the mts.QueryFacerecogJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryfacerecogjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryFacerecogJobListWithChan ¶

func (client *Client) QueryFacerecogJobListWithChan(request *QueryFacerecogJobListRequest) (<-chan *QueryFacerecogJobListResponse, <-chan error)

QueryFacerecogJobListWithChan invokes the mts.QueryFacerecogJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryfacerecogjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryFpShotJobList ¶

func (client *Client) QueryFpShotJobList(request *QueryFpShotJobListRequest) (response *QueryFpShotJobListResponse, err error)

QueryFpShotJobList invokes the mts.QueryFpShotJobList API synchronously api document: https://help.aliyun.com/api/mts/queryfpshotjoblist.html

func (*Client) QueryFpShotJobListWithCallback ¶

func (client *Client) QueryFpShotJobListWithCallback(request *QueryFpShotJobListRequest, callback func(response *QueryFpShotJobListResponse, err error)) <-chan int

QueryFpShotJobListWithCallback invokes the mts.QueryFpShotJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryfpshotjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryFpShotJobListWithChan ¶

func (client *Client) QueryFpShotJobListWithChan(request *QueryFpShotJobListRequest) (<-chan *QueryFpShotJobListResponse, <-chan error)

QueryFpShotJobListWithChan invokes the mts.QueryFpShotJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryfpshotjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryJobList ¶

func (client *Client) QueryJobList(request *QueryJobListRequest) (response *QueryJobListResponse, err error)

QueryJobList invokes the mts.QueryJobList API synchronously api document: https://help.aliyun.com/api/mts/queryjoblist.html

func (*Client) QueryJobListWithCallback ¶

func (client *Client) QueryJobListWithCallback(request *QueryJobListRequest, callback func(response *QueryJobListResponse, err error)) <-chan int

QueryJobListWithCallback invokes the mts.QueryJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryJobListWithChan ¶

func (client *Client) QueryJobListWithChan(request *QueryJobListRequest) (<-chan *QueryJobListResponse, <-chan error)

QueryJobListWithChan invokes the mts.QueryJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaDetailJobList ¶

func (client *Client) QueryMediaDetailJobList(request *QueryMediaDetailJobListRequest) (response *QueryMediaDetailJobListResponse, err error)

QueryMediaDetailJobList invokes the mts.QueryMediaDetailJobList API synchronously api document: https://help.aliyun.com/api/mts/querymediadetailjoblist.html

func (*Client) QueryMediaDetailJobListWithCallback ¶

func (client *Client) QueryMediaDetailJobListWithCallback(request *QueryMediaDetailJobListRequest, callback func(response *QueryMediaDetailJobListResponse, err error)) <-chan int

QueryMediaDetailJobListWithCallback invokes the mts.QueryMediaDetailJobList API asynchronously api document: https://help.aliyun.com/api/mts/querymediadetailjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaDetailJobListWithChan ¶

func (client *Client) QueryMediaDetailJobListWithChan(request *QueryMediaDetailJobListRequest) (<-chan *QueryMediaDetailJobListResponse, <-chan error)

QueryMediaDetailJobListWithChan invokes the mts.QueryMediaDetailJobList API asynchronously api document: https://help.aliyun.com/api/mts/querymediadetailjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaInfoJobList ¶

func (client *Client) QueryMediaInfoJobList(request *QueryMediaInfoJobListRequest) (response *QueryMediaInfoJobListResponse, err error)

QueryMediaInfoJobList invokes the mts.QueryMediaInfoJobList API synchronously api document: https://help.aliyun.com/api/mts/querymediainfojoblist.html

func (*Client) QueryMediaInfoJobListWithCallback ¶

func (client *Client) QueryMediaInfoJobListWithCallback(request *QueryMediaInfoJobListRequest, callback func(response *QueryMediaInfoJobListResponse, err error)) <-chan int

QueryMediaInfoJobListWithCallback invokes the mts.QueryMediaInfoJobList API asynchronously api document: https://help.aliyun.com/api/mts/querymediainfojoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaInfoJobListWithChan ¶

func (client *Client) QueryMediaInfoJobListWithChan(request *QueryMediaInfoJobListRequest) (<-chan *QueryMediaInfoJobListResponse, <-chan error)

QueryMediaInfoJobListWithChan invokes the mts.QueryMediaInfoJobList API asynchronously api document: https://help.aliyun.com/api/mts/querymediainfojoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaList ¶

func (client *Client) QueryMediaList(request *QueryMediaListRequest) (response *QueryMediaListResponse, err error)

QueryMediaList invokes the mts.QueryMediaList API synchronously api document: https://help.aliyun.com/api/mts/querymedialist.html

func (*Client) QueryMediaListByURL ¶

func (client *Client) QueryMediaListByURL(request *QueryMediaListByURLRequest) (response *QueryMediaListByURLResponse, err error)

QueryMediaListByURL invokes the mts.QueryMediaListByURL API synchronously api document: https://help.aliyun.com/api/mts/querymedialistbyurl.html

func (*Client) QueryMediaListByURLWithCallback ¶

func (client *Client) QueryMediaListByURLWithCallback(request *QueryMediaListByURLRequest, callback func(response *QueryMediaListByURLResponse, err error)) <-chan int

QueryMediaListByURLWithCallback invokes the mts.QueryMediaListByURL API asynchronously api document: https://help.aliyun.com/api/mts/querymedialistbyurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaListByURLWithChan ¶

func (client *Client) QueryMediaListByURLWithChan(request *QueryMediaListByURLRequest) (<-chan *QueryMediaListByURLResponse, <-chan error)

QueryMediaListByURLWithChan invokes the mts.QueryMediaListByURL API asynchronously api document: https://help.aliyun.com/api/mts/querymedialistbyurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaListWithCallback ¶

func (client *Client) QueryMediaListWithCallback(request *QueryMediaListRequest, callback func(response *QueryMediaListResponse, err error)) <-chan int

QueryMediaListWithCallback invokes the mts.QueryMediaList API asynchronously api document: https://help.aliyun.com/api/mts/querymedialist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaListWithChan ¶

func (client *Client) QueryMediaListWithChan(request *QueryMediaListRequest) (<-chan *QueryMediaListResponse, <-chan error)

QueryMediaListWithChan invokes the mts.QueryMediaList API asynchronously api document: https://help.aliyun.com/api/mts/querymedialist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaWorkflowExecutionList ¶

func (client *Client) QueryMediaWorkflowExecutionList(request *QueryMediaWorkflowExecutionListRequest) (response *QueryMediaWorkflowExecutionListResponse, err error)

QueryMediaWorkflowExecutionList invokes the mts.QueryMediaWorkflowExecutionList API synchronously api document: https://help.aliyun.com/api/mts/querymediaworkflowexecutionlist.html

func (*Client) QueryMediaWorkflowExecutionListWithCallback ¶

func (client *Client) QueryMediaWorkflowExecutionListWithCallback(request *QueryMediaWorkflowExecutionListRequest, callback func(response *QueryMediaWorkflowExecutionListResponse, err error)) <-chan int

QueryMediaWorkflowExecutionListWithCallback invokes the mts.QueryMediaWorkflowExecutionList API asynchronously api document: https://help.aliyun.com/api/mts/querymediaworkflowexecutionlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaWorkflowExecutionListWithChan ¶

func (client *Client) QueryMediaWorkflowExecutionListWithChan(request *QueryMediaWorkflowExecutionListRequest) (<-chan *QueryMediaWorkflowExecutionListResponse, <-chan error)

QueryMediaWorkflowExecutionListWithChan invokes the mts.QueryMediaWorkflowExecutionList API asynchronously api document: https://help.aliyun.com/api/mts/querymediaworkflowexecutionlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaWorkflowList ¶

func (client *Client) QueryMediaWorkflowList(request *QueryMediaWorkflowListRequest) (response *QueryMediaWorkflowListResponse, err error)

QueryMediaWorkflowList invokes the mts.QueryMediaWorkflowList API synchronously api document: https://help.aliyun.com/api/mts/querymediaworkflowlist.html

func (*Client) QueryMediaWorkflowListWithCallback ¶

func (client *Client) QueryMediaWorkflowListWithCallback(request *QueryMediaWorkflowListRequest, callback func(response *QueryMediaWorkflowListResponse, err error)) <-chan int

QueryMediaWorkflowListWithCallback invokes the mts.QueryMediaWorkflowList API asynchronously api document: https://help.aliyun.com/api/mts/querymediaworkflowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMediaWorkflowListWithChan ¶

func (client *Client) QueryMediaWorkflowListWithChan(request *QueryMediaWorkflowListRequest) (<-chan *QueryMediaWorkflowListResponse, <-chan error)

QueryMediaWorkflowListWithChan invokes the mts.QueryMediaWorkflowList API asynchronously api document: https://help.aliyun.com/api/mts/querymediaworkflowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryPipelineList ¶

func (client *Client) QueryPipelineList(request *QueryPipelineListRequest) (response *QueryPipelineListResponse, err error)

QueryPipelineList invokes the mts.QueryPipelineList API synchronously api document: https://help.aliyun.com/api/mts/querypipelinelist.html

func (*Client) QueryPipelineListWithCallback ¶

func (client *Client) QueryPipelineListWithCallback(request *QueryPipelineListRequest, callback func(response *QueryPipelineListResponse, err error)) <-chan int

QueryPipelineListWithCallback invokes the mts.QueryPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/querypipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryPipelineListWithChan ¶

func (client *Client) QueryPipelineListWithChan(request *QueryPipelineListRequest) (<-chan *QueryPipelineListResponse, <-chan error)

QueryPipelineListWithChan invokes the mts.QueryPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/querypipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryPornJobList ¶

func (client *Client) QueryPornJobList(request *QueryPornJobListRequest) (response *QueryPornJobListResponse, err error)

QueryPornJobList invokes the mts.QueryPornJobList API synchronously api document: https://help.aliyun.com/api/mts/querypornjoblist.html

func (*Client) QueryPornJobListWithCallback ¶

func (client *Client) QueryPornJobListWithCallback(request *QueryPornJobListRequest, callback func(response *QueryPornJobListResponse, err error)) <-chan int

QueryPornJobListWithCallback invokes the mts.QueryPornJobList API asynchronously api document: https://help.aliyun.com/api/mts/querypornjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryPornJobListWithChan ¶

func (client *Client) QueryPornJobListWithChan(request *QueryPornJobListRequest) (<-chan *QueryPornJobListResponse, <-chan error)

QueryPornJobListWithChan invokes the mts.QueryPornJobList API asynchronously api document: https://help.aliyun.com/api/mts/querypornjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryPornPipelineList ¶

func (client *Client) QueryPornPipelineList(request *QueryPornPipelineListRequest) (response *QueryPornPipelineListResponse, err error)

QueryPornPipelineList invokes the mts.QueryPornPipelineList API synchronously api document: https://help.aliyun.com/api/mts/querypornpipelinelist.html

func (*Client) QueryPornPipelineListWithCallback ¶

func (client *Client) QueryPornPipelineListWithCallback(request *QueryPornPipelineListRequest, callback func(response *QueryPornPipelineListResponse, err error)) <-chan int

QueryPornPipelineListWithCallback invokes the mts.QueryPornPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/querypornpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryPornPipelineListWithChan ¶

func (client *Client) QueryPornPipelineListWithChan(request *QueryPornPipelineListRequest) (<-chan *QueryPornPipelineListResponse, <-chan error)

QueryPornPipelineListWithChan invokes the mts.QueryPornPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/querypornpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QuerySnapshotJobList ¶

func (client *Client) QuerySnapshotJobList(request *QuerySnapshotJobListRequest) (response *QuerySnapshotJobListResponse, err error)

QuerySnapshotJobList invokes the mts.QuerySnapshotJobList API synchronously api document: https://help.aliyun.com/api/mts/querysnapshotjoblist.html

func (*Client) QuerySnapshotJobListWithCallback ¶

func (client *Client) QuerySnapshotJobListWithCallback(request *QuerySnapshotJobListRequest, callback func(response *QuerySnapshotJobListResponse, err error)) <-chan int

QuerySnapshotJobListWithCallback invokes the mts.QuerySnapshotJobList API asynchronously api document: https://help.aliyun.com/api/mts/querysnapshotjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QuerySnapshotJobListWithChan ¶

func (client *Client) QuerySnapshotJobListWithChan(request *QuerySnapshotJobListRequest) (<-chan *QuerySnapshotJobListResponse, <-chan error)

QuerySnapshotJobListWithChan invokes the mts.QuerySnapshotJobList API asynchronously api document: https://help.aliyun.com/api/mts/querysnapshotjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTagJobList ¶

func (client *Client) QueryTagJobList(request *QueryTagJobListRequest) (response *QueryTagJobListResponse, err error)

QueryTagJobList invokes the mts.QueryTagJobList API synchronously api document: https://help.aliyun.com/api/mts/querytagjoblist.html

func (*Client) QueryTagJobListWithCallback ¶

func (client *Client) QueryTagJobListWithCallback(request *QueryTagJobListRequest, callback func(response *QueryTagJobListResponse, err error)) <-chan int

QueryTagJobListWithCallback invokes the mts.QueryTagJobList API asynchronously api document: https://help.aliyun.com/api/mts/querytagjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTagJobListWithChan ¶

func (client *Client) QueryTagJobListWithChan(request *QueryTagJobListRequest) (<-chan *QueryTagJobListResponse, <-chan error)

QueryTagJobListWithChan invokes the mts.QueryTagJobList API asynchronously api document: https://help.aliyun.com/api/mts/querytagjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTemplateList ¶

func (client *Client) QueryTemplateList(request *QueryTemplateListRequest) (response *QueryTemplateListResponse, err error)

QueryTemplateList invokes the mts.QueryTemplateList API synchronously api document: https://help.aliyun.com/api/mts/querytemplatelist.html

func (*Client) QueryTemplateListWithCallback ¶

func (client *Client) QueryTemplateListWithCallback(request *QueryTemplateListRequest, callback func(response *QueryTemplateListResponse, err error)) <-chan int

QueryTemplateListWithCallback invokes the mts.QueryTemplateList API asynchronously api document: https://help.aliyun.com/api/mts/querytemplatelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTemplateListWithChan ¶

func (client *Client) QueryTemplateListWithChan(request *QueryTemplateListRequest) (<-chan *QueryTemplateListResponse, <-chan error)

QueryTemplateListWithChan invokes the mts.QueryTemplateList API asynchronously api document: https://help.aliyun.com/api/mts/querytemplatelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTerrorismJobList ¶

func (client *Client) QueryTerrorismJobList(request *QueryTerrorismJobListRequest) (response *QueryTerrorismJobListResponse, err error)

QueryTerrorismJobList invokes the mts.QueryTerrorismJobList API synchronously api document: https://help.aliyun.com/api/mts/queryterrorismjoblist.html

func (*Client) QueryTerrorismJobListWithCallback ¶

func (client *Client) QueryTerrorismJobListWithCallback(request *QueryTerrorismJobListRequest, callback func(response *QueryTerrorismJobListResponse, err error)) <-chan int

QueryTerrorismJobListWithCallback invokes the mts.QueryTerrorismJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryterrorismjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTerrorismJobListWithChan ¶

func (client *Client) QueryTerrorismJobListWithChan(request *QueryTerrorismJobListRequest) (<-chan *QueryTerrorismJobListResponse, <-chan error)

QueryTerrorismJobListWithChan invokes the mts.QueryTerrorismJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryterrorismjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTerrorismPipelineList ¶

func (client *Client) QueryTerrorismPipelineList(request *QueryTerrorismPipelineListRequest) (response *QueryTerrorismPipelineListResponse, err error)

QueryTerrorismPipelineList invokes the mts.QueryTerrorismPipelineList API synchronously api document: https://help.aliyun.com/api/mts/queryterrorismpipelinelist.html

func (*Client) QueryTerrorismPipelineListWithCallback ¶

func (client *Client) QueryTerrorismPipelineListWithCallback(request *QueryTerrorismPipelineListRequest, callback func(response *QueryTerrorismPipelineListResponse, err error)) <-chan int

QueryTerrorismPipelineListWithCallback invokes the mts.QueryTerrorismPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/queryterrorismpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryTerrorismPipelineListWithChan ¶

func (client *Client) QueryTerrorismPipelineListWithChan(request *QueryTerrorismPipelineListRequest) (<-chan *QueryTerrorismPipelineListResponse, <-chan error)

QueryTerrorismPipelineListWithChan invokes the mts.QueryTerrorismPipelineList API asynchronously api document: https://help.aliyun.com/api/mts/queryterrorismpipelinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryVideoGifJobList ¶

func (client *Client) QueryVideoGifJobList(request *QueryVideoGifJobListRequest) (response *QueryVideoGifJobListResponse, err error)

QueryVideoGifJobList invokes the mts.QueryVideoGifJobList API synchronously api document: https://help.aliyun.com/api/mts/queryvideogifjoblist.html

func (*Client) QueryVideoGifJobListWithCallback ¶

func (client *Client) QueryVideoGifJobListWithCallback(request *QueryVideoGifJobListRequest, callback func(response *QueryVideoGifJobListResponse, err error)) <-chan int

QueryVideoGifJobListWithCallback invokes the mts.QueryVideoGifJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryvideogifjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryVideoGifJobListWithChan ¶

func (client *Client) QueryVideoGifJobListWithChan(request *QueryVideoGifJobListRequest) (<-chan *QueryVideoGifJobListResponse, <-chan error)

QueryVideoGifJobListWithChan invokes the mts.QueryVideoGifJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryvideogifjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryVideoSplitJobList ¶

func (client *Client) QueryVideoSplitJobList(request *QueryVideoSplitJobListRequest) (response *QueryVideoSplitJobListResponse, err error)

QueryVideoSplitJobList invokes the mts.QueryVideoSplitJobList API synchronously api document: https://help.aliyun.com/api/mts/queryvideosplitjoblist.html

func (*Client) QueryVideoSplitJobListWithCallback ¶

func (client *Client) QueryVideoSplitJobListWithCallback(request *QueryVideoSplitJobListRequest, callback func(response *QueryVideoSplitJobListResponse, err error)) <-chan int

QueryVideoSplitJobListWithCallback invokes the mts.QueryVideoSplitJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryvideosplitjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryVideoSplitJobListWithChan ¶

func (client *Client) QueryVideoSplitJobListWithChan(request *QueryVideoSplitJobListRequest) (<-chan *QueryVideoSplitJobListResponse, <-chan error)

QueryVideoSplitJobListWithChan invokes the mts.QueryVideoSplitJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryvideosplitjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryVideoSummaryJobList ¶

func (client *Client) QueryVideoSummaryJobList(request *QueryVideoSummaryJobListRequest) (response *QueryVideoSummaryJobListResponse, err error)

QueryVideoSummaryJobList invokes the mts.QueryVideoSummaryJobList API synchronously api document: https://help.aliyun.com/api/mts/queryvideosummaryjoblist.html

func (*Client) QueryVideoSummaryJobListWithCallback ¶

func (client *Client) QueryVideoSummaryJobListWithCallback(request *QueryVideoSummaryJobListRequest, callback func(response *QueryVideoSummaryJobListResponse, err error)) <-chan int

QueryVideoSummaryJobListWithCallback invokes the mts.QueryVideoSummaryJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryvideosummaryjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryVideoSummaryJobListWithChan ¶

func (client *Client) QueryVideoSummaryJobListWithChan(request *QueryVideoSummaryJobListRequest) (<-chan *QueryVideoSummaryJobListResponse, <-chan error)

QueryVideoSummaryJobListWithChan invokes the mts.QueryVideoSummaryJobList API asynchronously api document: https://help.aliyun.com/api/mts/queryvideosummaryjoblist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryWaterMarkTemplateList ¶

func (client *Client) QueryWaterMarkTemplateList(request *QueryWaterMarkTemplateListRequest) (response *QueryWaterMarkTemplateListResponse, err error)

QueryWaterMarkTemplateList invokes the mts.QueryWaterMarkTemplateList API synchronously api document: https://help.aliyun.com/api/mts/querywatermarktemplatelist.html

func (*Client) QueryWaterMarkTemplateListWithCallback ¶

func (client *Client) QueryWaterMarkTemplateListWithCallback(request *QueryWaterMarkTemplateListRequest, callback func(response *QueryWaterMarkTemplateListResponse, err error)) <-chan int

QueryWaterMarkTemplateListWithCallback invokes the mts.QueryWaterMarkTemplateList API asynchronously api document: https://help.aliyun.com/api/mts/querywatermarktemplatelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryWaterMarkTemplateListWithChan ¶

func (client *Client) QueryWaterMarkTemplateListWithChan(request *QueryWaterMarkTemplateListRequest) (<-chan *QueryWaterMarkTemplateListResponse, <-chan error)

QueryWaterMarkTemplateListWithChan invokes the mts.QueryWaterMarkTemplateList API asynchronously api document: https://help.aliyun.com/api/mts/querywatermarktemplatelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RefreshCdnDomainConfigsCache ¶

func (client *Client) RefreshCdnDomainConfigsCache(request *RefreshCdnDomainConfigsCacheRequest) (response *RefreshCdnDomainConfigsCacheResponse, err error)

RefreshCdnDomainConfigsCache invokes the mts.RefreshCdnDomainConfigsCache API synchronously api document: https://help.aliyun.com/api/mts/refreshcdndomainconfigscache.html

func (*Client) RefreshCdnDomainConfigsCacheWithCallback ¶

func (client *Client) RefreshCdnDomainConfigsCacheWithCallback(request *RefreshCdnDomainConfigsCacheRequest, callback func(response *RefreshCdnDomainConfigsCacheResponse, err error)) <-chan int

RefreshCdnDomainConfigsCacheWithCallback invokes the mts.RefreshCdnDomainConfigsCache API asynchronously api document: https://help.aliyun.com/api/mts/refreshcdndomainconfigscache.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RefreshCdnDomainConfigsCacheWithChan ¶

func (client *Client) RefreshCdnDomainConfigsCacheWithChan(request *RefreshCdnDomainConfigsCacheRequest) (<-chan *RefreshCdnDomainConfigsCacheResponse, <-chan error)

RefreshCdnDomainConfigsCacheWithChan invokes the mts.RefreshCdnDomainConfigsCache API asynchronously api document: https://help.aliyun.com/api/mts/refreshcdndomainconfigscache.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RegisterMediaDetailPerson ¶

func (client *Client) RegisterMediaDetailPerson(request *RegisterMediaDetailPersonRequest) (response *RegisterMediaDetailPersonResponse, err error)

RegisterMediaDetailPerson invokes the mts.RegisterMediaDetailPerson API synchronously api document: https://help.aliyun.com/api/mts/registermediadetailperson.html

func (*Client) RegisterMediaDetailPersonWithCallback ¶

func (client *Client) RegisterMediaDetailPersonWithCallback(request *RegisterMediaDetailPersonRequest, callback func(response *RegisterMediaDetailPersonResponse, err error)) <-chan int

RegisterMediaDetailPersonWithCallback invokes the mts.RegisterMediaDetailPerson API asynchronously api document: https://help.aliyun.com/api/mts/registermediadetailperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RegisterMediaDetailPersonWithChan ¶

func (client *Client) RegisterMediaDetailPersonWithChan(request *RegisterMediaDetailPersonRequest) (<-chan *RegisterMediaDetailPersonResponse, <-chan error)

RegisterMediaDetailPersonWithChan invokes the mts.RegisterMediaDetailPerson API asynchronously api document: https://help.aliyun.com/api/mts/registermediadetailperson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RegisterMediaDetailScenario ¶

func (client *Client) RegisterMediaDetailScenario(request *RegisterMediaDetailScenarioRequest) (response *RegisterMediaDetailScenarioResponse, err error)

RegisterMediaDetailScenario invokes the mts.RegisterMediaDetailScenario API synchronously api document: https://help.aliyun.com/api/mts/registermediadetailscenario.html

func (*Client) RegisterMediaDetailScenarioWithCallback ¶

func (client *Client) RegisterMediaDetailScenarioWithCallback(request *RegisterMediaDetailScenarioRequest, callback func(response *RegisterMediaDetailScenarioResponse, err error)) <-chan int

RegisterMediaDetailScenarioWithCallback invokes the mts.RegisterMediaDetailScenario API asynchronously api document: https://help.aliyun.com/api/mts/registermediadetailscenario.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RegisterMediaDetailScenarioWithChan ¶

func (client *Client) RegisterMediaDetailScenarioWithChan(request *RegisterMediaDetailScenarioRequest) (<-chan *RegisterMediaDetailScenarioResponse, <-chan error)

RegisterMediaDetailScenarioWithChan invokes the mts.RegisterMediaDetailScenario API asynchronously api document: https://help.aliyun.com/api/mts/registermediadetailscenario.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportAnnotationJobResult ¶

func (client *Client) ReportAnnotationJobResult(request *ReportAnnotationJobResultRequest) (response *ReportAnnotationJobResultResponse, err error)

ReportAnnotationJobResult invokes the mts.ReportAnnotationJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportannotationjobresult.html

func (*Client) ReportAnnotationJobResultWithCallback ¶

func (client *Client) ReportAnnotationJobResultWithCallback(request *ReportAnnotationJobResultRequest, callback func(response *ReportAnnotationJobResultResponse, err error)) <-chan int

ReportAnnotationJobResultWithCallback invokes the mts.ReportAnnotationJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportannotationjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportAnnotationJobResultWithChan ¶

func (client *Client) ReportAnnotationJobResultWithChan(request *ReportAnnotationJobResultRequest) (<-chan *ReportAnnotationJobResultResponse, <-chan error)

ReportAnnotationJobResultWithChan invokes the mts.ReportAnnotationJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportannotationjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportCensorJobResult ¶

func (client *Client) ReportCensorJobResult(request *ReportCensorJobResultRequest) (response *ReportCensorJobResultResponse, err error)

ReportCensorJobResult invokes the mts.ReportCensorJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportcensorjobresult.html

func (*Client) ReportCensorJobResultWithCallback ¶

func (client *Client) ReportCensorJobResultWithCallback(request *ReportCensorJobResultRequest, callback func(response *ReportCensorJobResultResponse, err error)) <-chan int

ReportCensorJobResultWithCallback invokes the mts.ReportCensorJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportcensorjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportCensorJobResultWithChan ¶

func (client *Client) ReportCensorJobResultWithChan(request *ReportCensorJobResultRequest) (<-chan *ReportCensorJobResultResponse, <-chan error)

ReportCensorJobResultWithChan invokes the mts.ReportCensorJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportcensorjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportCoverJobResult ¶

func (client *Client) ReportCoverJobResult(request *ReportCoverJobResultRequest) (response *ReportCoverJobResultResponse, err error)

ReportCoverJobResult invokes the mts.ReportCoverJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportcoverjobresult.html

func (*Client) ReportCoverJobResultWithCallback ¶

func (client *Client) ReportCoverJobResultWithCallback(request *ReportCoverJobResultRequest, callback func(response *ReportCoverJobResultResponse, err error)) <-chan int

ReportCoverJobResultWithCallback invokes the mts.ReportCoverJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportcoverjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportCoverJobResultWithChan ¶

func (client *Client) ReportCoverJobResultWithChan(request *ReportCoverJobResultRequest) (<-chan *ReportCoverJobResultResponse, <-chan error)

ReportCoverJobResultWithChan invokes the mts.ReportCoverJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportcoverjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportFacerecogJobResult ¶

func (client *Client) ReportFacerecogJobResult(request *ReportFacerecogJobResultRequest) (response *ReportFacerecogJobResultResponse, err error)

ReportFacerecogJobResult invokes the mts.ReportFacerecogJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportfacerecogjobresult.html

func (*Client) ReportFacerecogJobResultWithCallback ¶

func (client *Client) ReportFacerecogJobResultWithCallback(request *ReportFacerecogJobResultRequest, callback func(response *ReportFacerecogJobResultResponse, err error)) <-chan int

ReportFacerecogJobResultWithCallback invokes the mts.ReportFacerecogJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportfacerecogjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportFacerecogJobResultWithChan ¶

func (client *Client) ReportFacerecogJobResultWithChan(request *ReportFacerecogJobResultRequest) (<-chan *ReportFacerecogJobResultResponse, <-chan error)

ReportFacerecogJobResultWithChan invokes the mts.ReportFacerecogJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportfacerecogjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportFpShotJobResult ¶

func (client *Client) ReportFpShotJobResult(request *ReportFpShotJobResultRequest) (response *ReportFpShotJobResultResponse, err error)

ReportFpShotJobResult invokes the mts.ReportFpShotJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportfpshotjobresult.html

func (*Client) ReportFpShotJobResultWithCallback ¶

func (client *Client) ReportFpShotJobResultWithCallback(request *ReportFpShotJobResultRequest, callback func(response *ReportFpShotJobResultResponse, err error)) <-chan int

ReportFpShotJobResultWithCallback invokes the mts.ReportFpShotJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportfpshotjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportFpShotJobResultWithChan ¶

func (client *Client) ReportFpShotJobResultWithChan(request *ReportFpShotJobResultRequest) (<-chan *ReportFpShotJobResultResponse, <-chan error)

ReportFpShotJobResultWithChan invokes the mts.ReportFpShotJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportfpshotjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportMediaDetailJobResult ¶

func (client *Client) ReportMediaDetailJobResult(request *ReportMediaDetailJobResultRequest) (response *ReportMediaDetailJobResultResponse, err error)

ReportMediaDetailJobResult invokes the mts.ReportMediaDetailJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportmediadetailjobresult.html

func (*Client) ReportMediaDetailJobResultWithCallback ¶

func (client *Client) ReportMediaDetailJobResultWithCallback(request *ReportMediaDetailJobResultRequest, callback func(response *ReportMediaDetailJobResultResponse, err error)) <-chan int

ReportMediaDetailJobResultWithCallback invokes the mts.ReportMediaDetailJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportmediadetailjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportMediaDetailJobResultWithChan ¶

func (client *Client) ReportMediaDetailJobResultWithChan(request *ReportMediaDetailJobResultRequest) (<-chan *ReportMediaDetailJobResultResponse, <-chan error)

ReportMediaDetailJobResultWithChan invokes the mts.ReportMediaDetailJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportmediadetailjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportPornJobResult ¶

func (client *Client) ReportPornJobResult(request *ReportPornJobResultRequest) (response *ReportPornJobResultResponse, err error)

ReportPornJobResult invokes the mts.ReportPornJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportpornjobresult.html

func (*Client) ReportPornJobResultWithCallback ¶

func (client *Client) ReportPornJobResultWithCallback(request *ReportPornJobResultRequest, callback func(response *ReportPornJobResultResponse, err error)) <-chan int

ReportPornJobResultWithCallback invokes the mts.ReportPornJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportpornjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportPornJobResultWithChan ¶

func (client *Client) ReportPornJobResultWithChan(request *ReportPornJobResultRequest) (<-chan *ReportPornJobResultResponse, <-chan error)

ReportPornJobResultWithChan invokes the mts.ReportPornJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportpornjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportTagJobResult ¶

func (client *Client) ReportTagJobResult(request *ReportTagJobResultRequest) (response *ReportTagJobResultResponse, err error)

ReportTagJobResult invokes the mts.ReportTagJobResult API synchronously api document: https://help.aliyun.com/api/mts/reporttagjobresult.html

func (*Client) ReportTagJobResultWithCallback ¶

func (client *Client) ReportTagJobResultWithCallback(request *ReportTagJobResultRequest, callback func(response *ReportTagJobResultResponse, err error)) <-chan int

ReportTagJobResultWithCallback invokes the mts.ReportTagJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reporttagjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportTagJobResultWithChan ¶

func (client *Client) ReportTagJobResultWithChan(request *ReportTagJobResultRequest) (<-chan *ReportTagJobResultResponse, <-chan error)

ReportTagJobResultWithChan invokes the mts.ReportTagJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reporttagjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportTerrorismJobResult ¶

func (client *Client) ReportTerrorismJobResult(request *ReportTerrorismJobResultRequest) (response *ReportTerrorismJobResultResponse, err error)

ReportTerrorismJobResult invokes the mts.ReportTerrorismJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportterrorismjobresult.html

func (*Client) ReportTerrorismJobResultWithCallback ¶

func (client *Client) ReportTerrorismJobResultWithCallback(request *ReportTerrorismJobResultRequest, callback func(response *ReportTerrorismJobResultResponse, err error)) <-chan int

ReportTerrorismJobResultWithCallback invokes the mts.ReportTerrorismJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportterrorismjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportTerrorismJobResultWithChan ¶

func (client *Client) ReportTerrorismJobResultWithChan(request *ReportTerrorismJobResultRequest) (<-chan *ReportTerrorismJobResultResponse, <-chan error)

ReportTerrorismJobResultWithChan invokes the mts.ReportTerrorismJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportterrorismjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportVideoSplitJobResult ¶

func (client *Client) ReportVideoSplitJobResult(request *ReportVideoSplitJobResultRequest) (response *ReportVideoSplitJobResultResponse, err error)

ReportVideoSplitJobResult invokes the mts.ReportVideoSplitJobResult API synchronously api document: https://help.aliyun.com/api/mts/reportvideosplitjobresult.html

func (*Client) ReportVideoSplitJobResultWithCallback ¶

func (client *Client) ReportVideoSplitJobResultWithCallback(request *ReportVideoSplitJobResultRequest, callback func(response *ReportVideoSplitJobResultResponse, err error)) <-chan int

ReportVideoSplitJobResultWithCallback invokes the mts.ReportVideoSplitJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportvideosplitjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportVideoSplitJobResultWithChan ¶

func (client *Client) ReportVideoSplitJobResultWithChan(request *ReportVideoSplitJobResultRequest) (<-chan *ReportVideoSplitJobResultResponse, <-chan error)

ReportVideoSplitJobResultWithChan invokes the mts.ReportVideoSplitJobResult API asynchronously api document: https://help.aliyun.com/api/mts/reportvideosplitjobresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchMedia ¶

func (client *Client) SearchMedia(request *SearchMediaRequest) (response *SearchMediaResponse, err error)

SearchMedia invokes the mts.SearchMedia API synchronously api document: https://help.aliyun.com/api/mts/searchmedia.html

func (*Client) SearchMediaWithCallback ¶

func (client *Client) SearchMediaWithCallback(request *SearchMediaRequest, callback func(response *SearchMediaResponse, err error)) <-chan int

SearchMediaWithCallback invokes the mts.SearchMedia API asynchronously api document: https://help.aliyun.com/api/mts/searchmedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchMediaWithChan ¶

func (client *Client) SearchMediaWithChan(request *SearchMediaRequest) (<-chan *SearchMediaResponse, <-chan error)

SearchMediaWithChan invokes the mts.SearchMedia API asynchronously api document: https://help.aliyun.com/api/mts/searchmedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchMediaWorkflow ¶

func (client *Client) SearchMediaWorkflow(request *SearchMediaWorkflowRequest) (response *SearchMediaWorkflowResponse, err error)

SearchMediaWorkflow invokes the mts.SearchMediaWorkflow API synchronously api document: https://help.aliyun.com/api/mts/searchmediaworkflow.html

func (*Client) SearchMediaWorkflowWithCallback ¶

func (client *Client) SearchMediaWorkflowWithCallback(request *SearchMediaWorkflowRequest, callback func(response *SearchMediaWorkflowResponse, err error)) <-chan int

SearchMediaWorkflowWithCallback invokes the mts.SearchMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/searchmediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchMediaWorkflowWithChan ¶

func (client *Client) SearchMediaWorkflowWithChan(request *SearchMediaWorkflowRequest) (<-chan *SearchMediaWorkflowResponse, <-chan error)

SearchMediaWorkflowWithChan invokes the mts.SearchMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/searchmediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchPipeline ¶

func (client *Client) SearchPipeline(request *SearchPipelineRequest) (response *SearchPipelineResponse, err error)

SearchPipeline invokes the mts.SearchPipeline API synchronously api document: https://help.aliyun.com/api/mts/searchpipeline.html

func (*Client) SearchPipelineWithCallback ¶

func (client *Client) SearchPipelineWithCallback(request *SearchPipelineRequest, callback func(response *SearchPipelineResponse, err error)) <-chan int

SearchPipelineWithCallback invokes the mts.SearchPipeline API asynchronously api document: https://help.aliyun.com/api/mts/searchpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchPipelineWithChan ¶

func (client *Client) SearchPipelineWithChan(request *SearchPipelineRequest) (<-chan *SearchPipelineResponse, <-chan error)

SearchPipelineWithChan invokes the mts.SearchPipeline API asynchronously api document: https://help.aliyun.com/api/mts/searchpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchTemplate ¶

func (client *Client) SearchTemplate(request *SearchTemplateRequest) (response *SearchTemplateResponse, err error)

SearchTemplate invokes the mts.SearchTemplate API synchronously api document: https://help.aliyun.com/api/mts/searchtemplate.html

func (*Client) SearchTemplateWithCallback ¶

func (client *Client) SearchTemplateWithCallback(request *SearchTemplateRequest, callback func(response *SearchTemplateResponse, err error)) <-chan int

SearchTemplateWithCallback invokes the mts.SearchTemplate API asynchronously api document: https://help.aliyun.com/api/mts/searchtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchTemplateWithChan ¶

func (client *Client) SearchTemplateWithChan(request *SearchTemplateRequest) (<-chan *SearchTemplateResponse, <-chan error)

SearchTemplateWithChan invokes the mts.SearchTemplate API asynchronously api document: https://help.aliyun.com/api/mts/searchtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchWaterMarkTemplate ¶

func (client *Client) SearchWaterMarkTemplate(request *SearchWaterMarkTemplateRequest) (response *SearchWaterMarkTemplateResponse, err error)

SearchWaterMarkTemplate invokes the mts.SearchWaterMarkTemplate API synchronously api document: https://help.aliyun.com/api/mts/searchwatermarktemplate.html

func (*Client) SearchWaterMarkTemplateWithCallback ¶

func (client *Client) SearchWaterMarkTemplateWithCallback(request *SearchWaterMarkTemplateRequest, callback func(response *SearchWaterMarkTemplateResponse, err error)) <-chan int

SearchWaterMarkTemplateWithCallback invokes the mts.SearchWaterMarkTemplate API asynchronously api document: https://help.aliyun.com/api/mts/searchwatermarktemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchWaterMarkTemplateWithChan ¶

func (client *Client) SearchWaterMarkTemplateWithChan(request *SearchWaterMarkTemplateRequest) (<-chan *SearchWaterMarkTemplateResponse, <-chan error)

SearchWaterMarkTemplateWithChan invokes the mts.SearchWaterMarkTemplate API asynchronously api document: https://help.aliyun.com/api/mts/searchwatermarktemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetAuthConfig ¶

func (client *Client) SetAuthConfig(request *SetAuthConfigRequest) (response *SetAuthConfigResponse, err error)

SetAuthConfig invokes the mts.SetAuthConfig API synchronously api document: https://help.aliyun.com/api/mts/setauthconfig.html

func (*Client) SetAuthConfigWithCallback ¶

func (client *Client) SetAuthConfigWithCallback(request *SetAuthConfigRequest, callback func(response *SetAuthConfigResponse, err error)) <-chan int

SetAuthConfigWithCallback invokes the mts.SetAuthConfig API asynchronously api document: https://help.aliyun.com/api/mts/setauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetAuthConfigWithChan ¶

func (client *Client) SetAuthConfigWithChan(request *SetAuthConfigRequest) (<-chan *SetAuthConfigResponse, <-chan error)

SetAuthConfigWithChan invokes the mts.SetAuthConfig API asynchronously api document: https://help.aliyun.com/api/mts/setauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitAnalysisJob ¶

func (client *Client) SubmitAnalysisJob(request *SubmitAnalysisJobRequest) (response *SubmitAnalysisJobResponse, err error)

SubmitAnalysisJob invokes the mts.SubmitAnalysisJob API synchronously api document: https://help.aliyun.com/api/mts/submitanalysisjob.html

func (*Client) SubmitAnalysisJobWithCallback ¶

func (client *Client) SubmitAnalysisJobWithCallback(request *SubmitAnalysisJobRequest, callback func(response *SubmitAnalysisJobResponse, err error)) <-chan int

SubmitAnalysisJobWithCallback invokes the mts.SubmitAnalysisJob API asynchronously api document: https://help.aliyun.com/api/mts/submitanalysisjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitAnalysisJobWithChan ¶

func (client *Client) SubmitAnalysisJobWithChan(request *SubmitAnalysisJobRequest) (<-chan *SubmitAnalysisJobResponse, <-chan error)

SubmitAnalysisJobWithChan invokes the mts.SubmitAnalysisJob API asynchronously api document: https://help.aliyun.com/api/mts/submitanalysisjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitAnnotationJob ¶

func (client *Client) SubmitAnnotationJob(request *SubmitAnnotationJobRequest) (response *SubmitAnnotationJobResponse, err error)

SubmitAnnotationJob invokes the mts.SubmitAnnotationJob API synchronously api document: https://help.aliyun.com/api/mts/submitannotationjob.html

func (*Client) SubmitAnnotationJobWithCallback ¶

func (client *Client) SubmitAnnotationJobWithCallback(request *SubmitAnnotationJobRequest, callback func(response *SubmitAnnotationJobResponse, err error)) <-chan int

SubmitAnnotationJobWithCallback invokes the mts.SubmitAnnotationJob API asynchronously api document: https://help.aliyun.com/api/mts/submitannotationjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitAnnotationJobWithChan ¶

func (client *Client) SubmitAnnotationJobWithChan(request *SubmitAnnotationJobRequest) (<-chan *SubmitAnnotationJobResponse, <-chan error)

SubmitAnnotationJobWithChan invokes the mts.SubmitAnnotationJob API asynchronously api document: https://help.aliyun.com/api/mts/submitannotationjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitAsrJob ¶

func (client *Client) SubmitAsrJob(request *SubmitAsrJobRequest) (response *SubmitAsrJobResponse, err error)

SubmitAsrJob invokes the mts.SubmitAsrJob API synchronously api document: https://help.aliyun.com/api/mts/submitasrjob.html

func (*Client) SubmitAsrJobWithCallback ¶

func (client *Client) SubmitAsrJobWithCallback(request *SubmitAsrJobRequest, callback func(response *SubmitAsrJobResponse, err error)) <-chan int

SubmitAsrJobWithCallback invokes the mts.SubmitAsrJob API asynchronously api document: https://help.aliyun.com/api/mts/submitasrjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitAsrJobWithChan ¶

func (client *Client) SubmitAsrJobWithChan(request *SubmitAsrJobRequest) (<-chan *SubmitAsrJobResponse, <-chan error)

SubmitAsrJobWithChan invokes the mts.SubmitAsrJob API asynchronously api document: https://help.aliyun.com/api/mts/submitasrjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitCensorJob ¶

func (client *Client) SubmitCensorJob(request *SubmitCensorJobRequest) (response *SubmitCensorJobResponse, err error)

SubmitCensorJob invokes the mts.SubmitCensorJob API synchronously api document: https://help.aliyun.com/api/mts/submitcensorjob.html

func (*Client) SubmitCensorJobWithCallback ¶

func (client *Client) SubmitCensorJobWithCallback(request *SubmitCensorJobRequest, callback func(response *SubmitCensorJobResponse, err error)) <-chan int

SubmitCensorJobWithCallback invokes the mts.SubmitCensorJob API asynchronously api document: https://help.aliyun.com/api/mts/submitcensorjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitCensorJobWithChan ¶

func (client *Client) SubmitCensorJobWithChan(request *SubmitCensorJobRequest) (<-chan *SubmitCensorJobResponse, <-chan error)

SubmitCensorJobWithChan invokes the mts.SubmitCensorJob API asynchronously api document: https://help.aliyun.com/api/mts/submitcensorjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitCoverJob ¶

func (client *Client) SubmitCoverJob(request *SubmitCoverJobRequest) (response *SubmitCoverJobResponse, err error)

SubmitCoverJob invokes the mts.SubmitCoverJob API synchronously api document: https://help.aliyun.com/api/mts/submitcoverjob.html

func (*Client) SubmitCoverJobWithCallback ¶

func (client *Client) SubmitCoverJobWithCallback(request *SubmitCoverJobRequest, callback func(response *SubmitCoverJobResponse, err error)) <-chan int

SubmitCoverJobWithCallback invokes the mts.SubmitCoverJob API asynchronously api document: https://help.aliyun.com/api/mts/submitcoverjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitCoverJobWithChan ¶

func (client *Client) SubmitCoverJobWithChan(request *SubmitCoverJobRequest) (<-chan *SubmitCoverJobResponse, <-chan error)

SubmitCoverJobWithChan invokes the mts.SubmitCoverJob API asynchronously api document: https://help.aliyun.com/api/mts/submitcoverjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitEditingJobs ¶

func (client *Client) SubmitEditingJobs(request *SubmitEditingJobsRequest) (response *SubmitEditingJobsResponse, err error)

SubmitEditingJobs invokes the mts.SubmitEditingJobs API synchronously api document: https://help.aliyun.com/api/mts/submiteditingjobs.html

func (*Client) SubmitEditingJobsWithCallback ¶

func (client *Client) SubmitEditingJobsWithCallback(request *SubmitEditingJobsRequest, callback func(response *SubmitEditingJobsResponse, err error)) <-chan int

SubmitEditingJobsWithCallback invokes the mts.SubmitEditingJobs API asynchronously api document: https://help.aliyun.com/api/mts/submiteditingjobs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitEditingJobsWithChan ¶

func (client *Client) SubmitEditingJobsWithChan(request *SubmitEditingJobsRequest) (<-chan *SubmitEditingJobsResponse, <-chan error)

SubmitEditingJobsWithChan invokes the mts.SubmitEditingJobs API asynchronously api document: https://help.aliyun.com/api/mts/submiteditingjobs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitFacerecogJob ¶

func (client *Client) SubmitFacerecogJob(request *SubmitFacerecogJobRequest) (response *SubmitFacerecogJobResponse, err error)

SubmitFacerecogJob invokes the mts.SubmitFacerecogJob API synchronously api document: https://help.aliyun.com/api/mts/submitfacerecogjob.html

func (*Client) SubmitFacerecogJobWithCallback ¶

func (client *Client) SubmitFacerecogJobWithCallback(request *SubmitFacerecogJobRequest, callback func(response *SubmitFacerecogJobResponse, err error)) <-chan int

SubmitFacerecogJobWithCallback invokes the mts.SubmitFacerecogJob API asynchronously api document: https://help.aliyun.com/api/mts/submitfacerecogjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitFacerecogJobWithChan ¶

func (client *Client) SubmitFacerecogJobWithChan(request *SubmitFacerecogJobRequest) (<-chan *SubmitFacerecogJobResponse, <-chan error)

SubmitFacerecogJobWithChan invokes the mts.SubmitFacerecogJob API asynchronously api document: https://help.aliyun.com/api/mts/submitfacerecogjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitFpShotJob ¶

func (client *Client) SubmitFpShotJob(request *SubmitFpShotJobRequest) (response *SubmitFpShotJobResponse, err error)

SubmitFpShotJob invokes the mts.SubmitFpShotJob API synchronously api document: https://help.aliyun.com/api/mts/submitfpshotjob.html

func (*Client) SubmitFpShotJobWithCallback ¶

func (client *Client) SubmitFpShotJobWithCallback(request *SubmitFpShotJobRequest, callback func(response *SubmitFpShotJobResponse, err error)) <-chan int

SubmitFpShotJobWithCallback invokes the mts.SubmitFpShotJob API asynchronously api document: https://help.aliyun.com/api/mts/submitfpshotjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitFpShotJobWithChan ¶

func (client *Client) SubmitFpShotJobWithChan(request *SubmitFpShotJobRequest) (<-chan *SubmitFpShotJobResponse, <-chan error)

SubmitFpShotJobWithChan invokes the mts.SubmitFpShotJob API asynchronously api document: https://help.aliyun.com/api/mts/submitfpshotjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitJobs ¶

func (client *Client) SubmitJobs(request *SubmitJobsRequest) (response *SubmitJobsResponse, err error)

SubmitJobs invokes the mts.SubmitJobs API synchronously api document: https://help.aliyun.com/api/mts/submitjobs.html

func (*Client) SubmitJobsWithCallback ¶

func (client *Client) SubmitJobsWithCallback(request *SubmitJobsRequest, callback func(response *SubmitJobsResponse, err error)) <-chan int

SubmitJobsWithCallback invokes the mts.SubmitJobs API asynchronously api document: https://help.aliyun.com/api/mts/submitjobs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitJobsWithChan ¶

func (client *Client) SubmitJobsWithChan(request *SubmitJobsRequest) (<-chan *SubmitJobsResponse, <-chan error)

SubmitJobsWithChan invokes the mts.SubmitJobs API asynchronously api document: https://help.aliyun.com/api/mts/submitjobs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitMediaDetailJob ¶

func (client *Client) SubmitMediaDetailJob(request *SubmitMediaDetailJobRequest) (response *SubmitMediaDetailJobResponse, err error)

SubmitMediaDetailJob invokes the mts.SubmitMediaDetailJob API synchronously api document: https://help.aliyun.com/api/mts/submitmediadetailjob.html

func (*Client) SubmitMediaDetailJobWithCallback ¶

func (client *Client) SubmitMediaDetailJobWithCallback(request *SubmitMediaDetailJobRequest, callback func(response *SubmitMediaDetailJobResponse, err error)) <-chan int

SubmitMediaDetailJobWithCallback invokes the mts.SubmitMediaDetailJob API asynchronously api document: https://help.aliyun.com/api/mts/submitmediadetailjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitMediaDetailJobWithChan ¶

func (client *Client) SubmitMediaDetailJobWithChan(request *SubmitMediaDetailJobRequest) (<-chan *SubmitMediaDetailJobResponse, <-chan error)

SubmitMediaDetailJobWithChan invokes the mts.SubmitMediaDetailJob API asynchronously api document: https://help.aliyun.com/api/mts/submitmediadetailjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitMediaInfoJob ¶

func (client *Client) SubmitMediaInfoJob(request *SubmitMediaInfoJobRequest) (response *SubmitMediaInfoJobResponse, err error)

SubmitMediaInfoJob invokes the mts.SubmitMediaInfoJob API synchronously api document: https://help.aliyun.com/api/mts/submitmediainfojob.html

func (*Client) SubmitMediaInfoJobWithCallback ¶

func (client *Client) SubmitMediaInfoJobWithCallback(request *SubmitMediaInfoJobRequest, callback func(response *SubmitMediaInfoJobResponse, err error)) <-chan int

SubmitMediaInfoJobWithCallback invokes the mts.SubmitMediaInfoJob API asynchronously api document: https://help.aliyun.com/api/mts/submitmediainfojob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitMediaInfoJobWithChan ¶

func (client *Client) SubmitMediaInfoJobWithChan(request *SubmitMediaInfoJobRequest) (<-chan *SubmitMediaInfoJobResponse, <-chan error)

SubmitMediaInfoJobWithChan invokes the mts.SubmitMediaInfoJob API asynchronously api document: https://help.aliyun.com/api/mts/submitmediainfojob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitPornJob ¶

func (client *Client) SubmitPornJob(request *SubmitPornJobRequest) (response *SubmitPornJobResponse, err error)

SubmitPornJob invokes the mts.SubmitPornJob API synchronously api document: https://help.aliyun.com/api/mts/submitpornjob.html

func (*Client) SubmitPornJobWithCallback ¶

func (client *Client) SubmitPornJobWithCallback(request *SubmitPornJobRequest, callback func(response *SubmitPornJobResponse, err error)) <-chan int

SubmitPornJobWithCallback invokes the mts.SubmitPornJob API asynchronously api document: https://help.aliyun.com/api/mts/submitpornjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitPornJobWithChan ¶

func (client *Client) SubmitPornJobWithChan(request *SubmitPornJobRequest) (<-chan *SubmitPornJobResponse, <-chan error)

SubmitPornJobWithChan invokes the mts.SubmitPornJob API asynchronously api document: https://help.aliyun.com/api/mts/submitpornjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitSnapshotJob ¶

func (client *Client) SubmitSnapshotJob(request *SubmitSnapshotJobRequest) (response *SubmitSnapshotJobResponse, err error)

SubmitSnapshotJob invokes the mts.SubmitSnapshotJob API synchronously api document: https://help.aliyun.com/api/mts/submitsnapshotjob.html

func (*Client) SubmitSnapshotJobWithCallback ¶

func (client *Client) SubmitSnapshotJobWithCallback(request *SubmitSnapshotJobRequest, callback func(response *SubmitSnapshotJobResponse, err error)) <-chan int

SubmitSnapshotJobWithCallback invokes the mts.SubmitSnapshotJob API asynchronously api document: https://help.aliyun.com/api/mts/submitsnapshotjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitSnapshotJobWithChan ¶

func (client *Client) SubmitSnapshotJobWithChan(request *SubmitSnapshotJobRequest) (<-chan *SubmitSnapshotJobResponse, <-chan error)

SubmitSnapshotJobWithChan invokes the mts.SubmitSnapshotJob API asynchronously api document: https://help.aliyun.com/api/mts/submitsnapshotjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitTagJob ¶

func (client *Client) SubmitTagJob(request *SubmitTagJobRequest) (response *SubmitTagJobResponse, err error)

SubmitTagJob invokes the mts.SubmitTagJob API synchronously api document: https://help.aliyun.com/api/mts/submittagjob.html

func (*Client) SubmitTagJobWithCallback ¶

func (client *Client) SubmitTagJobWithCallback(request *SubmitTagJobRequest, callback func(response *SubmitTagJobResponse, err error)) <-chan int

SubmitTagJobWithCallback invokes the mts.SubmitTagJob API asynchronously api document: https://help.aliyun.com/api/mts/submittagjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitTagJobWithChan ¶

func (client *Client) SubmitTagJobWithChan(request *SubmitTagJobRequest) (<-chan *SubmitTagJobResponse, <-chan error)

SubmitTagJobWithChan invokes the mts.SubmitTagJob API asynchronously api document: https://help.aliyun.com/api/mts/submittagjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitTerrorismJob ¶

func (client *Client) SubmitTerrorismJob(request *SubmitTerrorismJobRequest) (response *SubmitTerrorismJobResponse, err error)

SubmitTerrorismJob invokes the mts.SubmitTerrorismJob API synchronously api document: https://help.aliyun.com/api/mts/submitterrorismjob.html

func (*Client) SubmitTerrorismJobWithCallback ¶

func (client *Client) SubmitTerrorismJobWithCallback(request *SubmitTerrorismJobRequest, callback func(response *SubmitTerrorismJobResponse, err error)) <-chan int

SubmitTerrorismJobWithCallback invokes the mts.SubmitTerrorismJob API asynchronously api document: https://help.aliyun.com/api/mts/submitterrorismjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitTerrorismJobWithChan ¶

func (client *Client) SubmitTerrorismJobWithChan(request *SubmitTerrorismJobRequest) (<-chan *SubmitTerrorismJobResponse, <-chan error)

SubmitTerrorismJobWithChan invokes the mts.SubmitTerrorismJob API asynchronously api document: https://help.aliyun.com/api/mts/submitterrorismjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitVideoGifJob ¶

func (client *Client) SubmitVideoGifJob(request *SubmitVideoGifJobRequest) (response *SubmitVideoGifJobResponse, err error)

SubmitVideoGifJob invokes the mts.SubmitVideoGifJob API synchronously api document: https://help.aliyun.com/api/mts/submitvideogifjob.html

func (*Client) SubmitVideoGifJobWithCallback ¶

func (client *Client) SubmitVideoGifJobWithCallback(request *SubmitVideoGifJobRequest, callback func(response *SubmitVideoGifJobResponse, err error)) <-chan int

SubmitVideoGifJobWithCallback invokes the mts.SubmitVideoGifJob API asynchronously api document: https://help.aliyun.com/api/mts/submitvideogifjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitVideoGifJobWithChan ¶

func (client *Client) SubmitVideoGifJobWithChan(request *SubmitVideoGifJobRequest) (<-chan *SubmitVideoGifJobResponse, <-chan error)

SubmitVideoGifJobWithChan invokes the mts.SubmitVideoGifJob API asynchronously api document: https://help.aliyun.com/api/mts/submitvideogifjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitVideoSplitJob ¶

func (client *Client) SubmitVideoSplitJob(request *SubmitVideoSplitJobRequest) (response *SubmitVideoSplitJobResponse, err error)

SubmitVideoSplitJob invokes the mts.SubmitVideoSplitJob API synchronously api document: https://help.aliyun.com/api/mts/submitvideosplitjob.html

func (*Client) SubmitVideoSplitJobWithCallback ¶

func (client *Client) SubmitVideoSplitJobWithCallback(request *SubmitVideoSplitJobRequest, callback func(response *SubmitVideoSplitJobResponse, err error)) <-chan int

SubmitVideoSplitJobWithCallback invokes the mts.SubmitVideoSplitJob API asynchronously api document: https://help.aliyun.com/api/mts/submitvideosplitjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitVideoSplitJobWithChan ¶

func (client *Client) SubmitVideoSplitJobWithChan(request *SubmitVideoSplitJobRequest) (<-chan *SubmitVideoSplitJobResponse, <-chan error)

SubmitVideoSplitJobWithChan invokes the mts.SubmitVideoSplitJob API asynchronously api document: https://help.aliyun.com/api/mts/submitvideosplitjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitVideoSummaryJob ¶

func (client *Client) SubmitVideoSummaryJob(request *SubmitVideoSummaryJobRequest) (response *SubmitVideoSummaryJobResponse, err error)

SubmitVideoSummaryJob invokes the mts.SubmitVideoSummaryJob API synchronously api document: https://help.aliyun.com/api/mts/submitvideosummaryjob.html

func (*Client) SubmitVideoSummaryJobWithCallback ¶

func (client *Client) SubmitVideoSummaryJobWithCallback(request *SubmitVideoSummaryJobRequest, callback func(response *SubmitVideoSummaryJobResponse, err error)) <-chan int

SubmitVideoSummaryJobWithCallback invokes the mts.SubmitVideoSummaryJob API asynchronously api document: https://help.aliyun.com/api/mts/submitvideosummaryjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitVideoSummaryJobWithChan ¶

func (client *Client) SubmitVideoSummaryJobWithChan(request *SubmitVideoSummaryJobRequest) (<-chan *SubmitVideoSummaryJobResponse, <-chan error)

SubmitVideoSummaryJobWithChan invokes the mts.SubmitVideoSummaryJob API asynchronously api document: https://help.aliyun.com/api/mts/submitvideosummaryjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindInputBucket ¶

func (client *Client) UnbindInputBucket(request *UnbindInputBucketRequest) (response *UnbindInputBucketResponse, err error)

UnbindInputBucket invokes the mts.UnbindInputBucket API synchronously api document: https://help.aliyun.com/api/mts/unbindinputbucket.html

func (*Client) UnbindInputBucketWithCallback ¶

func (client *Client) UnbindInputBucketWithCallback(request *UnbindInputBucketRequest, callback func(response *UnbindInputBucketResponse, err error)) <-chan int

UnbindInputBucketWithCallback invokes the mts.UnbindInputBucket API asynchronously api document: https://help.aliyun.com/api/mts/unbindinputbucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindInputBucketWithChan ¶

func (client *Client) UnbindInputBucketWithChan(request *UnbindInputBucketRequest) (<-chan *UnbindInputBucketResponse, <-chan error)

UnbindInputBucketWithChan invokes the mts.UnbindInputBucket API asynchronously api document: https://help.aliyun.com/api/mts/unbindinputbucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindOutputBucket ¶

func (client *Client) UnbindOutputBucket(request *UnbindOutputBucketRequest) (response *UnbindOutputBucketResponse, err error)

UnbindOutputBucket invokes the mts.UnbindOutputBucket API synchronously api document: https://help.aliyun.com/api/mts/unbindoutputbucket.html

func (*Client) UnbindOutputBucketWithCallback ¶

func (client *Client) UnbindOutputBucketWithCallback(request *UnbindOutputBucketRequest, callback func(response *UnbindOutputBucketResponse, err error)) <-chan int

UnbindOutputBucketWithCallback invokes the mts.UnbindOutputBucket API asynchronously api document: https://help.aliyun.com/api/mts/unbindoutputbucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindOutputBucketWithChan ¶

func (client *Client) UnbindOutputBucketWithChan(request *UnbindOutputBucketRequest) (<-chan *UnbindOutputBucketResponse, <-chan error)

UnbindOutputBucketWithChan invokes the mts.UnbindOutputBucket API asynchronously api document: https://help.aliyun.com/api/mts/unbindoutputbucket.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateAsrPipeline ¶

func (client *Client) UpdateAsrPipeline(request *UpdateAsrPipelineRequest) (response *UpdateAsrPipelineResponse, err error)

UpdateAsrPipeline invokes the mts.UpdateAsrPipeline API synchronously api document: https://help.aliyun.com/api/mts/updateasrpipeline.html

func (*Client) UpdateAsrPipelineWithCallback ¶

func (client *Client) UpdateAsrPipelineWithCallback(request *UpdateAsrPipelineRequest, callback func(response *UpdateAsrPipelineResponse, err error)) <-chan int

UpdateAsrPipelineWithCallback invokes the mts.UpdateAsrPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updateasrpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateAsrPipelineWithChan ¶

func (client *Client) UpdateAsrPipelineWithChan(request *UpdateAsrPipelineRequest) (<-chan *UpdateAsrPipelineResponse, <-chan error)

UpdateAsrPipelineWithChan invokes the mts.UpdateAsrPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updateasrpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateCategoryName ¶

func (client *Client) UpdateCategoryName(request *UpdateCategoryNameRequest) (response *UpdateCategoryNameResponse, err error)

UpdateCategoryName invokes the mts.UpdateCategoryName API synchronously api document: https://help.aliyun.com/api/mts/updatecategoryname.html

func (*Client) UpdateCategoryNameWithCallback ¶

func (client *Client) UpdateCategoryNameWithCallback(request *UpdateCategoryNameRequest, callback func(response *UpdateCategoryNameResponse, err error)) <-chan int

UpdateCategoryNameWithCallback invokes the mts.UpdateCategoryName API asynchronously api document: https://help.aliyun.com/api/mts/updatecategoryname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateCategoryNameWithChan ¶

func (client *Client) UpdateCategoryNameWithChan(request *UpdateCategoryNameRequest) (<-chan *UpdateCategoryNameResponse, <-chan error)

UpdateCategoryNameWithChan invokes the mts.UpdateCategoryName API asynchronously api document: https://help.aliyun.com/api/mts/updatecategoryname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateCensorPipeline ¶

func (client *Client) UpdateCensorPipeline(request *UpdateCensorPipelineRequest) (response *UpdateCensorPipelineResponse, err error)

UpdateCensorPipeline invokes the mts.UpdateCensorPipeline API synchronously api document: https://help.aliyun.com/api/mts/updatecensorpipeline.html

func (*Client) UpdateCensorPipelineWithCallback ¶

func (client *Client) UpdateCensorPipelineWithCallback(request *UpdateCensorPipelineRequest, callback func(response *UpdateCensorPipelineResponse, err error)) <-chan int

UpdateCensorPipelineWithCallback invokes the mts.UpdateCensorPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updatecensorpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateCensorPipelineWithChan ¶

func (client *Client) UpdateCensorPipelineWithChan(request *UpdateCensorPipelineRequest) (<-chan *UpdateCensorPipelineResponse, <-chan error)

UpdateCensorPipelineWithChan invokes the mts.UpdateCensorPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updatecensorpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateCoverPipeline ¶

func (client *Client) UpdateCoverPipeline(request *UpdateCoverPipelineRequest) (response *UpdateCoverPipelineResponse, err error)

UpdateCoverPipeline invokes the mts.UpdateCoverPipeline API synchronously api document: https://help.aliyun.com/api/mts/updatecoverpipeline.html

func (*Client) UpdateCoverPipelineWithCallback ¶

func (client *Client) UpdateCoverPipelineWithCallback(request *UpdateCoverPipelineRequest, callback func(response *UpdateCoverPipelineResponse, err error)) <-chan int

UpdateCoverPipelineWithCallback invokes the mts.UpdateCoverPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updatecoverpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateCoverPipelineWithChan ¶

func (client *Client) UpdateCoverPipelineWithChan(request *UpdateCoverPipelineRequest) (<-chan *UpdateCoverPipelineResponse, <-chan error)

UpdateCoverPipelineWithChan invokes the mts.UpdateCoverPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updatecoverpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMedia ¶

func (client *Client) UpdateMedia(request *UpdateMediaRequest) (response *UpdateMediaResponse, err error)

UpdateMedia invokes the mts.UpdateMedia API synchronously api document: https://help.aliyun.com/api/mts/updatemedia.html

func (*Client) UpdateMediaCategory ¶

func (client *Client) UpdateMediaCategory(request *UpdateMediaCategoryRequest) (response *UpdateMediaCategoryResponse, err error)

UpdateMediaCategory invokes the mts.UpdateMediaCategory API synchronously api document: https://help.aliyun.com/api/mts/updatemediacategory.html

func (*Client) UpdateMediaCategoryWithCallback ¶

func (client *Client) UpdateMediaCategoryWithCallback(request *UpdateMediaCategoryRequest, callback func(response *UpdateMediaCategoryResponse, err error)) <-chan int

UpdateMediaCategoryWithCallback invokes the mts.UpdateMediaCategory API asynchronously api document: https://help.aliyun.com/api/mts/updatemediacategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaCategoryWithChan ¶

func (client *Client) UpdateMediaCategoryWithChan(request *UpdateMediaCategoryRequest) (<-chan *UpdateMediaCategoryResponse, <-chan error)

UpdateMediaCategoryWithChan invokes the mts.UpdateMediaCategory API asynchronously api document: https://help.aliyun.com/api/mts/updatemediacategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaCover ¶

func (client *Client) UpdateMediaCover(request *UpdateMediaCoverRequest) (response *UpdateMediaCoverResponse, err error)

UpdateMediaCover invokes the mts.UpdateMediaCover API synchronously api document: https://help.aliyun.com/api/mts/updatemediacover.html

func (*Client) UpdateMediaCoverWithCallback ¶

func (client *Client) UpdateMediaCoverWithCallback(request *UpdateMediaCoverRequest, callback func(response *UpdateMediaCoverResponse, err error)) <-chan int

UpdateMediaCoverWithCallback invokes the mts.UpdateMediaCover API asynchronously api document: https://help.aliyun.com/api/mts/updatemediacover.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaCoverWithChan ¶

func (client *Client) UpdateMediaCoverWithChan(request *UpdateMediaCoverRequest) (<-chan *UpdateMediaCoverResponse, <-chan error)

UpdateMediaCoverWithChan invokes the mts.UpdateMediaCover API asynchronously api document: https://help.aliyun.com/api/mts/updatemediacover.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaPublishState ¶

func (client *Client) UpdateMediaPublishState(request *UpdateMediaPublishStateRequest) (response *UpdateMediaPublishStateResponse, err error)

UpdateMediaPublishState invokes the mts.UpdateMediaPublishState API synchronously api document: https://help.aliyun.com/api/mts/updatemediapublishstate.html

func (*Client) UpdateMediaPublishStateWithCallback ¶

func (client *Client) UpdateMediaPublishStateWithCallback(request *UpdateMediaPublishStateRequest, callback func(response *UpdateMediaPublishStateResponse, err error)) <-chan int

UpdateMediaPublishStateWithCallback invokes the mts.UpdateMediaPublishState API asynchronously api document: https://help.aliyun.com/api/mts/updatemediapublishstate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaPublishStateWithChan ¶

func (client *Client) UpdateMediaPublishStateWithChan(request *UpdateMediaPublishStateRequest) (<-chan *UpdateMediaPublishStateResponse, <-chan error)

UpdateMediaPublishStateWithChan invokes the mts.UpdateMediaPublishState API asynchronously api document: https://help.aliyun.com/api/mts/updatemediapublishstate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaWithCallback ¶

func (client *Client) UpdateMediaWithCallback(request *UpdateMediaRequest, callback func(response *UpdateMediaResponse, err error)) <-chan int

UpdateMediaWithCallback invokes the mts.UpdateMedia API asynchronously api document: https://help.aliyun.com/api/mts/updatemedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaWithChan ¶

func (client *Client) UpdateMediaWithChan(request *UpdateMediaRequest) (<-chan *UpdateMediaResponse, <-chan error)

UpdateMediaWithChan invokes the mts.UpdateMedia API asynchronously api document: https://help.aliyun.com/api/mts/updatemedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaWorkflow ¶

func (client *Client) UpdateMediaWorkflow(request *UpdateMediaWorkflowRequest) (response *UpdateMediaWorkflowResponse, err error)

UpdateMediaWorkflow invokes the mts.UpdateMediaWorkflow API synchronously api document: https://help.aliyun.com/api/mts/updatemediaworkflow.html

func (*Client) UpdateMediaWorkflowTriggerMode ¶

func (client *Client) UpdateMediaWorkflowTriggerMode(request *UpdateMediaWorkflowTriggerModeRequest) (response *UpdateMediaWorkflowTriggerModeResponse, err error)

UpdateMediaWorkflowTriggerMode invokes the mts.UpdateMediaWorkflowTriggerMode API synchronously api document: https://help.aliyun.com/api/mts/updatemediaworkflowtriggermode.html

func (*Client) UpdateMediaWorkflowTriggerModeWithCallback ¶

func (client *Client) UpdateMediaWorkflowTriggerModeWithCallback(request *UpdateMediaWorkflowTriggerModeRequest, callback func(response *UpdateMediaWorkflowTriggerModeResponse, err error)) <-chan int

UpdateMediaWorkflowTriggerModeWithCallback invokes the mts.UpdateMediaWorkflowTriggerMode API asynchronously api document: https://help.aliyun.com/api/mts/updatemediaworkflowtriggermode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaWorkflowTriggerModeWithChan ¶

func (client *Client) UpdateMediaWorkflowTriggerModeWithChan(request *UpdateMediaWorkflowTriggerModeRequest) (<-chan *UpdateMediaWorkflowTriggerModeResponse, <-chan error)

UpdateMediaWorkflowTriggerModeWithChan invokes the mts.UpdateMediaWorkflowTriggerMode API asynchronously api document: https://help.aliyun.com/api/mts/updatemediaworkflowtriggermode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaWorkflowWithCallback ¶

func (client *Client) UpdateMediaWorkflowWithCallback(request *UpdateMediaWorkflowRequest, callback func(response *UpdateMediaWorkflowResponse, err error)) <-chan int

UpdateMediaWorkflowWithCallback invokes the mts.UpdateMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/updatemediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateMediaWorkflowWithChan ¶

func (client *Client) UpdateMediaWorkflowWithChan(request *UpdateMediaWorkflowRequest) (<-chan *UpdateMediaWorkflowResponse, <-chan error)

UpdateMediaWorkflowWithChan invokes the mts.UpdateMediaWorkflow API asynchronously api document: https://help.aliyun.com/api/mts/updatemediaworkflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdatePipeline ¶

func (client *Client) UpdatePipeline(request *UpdatePipelineRequest) (response *UpdatePipelineResponse, err error)

UpdatePipeline invokes the mts.UpdatePipeline API synchronously api document: https://help.aliyun.com/api/mts/updatepipeline.html

func (*Client) UpdatePipelineWithCallback ¶

func (client *Client) UpdatePipelineWithCallback(request *UpdatePipelineRequest, callback func(response *UpdatePipelineResponse, err error)) <-chan int

UpdatePipelineWithCallback invokes the mts.UpdatePipeline API asynchronously api document: https://help.aliyun.com/api/mts/updatepipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdatePipelineWithChan ¶

func (client *Client) UpdatePipelineWithChan(request *UpdatePipelineRequest) (<-chan *UpdatePipelineResponse, <-chan error)

UpdatePipelineWithChan invokes the mts.UpdatePipeline API asynchronously api document: https://help.aliyun.com/api/mts/updatepipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdatePornPipeline ¶

func (client *Client) UpdatePornPipeline(request *UpdatePornPipelineRequest) (response *UpdatePornPipelineResponse, err error)

UpdatePornPipeline invokes the mts.UpdatePornPipeline API synchronously api document: https://help.aliyun.com/api/mts/updatepornpipeline.html

func (*Client) UpdatePornPipelineWithCallback ¶

func (client *Client) UpdatePornPipelineWithCallback(request *UpdatePornPipelineRequest, callback func(response *UpdatePornPipelineResponse, err error)) <-chan int

UpdatePornPipelineWithCallback invokes the mts.UpdatePornPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updatepornpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdatePornPipelineWithChan ¶

func (client *Client) UpdatePornPipelineWithChan(request *UpdatePornPipelineRequest) (<-chan *UpdatePornPipelineResponse, <-chan error)

UpdatePornPipelineWithChan invokes the mts.UpdatePornPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updatepornpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateTemplate ¶

func (client *Client) UpdateTemplate(request *UpdateTemplateRequest) (response *UpdateTemplateResponse, err error)

UpdateTemplate invokes the mts.UpdateTemplate API synchronously api document: https://help.aliyun.com/api/mts/updatetemplate.html

func (*Client) UpdateTemplateWithCallback ¶

func (client *Client) UpdateTemplateWithCallback(request *UpdateTemplateRequest, callback func(response *UpdateTemplateResponse, err error)) <-chan int

UpdateTemplateWithCallback invokes the mts.UpdateTemplate API asynchronously api document: https://help.aliyun.com/api/mts/updatetemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateTemplateWithChan ¶

func (client *Client) UpdateTemplateWithChan(request *UpdateTemplateRequest) (<-chan *UpdateTemplateResponse, <-chan error)

UpdateTemplateWithChan invokes the mts.UpdateTemplate API asynchronously api document: https://help.aliyun.com/api/mts/updatetemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateTerrorismPipeline ¶

func (client *Client) UpdateTerrorismPipeline(request *UpdateTerrorismPipelineRequest) (response *UpdateTerrorismPipelineResponse, err error)

UpdateTerrorismPipeline invokes the mts.UpdateTerrorismPipeline API synchronously api document: https://help.aliyun.com/api/mts/updateterrorismpipeline.html

func (*Client) UpdateTerrorismPipelineWithCallback ¶

func (client *Client) UpdateTerrorismPipelineWithCallback(request *UpdateTerrorismPipelineRequest, callback func(response *UpdateTerrorismPipelineResponse, err error)) <-chan int

UpdateTerrorismPipelineWithCallback invokes the mts.UpdateTerrorismPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updateterrorismpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateTerrorismPipelineWithChan ¶

func (client *Client) UpdateTerrorismPipelineWithChan(request *UpdateTerrorismPipelineRequest) (<-chan *UpdateTerrorismPipelineResponse, <-chan error)

UpdateTerrorismPipelineWithChan invokes the mts.UpdateTerrorismPipeline API asynchronously api document: https://help.aliyun.com/api/mts/updateterrorismpipeline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateWaterMarkTemplate ¶

func (client *Client) UpdateWaterMarkTemplate(request *UpdateWaterMarkTemplateRequest) (response *UpdateWaterMarkTemplateResponse, err error)

UpdateWaterMarkTemplate invokes the mts.UpdateWaterMarkTemplate API synchronously api document: https://help.aliyun.com/api/mts/updatewatermarktemplate.html

func (*Client) UpdateWaterMarkTemplateWithCallback ¶

func (client *Client) UpdateWaterMarkTemplateWithCallback(request *UpdateWaterMarkTemplateRequest, callback func(response *UpdateWaterMarkTemplateResponse, err error)) <-chan int

UpdateWaterMarkTemplateWithCallback invokes the mts.UpdateWaterMarkTemplate API asynchronously api document: https://help.aliyun.com/api/mts/updatewatermarktemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateWaterMarkTemplateWithChan ¶

func (client *Client) UpdateWaterMarkTemplateWithChan(request *UpdateWaterMarkTemplateRequest) (<-chan *UpdateWaterMarkTemplateResponse, <-chan error)

UpdateWaterMarkTemplateWithChan invokes the mts.UpdateWaterMarkTemplate API asynchronously api document: https://help.aliyun.com/api/mts/updatewatermarktemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type Clip ¶

type Clip struct {
	SourceType    string                       `json:"SourceType" xml:"SourceType"`
	Type          string                       `json:"Type" xml:"Type"`
	Id            string                       `json:"Id" xml:"Id"`
	SourceStrmMap string                       `json:"SourceStrmMap" xml:"SourceStrmMap"`
	ClipID        string                       `json:"clipID" xml:"clipID"`
	In            string                       `json:"In" xml:"In"`
	SourceID      string                       `json:"SourceID" xml:"SourceID"`
	Out           string                       `json:"Out" xml:"Out"`
	TimeSpan      TimeSpan                     `json:"TimeSpan" xml:"TimeSpan"`
	ClipsConfig   ClipsConfig                  `json:"ClipsConfig" xml:"ClipsConfig"`
	Effects       EffectsInQueryEditingJobList `json:"Effects" xml:"Effects"`
}

Clip is a nested struct in mts response

type ClipListInQueryEditingJobList ¶

type ClipListInQueryEditingJobList struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipListInQueryEditingJobList is a nested struct in mts response

type ClipListInSubmitEditingJobs ¶

type ClipListInSubmitEditingJobs struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipListInSubmitEditingJobs is a nested struct in mts response

type ClipsConfig ¶

type ClipsConfig struct {
	ClipsConfigVideo ClipsConfigVideo `json:"ClipsConfigVideo" xml:"ClipsConfigVideo"`
}

ClipsConfig is a nested struct in mts response

type ClipsConfigVideo ¶

type ClipsConfigVideo struct {
	L string `json:"L" xml:"L"`
	T string `json:"T" xml:"T"`
}

ClipsConfigVideo is a nested struct in mts response

type ClipsInQueryEditingJobList ¶

type ClipsInQueryEditingJobList struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipsInQueryEditingJobList is a nested struct in mts response

type ClipsInSubmitEditingJobs ¶

type ClipsInSubmitEditingJobs struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipsInSubmitEditingJobs is a nested struct in mts response

type Container ¶

type Container struct {
	Format string `json:"Format" xml:"Format"`
}

Container is a nested struct in mts response

type Counter ¶

type Counter struct {
	Label string `json:"Label" xml:"Label"`
	Count int    `json:"Count" xml:"Count"`
}

Counter is a nested struct in mts response

type CoverConfig ¶

type CoverConfig struct {
	OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
}

CoverConfig is a nested struct in mts response

type CoverImage ¶

type CoverImage struct {
	Score string `json:"Score" xml:"Score"`
	Url   string `json:"Url" xml:"Url"`
	Time  string `json:"Time" xml:"Time"`
}

CoverImage is a nested struct in mts response

type CoverImageList ¶

type CoverImageList struct {
	CoverImage []CoverImage `json:"CoverImage" xml:"CoverImage"`
}

CoverImageList is a nested struct in mts response

type CoverJob ¶

type CoverJob struct {
	Id             string         `json:"Id" xml:"Id"`
	UserData       string         `json:"UserData" xml:"UserData"`
	PipelineId     string         `json:"PipelineId" xml:"PipelineId"`
	State          string         `json:"State" xml:"State"`
	Code           string         `json:"Code" xml:"Code"`
	Message        string         `json:"Message" xml:"Message"`
	CreationTime   string         `json:"CreationTime" xml:"CreationTime"`
	Input          Input          `json:"Input" xml:"Input"`
	CoverConfig    CoverConfig    `json:"CoverConfig" xml:"CoverConfig"`
	CoverImageList CoverImageList `json:"CoverImageList" xml:"CoverImageList"`
}

CoverJob is a nested struct in mts response

type CoverJobList ¶

type CoverJobList struct {
	CoverJob []CoverJob `json:"CoverJob" xml:"CoverJob"`
}

CoverJobList is a nested struct in mts response

type CreateSessionRequest ¶

type CreateSessionRequest struct {
	*requests.RpcRequest
	OwnerId              string           `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string           `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	EndUserId            string           `position:"Query" name:"EndUserId"`
	SessionTime          requests.Integer `position:"Query" name:"SessionTime"`
	MediaId              string           `position:"Query" name:"MediaId"`
}

CreateSessionRequest is the request struct for api CreateSession

func CreateCreateSessionRequest ¶

func CreateCreateSessionRequest() (request *CreateSessionRequest)

CreateCreateSessionRequest creates a request to invoke CreateSession API

type CreateSessionResponse ¶

type CreateSessionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	SessionId string `json:"SessionId" xml:"SessionId"`
	Ticket    string `json:"Ticket" xml:"Ticket"`
}

CreateSessionResponse is the response struct for api CreateSession

func CreateCreateSessionResponse ¶

func CreateCreateSessionResponse() (response *CreateSessionResponse)

CreateCreateSessionResponse creates a response to parse from CreateSession response

type Crop ¶

type Crop struct {
	Height string `json:"Height" xml:"Height"`
	Width  string `json:"Width" xml:"Width"`
	Left   string `json:"Left" xml:"Left"`
	Top    string `json:"Top" xml:"Top"`
	Mode   string `json:"Mode" xml:"Mode"`
}

Crop is a nested struct in mts response

type DeactivateMediaWorkflowRequest ¶

type DeactivateMediaWorkflowRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

DeactivateMediaWorkflowRequest is the request struct for api DeactivateMediaWorkflow

func CreateDeactivateMediaWorkflowRequest ¶

func CreateDeactivateMediaWorkflowRequest() (request *DeactivateMediaWorkflowRequest)

CreateDeactivateMediaWorkflowRequest creates a request to invoke DeactivateMediaWorkflow API

type DeactivateMediaWorkflowResponse ¶

type DeactivateMediaWorkflowResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	MediaWorkflow MediaWorkflow `json:"MediaWorkflow" xml:"MediaWorkflow"`
}

DeactivateMediaWorkflowResponse is the response struct for api DeactivateMediaWorkflow

func CreateDeactivateMediaWorkflowResponse ¶

func CreateDeactivateMediaWorkflowResponse() (response *DeactivateMediaWorkflowResponse)

CreateDeactivateMediaWorkflowResponse creates a response to parse from DeactivateMediaWorkflow response

type DecryptKeyRequest ¶

type DecryptKeyRequest struct {
	*requests.RpcRequest
	OwnerId              string `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	CiphertextBlob       string `position:"Query" name:"CiphertextBlob"`
	Rand                 string `position:"Query" name:"Rand"`
}

DecryptKeyRequest is the request struct for api DecryptKey

func CreateDecryptKeyRequest ¶

func CreateDecryptKeyRequest() (request *DecryptKeyRequest)

CreateDecryptKeyRequest creates a request to invoke DecryptKey API

type DecryptKeyResponse ¶

type DecryptKeyResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Plaintext string `json:"Plaintext" xml:"Plaintext"`
	Rand      string `json:"Rand" xml:"Rand"`
}

DecryptKeyResponse is the response struct for api DecryptKey

func CreateDecryptKeyResponse ¶

func CreateDecryptKeyResponse() (response *DecryptKeyResponse)

CreateDecryptKeyResponse creates a response to parse from DecryptKey response

type DeleteCategoryRequest ¶

type DeleteCategoryRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CateId               requests.Integer `position:"Query" name:"CateId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

DeleteCategoryRequest is the request struct for api DeleteCategory

func CreateDeleteCategoryRequest ¶

func CreateDeleteCategoryRequest() (request *DeleteCategoryRequest)

CreateDeleteCategoryRequest creates a request to invoke DeleteCategory API

type DeleteCategoryResponse ¶

type DeleteCategoryResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteCategoryResponse is the response struct for api DeleteCategory

func CreateDeleteCategoryResponse ¶

func CreateDeleteCategoryResponse() (response *DeleteCategoryResponse)

CreateDeleteCategoryResponse creates a response to parse from DeleteCategory response

type DeleteMediaRequest ¶

type DeleteMediaRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaIds             string           `position:"Query" name:"MediaIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

DeleteMediaRequest is the request struct for api DeleteMedia

func CreateDeleteMediaRequest ¶

func CreateDeleteMediaRequest() (request *DeleteMediaRequest)

CreateDeleteMediaRequest creates a request to invoke DeleteMedia API

type DeleteMediaResponse ¶

type DeleteMediaResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteMediaResponse is the response struct for api DeleteMedia

func CreateDeleteMediaResponse ¶

func CreateDeleteMediaResponse() (response *DeleteMediaResponse)

CreateDeleteMediaResponse creates a response to parse from DeleteMedia response

type DeleteMediaTagRequest ¶

type DeleteMediaTagRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	Tag                  string           `position:"Query" name:"Tag"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

DeleteMediaTagRequest is the request struct for api DeleteMediaTag

func CreateDeleteMediaTagRequest ¶

func CreateDeleteMediaTagRequest() (request *DeleteMediaTagRequest)

CreateDeleteMediaTagRequest creates a request to invoke DeleteMediaTag API

type DeleteMediaTagResponse ¶

type DeleteMediaTagResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteMediaTagResponse is the response struct for api DeleteMediaTag

func CreateDeleteMediaTagResponse ¶

func CreateDeleteMediaTagResponse() (response *DeleteMediaTagResponse)

CreateDeleteMediaTagResponse creates a response to parse from DeleteMediaTag response

type DeleteMediaWorkflowRequest ¶

type DeleteMediaWorkflowRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

DeleteMediaWorkflowRequest is the request struct for api DeleteMediaWorkflow

func CreateDeleteMediaWorkflowRequest ¶

func CreateDeleteMediaWorkflowRequest() (request *DeleteMediaWorkflowRequest)

CreateDeleteMediaWorkflowRequest creates a request to invoke DeleteMediaWorkflow API

type DeleteMediaWorkflowResponse ¶

type DeleteMediaWorkflowResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	MediaWorkflow MediaWorkflow `json:"MediaWorkflow" xml:"MediaWorkflow"`
}

DeleteMediaWorkflowResponse is the response struct for api DeleteMediaWorkflow

func CreateDeleteMediaWorkflowResponse ¶

func CreateDeleteMediaWorkflowResponse() (response *DeleteMediaWorkflowResponse)

CreateDeleteMediaWorkflowResponse creates a response to parse from DeleteMediaWorkflow response

type DeletePipelineRequest ¶

type DeletePipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

DeletePipelineRequest is the request struct for api DeletePipeline

func CreateDeletePipelineRequest ¶

func CreateDeletePipelineRequest() (request *DeletePipelineRequest)

CreateDeletePipelineRequest creates a request to invoke DeletePipeline API

type DeletePipelineResponse ¶

type DeletePipelineResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	PipelineId string `json:"PipelineId" xml:"PipelineId"`
}

DeletePipelineResponse is the response struct for api DeletePipeline

func CreateDeletePipelineResponse ¶

func CreateDeletePipelineResponse() (response *DeletePipelineResponse)

CreateDeletePipelineResponse creates a response to parse from DeletePipeline response

type DeleteTemplateRequest ¶

type DeleteTemplateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TemplateId           string           `position:"Query" name:"TemplateId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

DeleteTemplateRequest is the request struct for api DeleteTemplate

func CreateDeleteTemplateRequest ¶

func CreateDeleteTemplateRequest() (request *DeleteTemplateRequest)

CreateDeleteTemplateRequest creates a request to invoke DeleteTemplate API

type DeleteTemplateResponse ¶

type DeleteTemplateResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	TemplateId string `json:"TemplateId" xml:"TemplateId"`
}

DeleteTemplateResponse is the response struct for api DeleteTemplate

func CreateDeleteTemplateResponse ¶

func CreateDeleteTemplateResponse() (response *DeleteTemplateResponse)

CreateDeleteTemplateResponse creates a response to parse from DeleteTemplate response

type DeleteWaterMarkTemplateRequest ¶

type DeleteWaterMarkTemplateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	WaterMarkTemplateId  string           `position:"Query" name:"WaterMarkTemplateId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

DeleteWaterMarkTemplateRequest is the request struct for api DeleteWaterMarkTemplate

func CreateDeleteWaterMarkTemplateRequest ¶

func CreateDeleteWaterMarkTemplateRequest() (request *DeleteWaterMarkTemplateRequest)

CreateDeleteWaterMarkTemplateRequest creates a request to invoke DeleteWaterMarkTemplate API

type DeleteWaterMarkTemplateResponse ¶

type DeleteWaterMarkTemplateResponse struct {
	*responses.BaseResponse
	RequestId           string `json:"RequestId" xml:"RequestId"`
	WaterMarkTemplateId string `json:"WaterMarkTemplateId" xml:"WaterMarkTemplateId"`
}

DeleteWaterMarkTemplateResponse is the response struct for api DeleteWaterMarkTemplate

func CreateDeleteWaterMarkTemplateResponse ¶

func CreateDeleteWaterMarkTemplateResponse() (response *DeleteWaterMarkTemplateResponse)

CreateDeleteWaterMarkTemplateResponse creates a response to parse from DeleteWaterMarkTemplate response

type DigiWaterMark ¶

type DigiWaterMark struct {
	Type      string    `json:"Type" xml:"Type"`
	Alpha     string    `json:"Alpha" xml:"Alpha"`
	InputFile InputFile `json:"InputFile" xml:"InputFile"`
}

DigiWaterMark is a nested struct in mts response

type Duplication ¶

type Duplication struct {
	Start    string `json:"Start" xml:"Start"`
	Duration string `json:"Duration" xml:"Duration"`
}

Duplication is a nested struct in mts response

type Editing ¶

type Editing struct {
	Timeline Timeline                      `json:"Timeline" xml:"Timeline"`
	ClipList ClipListInQueryEditingJobList `json:"ClipList" xml:"ClipList"`
}

Editing is a nested struct in mts response

type EditingConfig ¶

type EditingConfig struct {
	UserData               string                             `json:"UserData" xml:"UserData"`
	Priority               string                             `json:"Priority" xml:"Priority"`
	TemplateId             string                             `json:"TemplateId" xml:"TemplateId"`
	MergeConfigUrl         string                             `json:"MergeConfigUrl" xml:"MergeConfigUrl"`
	Rotate                 string                             `json:"Rotate" xml:"Rotate"`
	DeWatermark            string                             `json:"DeWatermark" xml:"DeWatermark"`
	WaterMarkConfigUrl     string                             `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"`
	VideoStreamMap         string                             `json:"VideoStreamMap" xml:"VideoStreamMap"`
	AudioStreamMap         string                             `json:"AudioStreamMap" xml:"AudioStreamMap"`
	Editing                Editing                            `json:"Editing" xml:"Editing"`
	Encryption             Encryption                         `json:"Encryption" xml:"Encryption"`
	MuxConfig              MuxConfig                          `json:"MuxConfig" xml:"MuxConfig"`
	OutputFile             OutputFile                         `json:"OutputFile" xml:"OutputFile"`
	Container              Container                          `json:"Container" xml:"Container"`
	Properties             Properties                         `json:"Properties" xml:"Properties"`
	Clip                   Clip                               `json:"Clip" xml:"Clip"`
	SuperReso              SuperReso                          `json:"SuperReso" xml:"SuperReso"`
	Audio                  Audio                              `json:"Audio" xml:"Audio"`
	SubtitleConfig         SubtitleConfig                     `json:"SubtitleConfig" xml:"SubtitleConfig"`
	TransConfig            TransConfig                        `json:"TransConfig" xml:"TransConfig"`
	DigiWaterMark          DigiWaterMark                      `json:"DigiWaterMark" xml:"DigiWaterMark"`
	Video                  Video                              `json:"Video" xml:"Video"`
	M3U8NonStandardSupport M3U8NonStandardSupport             `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"`
	MergeList              MergeListInQueryEditingJobList     `json:"MergeList" xml:"MergeList"`
	WaterMarkList          WaterMarkListInQueryEditingJobList `json:"WaterMarkList" xml:"WaterMarkList"`
}

EditingConfig is a nested struct in mts response

type EditingInput ¶

type EditingInput struct {
	Id          string      `json:"Id" xml:"Id"`
	InputConfig InputConfig `json:"InputConfig" xml:"InputConfig"`
	InputFile   InputFile   `json:"InputFile" xml:"InputFile"`
}

EditingInput is a nested struct in mts response

type EditingInputsInQueryEditingJobList ¶

type EditingInputsInQueryEditingJobList struct {
	EditingInput []EditingInput `json:"EditingInput" xml:"EditingInput"`
}

EditingInputsInQueryEditingJobList is a nested struct in mts response

type EditingInputsInSubmitEditingJobs ¶

type EditingInputsInSubmitEditingJobs struct {
	EditingInput []EditingInput `json:"EditingInput" xml:"EditingInput"`
}

EditingInputsInSubmitEditingJobs is a nested struct in mts response

type Effect ¶

type Effect struct {
	EffectConfig string `json:"EffectConfig" xml:"EffectConfig"`
	Effect       string `json:"Effect" xml:"Effect"`
}

Effect is a nested struct in mts response

type EffectsInQueryEditingJobList ¶

type EffectsInQueryEditingJobList struct {
	Effect []Effect `json:"Effect" xml:"Effect"`
}

EffectsInQueryEditingJobList is a nested struct in mts response

type EffectsInSubmitEditingJobs ¶

type EffectsInSubmitEditingJobs struct {
	Effect []Effect `json:"Effect" xml:"Effect"`
}

EffectsInSubmitEditingJobs is a nested struct in mts response

type Encryption ¶

type Encryption struct {
	Key     string `json:"Key" xml:"Key"`
	Type    string `json:"Type" xml:"Type"`
	Id      string `json:"Id" xml:"Id"`
	SkipCnt string `json:"SkipCnt" xml:"SkipCnt"`
	KeyType string `json:"KeyType" xml:"KeyType"`
	KeyUri  string `json:"KeyUri" xml:"KeyUri"`
}

Encryption is a nested struct in mts response

type ExtSubtitle ¶

type ExtSubtitle struct {
	FontName string `json:"FontName" xml:"FontName"`
	CharEnc  string `json:"CharEnc" xml:"CharEnc"`
	Input    Input  `json:"Input" xml:"Input"`
}

ExtSubtitle is a nested struct in mts response

type ExtSubtitleListInListJob ¶

type ExtSubtitleListInListJob struct {
	ExtSubtitle []ExtSubtitle `json:"ExtSubtitle" xml:"ExtSubtitle"`
}

ExtSubtitleListInListJob is a nested struct in mts response

type ExtSubtitleListInQueryEditingJobList ¶

type ExtSubtitleListInQueryEditingJobList struct {
	ExtSubtitle []ExtSubtitle `json:"ExtSubtitle" xml:"ExtSubtitle"`
}

ExtSubtitleListInQueryEditingJobList is a nested struct in mts response

type ExtSubtitleListInQueryJobList ¶

type ExtSubtitleListInQueryJobList struct {
	ExtSubtitle []ExtSubtitle `json:"ExtSubtitle" xml:"ExtSubtitle"`
}

ExtSubtitleListInQueryJobList is a nested struct in mts response

type ExtSubtitleListInSubmitEditingJobs ¶

type ExtSubtitleListInSubmitEditingJobs struct {
	ExtSubtitle []ExtSubtitle `json:"ExtSubtitle" xml:"ExtSubtitle"`
}

ExtSubtitleListInSubmitEditingJobs is a nested struct in mts response

type ExtSubtitleListInSubmitJobs ¶

type ExtSubtitleListInSubmitJobs struct {
	ExtSubtitle []ExtSubtitle `json:"ExtSubtitle" xml:"ExtSubtitle"`
}

ExtSubtitleListInSubmitJobs is a nested struct in mts response

type Face ¶

type Face struct {
	Name   string `json:"Name" xml:"Name"`
	Score  string `json:"Score" xml:"Score"`
	Target string `json:"Target" xml:"Target"`
}

Face is a nested struct in mts response

type Facerecog ¶

type Facerecog struct {
	Time  string `json:"Time" xml:"Time"`
	Faces Faces  `json:"Faces" xml:"Faces"`
}

Facerecog is a nested struct in mts response

type FacerecogJob ¶

type FacerecogJob struct {
	Id                   string               `json:"Id" xml:"Id"`
	UserData             string               `json:"UserData" xml:"UserData"`
	PipelineId           string               `json:"PipelineId" xml:"PipelineId"`
	State                string               `json:"State" xml:"State"`
	Code                 string               `json:"Code" xml:"Code"`
	Message              string               `json:"Message" xml:"Message"`
	CreationTime         string               `json:"CreationTime" xml:"CreationTime"`
	Input                Input                `json:"Input" xml:"Input"`
	VideoFacerecogResult VideoFacerecogResult `json:"VideoFacerecogResult" xml:"VideoFacerecogResult"`
}

FacerecogJob is a nested struct in mts response

type FacerecogJobList ¶

type FacerecogJobList struct {
	FacerecogJob []FacerecogJob `json:"FacerecogJob" xml:"FacerecogJob"`
}

FacerecogJobList is a nested struct in mts response

type Facerecogs ¶

type Facerecogs struct {
	Facerecog []Facerecog `json:"Facerecog" xml:"Facerecog"`
}

Facerecogs is a nested struct in mts response

type Faces ¶

type Faces struct {
	Face []Face `json:"Face" xml:"Face"`
}

Faces is a nested struct in mts response

type FailedDomains ¶

type FailedDomains struct {
	String []string `json:"String" xml:"String"`
}

FailedDomains is a nested struct in mts response

type FailedImage ¶

type FailedImage struct {
	Code      string    `json:"Code" xml:"Code"`
	Success   string    `json:"Success" xml:"Success"`
	ImageFile ImageFile `json:"ImageFile" xml:"ImageFile"`
}

FailedImage is a nested struct in mts response

type FailedImages ¶

type FailedImages struct {
	FailedImage []FailedImage `json:"FailedImage" xml:"FailedImage"`
}

FailedImages is a nested struct in mts response

type File ¶

type File struct {
	URL   string `json:"URL" xml:"URL"`
	State string `json:"State" xml:"State"`
}

File is a nested struct in mts response

type Format ¶

type Format struct {
	FormatLongName string `json:"FormatLongName" xml:"FormatLongName"`
	NumPrograms    string `json:"NumPrograms" xml:"NumPrograms"`
	NumStreams     string `json:"NumStreams" xml:"NumStreams"`
	Size           string `json:"Size" xml:"Size"`
	Duration       string `json:"Duration" xml:"Duration"`
	StartTime      string `json:"StartTime" xml:"StartTime"`
	FormatName     string `json:"FormatName" xml:"FormatName"`
	Bitrate        string `json:"Bitrate" xml:"Bitrate"`
}

Format is a nested struct in mts response

type FpShot ¶

type FpShot struct {
	PrimaryKey   string       `json:"PrimaryKey" xml:"PrimaryKey"`
	Similarity   string       `json:"Similarity" xml:"Similarity"`
	FpShotSlices FpShotSlices `json:"FpShotSlices" xml:"FpShotSlices"`
}

FpShot is a nested struct in mts response

type FpShotJob ¶

type FpShotJob struct {
	Id           string       `json:"Id" xml:"Id"`
	UserData     string       `json:"UserData" xml:"UserData"`
	PipelineId   string       `json:"PipelineId" xml:"PipelineId"`
	State        string       `json:"State" xml:"State"`
	Code         string       `json:"Code" xml:"Code"`
	Message      string       `json:"Message" xml:"Message"`
	CreationTime string       `json:"CreationTime" xml:"CreationTime"`
	InputFile    InputFile    `json:"InputFile" xml:"InputFile"`
	FpShotResult FpShotResult `json:"FpShotResult" xml:"FpShotResult"`
}

FpShotJob is a nested struct in mts response

type FpShotJobList ¶

type FpShotJobList struct {
	FpShotJob []FpShotJob `json:"FpShotJob" xml:"FpShotJob"`
}

FpShotJobList is a nested struct in mts response

type FpShotResult ¶

type FpShotResult struct {
	FpShots FpShots `json:"FpShots" xml:"FpShots"`
}

FpShotResult is a nested struct in mts response

type FpShotSlice ¶

type FpShotSlice struct {
	Input       Input       `json:"Input" xml:"Input"`
	Duplication Duplication `json:"Duplication" xml:"Duplication"`
}

FpShotSlice is a nested struct in mts response

type FpShotSlices ¶

type FpShotSlices struct {
	FpShotSlice []FpShotSlice `json:"FpShotSlice" xml:"FpShotSlice"`
}

FpShotSlices is a nested struct in mts response

type FpShots ¶

type FpShots struct {
	FpShot []FpShot `json:"FpShot" xml:"FpShot"`
}

FpShots is a nested struct in mts response

type FrameTagInfo ¶

type FrameTagInfo struct {
	Tag      string `json:"Tag" xml:"Tag"`
	Score    string `json:"Score" xml:"Score"`
	Category string `json:"Category" xml:"Category"`
}

FrameTagInfo is a nested struct in mts response

type FrameTagInfos ¶

type FrameTagInfos struct {
	FrameTagInfo []FrameTagInfo `json:"FrameTagInfo" xml:"FrameTagInfo"`
}

FrameTagInfos is a nested struct in mts response

type FrameTags ¶

type FrameTags struct {
	String []string `json:"String" xml:"String"`
}

FrameTags is a nested struct in mts response

type GetLicenseRequest ¶

type GetLicenseRequest struct {
	*requests.RpcRequest
	OwnerId              string `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	LicenseUrl           string `position:"Query" name:"LicenseUrl"`
	Data                 string `position:"Query" name:"Data"`
	MediaId              string `position:"Query" name:"MediaId"`
}

GetLicenseRequest is the request struct for api GetLicense

func CreateGetLicenseRequest ¶

func CreateGetLicenseRequest() (request *GetLicenseRequest)

CreateGetLicenseRequest creates a request to invoke GetLicense API

type GetLicenseResponse ¶

type GetLicenseResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	License   string `json:"License" xml:"License"`
}

GetLicenseResponse is the response struct for api GetLicense

func CreateGetLicenseResponse ¶

func CreateGetLicenseResponse() (response *GetLicenseResponse)

CreateGetLicenseResponse creates a response to parse from GetLicense response

type GetPackageRequest ¶

type GetPackageRequest struct {
	*requests.RpcRequest
	OwnerId              string `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	Data                 string `position:"Query" name:"Data"`
}

GetPackageRequest is the request struct for api GetPackage

func CreateGetPackageRequest ¶

func CreateGetPackageRequest() (request *GetPackageRequest)

CreateGetPackageRequest creates a request to invoke GetPackage API

type GetPackageResponse ¶

type GetPackageResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	CertPackage string `json:"CertPackage" xml:"CertPackage"`
}

GetPackageResponse is the response struct for api GetPackage

func CreateGetPackageResponse ¶

func CreateGetPackageResponse() (response *GetPackageResponse)

CreateGetPackageResponse creates a response to parse from GetPackage response

type Gif ¶

type Gif struct {
	IsCustomPalette string `json:"IsCustomPalette" xml:"IsCustomPalette"`
	DitherMode      string `json:"DitherMode" xml:"DitherMode"`
	Loop            string `json:"Loop" xml:"Loop"`
	FinalDelay      string `json:"FinalDelay" xml:"FinalDelay"`
}

Gif is a nested struct in mts response

type ImageFile ¶

type ImageFile struct {
	Location string `json:"Location" xml:"Location"`
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
}

ImageFile is a nested struct in mts response

type Input ¶

type Input struct {
	Start     string    `json:"Start" xml:"Start"`
	Location  string    `json:"Location" xml:"Location"`
	Duration  string    `json:"Duration" xml:"Duration"`
	RoleArn   string    `json:"RoleArn" xml:"RoleArn"`
	Bucket    string    `json:"Bucket" xml:"Bucket"`
	UserData  string    `json:"UserData" xml:"UserData"`
	Object    string    `json:"Object" xml:"Object"`
	InputFile InputFile `json:"InputFile" xml:"InputFile"`
}

Input is a nested struct in mts response

type InputConfig ¶

type InputConfig struct {
	DeinterlaceMethod string `json:"DeinterlaceMethod" xml:"DeinterlaceMethod"`
	IsNormalSar       string `json:"IsNormalSar" xml:"IsNormalSar"`
}

InputConfig is a nested struct in mts response

type InputFile ¶

type InputFile struct {
	Location string `json:"Location" xml:"Location"`
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
}

InputFile is a nested struct in mts response

type Job ¶

type Job struct {
	CreationTime       string                             `json:"CreationTime" xml:"CreationTime"`
	PipelineId         string                             `json:"PipelineId" xml:"PipelineId"`
	Message            string                             `json:"Message" xml:"Message"`
	State              string                             `json:"State" xml:"State"`
	Code               string                             `json:"Code" xml:"Code"`
	UserData           string                             `json:"UserData" xml:"UserData"`
	FinishTime         string                             `json:"FinishTime" xml:"FinishTime"`
	Id                 string                             `json:"Id" xml:"Id"`
	Percent            int                                `json:"Percent" xml:"Percent"`
	JobId              string                             `json:"JobId" xml:"JobId"`
	MediaDetailResult  MediaDetailResult                  `json:"MediaDetailResult" xml:"MediaDetailResult"`
	VideoGifResult     VideoGifResult                     `json:"VideoGifResult" xml:"VideoGifResult"`
	AsrConfig          AsrConfig                          `json:"AsrConfig" xml:"AsrConfig"`
	MNSMessageResult   MNSMessageResult                   `json:"MNSMessageResult" xml:"MNSMessageResult"`
	AsrResult          AsrResult                          `json:"AsrResult" xml:"AsrResult"`
	Input              Input                              `json:"Input" xml:"Input"`
	Output             Output                             `json:"Output" xml:"Output"`
	MediaDetailConfig  MediaDetailConfig                  `json:"MediaDetailConfig" xml:"MediaDetailConfig"`
	EditingConfig      EditingConfig                      `json:"EditingConfig" xml:"EditingConfig"`
	VideoSummaryResult VideoSummaryResult                 `json:"VideoSummaryResult" xml:"VideoSummaryResult"`
	VideoSplitResult   VideoSplitResult                   `json:"VideoSplitResult" xml:"VideoSplitResult"`
	EditingInputs      EditingInputsInQueryEditingJobList `json:"EditingInputs" xml:"EditingInputs"`
}

Job is a nested struct in mts response

type JobListInListJob ¶

type JobListInListJob struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInListJob is a nested struct in mts response

type JobListInQueryAsrJobList ¶

type JobListInQueryAsrJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryAsrJobList is a nested struct in mts response

type JobListInQueryEditingJobList ¶

type JobListInQueryEditingJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryEditingJobList is a nested struct in mts response

type JobListInQueryJobList ¶

type JobListInQueryJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryJobList is a nested struct in mts response

type JobListInQueryMediaDetailJobList ¶

type JobListInQueryMediaDetailJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryMediaDetailJobList is a nested struct in mts response

type JobListInQueryVideoGifJobList ¶

type JobListInQueryVideoGifJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryVideoGifJobList is a nested struct in mts response

type JobListInQueryVideoSplitJobList ¶

type JobListInQueryVideoSplitJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryVideoSplitJobList is a nested struct in mts response

type JobListInQueryVideoSummaryJobList ¶

type JobListInQueryVideoSummaryJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryVideoSummaryJobList is a nested struct in mts response

type JobResult ¶

type JobResult struct {
	Success bool   `json:"Success" xml:"Success"`
	Message string `json:"Message" xml:"Message"`
	Code    string `json:"Code" xml:"Code"`
	Job     Job    `json:"Job" xml:"Job"`
}

JobResult is a nested struct in mts response

type JobResultListInSubmitEditingJobs ¶

type JobResultListInSubmitEditingJobs struct {
	JobResult []JobResult `json:"JobResult" xml:"JobResult"`
}

JobResultListInSubmitEditingJobs is a nested struct in mts response

type JobResultListInSubmitJobs ¶

type JobResultListInSubmitJobs struct {
	JobResult []JobResult `json:"JobResult" xml:"JobResult"`
}

JobResultListInSubmitJobs is a nested struct in mts response

type ListAllCategoryRequest ¶

type ListAllCategoryRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListAllCategoryRequest is the request struct for api ListAllCategory

func CreateListAllCategoryRequest ¶

func CreateListAllCategoryRequest() (request *ListAllCategoryRequest)

CreateListAllCategoryRequest creates a request to invoke ListAllCategory API

type ListAllCategoryResponse ¶

type ListAllCategoryResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	CategoryList CategoryList `json:"CategoryList" xml:"CategoryList"`
}

ListAllCategoryResponse is the response struct for api ListAllCategory

func CreateListAllCategoryResponse ¶

func CreateListAllCategoryResponse() (response *ListAllCategoryResponse)

CreateListAllCategoryResponse creates a response to parse from ListAllCategory response

type ListAllMediaBucketRequest ¶

type ListAllMediaBucketRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListAllMediaBucketRequest is the request struct for api ListAllMediaBucket

func CreateListAllMediaBucketRequest ¶

func CreateListAllMediaBucketRequest() (request *ListAllMediaBucketRequest)

CreateListAllMediaBucketRequest creates a request to invoke ListAllMediaBucket API

type ListAllMediaBucketResponse ¶

type ListAllMediaBucketResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	MediaBucketList MediaBucketList `json:"MediaBucketList" xml:"MediaBucketList"`
}

ListAllMediaBucketResponse is the response struct for api ListAllMediaBucket

func CreateListAllMediaBucketResponse ¶

func CreateListAllMediaBucketResponse() (response *ListAllMediaBucketResponse)

CreateListAllMediaBucketResponse creates a response to parse from ListAllMediaBucket response

type ListAsrPipelineRequest ¶

type ListAsrPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	State                string           `position:"Query" name:"State"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListAsrPipelineRequest is the request struct for api ListAsrPipeline

func CreateListAsrPipelineRequest ¶

func CreateListAsrPipelineRequest() (request *ListAsrPipelineRequest)

CreateListAsrPipelineRequest creates a request to invoke ListAsrPipeline API

type ListAsrPipelineResponse ¶

type ListAsrPipelineResponse struct {
	*responses.BaseResponse
	RequestId    string                        `json:"RequestId" xml:"RequestId"`
	TotalCount   int                           `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                           `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                           `json:"PageSize" xml:"PageSize"`
	PipelineList PipelineListInListAsrPipeline `json:"PipelineList" xml:"PipelineList"`
}

ListAsrPipelineResponse is the response struct for api ListAsrPipeline

func CreateListAsrPipelineResponse ¶

func CreateListAsrPipelineResponse() (response *ListAsrPipelineResponse)

CreateListAsrPipelineResponse creates a response to parse from ListAsrPipeline response

type ListCensorPipelineRequest ¶

type ListCensorPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	State                string           `position:"Query" name:"State"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListCensorPipelineRequest is the request struct for api ListCensorPipeline

func CreateListCensorPipelineRequest ¶

func CreateListCensorPipelineRequest() (request *ListCensorPipelineRequest)

CreateListCensorPipelineRequest creates a request to invoke ListCensorPipeline API

type ListCensorPipelineResponse ¶

type ListCensorPipelineResponse struct {
	*responses.BaseResponse
	RequestId    string                           `json:"RequestId" xml:"RequestId"`
	TotalCount   int                              `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                              `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                              `json:"PageSize" xml:"PageSize"`
	PipelineList PipelineListInListCensorPipeline `json:"PipelineList" xml:"PipelineList"`
}

ListCensorPipelineResponse is the response struct for api ListCensorPipeline

func CreateListCensorPipelineResponse ¶

func CreateListCensorPipelineResponse() (response *ListCensorPipelineResponse)

CreateListCensorPipelineResponse creates a response to parse from ListCensorPipeline response

type ListCoverPipelineRequest ¶

type ListCoverPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	State                string           `position:"Query" name:"State"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListCoverPipelineRequest is the request struct for api ListCoverPipeline

func CreateListCoverPipelineRequest ¶

func CreateListCoverPipelineRequest() (request *ListCoverPipelineRequest)

CreateListCoverPipelineRequest creates a request to invoke ListCoverPipeline API

type ListCoverPipelineResponse ¶

type ListCoverPipelineResponse struct {
	*responses.BaseResponse
	RequestId    string                          `json:"RequestId" xml:"RequestId"`
	TotalCount   int                             `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                             `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                             `json:"PageSize" xml:"PageSize"`
	PipelineList PipelineListInListCoverPipeline `json:"PipelineList" xml:"PipelineList"`
}

ListCoverPipelineResponse is the response struct for api ListCoverPipeline

func CreateListCoverPipelineResponse ¶

func CreateListCoverPipelineResponse() (response *ListCoverPipelineResponse)

CreateListCoverPipelineResponse creates a response to parse from ListCoverPipeline response

type ListJobRequest ¶

type ListJobRequest struct {
	*requests.RpcRequest
	OwnerId                    requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount       string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId            requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken              string           `position:"Query" name:"NextPageToken"`
	MaximumPageSize            requests.Integer `position:"Query" name:"MaximumPageSize"`
	State                      string           `position:"Query" name:"State"`
	StartOfJobCreatedTimeRange string           `position:"Query" name:"StartOfJobCreatedTimeRange"`
	EndOfJobCreatedTimeRange   string           `position:"Query" name:"EndOfJobCreatedTimeRange"`
	PipelineId                 string           `position:"Query" name:"PipelineId"`
	OwnerAccount               string           `position:"Query" name:"OwnerAccount"`
}

ListJobRequest is the request struct for api ListJob

func CreateListJobRequest ¶

func CreateListJobRequest() (request *ListJobRequest)

CreateListJobRequest creates a request to invoke ListJob API

type ListJobResponse ¶

type ListJobResponse struct {
	*responses.BaseResponse
	RequestId     string           `json:"RequestId" xml:"RequestId"`
	NextPageToken string           `json:"NextPageToken" xml:"NextPageToken"`
	JobList       JobListInListJob `json:"JobList" xml:"JobList"`
}

ListJobResponse is the response struct for api ListJob

func CreateListJobResponse ¶

func CreateListJobResponse() (response *ListJobResponse)

CreateListJobResponse creates a response to parse from ListJob response

type ListMediaRequest ¶

type ListMediaRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken        string           `position:"Query" name:"NextPageToken"`
	MaximumPageSize      requests.Integer `position:"Query" name:"MaximumPageSize"`
	From                 string           `position:"Query" name:"From"`
	To                   string           `position:"Query" name:"To"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListMediaRequest is the request struct for api ListMedia

func CreateListMediaRequest ¶

func CreateListMediaRequest() (request *ListMediaRequest)

CreateListMediaRequest creates a request to invoke ListMedia API

type ListMediaResponse ¶

type ListMediaResponse struct {
	*responses.BaseResponse
	RequestId     string               `json:"RequestId" xml:"RequestId"`
	NextPageToken string               `json:"NextPageToken" xml:"NextPageToken"`
	MediaList     MediaListInListMedia `json:"MediaList" xml:"MediaList"`
}

ListMediaResponse is the response struct for api ListMedia

func CreateListMediaResponse ¶

func CreateListMediaResponse() (response *ListMediaResponse)

CreateListMediaResponse creates a response to parse from ListMedia response

type ListMediaWorkflowExecutionsRequest ¶

type ListMediaWorkflowExecutionsRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	MediaWorkflowName    string           `position:"Query" name:"MediaWorkflowName"`
	InputFileURL         string           `position:"Query" name:"InputFileURL"`
	NextPageToken        string           `position:"Query" name:"NextPageToken"`
	MaximumPageSize      requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListMediaWorkflowExecutionsRequest is the request struct for api ListMediaWorkflowExecutions

func CreateListMediaWorkflowExecutionsRequest ¶

func CreateListMediaWorkflowExecutionsRequest() (request *ListMediaWorkflowExecutionsRequest)

CreateListMediaWorkflowExecutionsRequest creates a request to invoke ListMediaWorkflowExecutions API

type ListMediaWorkflowExecutionsResponse ¶

type ListMediaWorkflowExecutionsResponse struct {
	*responses.BaseResponse
	RequestId                  string                                                  `json:"RequestId" xml:"RequestId"`
	NextPageToken              string                                                  `json:"NextPageToken" xml:"NextPageToken"`
	MediaWorkflowExecutionList MediaWorkflowExecutionListInListMediaWorkflowExecutions `json:"MediaWorkflowExecutionList" xml:"MediaWorkflowExecutionList"`
}

ListMediaWorkflowExecutionsResponse is the response struct for api ListMediaWorkflowExecutions

func CreateListMediaWorkflowExecutionsResponse ¶

func CreateListMediaWorkflowExecutionsResponse() (response *ListMediaWorkflowExecutionsResponse)

CreateListMediaWorkflowExecutionsResponse creates a response to parse from ListMediaWorkflowExecutions response

type ListPornPipelineRequest ¶

type ListPornPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	State                string           `position:"Query" name:"State"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListPornPipelineRequest is the request struct for api ListPornPipeline

func CreateListPornPipelineRequest ¶

func CreateListPornPipelineRequest() (request *ListPornPipelineRequest)

CreateListPornPipelineRequest creates a request to invoke ListPornPipeline API

type ListPornPipelineResponse ¶

type ListPornPipelineResponse struct {
	*responses.BaseResponse
	RequestId    string                         `json:"RequestId" xml:"RequestId"`
	TotalCount   int                            `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                            `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                            `json:"PageSize" xml:"PageSize"`
	PipelineList PipelineListInListPornPipeline `json:"PipelineList" xml:"PipelineList"`
}

ListPornPipelineResponse is the response struct for api ListPornPipeline

func CreateListPornPipelineResponse ¶

func CreateListPornPipelineResponse() (response *ListPornPipelineResponse)

CreateListPornPipelineResponse creates a response to parse from ListPornPipeline response

type ListTerrorismPipelineRequest ¶

type ListTerrorismPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	State                string           `position:"Query" name:"State"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ListTerrorismPipelineRequest is the request struct for api ListTerrorismPipeline

func CreateListTerrorismPipelineRequest ¶

func CreateListTerrorismPipelineRequest() (request *ListTerrorismPipelineRequest)

CreateListTerrorismPipelineRequest creates a request to invoke ListTerrorismPipeline API

type ListTerrorismPipelineResponse ¶

type ListTerrorismPipelineResponse struct {
	*responses.BaseResponse
	RequestId    string                              `json:"RequestId" xml:"RequestId"`
	TotalCount   int                                 `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                                 `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                                 `json:"PageSize" xml:"PageSize"`
	PipelineList PipelineListInListTerrorismPipeline `json:"PipelineList" xml:"PipelineList"`
}

ListTerrorismPipelineResponse is the response struct for api ListTerrorismPipeline

func CreateListTerrorismPipelineResponse ¶

func CreateListTerrorismPipelineResponse() (response *ListTerrorismPipelineResponse)

CreateListTerrorismPipelineResponse creates a response to parse from ListTerrorismPipeline response

type M3U8NonStandardSupport ¶

type M3U8NonStandardSupport struct {
	TS TS `json:"TS" xml:"TS"`
}

M3U8NonStandardSupport is a nested struct in mts response

type MNSMessageResult ¶

type MNSMessageResult struct {
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	MessageId    string `json:"MessageId" xml:"MessageId"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
}

MNSMessageResult is a nested struct in mts response

type Media ¶

type Media struct {
	CreationTime string                            `json:"CreationTime" xml:"CreationTime"`
	CensorState  string                            `json:"CensorState" xml:"CensorState"`
	Size         string                            `json:"Size" xml:"Size"`
	Height       string                            `json:"Height" xml:"Height"`
	PublishState string                            `json:"PublishState" xml:"PublishState"`
	CoverURL     string                            `json:"CoverURL" xml:"CoverURL"`
	Description  string                            `json:"Description" xml:"Description"`
	CateId       int                               `json:"CateId" xml:"CateId"`
	Width        string                            `json:"Width" xml:"Width"`
	Title        string                            `json:"Title" xml:"Title"`
	Bitrate      string                            `json:"Bitrate" xml:"Bitrate"`
	MediaId      string                            `json:"MediaId" xml:"MediaId"`
	Fps          string                            `json:"Fps" xml:"Fps"`
	Duration     string                            `json:"Duration" xml:"Duration"`
	Format       string                            `json:"Format" xml:"Format"`
	Tags         TagsInListMedia                   `json:"Tags" xml:"Tags"`
	RunIdList    RunIdListInListMedia              `json:"RunIdList" xml:"RunIdList"`
	File         File                              `json:"File" xml:"File"`
	MediaInfo    MediaInfo                         `json:"MediaInfo" xml:"MediaInfo"`
	SnapshotList SnapshotListInQueryMediaListByURL `json:"SnapshotList" xml:"SnapshotList"`
	PlayList     PlayListInQueryMediaListByURL     `json:"PlayList" xml:"PlayList"`
	SummaryList  SummaryListInQueryMediaListByURL  `json:"SummaryList" xml:"SummaryList"`
}

Media is a nested struct in mts response

type MediaBucket ¶

type MediaBucket struct {
	Bucket string `json:"Bucket" xml:"Bucket"`
	Type   string `json:"Type" xml:"Type"`
}

MediaBucket is a nested struct in mts response

type MediaBucketList ¶

type MediaBucketList struct {
	MediaBucket []MediaBucket `json:"MediaBucket" xml:"MediaBucket"`
}

MediaBucketList is a nested struct in mts response

type MediaDetailConfig ¶

type MediaDetailConfig struct {
	Scenario   string     `json:"Scenario" xml:"Scenario"`
	DetailType string     `json:"DetailType" xml:"DetailType"`
	OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
}

MediaDetailConfig is a nested struct in mts response

type MediaDetailRecgResult ¶

type MediaDetailRecgResult struct {
	ImageUrl      string        `json:"ImageUrl" xml:"ImageUrl"`
	Time          string        `json:"Time" xml:"Time"`
	OcrText       string        `json:"OcrText" xml:"OcrText"`
	FrameTags     FrameTags     `json:"FrameTags" xml:"FrameTags"`
	Celebrities   Celebrities   `json:"Celebrities" xml:"Celebrities"`
	Sensitives    Sensitives    `json:"Sensitives" xml:"Sensitives"`
	Politicians   Politicians   `json:"Politicians" xml:"Politicians"`
	FrameTagInfos FrameTagInfos `json:"FrameTagInfos" xml:"FrameTagInfos"`
}

MediaDetailRecgResult is a nested struct in mts response

type MediaDetailRecgResults ¶

type MediaDetailRecgResults struct {
	MediaDetailRecgResult []MediaDetailRecgResult `json:"MediaDetailRecgResult" xml:"MediaDetailRecgResult"`
}

MediaDetailRecgResults is a nested struct in mts response

type MediaDetailResult ¶

type MediaDetailResult struct {
	Status                 string                        `json:"Status" xml:"Status"`
	Tags                   TagsInQueryMediaDetailJobList `json:"Tags" xml:"Tags"`
	MediaDetailRecgResults MediaDetailRecgResults        `json:"MediaDetailRecgResults" xml:"MediaDetailRecgResults"`
}

MediaDetailResult is a nested struct in mts response

type MediaInfo ¶

type MediaInfo struct {
	Streams Streams `json:"Streams" xml:"Streams"`
	Format  Format  `json:"Format" xml:"Format"`
}

MediaInfo is a nested struct in mts response

type MediaInfoJob ¶

type MediaInfoJob struct {
	CreationTime     string           `json:"CreationTime" xml:"CreationTime"`
	Message          string           `json:"Message" xml:"Message"`
	PipelineId       string           `json:"PipelineId" xml:"PipelineId"`
	State            string           `json:"State" xml:"State"`
	Code             string           `json:"Code" xml:"Code"`
	UserData         string           `json:"UserData" xml:"UserData"`
	JobId            string           `json:"JobId" xml:"JobId"`
	MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"`
	Input            Input            `json:"Input" xml:"Input"`
	Properties       Properties       `json:"Properties" xml:"Properties"`
}

MediaInfoJob is a nested struct in mts response

type MediaInfoJobList ¶

type MediaInfoJobList struct {
	MediaInfoJob []MediaInfoJob `json:"MediaInfoJob" xml:"MediaInfoJob"`
}

MediaInfoJobList is a nested struct in mts response

type MediaListInListMedia ¶

type MediaListInListMedia struct {
	Media []Media `json:"Media" xml:"Media"`
}

MediaListInListMedia is a nested struct in mts response

type MediaListInQueryMediaList ¶

type MediaListInQueryMediaList struct {
	Media []Media `json:"Media" xml:"Media"`
}

MediaListInQueryMediaList is a nested struct in mts response

type MediaListInQueryMediaListByURL ¶

type MediaListInQueryMediaListByURL struct {
	Media []Media `json:"Media" xml:"Media"`
}

MediaListInQueryMediaListByURL is a nested struct in mts response

type MediaListInSearchMedia ¶

type MediaListInSearchMedia struct {
	Media []Media `json:"Media" xml:"Media"`
}

MediaListInSearchMedia is a nested struct in mts response

type MediaWorkflow ¶

type MediaWorkflow struct {
	CreationTime    string `json:"CreationTime" xml:"CreationTime"`
	TriggerMode     string `json:"TriggerMode" xml:"TriggerMode"`
	Name            string `json:"Name" xml:"Name"`
	State           string `json:"State" xml:"State"`
	MediaWorkflowId string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	Topology        string `json:"Topology" xml:"Topology"`
}

MediaWorkflow is a nested struct in mts response

type MediaWorkflowExecution ¶

type MediaWorkflowExecution struct {
	CreationTime    string                                        `json:"CreationTime" xml:"CreationTime"`
	MediaId         string                                        `json:"MediaId" xml:"MediaId"`
	RunId           string                                        `json:"RunId" xml:"RunId"`
	Name            string                                        `json:"Name" xml:"Name"`
	State           string                                        `json:"State" xml:"State"`
	MediaWorkflowId string                                        `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	Input           Input                                         `json:"Input" xml:"Input"`
	ActivityList    ActivityListInQueryMediaWorkflowExecutionList `json:"ActivityList" xml:"ActivityList"`
}

MediaWorkflowExecution is a nested struct in mts response

type MediaWorkflowExecutionListInListMediaWorkflowExecutions ¶

type MediaWorkflowExecutionListInListMediaWorkflowExecutions struct {
	MediaWorkflowExecution []MediaWorkflowExecution `json:"MediaWorkflowExecution" xml:"MediaWorkflowExecution"`
}

MediaWorkflowExecutionListInListMediaWorkflowExecutions is a nested struct in mts response

type MediaWorkflowExecutionListInQueryMediaWorkflowExecutionList ¶

type MediaWorkflowExecutionListInQueryMediaWorkflowExecutionList struct {
	MediaWorkflowExecution []MediaWorkflowExecution `json:"MediaWorkflowExecution" xml:"MediaWorkflowExecution"`
}

MediaWorkflowExecutionListInQueryMediaWorkflowExecutionList is a nested struct in mts response

type MediaWorkflowListInQueryMediaWorkflowList ¶

type MediaWorkflowListInQueryMediaWorkflowList struct {
	MediaWorkflow []MediaWorkflow `json:"MediaWorkflow" xml:"MediaWorkflow"`
}

MediaWorkflowListInQueryMediaWorkflowList is a nested struct in mts response

type MediaWorkflowListInSearchMediaWorkflow ¶

type MediaWorkflowListInSearchMediaWorkflow struct {
	MediaWorkflow []MediaWorkflow `json:"MediaWorkflow" xml:"MediaWorkflow"`
}

MediaWorkflowListInSearchMediaWorkflow is a nested struct in mts response

type Merge ¶

type Merge struct {
	Start    string `json:"Start" xml:"Start"`
	Duration string `json:"Duration" xml:"Duration"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
	MergeURL string `json:"MergeURL" xml:"MergeURL"`
}

Merge is a nested struct in mts response

type MergeListInListJob ¶

type MergeListInListJob struct {
	Merge []Merge `json:"Merge" xml:"Merge"`
}

MergeListInListJob is a nested struct in mts response

type MergeListInQueryEditingJobList ¶

type MergeListInQueryEditingJobList struct {
	Merge []Merge `json:"Merge" xml:"Merge"`
}

MergeListInQueryEditingJobList is a nested struct in mts response

type MergeListInQueryJobList ¶

type MergeListInQueryJobList struct {
	Merge []Merge `json:"Merge" xml:"Merge"`
}

MergeListInQueryJobList is a nested struct in mts response

type MergeListInSubmitEditingJobs ¶

type MergeListInSubmitEditingJobs struct {
	Merge []Merge `json:"Merge" xml:"Merge"`
}

MergeListInSubmitEditingJobs is a nested struct in mts response

type MergeListInSubmitJobs ¶

type MergeListInSubmitJobs struct {
	Merge []Merge `json:"Merge" xml:"Merge"`
}

MergeListInSubmitJobs is a nested struct in mts response

type MuxConfig ¶

type MuxConfig struct {
	Segment Segment `json:"Segment" xml:"Segment"`
	Gif     Gif     `json:"Gif" xml:"Gif"`
	Webp    Webp    `json:"Webp" xml:"Webp"`
}

MuxConfig is a nested struct in mts response

type NetworkCost ¶

type NetworkCost struct {
	CostBandwidth string `json:"CostBandwidth" xml:"CostBandwidth"`
	PreloadTime   string `json:"PreloadTime" xml:"PreloadTime"`
	AvgBitrate    string `json:"AvgBitrate" xml:"AvgBitrate"`
}

NetworkCost is a nested struct in mts response

type NonExistAnalysisJobIds ¶

type NonExistAnalysisJobIds struct {
	String []string `json:"String" xml:"String"`
}

NonExistAnalysisJobIds is a nested struct in mts response

type NonExistFileURLs ¶

type NonExistFileURLs struct {
	FileURL []string `json:"FileURL" xml:"FileURL"`
}

NonExistFileURLs is a nested struct in mts response

type NonExistIdsInQueryAnnotationJobList ¶

type NonExistIdsInQueryAnnotationJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryAnnotationJobList is a nested struct in mts response

type NonExistIdsInQueryAsrJobList ¶

type NonExistIdsInQueryAsrJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryAsrJobList is a nested struct in mts response

type NonExistIdsInQueryAsrPipelineList ¶

type NonExistIdsInQueryAsrPipelineList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryAsrPipelineList is a nested struct in mts response

type NonExistIdsInQueryCensorJobList ¶

type NonExistIdsInQueryCensorJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryCensorJobList is a nested struct in mts response

type NonExistIdsInQueryCensorPipelineList ¶

type NonExistIdsInQueryCensorPipelineList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryCensorPipelineList is a nested struct in mts response

type NonExistIdsInQueryCoverJobList ¶

type NonExistIdsInQueryCoverJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryCoverJobList is a nested struct in mts response

type NonExistIdsInQueryCoverPipelineList ¶

type NonExistIdsInQueryCoverPipelineList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryCoverPipelineList is a nested struct in mts response

type NonExistIdsInQueryFacerecogJobList ¶

type NonExistIdsInQueryFacerecogJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryFacerecogJobList is a nested struct in mts response

type NonExistIdsInQueryFpShotJobList ¶

type NonExistIdsInQueryFpShotJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryFpShotJobList is a nested struct in mts response

type NonExistIdsInQueryMediaDetailJobList ¶

type NonExistIdsInQueryMediaDetailJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryMediaDetailJobList is a nested struct in mts response

type NonExistIdsInQueryPornJobList ¶

type NonExistIdsInQueryPornJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryPornJobList is a nested struct in mts response

type NonExistIdsInQueryPornPipelineList ¶

type NonExistIdsInQueryPornPipelineList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryPornPipelineList is a nested struct in mts response

type NonExistIdsInQueryTagJobList ¶

type NonExistIdsInQueryTagJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryTagJobList is a nested struct in mts response

type NonExistIdsInQueryTerrorismJobList ¶

type NonExistIdsInQueryTerrorismJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryTerrorismJobList is a nested struct in mts response

type NonExistIdsInQueryTerrorismPipelineList ¶

type NonExistIdsInQueryTerrorismPipelineList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryTerrorismPipelineList is a nested struct in mts response

type NonExistIdsInQueryVideoGifJobList ¶

type NonExistIdsInQueryVideoGifJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryVideoGifJobList is a nested struct in mts response

type NonExistIdsInQueryVideoSplitJobList ¶

type NonExistIdsInQueryVideoSplitJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryVideoSplitJobList is a nested struct in mts response

type NonExistIdsInQueryVideoSummaryJobList ¶

type NonExistIdsInQueryVideoSummaryJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryVideoSummaryJobList is a nested struct in mts response

type NonExistJobIdsInQueryEditingJobList ¶

type NonExistJobIdsInQueryEditingJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistJobIdsInQueryEditingJobList is a nested struct in mts response

type NonExistJobIdsInQueryJobList ¶

type NonExistJobIdsInQueryJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistJobIdsInQueryJobList is a nested struct in mts response

type NonExistMediaIds ¶

type NonExistMediaIds struct {
	MediaId []string `json:"MediaId" xml:"MediaId"`
}

NonExistMediaIds is a nested struct in mts response

type NonExistMediaInfoJobIds ¶

type NonExistMediaInfoJobIds struct {
	String []string `json:"String" xml:"String"`
}

NonExistMediaInfoJobIds is a nested struct in mts response

type NonExistMediaWorkflowIds ¶

type NonExistMediaWorkflowIds struct {
	MediaWorkflowId []string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
}

NonExistMediaWorkflowIds is a nested struct in mts response

type NonExistPids ¶

type NonExistPids struct {
	String []string `json:"String" xml:"String"`
}

NonExistPids is a nested struct in mts response

type NonExistRunIds ¶

type NonExistRunIds struct {
	RunId []string `json:"RunId" xml:"RunId"`
}

NonExistRunIds is a nested struct in mts response

type NonExistSnapshotJobIds ¶

type NonExistSnapshotJobIds struct {
	String []string `json:"String" xml:"String"`
}

NonExistSnapshotJobIds is a nested struct in mts response

type NonExistTids ¶

type NonExistTids struct {
	String []string `json:"String" xml:"String"`
}

NonExistTids is a nested struct in mts response

type NonExistWids ¶

type NonExistWids struct {
	String []string `json:"String" xml:"String"`
}

NonExistWids is a nested struct in mts response

type NotFoundCDNDomain ¶

type NotFoundCDNDomain struct {
	String []string `json:"String" xml:"String"`
}

NotFoundCDNDomain is a nested struct in mts response

type NotifyConfig ¶

type NotifyConfig struct {
	QueueName string `json:"QueueName" xml:"QueueName"`
	Queue     string `json:"Queue" xml:"Queue"`
	Topic     string `json:"Topic" xml:"Topic"`
}

NotifyConfig is a nested struct in mts response

type Opening ¶

type Opening struct {
	Start   string `json:"Start" xml:"Start"`
	Height  string `json:"Height" xml:"Height"`
	Width   string `json:"Width" xml:"Width"`
	OpenUrl string `json:"openUrl" xml:"openUrl"`
}

Opening is a nested struct in mts response

type OpeningListInListJob ¶

type OpeningListInListJob struct {
	Opening []Opening `json:"Opening" xml:"Opening"`
}

OpeningListInListJob is a nested struct in mts response

type OpeningListInQueryJobList ¶

type OpeningListInQueryJobList struct {
	Opening []Opening `json:"Opening" xml:"Opening"`
}

OpeningListInQueryJobList is a nested struct in mts response

type OpeningListInSubmitJobs ¶

type OpeningListInSubmitJobs struct {
	Opening []Opening `json:"Opening" xml:"Opening"`
}

OpeningListInSubmitJobs is a nested struct in mts response

type OutSubtitle ¶

type OutSubtitle struct {
	Success         bool            `json:"Success" xml:"Success"`
	Map             string          `json:"Map" xml:"Map"`
	Message         string          `json:"Message" xml:"Message"`
	OutSubtitleFile OutSubtitleFile `json:"OutSubtitleFile" xml:"OutSubtitleFile"`
}

OutSubtitle is a nested struct in mts response

type OutSubtitleFile ¶

type OutSubtitleFile struct {
	Location string `json:"Location" xml:"Location"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
}

OutSubtitleFile is a nested struct in mts response

type OutSubtitleListInListJob ¶

type OutSubtitleListInListJob struct {
	OutSubtitle []OutSubtitle `json:"OutSubtitle" xml:"OutSubtitle"`
}

OutSubtitleListInListJob is a nested struct in mts response

type OutSubtitleListInQueryJobList ¶

type OutSubtitleListInQueryJobList struct {
	OutSubtitle []OutSubtitle `json:"OutSubtitle" xml:"OutSubtitle"`
}

OutSubtitleListInQueryJobList is a nested struct in mts response

type OutSubtitleListInSubmitJobs ¶

type OutSubtitleListInSubmitJobs struct {
	OutSubtitle []OutSubtitle `json:"OutSubtitle" xml:"OutSubtitle"`
}

OutSubtitleListInSubmitJobs is a nested struct in mts response

type Output ¶

type Output struct {
	UserData               string                   `json:"UserData" xml:"UserData"`
	Priority               string                   `json:"Priority" xml:"Priority"`
	TemplateId             string                   `json:"TemplateId" xml:"TemplateId"`
	MergeConfigUrl         string                   `json:"MergeConfigUrl" xml:"MergeConfigUrl"`
	Rotate                 string                   `json:"Rotate" xml:"Rotate"`
	DeWatermark            string                   `json:"DeWatermark" xml:"DeWatermark"`
	WaterMarkConfigUrl     string                   `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"`
	VideoStreamMap         string                   `json:"VideoStreamMap" xml:"VideoStreamMap"`
	AudioStreamMap         string                   `json:"AudioStreamMap" xml:"AudioStreamMap"`
	TransConfig            TransConfig              `json:"TransConfig" xml:"TransConfig"`
	Encryption             Encryption               `json:"Encryption" xml:"Encryption"`
	MuxConfig              MuxConfig                `json:"MuxConfig" xml:"MuxConfig"`
	Properties             Properties               `json:"Properties" xml:"Properties"`
	OutputFile             OutputFile               `json:"OutputFile" xml:"OutputFile"`
	Video                  Video                    `json:"Video" xml:"Video"`
	Container              Container                `json:"Container" xml:"Container"`
	Clip                   Clip                     `json:"Clip" xml:"Clip"`
	SuperReso              SuperReso                `json:"SuperReso" xml:"SuperReso"`
	Audio                  Audio                    `json:"Audio" xml:"Audio"`
	SubtitleConfig         SubtitleConfig           `json:"SubtitleConfig" xml:"SubtitleConfig"`
	DigiWaterMark          DigiWaterMark            `json:"DigiWaterMark" xml:"DigiWaterMark"`
	M3U8NonStandardSupport M3U8NonStandardSupport   `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"`
	OutSubtitleList        OutSubtitleListInListJob `json:"OutSubtitleList" xml:"OutSubtitleList"`
	TailSlateList          TailSlateListInListJob   `json:"TailSlateList" xml:"TailSlateList"`
	MergeList              MergeListInListJob       `json:"MergeList" xml:"MergeList"`
	OpeningList            OpeningListInListJob     `json:"OpeningList" xml:"OpeningList"`
	WaterMarkList          WaterMarkListInListJob   `json:"WaterMarkList" xml:"WaterMarkList"`
}

Output is a nested struct in mts response

type OutputFile ¶

type OutputFile struct {
	Location string `json:"Location" xml:"Location"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
}

OutputFile is a nested struct in mts response

type Pipeline ¶

type Pipeline struct {
	Speed        string       `json:"Speed" xml:"Speed"`
	SpeedLevel   int          `json:"SpeedLevel" xml:"SpeedLevel"`
	Id           string       `json:"Id" xml:"Id"`
	Role         string       `json:"Role" xml:"Role"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     int          `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

Pipeline is a nested struct in mts response

type PipelineInAddCoverPipeline ¶

type PipelineInAddCoverPipeline struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	Priority     string       `json:"Priority" xml:"Priority"`
	State        string       `json:"State" xml:"State"`
	Role         string       `json:"Role" xml:"Role"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInAddCoverPipeline is a nested struct in mts response

type PipelineInListAsrPipeline ¶

type PipelineInListAsrPipeline struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInListAsrPipeline is a nested struct in mts response

type PipelineInListCensorPipeline ¶

type PipelineInListCensorPipeline struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInListCensorPipeline is a nested struct in mts response

type PipelineInListCoverPipeline ¶

type PipelineInListCoverPipeline struct {
	UserId       int    `json:"UserId" xml:"UserId"`
	PipelineId   string `json:"PipelineId" xml:"PipelineId"`
	Name         string `json:"Name" xml:"Name"`
	State        string `json:"State" xml:"State"`
	Priority     string `json:"Priority" xml:"Priority"`
	QuotaNum     int    `json:"quotaNum" xml:"quotaNum"`
	QuotaUsed    int    `json:"quotaUsed" xml:"quotaUsed"`
	NotifyConfig string `json:"NotifyConfig" xml:"NotifyConfig"`
	Role         string `json:"Role" xml:"Role"`
	ExtendConfig string `json:"ExtendConfig" xml:"ExtendConfig"`
}

PipelineInListCoverPipeline is a nested struct in mts response

type PipelineInListPornPipeline ¶

type PipelineInListPornPipeline struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInListPornPipeline is a nested struct in mts response

type PipelineInListTerrorismPipeline ¶

type PipelineInListTerrorismPipeline struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInListTerrorismPipeline is a nested struct in mts response

type PipelineInQueryAsrPipelineList ¶

type PipelineInQueryAsrPipelineList struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInQueryAsrPipelineList is a nested struct in mts response

type PipelineInQueryCensorPipelineList ¶

type PipelineInQueryCensorPipelineList struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInQueryCensorPipelineList is a nested struct in mts response

type PipelineInQueryCoverPipelineList ¶

type PipelineInQueryCoverPipelineList struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	Role         string       `json:"Role" xml:"Role"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInQueryCoverPipelineList is a nested struct in mts response

type PipelineInQueryPornPipelineList ¶

type PipelineInQueryPornPipelineList struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInQueryPornPipelineList is a nested struct in mts response

type PipelineInQueryTerrorismPipelineList ¶

type PipelineInQueryTerrorismPipelineList struct {
	Id           string       `json:"Id" xml:"Id"`
	Name         string       `json:"Name" xml:"Name"`
	State        string       `json:"State" xml:"State"`
	Priority     string       `json:"Priority" xml:"Priority"`
	NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"`
}

PipelineInQueryTerrorismPipelineList is a nested struct in mts response

type PipelineListInListAsrPipeline ¶

type PipelineListInListAsrPipeline struct {
	Pipeline []PipelineInListAsrPipeline `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInListAsrPipeline is a nested struct in mts response

type PipelineListInListCensorPipeline ¶

type PipelineListInListCensorPipeline struct {
	Pipeline []PipelineInListCensorPipeline `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInListCensorPipeline is a nested struct in mts response

type PipelineListInListCoverPipeline ¶

type PipelineListInListCoverPipeline struct {
	Pipeline []PipelineInListCoverPipeline `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInListCoverPipeline is a nested struct in mts response

type PipelineListInListPornPipeline ¶

type PipelineListInListPornPipeline struct {
	Pipeline []PipelineInListPornPipeline `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInListPornPipeline is a nested struct in mts response

type PipelineListInListTerrorismPipeline ¶

type PipelineListInListTerrorismPipeline struct {
	Pipeline []PipelineInListTerrorismPipeline `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInListTerrorismPipeline is a nested struct in mts response

type PipelineListInQueryAsrPipelineList ¶

type PipelineListInQueryAsrPipelineList struct {
	Pipeline []PipelineInQueryAsrPipelineList `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInQueryAsrPipelineList is a nested struct in mts response

type PipelineListInQueryCensorPipelineList ¶

type PipelineListInQueryCensorPipelineList struct {
	Pipeline []PipelineInQueryCensorPipelineList `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInQueryCensorPipelineList is a nested struct in mts response

type PipelineListInQueryCoverPipelineList ¶

type PipelineListInQueryCoverPipelineList struct {
	Pipeline []PipelineInQueryCoverPipelineList `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInQueryCoverPipelineList is a nested struct in mts response

type PipelineListInQueryPipelineList ¶

type PipelineListInQueryPipelineList struct {
	Pipeline []Pipeline `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInQueryPipelineList is a nested struct in mts response

type PipelineListInQueryPornPipelineList ¶

type PipelineListInQueryPornPipelineList struct {
	Pipeline []PipelineInQueryPornPipelineList `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInQueryPornPipelineList is a nested struct in mts response

type PipelineListInQueryTerrorismPipelineList ¶

type PipelineListInQueryTerrorismPipelineList struct {
	Pipeline []PipelineInQueryTerrorismPipelineList `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInQueryTerrorismPipelineList is a nested struct in mts response

type PipelineListInSearchPipeline ¶

type PipelineListInSearchPipeline struct {
	Pipeline []Pipeline `json:"Pipeline" xml:"Pipeline"`
}

PipelineListInSearchPipeline is a nested struct in mts response

type Play ¶

type Play struct {
	Fps               string `json:"Fps" xml:"Fps"`
	Size              string `json:"Size" xml:"Size"`
	Height            string `json:"Height" xml:"Height"`
	Duration          string `json:"Duration" xml:"Duration"`
	Encryption        string `json:"Encryption" xml:"Encryption"`
	Width             string `json:"Width" xml:"Width"`
	Format            string `json:"Format" xml:"Format"`
	MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
	MediaWorkflowId   string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	ActivityName      string `json:"ActivityName" xml:"ActivityName"`
	Bitrate           string `json:"Bitrate" xml:"Bitrate"`
	File              File   `json:"File" xml:"File"`
}

Play is a nested struct in mts response

type PlayInfo ¶

type PlayInfo struct {
	Url            string `json:"Url" xml:"Url"`
	Duration       string `json:"duration" xml:"duration"`
	Size           string `json:"size" xml:"size"`
	Width          string `json:"width" xml:"width"`
	Height         string `json:"height" xml:"height"`
	Bitrate        string `json:"bitrate" xml:"bitrate"`
	Fps            string `json:"fps" xml:"fps"`
	Format         string `json:"format" xml:"format"`
	Definition     string `json:"definition" xml:"definition"`
	Encryption     string `json:"encryption" xml:"encryption"`
	Rand           string `json:"rand" xml:"rand"`
	Plaintext      string `json:"plaintext" xml:"plaintext"`
	Complexity     string `json:"complexity" xml:"complexity"`
	ActivityName   string `json:"activityName" xml:"activityName"`
	EncryptionType string `json:"encryptionType" xml:"encryptionType"`
	DownloadType   string `json:"downloadType" xml:"downloadType"`
}

PlayInfo is a nested struct in mts response

type PlayInfoList ¶

type PlayInfoList struct {
	PlayInfo []PlayInfo `json:"PlayInfo" xml:"PlayInfo"`
}

PlayInfoList is a nested struct in mts response

type PlayInfoRequest ¶

type PlayInfoRequest struct {
	*requests.RpcRequest
	OwnerId              string           `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string           `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	MediaId              string           `position:"Query" name:"MediaId"`
	Formats              string           `position:"Query" name:"Formats"`
	AuthInfo             string           `position:"Query" name:"AuthInfo"`
	AuthTimeout          requests.Integer `position:"Query" name:"AuthTimeout"`
	Rand                 string           `position:"Query" name:"Rand"`
	PlayDomain           string           `position:"Query" name:"PlayDomain"`
	HlsUriToken          string           `position:"Query" name:"HlsUriToken"`
}

PlayInfoRequest is the request struct for api PlayInfo

func CreatePlayInfoRequest ¶

func CreatePlayInfoRequest() (request *PlayInfoRequest)

CreatePlayInfoRequest creates a request to invoke PlayInfo API

type PlayInfoResponse ¶

type PlayInfoResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	NotFoundCDNDomain NotFoundCDNDomain `json:"NotFoundCDNDomain" xml:"NotFoundCDNDomain"`
	PlayInfoList      PlayInfoList      `json:"PlayInfoList" xml:"PlayInfoList"`
}

PlayInfoResponse is the response struct for api PlayInfo

func CreatePlayInfoResponse ¶

func CreatePlayInfoResponse() (response *PlayInfoResponse)

CreatePlayInfoResponse creates a response to parse from PlayInfo response

type PlayListInQueryMediaList ¶

type PlayListInQueryMediaList struct {
	Play []Play `json:"Play" xml:"Play"`
}

PlayListInQueryMediaList is a nested struct in mts response

type PlayListInQueryMediaListByURL ¶

type PlayListInQueryMediaListByURL struct {
	Play []Play `json:"Play" xml:"Play"`
}

PlayListInQueryMediaListByURL is a nested struct in mts response

type PlayerAuthRequest ¶

type PlayerAuthRequest struct {
	*requests.RpcRequest
	OwnerId              string `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
}

PlayerAuthRequest is the request struct for api PlayerAuth

func CreatePlayerAuthRequest ¶

func CreatePlayerAuthRequest() (request *PlayerAuthRequest)

CreatePlayerAuthRequest creates a request to invoke PlayerAuth API

type PlayerAuthResponse ¶

type PlayerAuthResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	LogURL     string     `json:"LogURL" xml:"LogURL"`
	SwitchList SwitchList `json:"SwitchList" xml:"SwitchList"`
}

PlayerAuthResponse is the response struct for api PlayerAuth

func CreatePlayerAuthResponse ¶

func CreatePlayerAuthResponse() (response *PlayerAuthResponse)

CreatePlayerAuthResponse creates a response to parse from PlayerAuth response

type Politician ¶

type Politician struct {
	Name   string `json:"Name" xml:"Name"`
	Score  string `json:"Score" xml:"Score"`
	Target string `json:"Target" xml:"Target"`
}

Politician is a nested struct in mts response

type Politicians ¶

type Politicians struct {
	Politician []Politician `json:"Politician" xml:"Politician"`
}

Politicians is a nested struct in mts response

type PornConfig ¶

type PornConfig struct {
	Interval   string     `json:"Interval" xml:"Interval"`
	BizType    string     `json:"BizType" xml:"BizType"`
	OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
}

PornConfig is a nested struct in mts response

type PornCounterListInQueryCensorJobList ¶

type PornCounterListInQueryCensorJobList struct {
	Counter []Counter `json:"Counter" xml:"Counter"`
}

PornCounterListInQueryCensorJobList is a nested struct in mts response

type PornCounterListInQueryPornJobList ¶

type PornCounterListInQueryPornJobList struct {
	Counter []Counter `json:"Counter" xml:"Counter"`
}

PornCounterListInQueryPornJobList is a nested struct in mts response

type PornJob ¶

type PornJob struct {
	Id               string           `json:"Id" xml:"Id"`
	UserData         string           `json:"UserData" xml:"UserData"`
	PipelineId       string           `json:"PipelineId" xml:"PipelineId"`
	State            string           `json:"State" xml:"State"`
	Code             string           `json:"Code" xml:"Code"`
	Message          string           `json:"Message" xml:"Message"`
	CreationTime     string           `json:"CreationTime" xml:"CreationTime"`
	Input            Input            `json:"Input" xml:"Input"`
	PornConfig       PornConfig       `json:"PornConfig" xml:"PornConfig"`
	CensorPornResult CensorPornResult `json:"CensorPornResult" xml:"CensorPornResult"`
}

PornJob is a nested struct in mts response

type PornJobList ¶

type PornJobList struct {
	PornJob []PornJob `json:"PornJob" xml:"PornJob"`
}

PornJobList is a nested struct in mts response

type PornTopListInQueryCensorJobList ¶

type PornTopListInQueryCensorJobList struct {
	Top []Top `json:"Top" xml:"Top"`
}

PornTopListInQueryCensorJobList is a nested struct in mts response

type PornTopListInQueryPornJobList ¶

type PornTopListInQueryPornJobList struct {
	Top []Top `json:"Top" xml:"Top"`
}

PornTopListInQueryPornJobList is a nested struct in mts response

type Properties ¶

type Properties struct {
	Fps         string      `json:"Fps" xml:"Fps"`
	Height      string      `json:"Height" xml:"Height"`
	Duration    string      `json:"Duration" xml:"Duration"`
	Width       string      `json:"Width" xml:"Width"`
	FileSize    string      `json:"FileSize" xml:"FileSize"`
	FileFormat  string      `json:"FileFormat" xml:"FileFormat"`
	Bitrate     string      `json:"Bitrate" xml:"Bitrate"`
	Streams     Streams     `json:"Streams" xml:"Streams"`
	Format      Format      `json:"Format" xml:"Format"`
	SourceLogos SourceLogos `json:"SourceLogos" xml:"SourceLogos"`
}

Properties is a nested struct in mts response

type PropertiesControl ¶

type PropertiesControl struct {
	Deinterlace string `json:"Deinterlace" xml:"Deinterlace"`
	Crop        Crop   `json:"Crop" xml:"Crop"`
}

PropertiesControl is a nested struct in mts response

type QualityControl ¶

type QualityControl struct {
	RateQuality     string `json:"RateQuality" xml:"RateQuality"`
	MethodStreaming string `json:"MethodStreaming" xml:"MethodStreaming"`
}

QualityControl is a nested struct in mts response

type QueryAnalysisJobListRequest ¶

type QueryAnalysisJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	AnalysisJobIds       string           `position:"Query" name:"AnalysisJobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryAnalysisJobListRequest is the request struct for api QueryAnalysisJobList

func CreateQueryAnalysisJobListRequest ¶

func CreateQueryAnalysisJobListRequest() (request *QueryAnalysisJobListRequest)

CreateQueryAnalysisJobListRequest creates a request to invoke QueryAnalysisJobList API

type QueryAnalysisJobListResponse ¶

type QueryAnalysisJobListResponse struct {
	*responses.BaseResponse
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	NonExistAnalysisJobIds NonExistAnalysisJobIds `json:"NonExistAnalysisJobIds" xml:"NonExistAnalysisJobIds"`
	AnalysisJobList        AnalysisJobList        `json:"AnalysisJobList" xml:"AnalysisJobList"`
}

QueryAnalysisJobListResponse is the response struct for api QueryAnalysisJobList

func CreateQueryAnalysisJobListResponse ¶

func CreateQueryAnalysisJobListResponse() (response *QueryAnalysisJobListResponse)

CreateQueryAnalysisJobListResponse creates a response to parse from QueryAnalysisJobList response

type QueryAnnotationJobListRequest ¶

type QueryAnnotationJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	AnnotationJobIds     string           `position:"Query" name:"AnnotationJobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryAnnotationJobListRequest is the request struct for api QueryAnnotationJobList

func CreateQueryAnnotationJobListRequest ¶

func CreateQueryAnnotationJobListRequest() (request *QueryAnnotationJobListRequest)

CreateQueryAnnotationJobListRequest creates a request to invoke QueryAnnotationJobList API

type QueryAnnotationJobListResponse ¶

type QueryAnnotationJobListResponse struct {
	*responses.BaseResponse
	RequestId         string                              `json:"RequestId" xml:"RequestId"`
	NonExistIds       NonExistIdsInQueryAnnotationJobList `json:"NonExistIds" xml:"NonExistIds"`
	AnnotationJobList AnnotationJobList                   `json:"AnnotationJobList" xml:"AnnotationJobList"`
}

QueryAnnotationJobListResponse is the response struct for api QueryAnnotationJobList

func CreateQueryAnnotationJobListResponse ¶

func CreateQueryAnnotationJobListResponse() (response *QueryAnnotationJobListResponse)

CreateQueryAnnotationJobListResponse creates a response to parse from QueryAnnotationJobList response

type QueryAsrJobListRequest ¶

type QueryAsrJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryAsrJobListRequest is the request struct for api QueryAsrJobList

func CreateQueryAsrJobListRequest ¶

func CreateQueryAsrJobListRequest() (request *QueryAsrJobListRequest)

CreateQueryAsrJobListRequest creates a request to invoke QueryAsrJobList API

type QueryAsrJobListResponse ¶

type QueryAsrJobListResponse struct {
	*responses.BaseResponse
	RequestId   string                       `json:"RequestId" xml:"RequestId"`
	NonExistIds NonExistIdsInQueryAsrJobList `json:"NonExistIds" xml:"NonExistIds"`
	JobList     JobListInQueryAsrJobList     `json:"JobList" xml:"JobList"`
}

QueryAsrJobListResponse is the response struct for api QueryAsrJobList

func CreateQueryAsrJobListResponse ¶

func CreateQueryAsrJobListResponse() (response *QueryAsrJobListResponse)

CreateQueryAsrJobListResponse creates a response to parse from QueryAsrJobList response

type QueryAsrPipelineListRequest ¶

type QueryAsrPipelineListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryAsrPipelineListRequest is the request struct for api QueryAsrPipelineList

func CreateQueryAsrPipelineListRequest ¶

func CreateQueryAsrPipelineListRequest() (request *QueryAsrPipelineListRequest)

CreateQueryAsrPipelineListRequest creates a request to invoke QueryAsrPipelineList API

type QueryAsrPipelineListResponse ¶

type QueryAsrPipelineListResponse struct {
	*responses.BaseResponse
	RequestId    string                             `json:"RequestId" xml:"RequestId"`
	NonExistIds  NonExistIdsInQueryAsrPipelineList  `json:"NonExistIds" xml:"NonExistIds"`
	PipelineList PipelineListInQueryAsrPipelineList `json:"PipelineList" xml:"PipelineList"`
}

QueryAsrPipelineListResponse is the response struct for api QueryAsrPipelineList

func CreateQueryAsrPipelineListResponse ¶

func CreateQueryAsrPipelineListResponse() (response *QueryAsrPipelineListResponse)

CreateQueryAsrPipelineListResponse creates a response to parse from QueryAsrPipelineList response

type QueryAuthConfigRequest ¶

type QueryAuthConfigRequest struct {
	*requests.RpcRequest
	OwnerId              string `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
}

QueryAuthConfigRequest is the request struct for api QueryAuthConfig

func CreateQueryAuthConfigRequest ¶

func CreateQueryAuthConfigRequest() (request *QueryAuthConfigRequest)

CreateQueryAuthConfigRequest creates a request to invoke QueryAuthConfig API

type QueryAuthConfigResponse ¶

type QueryAuthConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Key1      string `json:"Key1" xml:"Key1"`
	Key2      string `json:"Key2" xml:"Key2"`
}

QueryAuthConfigResponse is the response struct for api QueryAuthConfig

func CreateQueryAuthConfigResponse ¶

func CreateQueryAuthConfigResponse() (response *QueryAuthConfigResponse)

CreateQueryAuthConfigResponse creates a response to parse from QueryAuthConfig response

type QueryCensorJobListRequest ¶

type QueryCensorJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryCensorJobListRequest is the request struct for api QueryCensorJobList

func CreateQueryCensorJobListRequest ¶

func CreateQueryCensorJobListRequest() (request *QueryCensorJobListRequest)

CreateQueryCensorJobListRequest creates a request to invoke QueryCensorJobList API

type QueryCensorJobListResponse ¶

type QueryCensorJobListResponse struct {
	*responses.BaseResponse
	RequestId     string                          `json:"RequestId" xml:"RequestId"`
	NonExistIds   NonExistIdsInQueryCensorJobList `json:"NonExistIds" xml:"NonExistIds"`
	CensorJobList CensorJobList                   `json:"CensorJobList" xml:"CensorJobList"`
}

QueryCensorJobListResponse is the response struct for api QueryCensorJobList

func CreateQueryCensorJobListResponse ¶

func CreateQueryCensorJobListResponse() (response *QueryCensorJobListResponse)

CreateQueryCensorJobListResponse creates a response to parse from QueryCensorJobList response

type QueryCensorPipelineListRequest ¶

type QueryCensorPipelineListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryCensorPipelineListRequest is the request struct for api QueryCensorPipelineList

func CreateQueryCensorPipelineListRequest ¶

func CreateQueryCensorPipelineListRequest() (request *QueryCensorPipelineListRequest)

CreateQueryCensorPipelineListRequest creates a request to invoke QueryCensorPipelineList API

type QueryCensorPipelineListResponse ¶

type QueryCensorPipelineListResponse struct {
	*responses.BaseResponse
	RequestId    string                                `json:"RequestId" xml:"RequestId"`
	NonExistIds  NonExistIdsInQueryCensorPipelineList  `json:"NonExistIds" xml:"NonExistIds"`
	PipelineList PipelineListInQueryCensorPipelineList `json:"PipelineList" xml:"PipelineList"`
}

QueryCensorPipelineListResponse is the response struct for api QueryCensorPipelineList

func CreateQueryCensorPipelineListResponse ¶

func CreateQueryCensorPipelineListResponse() (response *QueryCensorPipelineListResponse)

CreateQueryCensorPipelineListResponse creates a response to parse from QueryCensorPipelineList response

type QueryCoverJobListRequest ¶

type QueryCoverJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CoverJobIds          string           `position:"Query" name:"CoverJobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryCoverJobListRequest is the request struct for api QueryCoverJobList

func CreateQueryCoverJobListRequest ¶

func CreateQueryCoverJobListRequest() (request *QueryCoverJobListRequest)

CreateQueryCoverJobListRequest creates a request to invoke QueryCoverJobList API

type QueryCoverJobListResponse ¶

type QueryCoverJobListResponse struct {
	*responses.BaseResponse
	RequestId    string                         `json:"RequestId" xml:"RequestId"`
	NonExistIds  NonExistIdsInQueryCoverJobList `json:"NonExistIds" xml:"NonExistIds"`
	CoverJobList CoverJobList                   `json:"CoverJobList" xml:"CoverJobList"`
}

QueryCoverJobListResponse is the response struct for api QueryCoverJobList

func CreateQueryCoverJobListResponse ¶

func CreateQueryCoverJobListResponse() (response *QueryCoverJobListResponse)

CreateQueryCoverJobListResponse creates a response to parse from QueryCoverJobList response

type QueryCoverPipelineListRequest ¶

type QueryCoverPipelineListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryCoverPipelineListRequest is the request struct for api QueryCoverPipelineList

func CreateQueryCoverPipelineListRequest ¶

func CreateQueryCoverPipelineListRequest() (request *QueryCoverPipelineListRequest)

CreateQueryCoverPipelineListRequest creates a request to invoke QueryCoverPipelineList API

type QueryCoverPipelineListResponse ¶

type QueryCoverPipelineListResponse struct {
	*responses.BaseResponse
	RequestId    string                               `json:"RequestId" xml:"RequestId"`
	NonExistIds  NonExistIdsInQueryCoverPipelineList  `json:"NonExistIds" xml:"NonExistIds"`
	PipelineList PipelineListInQueryCoverPipelineList `json:"PipelineList" xml:"PipelineList"`
}

QueryCoverPipelineListResponse is the response struct for api QueryCoverPipelineList

func CreateQueryCoverPipelineListResponse ¶

func CreateQueryCoverPipelineListResponse() (response *QueryCoverPipelineListResponse)

CreateQueryCoverPipelineListResponse creates a response to parse from QueryCoverPipelineList response

type QueryEditingJobListRequest ¶

type QueryEditingJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryEditingJobListRequest is the request struct for api QueryEditingJobList

func CreateQueryEditingJobListRequest ¶

func CreateQueryEditingJobListRequest() (request *QueryEditingJobListRequest)

CreateQueryEditingJobListRequest creates a request to invoke QueryEditingJobList API

type QueryEditingJobListResponse ¶

type QueryEditingJobListResponse struct {
	*responses.BaseResponse
	RequestId      string                              `json:"RequestId" xml:"RequestId"`
	NonExistJobIds NonExistJobIdsInQueryEditingJobList `json:"NonExistJobIds" xml:"NonExistJobIds"`
	JobList        JobListInQueryEditingJobList        `json:"JobList" xml:"JobList"`
}

QueryEditingJobListResponse is the response struct for api QueryEditingJobList

func CreateQueryEditingJobListResponse ¶

func CreateQueryEditingJobListResponse() (response *QueryEditingJobListResponse)

CreateQueryEditingJobListResponse creates a response to parse from QueryEditingJobList response

type QueryFacerecogJobListRequest ¶

type QueryFacerecogJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FacerecogJobIds      string           `position:"Query" name:"FacerecogJobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryFacerecogJobListRequest is the request struct for api QueryFacerecogJobList

func CreateQueryFacerecogJobListRequest ¶

func CreateQueryFacerecogJobListRequest() (request *QueryFacerecogJobListRequest)

CreateQueryFacerecogJobListRequest creates a request to invoke QueryFacerecogJobList API

type QueryFacerecogJobListResponse ¶

type QueryFacerecogJobListResponse struct {
	*responses.BaseResponse
	RequestId        string                             `json:"RequestId" xml:"RequestId"`
	NonExistIds      NonExistIdsInQueryFacerecogJobList `json:"NonExistIds" xml:"NonExistIds"`
	FacerecogJobList FacerecogJobList                   `json:"FacerecogJobList" xml:"FacerecogJobList"`
}

QueryFacerecogJobListResponse is the response struct for api QueryFacerecogJobList

func CreateQueryFacerecogJobListResponse ¶

func CreateQueryFacerecogJobListResponse() (response *QueryFacerecogJobListResponse)

CreateQueryFacerecogJobListResponse creates a response to parse from QueryFacerecogJobList response

type QueryFpShotJobListRequest ¶

type QueryFpShotJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryFpShotJobListRequest is the request struct for api QueryFpShotJobList

func CreateQueryFpShotJobListRequest ¶

func CreateQueryFpShotJobListRequest() (request *QueryFpShotJobListRequest)

CreateQueryFpShotJobListRequest creates a request to invoke QueryFpShotJobList API

type QueryFpShotJobListResponse ¶

type QueryFpShotJobListResponse struct {
	*responses.BaseResponse
	RequestId     string                          `json:"RequestId" xml:"RequestId"`
	NonExistIds   NonExistIdsInQueryFpShotJobList `json:"NonExistIds" xml:"NonExistIds"`
	FpShotJobList FpShotJobList                   `json:"FpShotJobList" xml:"FpShotJobList"`
}

QueryFpShotJobListResponse is the response struct for api QueryFpShotJobList

func CreateQueryFpShotJobListResponse ¶

func CreateQueryFpShotJobListResponse() (response *QueryFpShotJobListResponse)

CreateQueryFpShotJobListResponse creates a response to parse from QueryFpShotJobList response

type QueryJobListRequest ¶

type QueryJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryJobListRequest is the request struct for api QueryJobList

func CreateQueryJobListRequest ¶

func CreateQueryJobListRequest() (request *QueryJobListRequest)

CreateQueryJobListRequest creates a request to invoke QueryJobList API

type QueryJobListResponse ¶

type QueryJobListResponse struct {
	*responses.BaseResponse
	RequestId      string                       `json:"RequestId" xml:"RequestId"`
	NonExistJobIds NonExistJobIdsInQueryJobList `json:"NonExistJobIds" xml:"NonExistJobIds"`
	JobList        JobListInQueryJobList        `json:"JobList" xml:"JobList"`
}

QueryJobListResponse is the response struct for api QueryJobList

func CreateQueryJobListResponse ¶

func CreateQueryJobListResponse() (response *QueryJobListResponse)

CreateQueryJobListResponse creates a response to parse from QueryJobList response

type QueryMediaDetailJobListRequest ¶

type QueryMediaDetailJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryMediaDetailJobListRequest is the request struct for api QueryMediaDetailJobList

func CreateQueryMediaDetailJobListRequest ¶

func CreateQueryMediaDetailJobListRequest() (request *QueryMediaDetailJobListRequest)

CreateQueryMediaDetailJobListRequest creates a request to invoke QueryMediaDetailJobList API

type QueryMediaDetailJobListResponse ¶

type QueryMediaDetailJobListResponse struct {
	*responses.BaseResponse
	RequestId   string                               `json:"RequestId" xml:"RequestId"`
	NonExistIds NonExistIdsInQueryMediaDetailJobList `json:"NonExistIds" xml:"NonExistIds"`
	JobList     JobListInQueryMediaDetailJobList     `json:"JobList" xml:"JobList"`
}

QueryMediaDetailJobListResponse is the response struct for api QueryMediaDetailJobList

func CreateQueryMediaDetailJobListResponse ¶

func CreateQueryMediaDetailJobListResponse() (response *QueryMediaDetailJobListResponse)

CreateQueryMediaDetailJobListResponse creates a response to parse from QueryMediaDetailJobList response

type QueryMediaInfoJobListRequest ¶

type QueryMediaInfoJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaInfoJobIds      string           `position:"Query" name:"MediaInfoJobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryMediaInfoJobListRequest is the request struct for api QueryMediaInfoJobList

func CreateQueryMediaInfoJobListRequest ¶

func CreateQueryMediaInfoJobListRequest() (request *QueryMediaInfoJobListRequest)

CreateQueryMediaInfoJobListRequest creates a request to invoke QueryMediaInfoJobList API

type QueryMediaInfoJobListResponse ¶

type QueryMediaInfoJobListResponse struct {
	*responses.BaseResponse
	RequestId               string                  `json:"RequestId" xml:"RequestId"`
	NonExistMediaInfoJobIds NonExistMediaInfoJobIds `json:"NonExistMediaInfoJobIds" xml:"NonExistMediaInfoJobIds"`
	MediaInfoJobList        MediaInfoJobList        `json:"MediaInfoJobList" xml:"MediaInfoJobList"`
}

QueryMediaInfoJobListResponse is the response struct for api QueryMediaInfoJobList

func CreateQueryMediaInfoJobListResponse ¶

func CreateQueryMediaInfoJobListResponse() (response *QueryMediaInfoJobListResponse)

CreateQueryMediaInfoJobListResponse creates a response to parse from QueryMediaInfoJobList response

type QueryMediaListByURLRequest ¶

type QueryMediaListByURLRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FileURLs             string           `position:"Query" name:"FileURLs"`
	IncludePlayList      requests.Boolean `position:"Query" name:"IncludePlayList"`
	IncludeSnapshotList  requests.Boolean `position:"Query" name:"IncludeSnapshotList"`
	IncludeMediaInfo     requests.Boolean `position:"Query" name:"IncludeMediaInfo"`
	IncludeSummaryList   requests.Boolean `position:"Query" name:"IncludeSummaryList"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryMediaListByURLRequest is the request struct for api QueryMediaListByURL

func CreateQueryMediaListByURLRequest ¶

func CreateQueryMediaListByURLRequest() (request *QueryMediaListByURLRequest)

CreateQueryMediaListByURLRequest creates a request to invoke QueryMediaListByURL API

type QueryMediaListByURLResponse ¶

type QueryMediaListByURLResponse struct {
	*responses.BaseResponse
	RequestId        string                         `json:"RequestId" xml:"RequestId"`
	NonExistFileURLs NonExistFileURLs               `json:"NonExistFileURLs" xml:"NonExistFileURLs"`
	MediaList        MediaListInQueryMediaListByURL `json:"MediaList" xml:"MediaList"`
}

QueryMediaListByURLResponse is the response struct for api QueryMediaListByURL

func CreateQueryMediaListByURLResponse ¶

func CreateQueryMediaListByURLResponse() (response *QueryMediaListByURLResponse)

CreateQueryMediaListByURLResponse creates a response to parse from QueryMediaListByURL response

type QueryMediaListRequest ¶

type QueryMediaListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaIds             string           `position:"Query" name:"MediaIds"`
	IncludePlayList      requests.Boolean `position:"Query" name:"IncludePlayList"`
	IncludeSnapshotList  requests.Boolean `position:"Query" name:"IncludeSnapshotList"`
	IncludeMediaInfo     requests.Boolean `position:"Query" name:"IncludeMediaInfo"`
	IncludeSummaryList   requests.Boolean `position:"Query" name:"IncludeSummaryList"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryMediaListRequest is the request struct for api QueryMediaList

func CreateQueryMediaListRequest ¶

func CreateQueryMediaListRequest() (request *QueryMediaListRequest)

CreateQueryMediaListRequest creates a request to invoke QueryMediaList API

type QueryMediaListResponse ¶

type QueryMediaListResponse struct {
	*responses.BaseResponse
	RequestId        string                    `json:"RequestId" xml:"RequestId"`
	NonExistMediaIds NonExistMediaIds          `json:"NonExistMediaIds" xml:"NonExistMediaIds"`
	MediaList        MediaListInQueryMediaList `json:"MediaList" xml:"MediaList"`
}

QueryMediaListResponse is the response struct for api QueryMediaList

func CreateQueryMediaListResponse ¶

func CreateQueryMediaListResponse() (response *QueryMediaListResponse)

CreateQueryMediaListResponse creates a response to parse from QueryMediaList response

type QueryMediaWorkflowExecutionListRequest ¶

type QueryMediaWorkflowExecutionListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	RunIds               string           `position:"Query" name:"RunIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryMediaWorkflowExecutionListRequest is the request struct for api QueryMediaWorkflowExecutionList

func CreateQueryMediaWorkflowExecutionListRequest ¶

func CreateQueryMediaWorkflowExecutionListRequest() (request *QueryMediaWorkflowExecutionListRequest)

CreateQueryMediaWorkflowExecutionListRequest creates a request to invoke QueryMediaWorkflowExecutionList API

type QueryMediaWorkflowExecutionListResponse ¶

type QueryMediaWorkflowExecutionListResponse struct {
	*responses.BaseResponse
	RequestId                  string                                                      `json:"RequestId" xml:"RequestId"`
	NonExistRunIds             NonExistRunIds                                              `json:"NonExistRunIds" xml:"NonExistRunIds"`
	MediaWorkflowExecutionList MediaWorkflowExecutionListInQueryMediaWorkflowExecutionList `json:"MediaWorkflowExecutionList" xml:"MediaWorkflowExecutionList"`
}

QueryMediaWorkflowExecutionListResponse is the response struct for api QueryMediaWorkflowExecutionList

func CreateQueryMediaWorkflowExecutionListResponse ¶

func CreateQueryMediaWorkflowExecutionListResponse() (response *QueryMediaWorkflowExecutionListResponse)

CreateQueryMediaWorkflowExecutionListResponse creates a response to parse from QueryMediaWorkflowExecutionList response

type QueryMediaWorkflowListRequest ¶

type QueryMediaWorkflowListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowIds     string           `position:"Query" name:"MediaWorkflowIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryMediaWorkflowListRequest is the request struct for api QueryMediaWorkflowList

func CreateQueryMediaWorkflowListRequest ¶

func CreateQueryMediaWorkflowListRequest() (request *QueryMediaWorkflowListRequest)

CreateQueryMediaWorkflowListRequest creates a request to invoke QueryMediaWorkflowList API

type QueryMediaWorkflowListResponse ¶

type QueryMediaWorkflowListResponse struct {
	*responses.BaseResponse
	RequestId                string                                    `json:"RequestId" xml:"RequestId"`
	NonExistMediaWorkflowIds NonExistMediaWorkflowIds                  `json:"NonExistMediaWorkflowIds" xml:"NonExistMediaWorkflowIds"`
	MediaWorkflowList        MediaWorkflowListInQueryMediaWorkflowList `json:"MediaWorkflowList" xml:"MediaWorkflowList"`
}

QueryMediaWorkflowListResponse is the response struct for api QueryMediaWorkflowList

func CreateQueryMediaWorkflowListResponse ¶

func CreateQueryMediaWorkflowListResponse() (response *QueryMediaWorkflowListResponse)

CreateQueryMediaWorkflowListResponse creates a response to parse from QueryMediaWorkflowList response

type QueryPipelineListRequest ¶

type QueryPipelineListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryPipelineListRequest is the request struct for api QueryPipelineList

func CreateQueryPipelineListRequest ¶

func CreateQueryPipelineListRequest() (request *QueryPipelineListRequest)

CreateQueryPipelineListRequest creates a request to invoke QueryPipelineList API

type QueryPipelineListResponse ¶

type QueryPipelineListResponse struct {
	*responses.BaseResponse
	RequestId    string                          `json:"RequestId" xml:"RequestId"`
	NonExistPids NonExistPids                    `json:"NonExistPids" xml:"NonExistPids"`
	PipelineList PipelineListInQueryPipelineList `json:"PipelineList" xml:"PipelineList"`
}

QueryPipelineListResponse is the response struct for api QueryPipelineList

func CreateQueryPipelineListResponse ¶

func CreateQueryPipelineListResponse() (response *QueryPipelineListResponse)

CreateQueryPipelineListResponse creates a response to parse from QueryPipelineList response

type QueryPornJobListRequest ¶

type QueryPornJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryPornJobListRequest is the request struct for api QueryPornJobList

func CreateQueryPornJobListRequest ¶

func CreateQueryPornJobListRequest() (request *QueryPornJobListRequest)

CreateQueryPornJobListRequest creates a request to invoke QueryPornJobList API

type QueryPornJobListResponse ¶

type QueryPornJobListResponse struct {
	*responses.BaseResponse
	RequestId   string                        `json:"RequestId" xml:"RequestId"`
	NonExistIds NonExistIdsInQueryPornJobList `json:"NonExistIds" xml:"NonExistIds"`
	PornJobList PornJobList                   `json:"PornJobList" xml:"PornJobList"`
}

QueryPornJobListResponse is the response struct for api QueryPornJobList

func CreateQueryPornJobListResponse ¶

func CreateQueryPornJobListResponse() (response *QueryPornJobListResponse)

CreateQueryPornJobListResponse creates a response to parse from QueryPornJobList response

type QueryPornPipelineListRequest ¶

type QueryPornPipelineListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryPornPipelineListRequest is the request struct for api QueryPornPipelineList

func CreateQueryPornPipelineListRequest ¶

func CreateQueryPornPipelineListRequest() (request *QueryPornPipelineListRequest)

CreateQueryPornPipelineListRequest creates a request to invoke QueryPornPipelineList API

type QueryPornPipelineListResponse ¶

type QueryPornPipelineListResponse struct {
	*responses.BaseResponse
	RequestId    string                              `json:"RequestId" xml:"RequestId"`
	NonExistIds  NonExistIdsInQueryPornPipelineList  `json:"NonExistIds" xml:"NonExistIds"`
	PipelineList PipelineListInQueryPornPipelineList `json:"PipelineList" xml:"PipelineList"`
}

QueryPornPipelineListResponse is the response struct for api QueryPornPipelineList

func CreateQueryPornPipelineListResponse ¶

func CreateQueryPornPipelineListResponse() (response *QueryPornPipelineListResponse)

CreateQueryPornPipelineListResponse creates a response to parse from QueryPornPipelineList response

type QuerySnapshotJobListRequest ¶

type QuerySnapshotJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	SnapshotJobIds       string           `position:"Query" name:"SnapshotJobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QuerySnapshotJobListRequest is the request struct for api QuerySnapshotJobList

func CreateQuerySnapshotJobListRequest ¶

func CreateQuerySnapshotJobListRequest() (request *QuerySnapshotJobListRequest)

CreateQuerySnapshotJobListRequest creates a request to invoke QuerySnapshotJobList API

type QuerySnapshotJobListResponse ¶

type QuerySnapshotJobListResponse struct {
	*responses.BaseResponse
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	NonExistSnapshotJobIds NonExistSnapshotJobIds `json:"NonExistSnapshotJobIds" xml:"NonExistSnapshotJobIds"`
	SnapshotJobList        SnapshotJobList        `json:"SnapshotJobList" xml:"SnapshotJobList"`
}

QuerySnapshotJobListResponse is the response struct for api QuerySnapshotJobList

func CreateQuerySnapshotJobListResponse ¶

func CreateQuerySnapshotJobListResponse() (response *QuerySnapshotJobListResponse)

CreateQuerySnapshotJobListResponse creates a response to parse from QuerySnapshotJobList response

type QueryTagJobListRequest ¶

type QueryTagJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TagJobIds            string           `position:"Query" name:"TagJobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryTagJobListRequest is the request struct for api QueryTagJobList

func CreateQueryTagJobListRequest ¶

func CreateQueryTagJobListRequest() (request *QueryTagJobListRequest)

CreateQueryTagJobListRequest creates a request to invoke QueryTagJobList API

type QueryTagJobListResponse ¶

type QueryTagJobListResponse struct {
	*responses.BaseResponse
	RequestId   string                       `json:"RequestId" xml:"RequestId"`
	NonExistIds NonExistIdsInQueryTagJobList `json:"NonExistIds" xml:"NonExistIds"`
	TagJobList  TagJobList                   `json:"TagJobList" xml:"TagJobList"`
}

QueryTagJobListResponse is the response struct for api QueryTagJobList

func CreateQueryTagJobListResponse ¶

func CreateQueryTagJobListResponse() (response *QueryTagJobListResponse)

CreateQueryTagJobListResponse creates a response to parse from QueryTagJobList response

type QueryTemplateListRequest ¶

type QueryTemplateListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TemplateIds          string           `position:"Query" name:"TemplateIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryTemplateListRequest is the request struct for api QueryTemplateList

func CreateQueryTemplateListRequest ¶

func CreateQueryTemplateListRequest() (request *QueryTemplateListRequest)

CreateQueryTemplateListRequest creates a request to invoke QueryTemplateList API

type QueryTemplateListResponse ¶

type QueryTemplateListResponse struct {
	*responses.BaseResponse
	RequestId    string                          `json:"RequestId" xml:"RequestId"`
	NonExistTids NonExistTids                    `json:"NonExistTids" xml:"NonExistTids"`
	TemplateList TemplateListInQueryTemplateList `json:"TemplateList" xml:"TemplateList"`
}

QueryTemplateListResponse is the response struct for api QueryTemplateList

func CreateQueryTemplateListResponse ¶

func CreateQueryTemplateListResponse() (response *QueryTemplateListResponse)

CreateQueryTemplateListResponse creates a response to parse from QueryTemplateList response

type QueryTerrorismJobListRequest ¶

type QueryTerrorismJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryTerrorismJobListRequest is the request struct for api QueryTerrorismJobList

func CreateQueryTerrorismJobListRequest ¶

func CreateQueryTerrorismJobListRequest() (request *QueryTerrorismJobListRequest)

CreateQueryTerrorismJobListRequest creates a request to invoke QueryTerrorismJobList API

type QueryTerrorismJobListResponse ¶

type QueryTerrorismJobListResponse struct {
	*responses.BaseResponse
	RequestId        string                             `json:"RequestId" xml:"RequestId"`
	NonExistIds      NonExistIdsInQueryTerrorismJobList `json:"NonExistIds" xml:"NonExistIds"`
	TerrorismJobList TerrorismJobList                   `json:"TerrorismJobList" xml:"TerrorismJobList"`
}

QueryTerrorismJobListResponse is the response struct for api QueryTerrorismJobList

func CreateQueryTerrorismJobListResponse ¶

func CreateQueryTerrorismJobListResponse() (response *QueryTerrorismJobListResponse)

CreateQueryTerrorismJobListResponse creates a response to parse from QueryTerrorismJobList response

type QueryTerrorismPipelineListRequest ¶

type QueryTerrorismPipelineListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryTerrorismPipelineListRequest is the request struct for api QueryTerrorismPipelineList

func CreateQueryTerrorismPipelineListRequest ¶

func CreateQueryTerrorismPipelineListRequest() (request *QueryTerrorismPipelineListRequest)

CreateQueryTerrorismPipelineListRequest creates a request to invoke QueryTerrorismPipelineList API

type QueryTerrorismPipelineListResponse ¶

type QueryTerrorismPipelineListResponse struct {
	*responses.BaseResponse
	RequestId    string                                   `json:"RequestId" xml:"RequestId"`
	NonExistIds  NonExistIdsInQueryTerrorismPipelineList  `json:"NonExistIds" xml:"NonExistIds"`
	PipelineList PipelineListInQueryTerrorismPipelineList `json:"PipelineList" xml:"PipelineList"`
}

QueryTerrorismPipelineListResponse is the response struct for api QueryTerrorismPipelineList

func CreateQueryTerrorismPipelineListResponse ¶

func CreateQueryTerrorismPipelineListResponse() (response *QueryTerrorismPipelineListResponse)

CreateQueryTerrorismPipelineListResponse creates a response to parse from QueryTerrorismPipelineList response

type QueryVideoGifJobListRequest ¶

type QueryVideoGifJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryVideoGifJobListRequest is the request struct for api QueryVideoGifJobList

func CreateQueryVideoGifJobListRequest ¶

func CreateQueryVideoGifJobListRequest() (request *QueryVideoGifJobListRequest)

CreateQueryVideoGifJobListRequest creates a request to invoke QueryVideoGifJobList API

type QueryVideoGifJobListResponse ¶

type QueryVideoGifJobListResponse struct {
	*responses.BaseResponse
	RequestId   string                            `json:"RequestId" xml:"RequestId"`
	NonExistIds NonExistIdsInQueryVideoGifJobList `json:"NonExistIds" xml:"NonExistIds"`
	JobList     JobListInQueryVideoGifJobList     `json:"JobList" xml:"JobList"`
}

QueryVideoGifJobListResponse is the response struct for api QueryVideoGifJobList

func CreateQueryVideoGifJobListResponse ¶

func CreateQueryVideoGifJobListResponse() (response *QueryVideoGifJobListResponse)

CreateQueryVideoGifJobListResponse creates a response to parse from QueryVideoGifJobList response

type QueryVideoSplitJobListRequest ¶

type QueryVideoSplitJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryVideoSplitJobListRequest is the request struct for api QueryVideoSplitJobList

func CreateQueryVideoSplitJobListRequest ¶

func CreateQueryVideoSplitJobListRequest() (request *QueryVideoSplitJobListRequest)

CreateQueryVideoSplitJobListRequest creates a request to invoke QueryVideoSplitJobList API

type QueryVideoSplitJobListResponse ¶

type QueryVideoSplitJobListResponse struct {
	*responses.BaseResponse
	RequestId   string                              `json:"RequestId" xml:"RequestId"`
	NonExistIds NonExistIdsInQueryVideoSplitJobList `json:"NonExistIds" xml:"NonExistIds"`
	JobList     JobListInQueryVideoSplitJobList     `json:"JobList" xml:"JobList"`
}

QueryVideoSplitJobListResponse is the response struct for api QueryVideoSplitJobList

func CreateQueryVideoSplitJobListResponse ¶

func CreateQueryVideoSplitJobListResponse() (response *QueryVideoSplitJobListResponse)

CreateQueryVideoSplitJobListResponse creates a response to parse from QueryVideoSplitJobList response

type QueryVideoSummaryJobListRequest ¶

type QueryVideoSummaryJobListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryVideoSummaryJobListRequest is the request struct for api QueryVideoSummaryJobList

func CreateQueryVideoSummaryJobListRequest ¶

func CreateQueryVideoSummaryJobListRequest() (request *QueryVideoSummaryJobListRequest)

CreateQueryVideoSummaryJobListRequest creates a request to invoke QueryVideoSummaryJobList API

type QueryVideoSummaryJobListResponse ¶

type QueryVideoSummaryJobListResponse struct {
	*responses.BaseResponse
	RequestId   string                                `json:"RequestId" xml:"RequestId"`
	NonExistIds NonExistIdsInQueryVideoSummaryJobList `json:"NonExistIds" xml:"NonExistIds"`
	JobList     JobListInQueryVideoSummaryJobList     `json:"JobList" xml:"JobList"`
}

QueryVideoSummaryJobListResponse is the response struct for api QueryVideoSummaryJobList

func CreateQueryVideoSummaryJobListResponse ¶

func CreateQueryVideoSummaryJobListResponse() (response *QueryVideoSummaryJobListResponse)

CreateQueryVideoSummaryJobListResponse creates a response to parse from QueryVideoSummaryJobList response

type QueryWaterMarkTemplateListRequest ¶

type QueryWaterMarkTemplateListRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	WaterMarkTemplateIds string           `position:"Query" name:"WaterMarkTemplateIds"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

QueryWaterMarkTemplateListRequest is the request struct for api QueryWaterMarkTemplateList

func CreateQueryWaterMarkTemplateListRequest ¶

func CreateQueryWaterMarkTemplateListRequest() (request *QueryWaterMarkTemplateListRequest)

CreateQueryWaterMarkTemplateListRequest creates a request to invoke QueryWaterMarkTemplateList API

type QueryWaterMarkTemplateListResponse ¶

type QueryWaterMarkTemplateListResponse struct {
	*responses.BaseResponse
	RequestId             string                                            `json:"RequestId" xml:"RequestId"`
	NonExistWids          NonExistWids                                      `json:"NonExistWids" xml:"NonExistWids"`
	WaterMarkTemplateList WaterMarkTemplateListInQueryWaterMarkTemplateList `json:"WaterMarkTemplateList" xml:"WaterMarkTemplateList"`
}

QueryWaterMarkTemplateListResponse is the response struct for api QueryWaterMarkTemplateList

func CreateQueryWaterMarkTemplateListResponse ¶

func CreateQueryWaterMarkTemplateListResponse() (response *QueryWaterMarkTemplateListResponse)

CreateQueryWaterMarkTemplateListResponse creates a response to parse from QueryWaterMarkTemplateList response

type RatioRefer ¶

type RatioRefer struct {
	Height string `json:"Height" xml:"Height"`
	Dy     string `json:"Dy" xml:"Dy"`
	Width  string `json:"Width" xml:"Width"`
	Dx     string `json:"Dx" xml:"Dx"`
}

RatioRefer is a nested struct in mts response

type RefreshCdnDomainConfigsCacheRequest ¶

type RefreshCdnDomainConfigsCacheRequest struct {
	*requests.RpcRequest
	OwnerId              string `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	Domains              string `position:"Query" name:"Domains"`
}

RefreshCdnDomainConfigsCacheRequest is the request struct for api RefreshCdnDomainConfigsCache

func CreateRefreshCdnDomainConfigsCacheRequest ¶

func CreateRefreshCdnDomainConfigsCacheRequest() (request *RefreshCdnDomainConfigsCacheRequest)

CreateRefreshCdnDomainConfigsCacheRequest creates a request to invoke RefreshCdnDomainConfigsCache API

type RefreshCdnDomainConfigsCacheResponse ¶

type RefreshCdnDomainConfigsCacheResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	SucessDomains SucessDomains `json:"SucessDomains" xml:"SucessDomains"`
	FailedDomains FailedDomains `json:"FailedDomains" xml:"FailedDomains"`
}

RefreshCdnDomainConfigsCacheResponse is the response struct for api RefreshCdnDomainConfigsCache

func CreateRefreshCdnDomainConfigsCacheResponse ¶

func CreateRefreshCdnDomainConfigsCacheResponse() (response *RefreshCdnDomainConfigsCacheResponse)

CreateRefreshCdnDomainConfigsCacheResponse creates a response to parse from RefreshCdnDomainConfigsCache response

type RegisterMediaDetailPersonRequest ¶

type RegisterMediaDetailPersonRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Category             string           `position:"Query" name:"Category"`
	PersonName           string           `position:"Query" name:"PersonName"`
	Images               string           `position:"Query" name:"Images"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

RegisterMediaDetailPersonRequest is the request struct for api RegisterMediaDetailPerson

func CreateRegisterMediaDetailPersonRequest ¶

func CreateRegisterMediaDetailPersonRequest() (request *RegisterMediaDetailPersonRequest)

CreateRegisterMediaDetailPersonRequest creates a request to invoke RegisterMediaDetailPerson API

type RegisterMediaDetailPersonResponse ¶

type RegisterMediaDetailPersonResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	RegisteredPersonages RegisteredPersonages `json:"RegisteredPersonages" xml:"RegisteredPersonages"`
	FailedImages         FailedImages         `json:"FailedImages" xml:"FailedImages"`
}

RegisterMediaDetailPersonResponse is the response struct for api RegisterMediaDetailPerson

func CreateRegisterMediaDetailPersonResponse ¶

func CreateRegisterMediaDetailPersonResponse() (response *RegisterMediaDetailPersonResponse)

CreateRegisterMediaDetailPersonResponse creates a response to parse from RegisterMediaDetailPerson response

type RegisterMediaDetailScenarioRequest ¶

type RegisterMediaDetailScenarioRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Scenario             string           `position:"Query" name:"Scenario"`
	Description          string           `position:"Query" name:"Description"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

RegisterMediaDetailScenarioRequest is the request struct for api RegisterMediaDetailScenario

func CreateRegisterMediaDetailScenarioRequest ¶

func CreateRegisterMediaDetailScenarioRequest() (request *RegisterMediaDetailScenarioRequest)

CreateRegisterMediaDetailScenarioRequest creates a request to invoke RegisterMediaDetailScenario API

type RegisterMediaDetailScenarioResponse ¶

type RegisterMediaDetailScenarioResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	ScenarioId string `json:"ScenarioId" xml:"ScenarioId"`
}

RegisterMediaDetailScenarioResponse is the response struct for api RegisterMediaDetailScenario

func CreateRegisterMediaDetailScenarioResponse ¶

func CreateRegisterMediaDetailScenarioResponse() (response *RegisterMediaDetailScenarioResponse)

CreateRegisterMediaDetailScenarioResponse creates a response to parse from RegisterMediaDetailScenario response

type RegisteredPersonage ¶

type RegisteredPersonage struct {
	PersonName string    `json:"PersonName" xml:"PersonName"`
	FaceId     string    `json:"FaceId" xml:"FaceId"`
	Target     string    `json:"Target" xml:"Target"`
	Quality    string    `json:"Quality" xml:"Quality"`
	Gender     string    `json:"Gender" xml:"Gender"`
	ImageId    string    `json:"ImageId" xml:"ImageId"`
	ImageFile  ImageFile `json:"ImageFile" xml:"ImageFile"`
}

RegisteredPersonage is a nested struct in mts response

type RegisteredPersonages ¶

type RegisteredPersonages struct {
	RegisteredPersonage []RegisteredPersonage `json:"RegisteredPersonage" xml:"RegisteredPersonage"`
}

RegisteredPersonages is a nested struct in mts response

type ReportAnnotationJobResultRequest ¶

type ReportAnnotationJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Annotation           string           `position:"Query" name:"Annotation"`
	Details              string           `position:"Query" name:"Details"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportAnnotationJobResultRequest is the request struct for api ReportAnnotationJobResult

func CreateReportAnnotationJobResultRequest ¶

func CreateReportAnnotationJobResultRequest() (request *ReportAnnotationJobResultRequest)

CreateReportAnnotationJobResultRequest creates a request to invoke ReportAnnotationJobResult API

type ReportAnnotationJobResultResponse ¶

type ReportAnnotationJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportAnnotationJobResultResponse is the response struct for api ReportAnnotationJobResult

func CreateReportAnnotationJobResultResponse ¶

func CreateReportAnnotationJobResultResponse() (response *ReportAnnotationJobResultResponse)

CreateReportAnnotationJobResultResponse creates a response to parse from ReportAnnotationJobResult response

type ReportCensorJobResultRequest ¶

type ReportCensorJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Label                string           `position:"Query" name:"Label"`
	Detail               string           `position:"Query" name:"Detail"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportCensorJobResultRequest is the request struct for api ReportCensorJobResult

func CreateReportCensorJobResultRequest ¶

func CreateReportCensorJobResultRequest() (request *ReportCensorJobResultRequest)

CreateReportCensorJobResultRequest creates a request to invoke ReportCensorJobResult API

type ReportCensorJobResultResponse ¶

type ReportCensorJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportCensorJobResultResponse is the response struct for api ReportCensorJobResult

func CreateReportCensorJobResultResponse ¶

func CreateReportCensorJobResultResponse() (response *ReportCensorJobResultResponse)

CreateReportCensorJobResultResponse creates a response to parse from ReportCensorJobResult response

type ReportCoverJobResultRequest ¶

type ReportCoverJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Result               string           `position:"Query" name:"Result"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportCoverJobResultRequest is the request struct for api ReportCoverJobResult

func CreateReportCoverJobResultRequest ¶

func CreateReportCoverJobResultRequest() (request *ReportCoverJobResultRequest)

CreateReportCoverJobResultRequest creates a request to invoke ReportCoverJobResult API

type ReportCoverJobResultResponse ¶

type ReportCoverJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportCoverJobResultResponse is the response struct for api ReportCoverJobResult

func CreateReportCoverJobResultResponse ¶

func CreateReportCoverJobResultResponse() (response *ReportCoverJobResultResponse)

CreateReportCoverJobResultResponse creates a response to parse from ReportCoverJobResult response

type ReportFacerecogJobResultRequest ¶

type ReportFacerecogJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Facerecog            string           `position:"Query" name:"Facerecog"`
	Details              string           `position:"Query" name:"Details"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportFacerecogJobResultRequest is the request struct for api ReportFacerecogJobResult

func CreateReportFacerecogJobResultRequest ¶

func CreateReportFacerecogJobResultRequest() (request *ReportFacerecogJobResultRequest)

CreateReportFacerecogJobResultRequest creates a request to invoke ReportFacerecogJobResult API

type ReportFacerecogJobResultResponse ¶

type ReportFacerecogJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportFacerecogJobResultResponse is the response struct for api ReportFacerecogJobResult

func CreateReportFacerecogJobResultResponse ¶

func CreateReportFacerecogJobResultResponse() (response *ReportFacerecogJobResultResponse)

CreateReportFacerecogJobResultResponse creates a response to parse from ReportFacerecogJobResult response

type ReportFpShotJobResultRequest ¶

type ReportFpShotJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Result               string           `position:"Query" name:"Result"`
	Details              string           `position:"Query" name:"Details"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportFpShotJobResultRequest is the request struct for api ReportFpShotJobResult

func CreateReportFpShotJobResultRequest ¶

func CreateReportFpShotJobResultRequest() (request *ReportFpShotJobResultRequest)

CreateReportFpShotJobResultRequest creates a request to invoke ReportFpShotJobResult API

type ReportFpShotJobResultResponse ¶

type ReportFpShotJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportFpShotJobResultResponse is the response struct for api ReportFpShotJobResult

func CreateReportFpShotJobResultResponse ¶

func CreateReportFpShotJobResultResponse() (response *ReportFpShotJobResultResponse)

CreateReportFpShotJobResultResponse creates a response to parse from ReportFpShotJobResult response

type ReportMediaDetailJobResultRequest ¶

type ReportMediaDetailJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Tag                  string           `position:"Query" name:"Tag"`
	Results              string           `position:"Query" name:"Results"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportMediaDetailJobResultRequest is the request struct for api ReportMediaDetailJobResult

func CreateReportMediaDetailJobResultRequest ¶

func CreateReportMediaDetailJobResultRequest() (request *ReportMediaDetailJobResultRequest)

CreateReportMediaDetailJobResultRequest creates a request to invoke ReportMediaDetailJobResult API

type ReportMediaDetailJobResultResponse ¶

type ReportMediaDetailJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportMediaDetailJobResultResponse is the response struct for api ReportMediaDetailJobResult

func CreateReportMediaDetailJobResultResponse ¶

func CreateReportMediaDetailJobResultResponse() (response *ReportMediaDetailJobResultResponse)

CreateReportMediaDetailJobResultResponse creates a response to parse from ReportMediaDetailJobResult response

type ReportPornJobResultRequest ¶

type ReportPornJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Label                string           `position:"Query" name:"Label"`
	Detail               string           `position:"Query" name:"Detail"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportPornJobResultRequest is the request struct for api ReportPornJobResult

func CreateReportPornJobResultRequest ¶

func CreateReportPornJobResultRequest() (request *ReportPornJobResultRequest)

CreateReportPornJobResultRequest creates a request to invoke ReportPornJobResult API

type ReportPornJobResultResponse ¶

type ReportPornJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportPornJobResultResponse is the response struct for api ReportPornJobResult

func CreateReportPornJobResultResponse ¶

func CreateReportPornJobResultResponse() (response *ReportPornJobResultResponse)

CreateReportPornJobResultResponse creates a response to parse from ReportPornJobResult response

type ReportTagJobResultRequest ¶

type ReportTagJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Tag                  string           `position:"Query" name:"Tag"`
	Result               string           `position:"Query" name:"Result"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportTagJobResultRequest is the request struct for api ReportTagJobResult

func CreateReportTagJobResultRequest ¶

func CreateReportTagJobResultRequest() (request *ReportTagJobResultRequest)

CreateReportTagJobResultRequest creates a request to invoke ReportTagJobResult API

type ReportTagJobResultResponse ¶

type ReportTagJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportTagJobResultResponse is the response struct for api ReportTagJobResult

func CreateReportTagJobResultResponse ¶

func CreateReportTagJobResultResponse() (response *ReportTagJobResultResponse)

CreateReportTagJobResultResponse creates a response to parse from ReportTagJobResult response

type ReportTerrorismJobResultRequest ¶

type ReportTerrorismJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Label                string           `position:"Query" name:"Label"`
	Detail               string           `position:"Query" name:"Detail"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportTerrorismJobResultRequest is the request struct for api ReportTerrorismJobResult

func CreateReportTerrorismJobResultRequest ¶

func CreateReportTerrorismJobResultRequest() (request *ReportTerrorismJobResultRequest)

CreateReportTerrorismJobResultRequest creates a request to invoke ReportTerrorismJobResult API

type ReportTerrorismJobResultResponse ¶

type ReportTerrorismJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportTerrorismJobResultResponse is the response struct for api ReportTerrorismJobResult

func CreateReportTerrorismJobResultResponse ¶

func CreateReportTerrorismJobResultResponse() (response *ReportTerrorismJobResultResponse)

CreateReportTerrorismJobResultResponse creates a response to parse from ReportTerrorismJobResult response

type ReportVideoSplitJobResultRequest ¶

type ReportVideoSplitJobResultRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Result               string           `position:"Query" name:"Result"`
	Details              string           `position:"Query" name:"Details"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

ReportVideoSplitJobResultRequest is the request struct for api ReportVideoSplitJobResult

func CreateReportVideoSplitJobResultRequest ¶

func CreateReportVideoSplitJobResultRequest() (request *ReportVideoSplitJobResultRequest)

CreateReportVideoSplitJobResultRequest creates a request to invoke ReportVideoSplitJobResult API

type ReportVideoSplitJobResultResponse ¶

type ReportVideoSplitJobResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

ReportVideoSplitJobResultResponse is the response struct for api ReportVideoSplitJobResult

func CreateReportVideoSplitJobResultResponse ¶

func CreateReportVideoSplitJobResultResponse() (response *ReportVideoSplitJobResultResponse)

CreateReportVideoSplitJobResultResponse creates a response to parse from ReportVideoSplitJobResult response

type RunIdListInAddMedia ¶

type RunIdListInAddMedia struct {
	RunId []string `json:"RunId" xml:"RunId"`
}

RunIdListInAddMedia is a nested struct in mts response

type RunIdListInListMedia ¶

type RunIdListInListMedia struct {
	RunId []string `json:"RunId" xml:"RunId"`
}

RunIdListInListMedia is a nested struct in mts response

type RunIdListInQueryMediaList ¶

type RunIdListInQueryMediaList struct {
	RunId []string `json:"RunId" xml:"RunId"`
}

RunIdListInQueryMediaList is a nested struct in mts response

type RunIdListInQueryMediaListByURL ¶

type RunIdListInQueryMediaListByURL struct {
	RunId []string `json:"RunId" xml:"RunId"`
}

RunIdListInQueryMediaListByURL is a nested struct in mts response

type RunIdListInSearchMedia ¶

type RunIdListInSearchMedia struct {
	RunId []string `json:"RunId" xml:"RunId"`
}

RunIdListInSearchMedia is a nested struct in mts response

type RunIdListInUpdateMedia ¶

type RunIdListInUpdateMedia struct {
	RunId []string `json:"RunId" xml:"RunId"`
}

RunIdListInUpdateMedia is a nested struct in mts response

type SearchMediaRequest ¶

type SearchMediaRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	From                 string           `position:"Query" name:"From"`
	To                   string           `position:"Query" name:"To"`
	KeyWord              string           `position:"Query" name:"KeyWord"`
	Title                string           `position:"Query" name:"Title"`
	Description          string           `position:"Query" name:"Description"`
	Tag                  string           `position:"Query" name:"Tag"`
	CateId               string           `position:"Query" name:"CateId"`
	SortBy               string           `position:"Query" name:"SortBy"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SearchMediaRequest is the request struct for api SearchMedia

func CreateSearchMediaRequest ¶

func CreateSearchMediaRequest() (request *SearchMediaRequest)

CreateSearchMediaRequest creates a request to invoke SearchMedia API

type SearchMediaResponse ¶

type SearchMediaResponse struct {
	*responses.BaseResponse
	RequestId  string                 `json:"RequestId" xml:"RequestId"`
	TotalNum   int                    `json:"TotalNum" xml:"TotalNum"`
	PageNumber int                    `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                    `json:"PageSize" xml:"PageSize"`
	MediaList  MediaListInSearchMedia `json:"MediaList" xml:"MediaList"`
}

SearchMediaResponse is the response struct for api SearchMedia

func CreateSearchMediaResponse ¶

func CreateSearchMediaResponse() (response *SearchMediaResponse)

CreateSearchMediaResponse creates a response to parse from SearchMedia response

type SearchMediaWorkflowRequest ¶

type SearchMediaWorkflowRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	StateList            string           `position:"Query" name:"StateList"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SearchMediaWorkflowRequest is the request struct for api SearchMediaWorkflow

func CreateSearchMediaWorkflowRequest ¶

func CreateSearchMediaWorkflowRequest() (request *SearchMediaWorkflowRequest)

CreateSearchMediaWorkflowRequest creates a request to invoke SearchMediaWorkflow API

type SearchMediaWorkflowResponse ¶

type SearchMediaWorkflowResponse struct {
	*responses.BaseResponse
	RequestId         string                                 `json:"RequestId" xml:"RequestId"`
	TotalCount        int                                    `json:"TotalCount" xml:"TotalCount"`
	PageNumber        int                                    `json:"PageNumber" xml:"PageNumber"`
	PageSize          int                                    `json:"PageSize" xml:"PageSize"`
	MediaWorkflowList MediaWorkflowListInSearchMediaWorkflow `json:"MediaWorkflowList" xml:"MediaWorkflowList"`
}

SearchMediaWorkflowResponse is the response struct for api SearchMediaWorkflow

func CreateSearchMediaWorkflowResponse ¶

func CreateSearchMediaWorkflowResponse() (response *SearchMediaWorkflowResponse)

CreateSearchMediaWorkflowResponse creates a response to parse from SearchMediaWorkflow response

type SearchPipelineRequest ¶

type SearchPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	State                string           `position:"Query" name:"State"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SearchPipelineRequest is the request struct for api SearchPipeline

func CreateSearchPipelineRequest ¶

func CreateSearchPipelineRequest() (request *SearchPipelineRequest)

CreateSearchPipelineRequest creates a request to invoke SearchPipeline API

type SearchPipelineResponse ¶

type SearchPipelineResponse struct {
	*responses.BaseResponse
	RequestId    string                       `json:"RequestId" xml:"RequestId"`
	TotalCount   int                          `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                          `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                          `json:"PageSize" xml:"PageSize"`
	PipelineList PipelineListInSearchPipeline `json:"PipelineList" xml:"PipelineList"`
}

SearchPipelineResponse is the response struct for api SearchPipeline

func CreateSearchPipelineResponse ¶

func CreateSearchPipelineResponse() (response *SearchPipelineResponse)

CreateSearchPipelineResponse creates a response to parse from SearchPipeline response

type SearchTemplateRequest ¶

type SearchTemplateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	State                string           `position:"Query" name:"State"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SearchTemplateRequest is the request struct for api SearchTemplate

func CreateSearchTemplateRequest ¶

func CreateSearchTemplateRequest() (request *SearchTemplateRequest)

CreateSearchTemplateRequest creates a request to invoke SearchTemplate API

type SearchTemplateResponse ¶

type SearchTemplateResponse struct {
	*responses.BaseResponse
	RequestId    string                       `json:"RequestId" xml:"RequestId"`
	TotalCount   int                          `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                          `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                          `json:"PageSize" xml:"PageSize"`
	TemplateList TemplateListInSearchTemplate `json:"TemplateList" xml:"TemplateList"`
}

SearchTemplateResponse is the response struct for api SearchTemplate

func CreateSearchTemplateResponse ¶

func CreateSearchTemplateResponse() (response *SearchTemplateResponse)

CreateSearchTemplateResponse creates a response to parse from SearchTemplate response

type SearchWaterMarkTemplateRequest ¶

type SearchWaterMarkTemplateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	State                string           `position:"Query" name:"State"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SearchWaterMarkTemplateRequest is the request struct for api SearchWaterMarkTemplate

func CreateSearchWaterMarkTemplateRequest ¶

func CreateSearchWaterMarkTemplateRequest() (request *SearchWaterMarkTemplateRequest)

CreateSearchWaterMarkTemplateRequest creates a request to invoke SearchWaterMarkTemplate API

type SearchWaterMarkTemplateResponse ¶

type SearchWaterMarkTemplateResponse struct {
	*responses.BaseResponse
	RequestId             string                                         `json:"RequestId" xml:"RequestId"`
	TotalCount            int                                            `json:"TotalCount" xml:"TotalCount"`
	PageNumber            int                                            `json:"PageNumber" xml:"PageNumber"`
	PageSize              int                                            `json:"PageSize" xml:"PageSize"`
	WaterMarkTemplateList WaterMarkTemplateListInSearchWaterMarkTemplate `json:"WaterMarkTemplateList" xml:"WaterMarkTemplateList"`
}

SearchWaterMarkTemplateResponse is the response struct for api SearchWaterMarkTemplate

func CreateSearchWaterMarkTemplateResponse ¶

func CreateSearchWaterMarkTemplateResponse() (response *SearchWaterMarkTemplateResponse)

CreateSearchWaterMarkTemplateResponse creates a response to parse from SearchWaterMarkTemplate response

type Segment ¶

type Segment struct {
	Duration string `json:"Duration" xml:"Duration"`
}

Segment is a nested struct in mts response

type Sensitive ¶

type Sensitive struct {
	Name   string `json:"Name" xml:"Name"`
	Score  string `json:"Score" xml:"Score"`
	Target string `json:"Target" xml:"Target"`
}

Sensitive is a nested struct in mts response

type Sensitives ¶

type Sensitives struct {
	Sensitive []Sensitive `json:"Sensitive" xml:"Sensitive"`
}

Sensitives is a nested struct in mts response

type SetAuthConfigRequest ¶

type SetAuthConfigRequest struct {
	*requests.RpcRequest
	OwnerId              string `position:"Query" name:"OwnerId"`
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	Key1                 string `position:"Query" name:"Key1"`
	Key2                 string `position:"Query" name:"Key2"`
}

SetAuthConfigRequest is the request struct for api SetAuthConfig

func CreateSetAuthConfigRequest ¶

func CreateSetAuthConfigRequest() (request *SetAuthConfigRequest)

CreateSetAuthConfigRequest creates a request to invoke SetAuthConfig API

type SetAuthConfigResponse ¶

type SetAuthConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Key1      string `json:"Key1" xml:"Key1"`
	Key2      string `json:"Key2" xml:"Key2"`
}

SetAuthConfigResponse is the response struct for api SetAuthConfig

func CreateSetAuthConfigResponse ¶

func CreateSetAuthConfigResponse() (response *SetAuthConfigResponse)

CreateSetAuthConfigResponse creates a response to parse from SetAuthConfig response

type Snapshot ¶

type Snapshot struct {
	Type              string `json:"Type" xml:"Type"`
	MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
	MediaWorkflowId   string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	ActivityName      string `json:"ActivityName" xml:"ActivityName"`
	Count             string `json:"Count" xml:"Count"`
	File              File   `json:"File" xml:"File"`
}

Snapshot is a nested struct in mts response

type SnapshotConfig ¶

type SnapshotConfig struct {
	FrameType      string         `json:"FrameType" xml:"FrameType"`
	Height         string         `json:"Height" xml:"Height"`
	Width          string         `json:"Width" xml:"Width"`
	Num            string         `json:"Num" xml:"Num"`
	Time           string         `json:"Time" xml:"Time"`
	Interval       string         `json:"Interval" xml:"Interval"`
	OutputFile     OutputFile     `json:"OutputFile" xml:"OutputFile"`
	TileOutputFile TileOutputFile `json:"TileOutputFile" xml:"TileOutputFile"`
	TileOut        TileOut        `json:"TileOut" xml:"TileOut"`
}

SnapshotConfig is a nested struct in mts response

type SnapshotJob ¶

type SnapshotJob struct {
	CreationTime     string           `json:"CreationTime" xml:"CreationTime"`
	Id               string           `json:"Id" xml:"Id"`
	Message          string           `json:"Message" xml:"Message"`
	PipelineId       string           `json:"PipelineId" xml:"PipelineId"`
	TileCount        string           `json:"TileCount" xml:"TileCount"`
	State            string           `json:"State" xml:"State"`
	Code             string           `json:"Code" xml:"Code"`
	UserData         string           `json:"UserData" xml:"UserData"`
	Count            string           `json:"Count" xml:"Count"`
	SnapshotConfig   SnapshotConfig   `json:"SnapshotConfig" xml:"SnapshotConfig"`
	MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"`
	Input            Input            `json:"Input" xml:"Input"`
}

SnapshotJob is a nested struct in mts response

type SnapshotJobList ¶

type SnapshotJobList struct {
	SnapshotJob []SnapshotJob `json:"SnapshotJob" xml:"SnapshotJob"`
}

SnapshotJobList is a nested struct in mts response

type SnapshotListInQueryMediaList ¶

type SnapshotListInQueryMediaList struct {
	Snapshot []Snapshot `json:"Snapshot" xml:"Snapshot"`
}

SnapshotListInQueryMediaList is a nested struct in mts response

type SnapshotListInQueryMediaListByURL ¶

type SnapshotListInQueryMediaListByURL struct {
	Snapshot []Snapshot `json:"Snapshot" xml:"Snapshot"`
}

SnapshotListInQueryMediaListByURL is a nested struct in mts response

type SourceLogo struct {
	Source string `json:"Source" xml:"Source"`
}

SourceLogo is a nested struct in mts response

type SourceLogos ¶

type SourceLogos struct {
}

SourceLogos is a nested struct in mts response

type Streams ¶

type Streams struct {
	AudioStreamList    AudioStreamListInQueryEditingJobList    `json:"AudioStreamList" xml:"AudioStreamList"`
	SubtitleStreamList SubtitleStreamListInQueryEditingJobList `json:"SubtitleStreamList" xml:"SubtitleStreamList"`
	VideoStreamList    VideoStreamListInQueryEditingJobList    `json:"VideoStreamList" xml:"VideoStreamList"`
}

Streams is a nested struct in mts response

type SubmitAnalysisJobRequest ¶

type SubmitAnalysisJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	AnalysisConfig       string           `position:"Query" name:"AnalysisConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Priority             string           `position:"Query" name:"Priority"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitAnalysisJobRequest is the request struct for api SubmitAnalysisJob

func CreateSubmitAnalysisJobRequest ¶

func CreateSubmitAnalysisJobRequest() (request *SubmitAnalysisJobRequest)

CreateSubmitAnalysisJobRequest creates a request to invoke SubmitAnalysisJob API

type SubmitAnalysisJobResponse ¶

type SubmitAnalysisJobResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	AnalysisJob AnalysisJob `json:"AnalysisJob" xml:"AnalysisJob"`
}

SubmitAnalysisJobResponse is the response struct for api SubmitAnalysisJob

func CreateSubmitAnalysisJobResponse ¶

func CreateSubmitAnalysisJobResponse() (response *SubmitAnalysisJobResponse)

CreateSubmitAnalysisJobResponse creates a response to parse from SubmitAnalysisJob response

type SubmitAnnotationJobRequest ¶

type SubmitAnnotationJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	AnnotationConfig     string           `position:"Query" name:"AnnotationConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitAnnotationJobRequest is the request struct for api SubmitAnnotationJob

func CreateSubmitAnnotationJobRequest ¶

func CreateSubmitAnnotationJobRequest() (request *SubmitAnnotationJobRequest)

CreateSubmitAnnotationJobRequest creates a request to invoke SubmitAnnotationJob API

type SubmitAnnotationJobResponse ¶

type SubmitAnnotationJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitAnnotationJobResponse is the response struct for api SubmitAnnotationJob

func CreateSubmitAnnotationJobResponse ¶

func CreateSubmitAnnotationJobResponse() (response *SubmitAnnotationJobResponse)

CreateSubmitAnnotationJobResponse creates a response to parse from SubmitAnnotationJob response

type SubmitAsrJobRequest ¶

type SubmitAsrJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	AsrConfig            string           `position:"Query" name:"AsrConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitAsrJobRequest is the request struct for api SubmitAsrJob

func CreateSubmitAsrJobRequest ¶

func CreateSubmitAsrJobRequest() (request *SubmitAsrJobRequest)

CreateSubmitAsrJobRequest creates a request to invoke SubmitAsrJob API

type SubmitAsrJobResponse ¶

type SubmitAsrJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitAsrJobResponse is the response struct for api SubmitAsrJob

func CreateSubmitAsrJobResponse ¶

func CreateSubmitAsrJobResponse() (response *SubmitAsrJobResponse)

CreateSubmitAsrJobResponse creates a response to parse from SubmitAsrJob response

type SubmitCensorJobRequest ¶

type SubmitCensorJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	CensorConfig         string           `position:"Query" name:"CensorConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitCensorJobRequest is the request struct for api SubmitCensorJob

func CreateSubmitCensorJobRequest ¶

func CreateSubmitCensorJobRequest() (request *SubmitCensorJobRequest)

CreateSubmitCensorJobRequest creates a request to invoke SubmitCensorJob API

type SubmitCensorJobResponse ¶

type SubmitCensorJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitCensorJobResponse is the response struct for api SubmitCensorJob

func CreateSubmitCensorJobResponse ¶

func CreateSubmitCensorJobResponse() (response *SubmitCensorJobResponse)

CreateSubmitCensorJobResponse creates a response to parse from SubmitCensorJob response

type SubmitCoverJobRequest ¶

type SubmitCoverJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	CoverConfig          string           `position:"Query" name:"CoverConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitCoverJobRequest is the request struct for api SubmitCoverJob

func CreateSubmitCoverJobRequest ¶

func CreateSubmitCoverJobRequest() (request *SubmitCoverJobRequest)

CreateSubmitCoverJobRequest creates a request to invoke SubmitCoverJob API

type SubmitCoverJobResponse ¶

type SubmitCoverJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitCoverJobResponse is the response struct for api SubmitCoverJob

func CreateSubmitCoverJobResponse ¶

func CreateSubmitCoverJobResponse() (response *SubmitCoverJobResponse)

CreateSubmitCoverJobResponse creates a response to parse from SubmitCoverJob response

type SubmitEditingJobsRequest ¶

type SubmitEditingJobsRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EditingInputs        string           `position:"Query" name:"EditingInputs"`
	EditingJobOutputs    string           `position:"Query" name:"EditingJobOutputs"`
	OutputBucket         string           `position:"Query" name:"OutputBucket"`
	OutputLocation       string           `position:"Query" name:"OutputLocation"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitEditingJobsRequest is the request struct for api SubmitEditingJobs

func CreateSubmitEditingJobsRequest ¶

func CreateSubmitEditingJobsRequest() (request *SubmitEditingJobsRequest)

CreateSubmitEditingJobsRequest creates a request to invoke SubmitEditingJobs API

type SubmitEditingJobsResponse ¶

type SubmitEditingJobsResponse struct {
	*responses.BaseResponse
	RequestId     string                           `json:"RequestId" xml:"RequestId"`
	JobResultList JobResultListInSubmitEditingJobs `json:"JobResultList" xml:"JobResultList"`
}

SubmitEditingJobsResponse is the response struct for api SubmitEditingJobs

func CreateSubmitEditingJobsResponse ¶

func CreateSubmitEditingJobsResponse() (response *SubmitEditingJobsResponse)

CreateSubmitEditingJobsResponse creates a response to parse from SubmitEditingJobs response

type SubmitFacerecogJobRequest ¶

type SubmitFacerecogJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	FacerecogConfig      string           `position:"Query" name:"FacerecogConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitFacerecogJobRequest is the request struct for api SubmitFacerecogJob

func CreateSubmitFacerecogJobRequest ¶

func CreateSubmitFacerecogJobRequest() (request *SubmitFacerecogJobRequest)

CreateSubmitFacerecogJobRequest creates a request to invoke SubmitFacerecogJob API

type SubmitFacerecogJobResponse ¶

type SubmitFacerecogJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitFacerecogJobResponse is the response struct for api SubmitFacerecogJob

func CreateSubmitFacerecogJobResponse ¶

func CreateSubmitFacerecogJobResponse() (response *SubmitFacerecogJobResponse)

CreateSubmitFacerecogJobResponse creates a response to parse from SubmitFacerecogJob response

type SubmitFpShotJobRequest ¶

type SubmitFpShotJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	FpShotConfig         string           `position:"Query" name:"FpShotConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitFpShotJobRequest is the request struct for api SubmitFpShotJob

func CreateSubmitFpShotJobRequest ¶

func CreateSubmitFpShotJobRequest() (request *SubmitFpShotJobRequest)

CreateSubmitFpShotJobRequest creates a request to invoke SubmitFpShotJob API

type SubmitFpShotJobResponse ¶

type SubmitFpShotJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitFpShotJobResponse is the response struct for api SubmitFpShotJob

func CreateSubmitFpShotJobResponse ¶

func CreateSubmitFpShotJobResponse() (response *SubmitFpShotJobResponse)

CreateSubmitFpShotJobResponse creates a response to parse from SubmitFpShotJob response

type SubmitJobsRequest ¶

type SubmitJobsRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	Outputs              string           `position:"Query" name:"Outputs"`
	OutputBucket         string           `position:"Query" name:"OutputBucket"`
	OutputLocation       string           `position:"Query" name:"OutputLocation"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitJobsRequest is the request struct for api SubmitJobs

func CreateSubmitJobsRequest ¶

func CreateSubmitJobsRequest() (request *SubmitJobsRequest)

CreateSubmitJobsRequest creates a request to invoke SubmitJobs API

type SubmitJobsResponse ¶

type SubmitJobsResponse struct {
	*responses.BaseResponse
	RequestId     string                    `json:"RequestId" xml:"RequestId"`
	JobResultList JobResultListInSubmitJobs `json:"JobResultList" xml:"JobResultList"`
}

SubmitJobsResponse is the response struct for api SubmitJobs

func CreateSubmitJobsResponse ¶

func CreateSubmitJobsResponse() (response *SubmitJobsResponse)

CreateSubmitJobsResponse creates a response to parse from SubmitJobs response

type SubmitMediaDetailJobRequest ¶

type SubmitMediaDetailJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	MediaDetailConfig    string           `position:"Query" name:"MediaDetailConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitMediaDetailJobRequest is the request struct for api SubmitMediaDetailJob

func CreateSubmitMediaDetailJobRequest ¶

func CreateSubmitMediaDetailJobRequest() (request *SubmitMediaDetailJobRequest)

CreateSubmitMediaDetailJobRequest creates a request to invoke SubmitMediaDetailJob API

type SubmitMediaDetailJobResponse ¶

type SubmitMediaDetailJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitMediaDetailJobResponse is the response struct for api SubmitMediaDetailJob

func CreateSubmitMediaDetailJobResponse ¶

func CreateSubmitMediaDetailJobResponse() (response *SubmitMediaDetailJobResponse)

CreateSubmitMediaDetailJobResponse creates a response to parse from SubmitMediaDetailJob response

type SubmitMediaInfoJobRequest ¶

type SubmitMediaInfoJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	UserData             string           `position:"Query" name:"UserData"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitMediaInfoJobRequest is the request struct for api SubmitMediaInfoJob

func CreateSubmitMediaInfoJobRequest ¶

func CreateSubmitMediaInfoJobRequest() (request *SubmitMediaInfoJobRequest)

CreateSubmitMediaInfoJobRequest creates a request to invoke SubmitMediaInfoJob API

type SubmitMediaInfoJobResponse ¶

type SubmitMediaInfoJobResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	MediaInfoJob MediaInfoJob `json:"MediaInfoJob" xml:"MediaInfoJob"`
}

SubmitMediaInfoJobResponse is the response struct for api SubmitMediaInfoJob

func CreateSubmitMediaInfoJobResponse ¶

func CreateSubmitMediaInfoJobResponse() (response *SubmitMediaInfoJobResponse)

CreateSubmitMediaInfoJobResponse creates a response to parse from SubmitMediaInfoJob response

type SubmitPornJobRequest ¶

type SubmitPornJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	PornConfig           string           `position:"Query" name:"PornConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitPornJobRequest is the request struct for api SubmitPornJob

func CreateSubmitPornJobRequest ¶

func CreateSubmitPornJobRequest() (request *SubmitPornJobRequest)

CreateSubmitPornJobRequest creates a request to invoke SubmitPornJob API

type SubmitPornJobResponse ¶

type SubmitPornJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitPornJobResponse is the response struct for api SubmitPornJob

func CreateSubmitPornJobResponse ¶

func CreateSubmitPornJobResponse() (response *SubmitPornJobResponse)

CreateSubmitPornJobResponse creates a response to parse from SubmitPornJob response

type SubmitSnapshotJobRequest ¶

type SubmitSnapshotJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	SnapshotConfig       string           `position:"Query" name:"SnapshotConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitSnapshotJobRequest is the request struct for api SubmitSnapshotJob

func CreateSubmitSnapshotJobRequest ¶

func CreateSubmitSnapshotJobRequest() (request *SubmitSnapshotJobRequest)

CreateSubmitSnapshotJobRequest creates a request to invoke SubmitSnapshotJob API

type SubmitSnapshotJobResponse ¶

type SubmitSnapshotJobResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	SnapshotJob SnapshotJob `json:"SnapshotJob" xml:"SnapshotJob"`
}

SubmitSnapshotJobResponse is the response struct for api SubmitSnapshotJob

func CreateSubmitSnapshotJobResponse ¶

func CreateSubmitSnapshotJobResponse() (response *SubmitSnapshotJobResponse)

CreateSubmitSnapshotJobResponse creates a response to parse from SubmitSnapshotJob response

type SubmitTagJobRequest ¶

type SubmitTagJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	TagConfig            string           `position:"Query" name:"TagConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitTagJobRequest is the request struct for api SubmitTagJob

func CreateSubmitTagJobRequest ¶

func CreateSubmitTagJobRequest() (request *SubmitTagJobRequest)

CreateSubmitTagJobRequest creates a request to invoke SubmitTagJob API

type SubmitTagJobResponse ¶

type SubmitTagJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitTagJobResponse is the response struct for api SubmitTagJob

func CreateSubmitTagJobResponse ¶

func CreateSubmitTagJobResponse() (response *SubmitTagJobResponse)

CreateSubmitTagJobResponse creates a response to parse from SubmitTagJob response

type SubmitTerrorismJobRequest ¶

type SubmitTerrorismJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	TerrorismConfig      string           `position:"Query" name:"TerrorismConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitTerrorismJobRequest is the request struct for api SubmitTerrorismJob

func CreateSubmitTerrorismJobRequest ¶

func CreateSubmitTerrorismJobRequest() (request *SubmitTerrorismJobRequest)

CreateSubmitTerrorismJobRequest creates a request to invoke SubmitTerrorismJob API

type SubmitTerrorismJobResponse ¶

type SubmitTerrorismJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitTerrorismJobResponse is the response struct for api SubmitTerrorismJob

func CreateSubmitTerrorismJobResponse ¶

func CreateSubmitTerrorismJobResponse() (response *SubmitTerrorismJobResponse)

CreateSubmitTerrorismJobResponse creates a response to parse from SubmitTerrorismJob response

type SubmitVideoGifJobRequest ¶

type SubmitVideoGifJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	VideoGifConfig       string           `position:"Query" name:"VideoGifConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitVideoGifJobRequest is the request struct for api SubmitVideoGifJob

func CreateSubmitVideoGifJobRequest ¶

func CreateSubmitVideoGifJobRequest() (request *SubmitVideoGifJobRequest)

CreateSubmitVideoGifJobRequest creates a request to invoke SubmitVideoGifJob API

type SubmitVideoGifJobResponse ¶

type SubmitVideoGifJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitVideoGifJobResponse is the response struct for api SubmitVideoGifJob

func CreateSubmitVideoGifJobResponse ¶

func CreateSubmitVideoGifJobResponse() (response *SubmitVideoGifJobResponse)

CreateSubmitVideoGifJobResponse creates a response to parse from SubmitVideoGifJob response

type SubmitVideoSplitJobRequest ¶

type SubmitVideoSplitJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	VideoSplitConfig     string           `position:"Query" name:"VideoSplitConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitVideoSplitJobRequest is the request struct for api SubmitVideoSplitJob

func CreateSubmitVideoSplitJobRequest ¶

func CreateSubmitVideoSplitJobRequest() (request *SubmitVideoSplitJobRequest)

CreateSubmitVideoSplitJobRequest creates a request to invoke SubmitVideoSplitJob API

type SubmitVideoSplitJobResponse ¶

type SubmitVideoSplitJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitVideoSplitJobResponse is the response struct for api SubmitVideoSplitJob

func CreateSubmitVideoSplitJobResponse ¶

func CreateSubmitVideoSplitJobResponse() (response *SubmitVideoSplitJobResponse)

CreateSubmitVideoSplitJobResponse creates a response to parse from SubmitVideoSplitJob response

type SubmitVideoSummaryJobRequest ¶

type SubmitVideoSummaryJobRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Input                string           `position:"Query" name:"Input"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	VideoSummaryConfig   string           `position:"Query" name:"VideoSummaryConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

SubmitVideoSummaryJobRequest is the request struct for api SubmitVideoSummaryJob

func CreateSubmitVideoSummaryJobRequest ¶

func CreateSubmitVideoSummaryJobRequest() (request *SubmitVideoSummaryJobRequest)

CreateSubmitVideoSummaryJobRequest creates a request to invoke SubmitVideoSummaryJob API

type SubmitVideoSummaryJobResponse ¶

type SubmitVideoSummaryJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	JobId     string `json:"JobId" xml:"JobId"`
}

SubmitVideoSummaryJobResponse is the response struct for api SubmitVideoSummaryJob

func CreateSubmitVideoSummaryJobResponse ¶

func CreateSubmitVideoSummaryJobResponse() (response *SubmitVideoSummaryJobResponse)

CreateSubmitVideoSummaryJobResponse creates a response to parse from SubmitVideoSummaryJob response

type Subtitle ¶

type Subtitle struct {
	Map string `json:"Map" xml:"Map"`
}

Subtitle is a nested struct in mts response

type SubtitleConfig ¶

type SubtitleConfig struct {
	ExtSubtitleList ExtSubtitleListInQueryEditingJobList `json:"ExtSubtitleList" xml:"ExtSubtitleList"`
	SubtitleList    SubtitleListInQueryEditingJobList    `json:"SubtitleList" xml:"SubtitleList"`
}

SubtitleConfig is a nested struct in mts response

type SubtitleListInListJob ¶

type SubtitleListInListJob struct {
	Subtitle []Subtitle `json:"Subtitle" xml:"Subtitle"`
}

SubtitleListInListJob is a nested struct in mts response

type SubtitleListInQueryEditingJobList ¶

type SubtitleListInQueryEditingJobList struct {
	Subtitle []Subtitle `json:"Subtitle" xml:"Subtitle"`
}

SubtitleListInQueryEditingJobList is a nested struct in mts response

type SubtitleListInQueryJobList ¶

type SubtitleListInQueryJobList struct {
	Subtitle []Subtitle `json:"Subtitle" xml:"Subtitle"`
}

SubtitleListInQueryJobList is a nested struct in mts response

type SubtitleListInSubmitEditingJobs ¶

type SubtitleListInSubmitEditingJobs struct {
	Subtitle []Subtitle `json:"Subtitle" xml:"Subtitle"`
}

SubtitleListInSubmitEditingJobs is a nested struct in mts response

type SubtitleListInSubmitJobs ¶

type SubtitleListInSubmitJobs struct {
	Subtitle []Subtitle `json:"Subtitle" xml:"Subtitle"`
}

SubtitleListInSubmitJobs is a nested struct in mts response

type SubtitleStream ¶

type SubtitleStream struct {
	Index string `json:"Index" xml:"Index"`
	Lang  string `json:"Lang" xml:"Lang"`
}

SubtitleStream is a nested struct in mts response

type SubtitleStreamListInListJob ¶

type SubtitleStreamListInListJob struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInListJob is a nested struct in mts response

type SubtitleStreamListInQueryEditingJobList ¶

type SubtitleStreamListInQueryEditingJobList struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInQueryEditingJobList is a nested struct in mts response

type SubtitleStreamListInQueryJobList ¶

type SubtitleStreamListInQueryJobList struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInQueryJobList is a nested struct in mts response

type SubtitleStreamListInQueryMediaInfoJobList ¶

type SubtitleStreamListInQueryMediaInfoJobList struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInQueryMediaInfoJobList is a nested struct in mts response

type SubtitleStreamListInQueryMediaList ¶

type SubtitleStreamListInQueryMediaList struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInQueryMediaList is a nested struct in mts response

type SubtitleStreamListInQueryMediaListByURL ¶

type SubtitleStreamListInQueryMediaListByURL struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInQueryMediaListByURL is a nested struct in mts response

type SubtitleStreamListInSubmitEditingJobs ¶

type SubtitleStreamListInSubmitEditingJobs struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInSubmitEditingJobs is a nested struct in mts response

type SubtitleStreamListInSubmitJobs ¶

type SubtitleStreamListInSubmitJobs struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInSubmitJobs is a nested struct in mts response

type SubtitleStreamListInSubmitMediaInfoJob ¶

type SubtitleStreamListInSubmitMediaInfoJob struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInSubmitMediaInfoJob is a nested struct in mts response

type SucessDomains ¶

type SucessDomains struct {
	String []string `json:"String" xml:"String"`
}

SucessDomains is a nested struct in mts response

type Summary ¶

type Summary struct {
	Type              string `json:"Type" xml:"Type"`
	MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
	MediaWorkflowId   string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	ActivityName      string `json:"ActivityName" xml:"ActivityName"`
	File              File   `json:"File" xml:"File"`
}

Summary is a nested struct in mts response

type SummaryListInQueryMediaList ¶

type SummaryListInQueryMediaList struct {
	Summary []Summary `json:"Summary" xml:"Summary"`
}

SummaryListInQueryMediaList is a nested struct in mts response

type SummaryListInQueryMediaListByURL ¶

type SummaryListInQueryMediaListByURL struct {
	Summary []Summary `json:"Summary" xml:"Summary"`
}

SummaryListInQueryMediaListByURL is a nested struct in mts response

type SuperReso ¶

type SuperReso struct {
	IsHalfSample string `json:"IsHalfSample" xml:"IsHalfSample"`
}

SuperReso is a nested struct in mts response

type Switch ¶

type Switch struct {
	State        string `json:"State" xml:"State"`
	FunctionId   string `json:"FunctionId" xml:"FunctionId"`
	SwitchId     string `json:"SwitchId" xml:"SwitchId"`
	FunctionName string `json:"FunctionName" xml:"FunctionName"`
}

Switch is a nested struct in mts response

type SwitchList ¶

type SwitchList struct {
	Switch []Switch `json:"Switch" xml:"Switch"`
}

SwitchList is a nested struct in mts response

type TS ¶

type TS struct {
	SizeSupport bool `json:"SizeSupport" xml:"SizeSupport"`
	Md5Support  bool `json:"Md5Support" xml:"Md5Support"`
}

TS is a nested struct in mts response

type TagAnResult ¶

type TagAnResult struct {
	Label string `json:"Label" xml:"Label"`
	Score string `json:"Score" xml:"Score"`
}

TagAnResult is a nested struct in mts response

type TagAnResults ¶

type TagAnResults struct {
	TagAnResult []TagAnResult `json:"TagAnResult" xml:"TagAnResult"`
}

TagAnResults is a nested struct in mts response

type TagFace ¶

type TagFace struct {
	Name   string `json:"Name" xml:"Name"`
	Score  string `json:"Score" xml:"Score"`
	Target string `json:"Target" xml:"Target"`
}

TagFace is a nested struct in mts response

type TagFaces ¶

type TagFaces struct {
	TagFace []TagFace `json:"TagFace" xml:"TagFace"`
}

TagFaces is a nested struct in mts response

type TagFrResult ¶

type TagFrResult struct {
	Time     string   `json:"Time" xml:"Time"`
	TagFaces TagFaces `json:"TagFaces" xml:"TagFaces"`
}

TagFrResult is a nested struct in mts response

type TagFrResults ¶

type TagFrResults struct {
	TagFrResult []TagFrResult `json:"TagFrResult" xml:"TagFrResult"`
}

TagFrResults is a nested struct in mts response

type TagJob ¶

type TagJob struct {
	Id             string         `json:"Id" xml:"Id"`
	UserData       string         `json:"UserData" xml:"UserData"`
	PipelineId     string         `json:"PipelineId" xml:"PipelineId"`
	State          string         `json:"State" xml:"State"`
	Code           string         `json:"Code" xml:"Code"`
	Message        string         `json:"Message" xml:"Message"`
	CreationTime   string         `json:"CreationTime" xml:"CreationTime"`
	Input          Input          `json:"Input" xml:"Input"`
	VideoTagResult VideoTagResult `json:"VideoTagResult" xml:"VideoTagResult"`
}

TagJob is a nested struct in mts response

type TagJobList ¶

type TagJobList struct {
	TagJob []TagJob `json:"TagJob" xml:"TagJob"`
}

TagJobList is a nested struct in mts response

type TagsInAddMedia ¶

type TagsInAddMedia struct {
	Tag []string `json:"Tag" xml:"Tag"`
}

TagsInAddMedia is a nested struct in mts response

type TagsInListMedia ¶

type TagsInListMedia struct {
	Tag []string `json:"Tag" xml:"Tag"`
}

TagsInListMedia is a nested struct in mts response

type TagsInQueryMediaDetailJobList ¶

type TagsInQueryMediaDetailJobList struct {
	String []string `json:"String" xml:"String"`
}

TagsInQueryMediaDetailJobList is a nested struct in mts response

type TagsInQueryMediaList ¶

type TagsInQueryMediaList struct {
	Tag []string `json:"Tag" xml:"Tag"`
}

TagsInQueryMediaList is a nested struct in mts response

type TagsInQueryMediaListByURL ¶

type TagsInQueryMediaListByURL struct {
	Tag []string `json:"Tag" xml:"Tag"`
}

TagsInQueryMediaListByURL is a nested struct in mts response

type TagsInSearchMedia ¶

type TagsInSearchMedia struct {
	Tag []string `json:"Tag" xml:"Tag"`
}

TagsInSearchMedia is a nested struct in mts response

type TagsInUpdateMedia ¶

type TagsInUpdateMedia struct {
	Tag []string `json:"Tag" xml:"Tag"`
}

TagsInUpdateMedia is a nested struct in mts response

type TailSlate ¶

type TailSlate struct {
	Start         string `json:"Start" xml:"Start"`
	TailUrl       string `json:"TailUrl" xml:"TailUrl"`
	Height        string `json:"Height" xml:"Height"`
	BlendDuration string `json:"BlendDuration" xml:"BlendDuration"`
	Width         string `json:"Width" xml:"Width"`
	IsMergeAudio  bool   `json:"IsMergeAudio" xml:"IsMergeAudio"`
	BgColor       string `json:"BgColor" xml:"BgColor"`
}

TailSlate is a nested struct in mts response

type TailSlateListInListJob ¶

type TailSlateListInListJob struct {
	TailSlate []TailSlate `json:"TailSlate" xml:"TailSlate"`
}

TailSlateListInListJob is a nested struct in mts response

type TailSlateListInQueryJobList ¶

type TailSlateListInQueryJobList struct {
	TailSlate []TailSlate `json:"TailSlate" xml:"TailSlate"`
}

TailSlateListInQueryJobList is a nested struct in mts response

type TailSlateListInSubmitJobs ¶

type TailSlateListInSubmitJobs struct {
	TailSlate []TailSlate `json:"TailSlate" xml:"TailSlate"`
}

TailSlateListInSubmitJobs is a nested struct in mts response

type Template ¶

type Template struct {
	Id          string      `json:"Id" xml:"Id"`
	Name        string      `json:"Name" xml:"Name"`
	State       string      `json:"State" xml:"State"`
	Audio       Audio       `json:"Audio" xml:"Audio"`
	TransConfig TransConfig `json:"TransConfig" xml:"TransConfig"`
	Container   Container   `json:"Container" xml:"Container"`
	MuxConfig   MuxConfig   `json:"MuxConfig" xml:"MuxConfig"`
	Video       Video       `json:"Video" xml:"Video"`
}

Template is a nested struct in mts response

type TemplateListInQueryAnalysisJobList ¶

type TemplateListInQueryAnalysisJobList struct {
	Template []Template `json:"Template" xml:"Template"`
}

TemplateListInQueryAnalysisJobList is a nested struct in mts response

type TemplateListInQueryTemplateList ¶

type TemplateListInQueryTemplateList struct {
	Template []Template `json:"Template" xml:"Template"`
}

TemplateListInQueryTemplateList is a nested struct in mts response

type TemplateListInSearchTemplate ¶

type TemplateListInSearchTemplate struct {
	Template []Template `json:"Template" xml:"Template"`
}

TemplateListInSearchTemplate is a nested struct in mts response

type TemplateListInSubmitAnalysisJob ¶

type TemplateListInSubmitAnalysisJob struct {
	Template []Template `json:"Template" xml:"Template"`
}

TemplateListInSubmitAnalysisJob is a nested struct in mts response

type TerrorismConfig ¶

type TerrorismConfig struct {
	Interval   string     `json:"Interval" xml:"Interval"`
	BizType    string     `json:"BizType" xml:"BizType"`
	OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
}

TerrorismConfig is a nested struct in mts response

type TerrorismCounterListInQueryCensorJobList ¶

type TerrorismCounterListInQueryCensorJobList struct {
	Counter []Counter `json:"Counter" xml:"Counter"`
}

TerrorismCounterListInQueryCensorJobList is a nested struct in mts response

type TerrorismCounterListInQueryTerrorismJobList ¶

type TerrorismCounterListInQueryTerrorismJobList struct {
	Counter []Counter `json:"Counter" xml:"Counter"`
}

TerrorismCounterListInQueryTerrorismJobList is a nested struct in mts response

type TerrorismJob ¶

type TerrorismJob struct {
	Id                    string                `json:"Id" xml:"Id"`
	UserData              string                `json:"UserData" xml:"UserData"`
	PipelineId            string                `json:"PipelineId" xml:"PipelineId"`
	State                 string                `json:"State" xml:"State"`
	Code                  string                `json:"Code" xml:"Code"`
	Message               string                `json:"Message" xml:"Message"`
	CreationTime          string                `json:"CreationTime" xml:"CreationTime"`
	Input                 Input                 `json:"Input" xml:"Input"`
	TerrorismConfig       TerrorismConfig       `json:"TerrorismConfig" xml:"TerrorismConfig"`
	CensorTerrorismResult CensorTerrorismResult `json:"CensorTerrorismResult" xml:"CensorTerrorismResult"`
}

TerrorismJob is a nested struct in mts response

type TerrorismJobList ¶

type TerrorismJobList struct {
	TerrorismJob []TerrorismJob `json:"TerrorismJob" xml:"TerrorismJob"`
}

TerrorismJobList is a nested struct in mts response

type TerrorismTopListInQueryCensorJobList ¶

type TerrorismTopListInQueryCensorJobList struct {
	Top []Top `json:"Top" xml:"Top"`
}

TerrorismTopListInQueryCensorJobList is a nested struct in mts response

type TerrorismTopListInQueryTerrorismJobList ¶

type TerrorismTopListInQueryTerrorismJobList struct {
	Top []Top `json:"Top" xml:"Top"`
}

TerrorismTopListInQueryTerrorismJobList is a nested struct in mts response

type TileOut ¶

type TileOut struct {
	IsKeepCellPic string `json:"IsKeepCellPic" xml:"IsKeepCellPic"`
	CellHeight    string `json:"CellHeight" xml:"CellHeight"`
	Lines         string `json:"Lines" xml:"Lines"`
	Columns       string `json:"Columns" xml:"Columns"`
	CellSelStep   string `json:"CellSelStep" xml:"CellSelStep"`
	Padding       string `json:"Padding" xml:"Padding"`
	CellWidth     string `json:"CellWidth" xml:"CellWidth"`
	Color         string `json:"Color" xml:"Color"`
	Margin        string `json:"Margin" xml:"Margin"`
}

TileOut is a nested struct in mts response

type TileOutputFile ¶

type TileOutputFile struct {
	Location string `json:"Location" xml:"Location"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
}

TileOutputFile is a nested struct in mts response

type TimeSpan ¶

type TimeSpan struct {
	Duration string `json:"Duration" xml:"Duration"`
	Seek     string `json:"Seek" xml:"Seek"`
}

TimeSpan is a nested struct in mts response

type Timeline ¶

type Timeline struct {
	Start          string                         `json:"Start" xml:"Start"`
	Duration       string                         `json:"Duration" xml:"Duration"`
	TimelineConfig TimelineConfig                 `json:"TimelineConfig" xml:"TimelineConfig"`
	TrackList      TrackListInQueryEditingJobList `json:"TrackList" xml:"TrackList"`
}

Timeline is a nested struct in mts response

type TimelineConfig ¶

type TimelineConfig struct {
	TimelineConfigAudio TimelineConfigAudio `json:"TimelineConfigAudio" xml:"TimelineConfigAudio"`
	TimelineConfigVideo TimelineConfigVideo `json:"TimelineConfigVideo" xml:"TimelineConfigVideo"`
}

TimelineConfig is a nested struct in mts response

type TimelineConfigAudio ¶

type TimelineConfigAudio struct {
	ChannelLayout string `json:"ChannelLayout" xml:"ChannelLayout"`
	Samplerate    string `json:"Samplerate" xml:"Samplerate"`
	Channels      string `json:"Channels" xml:"Channels"`
}

TimelineConfigAudio is a nested struct in mts response

type TimelineConfigVideo ¶

type TimelineConfigVideo struct {
	Fps         string `json:"Fps" xml:"Fps"`
	Height      string `json:"Height" xml:"Height"`
	Width       string `json:"Width" xml:"Width"`
	BgColor     string `json:"BgColor" xml:"BgColor"`
	RenderRatio string `json:"RenderRatio" xml:"RenderRatio"`
}

TimelineConfigVideo is a nested struct in mts response

type Top ¶

type Top struct {
	Score     string `json:"Score" xml:"Score"`
	Label     string `json:"Label" xml:"Label"`
	Index     string `json:"Index" xml:"Index"`
	Object    string `json:"Object" xml:"Object"`
	Timestamp string `json:"Timestamp" xml:"Timestamp"`
}

Top is a nested struct in mts response

type Track ¶

type Track struct {
	Type  string                     `json:"Type" xml:"Type"`
	Id    string                     `json:"Id" xml:"Id"`
	Order string                     `json:"Order" xml:"Order"`
	Clips ClipsInQueryEditingJobList `json:"Clips" xml:"Clips"`
}

Track is a nested struct in mts response

type TrackListInQueryEditingJobList ¶

type TrackListInQueryEditingJobList struct {
	Track []Track `json:"Track" xml:"Track"`
}

TrackListInQueryEditingJobList is a nested struct in mts response

type TrackListInSubmitEditingJobs ¶

type TrackListInSubmitEditingJobs struct {
	Track []Track `json:"Track" xml:"Track"`
}

TrackListInSubmitEditingJobs is a nested struct in mts response

type TransConfig ¶

type TransConfig struct {
	IsCheckAudioBitrateFail string `json:"IsCheckAudioBitrateFail" xml:"IsCheckAudioBitrateFail"`
	IsCheckVideoBitrate     string `json:"IsCheckVideoBitrate" xml:"IsCheckVideoBitrate"`
	Duration                string `json:"Duration" xml:"Duration"`
	IsCheckVideoBitrateFail string `json:"IsCheckVideoBitrateFail" xml:"IsCheckVideoBitrateFail"`
	IsCheckResoFail         string `json:"IsCheckResoFail" xml:"IsCheckResoFail"`
	IsCheckReso             string `json:"IsCheckReso" xml:"IsCheckReso"`
	AdjDarMethod            string `json:"AdjDarMethod" xml:"AdjDarMethod"`
	IsCheckAudioBitrate     string `json:"IsCheckAudioBitrate" xml:"IsCheckAudioBitrate"`
	TransMode               string `json:"TransMode" xml:"TransMode"`
}

TransConfig is a nested struct in mts response

type UnbindInputBucketRequest ¶

type UnbindInputBucketRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Bucket               string           `position:"Query" name:"Bucket"`
	RoleArn              string           `position:"Query" name:"RoleArn"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UnbindInputBucketRequest is the request struct for api UnbindInputBucket

func CreateUnbindInputBucketRequest ¶

func CreateUnbindInputBucketRequest() (request *UnbindInputBucketRequest)

CreateUnbindInputBucketRequest creates a request to invoke UnbindInputBucket API

type UnbindInputBucketResponse ¶

type UnbindInputBucketResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UnbindInputBucketResponse is the response struct for api UnbindInputBucket

func CreateUnbindInputBucketResponse ¶

func CreateUnbindInputBucketResponse() (response *UnbindInputBucketResponse)

CreateUnbindInputBucketResponse creates a response to parse from UnbindInputBucket response

type UnbindOutputBucketRequest ¶

type UnbindOutputBucketRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Bucket               string           `position:"Query" name:"Bucket"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UnbindOutputBucketRequest is the request struct for api UnbindOutputBucket

func CreateUnbindOutputBucketRequest ¶

func CreateUnbindOutputBucketRequest() (request *UnbindOutputBucketRequest)

CreateUnbindOutputBucketRequest creates a request to invoke UnbindOutputBucket API

type UnbindOutputBucketResponse ¶

type UnbindOutputBucketResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UnbindOutputBucketResponse is the response struct for api UnbindOutputBucket

func CreateUnbindOutputBucketResponse ¶

func CreateUnbindOutputBucketResponse() (response *UnbindOutputBucketResponse)

CreateUnbindOutputBucketResponse creates a response to parse from UnbindOutputBucket response

type UpdateAsrPipelineRequest ¶

type UpdateAsrPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
	State                string           `position:"Query" name:"State"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateAsrPipelineRequest is the request struct for api UpdateAsrPipeline

func CreateUpdateAsrPipelineRequest ¶

func CreateUpdateAsrPipelineRequest() (request *UpdateAsrPipelineRequest)

CreateUpdateAsrPipelineRequest creates a request to invoke UpdateAsrPipeline API

type UpdateAsrPipelineResponse ¶

type UpdateAsrPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

UpdateAsrPipelineResponse is the response struct for api UpdateAsrPipeline

func CreateUpdateAsrPipelineResponse ¶

func CreateUpdateAsrPipelineResponse() (response *UpdateAsrPipelineResponse)

CreateUpdateAsrPipelineResponse creates a response to parse from UpdateAsrPipeline response

type UpdateCategoryNameRequest ¶

type UpdateCategoryNameRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CateId               string           `position:"Query" name:"CateId"`
	CateName             string           `position:"Query" name:"CateName"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateCategoryNameRequest is the request struct for api UpdateCategoryName

func CreateUpdateCategoryNameRequest ¶

func CreateUpdateCategoryNameRequest() (request *UpdateCategoryNameRequest)

CreateUpdateCategoryNameRequest creates a request to invoke UpdateCategoryName API

type UpdateCategoryNameResponse ¶

type UpdateCategoryNameResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateCategoryNameResponse is the response struct for api UpdateCategoryName

func CreateUpdateCategoryNameResponse ¶

func CreateUpdateCategoryNameResponse() (response *UpdateCategoryNameResponse)

CreateUpdateCategoryNameResponse creates a response to parse from UpdateCategoryName response

type UpdateCensorPipelineRequest ¶

type UpdateCensorPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
	State                string           `position:"Query" name:"State"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateCensorPipelineRequest is the request struct for api UpdateCensorPipeline

func CreateUpdateCensorPipelineRequest ¶

func CreateUpdateCensorPipelineRequest() (request *UpdateCensorPipelineRequest)

CreateUpdateCensorPipelineRequest creates a request to invoke UpdateCensorPipeline API

type UpdateCensorPipelineResponse ¶

type UpdateCensorPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

UpdateCensorPipelineResponse is the response struct for api UpdateCensorPipeline

func CreateUpdateCensorPipelineResponse ¶

func CreateUpdateCensorPipelineResponse() (response *UpdateCensorPipelineResponse)

CreateUpdateCensorPipelineResponse creates a response to parse from UpdateCensorPipeline response

type UpdateCoverPipelineRequest ¶

type UpdateCoverPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
	State                string           `position:"Query" name:"State"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	Role                 string           `position:"Query" name:"Role"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateCoverPipelineRequest is the request struct for api UpdateCoverPipeline

func CreateUpdateCoverPipelineRequest ¶

func CreateUpdateCoverPipelineRequest() (request *UpdateCoverPipelineRequest)

CreateUpdateCoverPipelineRequest creates a request to invoke UpdateCoverPipeline API

type UpdateCoverPipelineResponse ¶

type UpdateCoverPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

UpdateCoverPipelineResponse is the response struct for api UpdateCoverPipeline

func CreateUpdateCoverPipelineResponse ¶

func CreateUpdateCoverPipelineResponse() (response *UpdateCoverPipelineResponse)

CreateUpdateCoverPipelineResponse creates a response to parse from UpdateCoverPipeline response

type UpdateMediaCategoryRequest ¶

type UpdateMediaCategoryRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	CateId               requests.Integer `position:"Query" name:"CateId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateMediaCategoryRequest is the request struct for api UpdateMediaCategory

func CreateUpdateMediaCategoryRequest ¶

func CreateUpdateMediaCategoryRequest() (request *UpdateMediaCategoryRequest)

CreateUpdateMediaCategoryRequest creates a request to invoke UpdateMediaCategory API

type UpdateMediaCategoryResponse ¶

type UpdateMediaCategoryResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateMediaCategoryResponse is the response struct for api UpdateMediaCategory

func CreateUpdateMediaCategoryResponse ¶

func CreateUpdateMediaCategoryResponse() (response *UpdateMediaCategoryResponse)

CreateUpdateMediaCategoryResponse creates a response to parse from UpdateMediaCategory response

type UpdateMediaCoverRequest ¶

type UpdateMediaCoverRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	CoverURL             string           `position:"Query" name:"CoverURL"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateMediaCoverRequest is the request struct for api UpdateMediaCover

func CreateUpdateMediaCoverRequest ¶

func CreateUpdateMediaCoverRequest() (request *UpdateMediaCoverRequest)

CreateUpdateMediaCoverRequest creates a request to invoke UpdateMediaCover API

type UpdateMediaCoverResponse ¶

type UpdateMediaCoverResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateMediaCoverResponse is the response struct for api UpdateMediaCover

func CreateUpdateMediaCoverResponse ¶

func CreateUpdateMediaCoverResponse() (response *UpdateMediaCoverResponse)

CreateUpdateMediaCoverResponse creates a response to parse from UpdateMediaCover response

type UpdateMediaPublishStateRequest ¶

type UpdateMediaPublishStateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	Publish              requests.Boolean `position:"Query" name:"Publish"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateMediaPublishStateRequest is the request struct for api UpdateMediaPublishState

func CreateUpdateMediaPublishStateRequest ¶

func CreateUpdateMediaPublishStateRequest() (request *UpdateMediaPublishStateRequest)

CreateUpdateMediaPublishStateRequest creates a request to invoke UpdateMediaPublishState API

type UpdateMediaPublishStateResponse ¶

type UpdateMediaPublishStateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateMediaPublishStateResponse is the response struct for api UpdateMediaPublishState

func CreateUpdateMediaPublishStateResponse ¶

func CreateUpdateMediaPublishStateResponse() (response *UpdateMediaPublishStateResponse)

CreateUpdateMediaPublishStateResponse creates a response to parse from UpdateMediaPublishState response

type UpdateMediaRequest ¶

type UpdateMediaRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	Title                string           `position:"Query" name:"Title"`
	Description          string           `position:"Query" name:"Description"`
	CoverURL             string           `position:"Query" name:"CoverURL"`
	CateId               requests.Integer `position:"Query" name:"CateId"`
	Tags                 string           `position:"Query" name:"Tags"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateMediaRequest is the request struct for api UpdateMedia

func CreateUpdateMediaRequest ¶

func CreateUpdateMediaRequest() (request *UpdateMediaRequest)

CreateUpdateMediaRequest creates a request to invoke UpdateMedia API

type UpdateMediaResponse ¶

type UpdateMediaResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Media     Media  `json:"Media" xml:"Media"`
}

UpdateMediaResponse is the response struct for api UpdateMedia

func CreateUpdateMediaResponse ¶

func CreateUpdateMediaResponse() (response *UpdateMediaResponse)

CreateUpdateMediaResponse creates a response to parse from UpdateMedia response

type UpdateMediaWorkflowRequest ¶

type UpdateMediaWorkflowRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	Topology             string           `position:"Query" name:"Topology"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateMediaWorkflowRequest is the request struct for api UpdateMediaWorkflow

func CreateUpdateMediaWorkflowRequest ¶

func CreateUpdateMediaWorkflowRequest() (request *UpdateMediaWorkflowRequest)

CreateUpdateMediaWorkflowRequest creates a request to invoke UpdateMediaWorkflow API

type UpdateMediaWorkflowResponse ¶

type UpdateMediaWorkflowResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	MediaWorkflow MediaWorkflow `json:"MediaWorkflow" xml:"MediaWorkflow"`
}

UpdateMediaWorkflowResponse is the response struct for api UpdateMediaWorkflow

func CreateUpdateMediaWorkflowResponse ¶

func CreateUpdateMediaWorkflowResponse() (response *UpdateMediaWorkflowResponse)

CreateUpdateMediaWorkflowResponse creates a response to parse from UpdateMediaWorkflow response

type UpdateMediaWorkflowTriggerModeRequest ¶

type UpdateMediaWorkflowTriggerModeRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	TriggerMode          string           `position:"Query" name:"TriggerMode"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateMediaWorkflowTriggerModeRequest is the request struct for api UpdateMediaWorkflowTriggerMode

func CreateUpdateMediaWorkflowTriggerModeRequest ¶

func CreateUpdateMediaWorkflowTriggerModeRequest() (request *UpdateMediaWorkflowTriggerModeRequest)

CreateUpdateMediaWorkflowTriggerModeRequest creates a request to invoke UpdateMediaWorkflowTriggerMode API

type UpdateMediaWorkflowTriggerModeResponse ¶

type UpdateMediaWorkflowTriggerModeResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	MediaWorkflow MediaWorkflow `json:"MediaWorkflow" xml:"MediaWorkflow"`
}

UpdateMediaWorkflowTriggerModeResponse is the response struct for api UpdateMediaWorkflowTriggerMode

func CreateUpdateMediaWorkflowTriggerModeResponse ¶

func CreateUpdateMediaWorkflowTriggerModeResponse() (response *UpdateMediaWorkflowTriggerModeResponse)

CreateUpdateMediaWorkflowTriggerModeResponse creates a response to parse from UpdateMediaWorkflowTriggerMode response

type UpdatePipelineRequest ¶

type UpdatePipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
	State                string           `position:"Query" name:"State"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	Role                 string           `position:"Query" name:"Role"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdatePipelineRequest is the request struct for api UpdatePipeline

func CreateUpdatePipelineRequest ¶

func CreateUpdatePipelineRequest() (request *UpdatePipelineRequest)

CreateUpdatePipelineRequest creates a request to invoke UpdatePipeline API

type UpdatePipelineResponse ¶

type UpdatePipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

UpdatePipelineResponse is the response struct for api UpdatePipeline

func CreateUpdatePipelineResponse ¶

func CreateUpdatePipelineResponse() (response *UpdatePipelineResponse)

CreateUpdatePipelineResponse creates a response to parse from UpdatePipeline response

type UpdatePornPipelineRequest ¶

type UpdatePornPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
	State                string           `position:"Query" name:"State"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdatePornPipelineRequest is the request struct for api UpdatePornPipeline

func CreateUpdatePornPipelineRequest ¶

func CreateUpdatePornPipelineRequest() (request *UpdatePornPipelineRequest)

CreateUpdatePornPipelineRequest creates a request to invoke UpdatePornPipeline API

type UpdatePornPipelineResponse ¶

type UpdatePornPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

UpdatePornPipelineResponse is the response struct for api UpdatePornPipeline

func CreateUpdatePornPipelineResponse ¶

func CreateUpdatePornPipelineResponse() (response *UpdatePornPipelineResponse)

CreateUpdatePornPipelineResponse creates a response to parse from UpdatePornPipeline response

type UpdateTemplateRequest ¶

type UpdateTemplateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TemplateId           string           `position:"Query" name:"TemplateId"`
	Name                 string           `position:"Query" name:"Name"`
	Container            string           `position:"Query" name:"Container"`
	Video                string           `position:"Query" name:"Video"`
	Audio                string           `position:"Query" name:"Audio"`
	MuxConfig            string           `position:"Query" name:"MuxConfig"`
	TransConfig          string           `position:"Query" name:"TransConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateTemplateRequest is the request struct for api UpdateTemplate

func CreateUpdateTemplateRequest ¶

func CreateUpdateTemplateRequest() (request *UpdateTemplateRequest)

CreateUpdateTemplateRequest creates a request to invoke UpdateTemplate API

type UpdateTemplateResponse ¶

type UpdateTemplateResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Template  Template `json:"Template" xml:"Template"`
}

UpdateTemplateResponse is the response struct for api UpdateTemplate

func CreateUpdateTemplateResponse ¶

func CreateUpdateTemplateResponse() (response *UpdateTemplateResponse)

CreateUpdateTemplateResponse creates a response to parse from UpdateTemplate response

type UpdateTerrorismPipelineRequest ¶

type UpdateTerrorismPipelineRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
	State                string           `position:"Query" name:"State"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateTerrorismPipelineRequest is the request struct for api UpdateTerrorismPipeline

func CreateUpdateTerrorismPipelineRequest ¶

func CreateUpdateTerrorismPipelineRequest() (request *UpdateTerrorismPipelineRequest)

CreateUpdateTerrorismPipelineRequest creates a request to invoke UpdateTerrorismPipeline API

type UpdateTerrorismPipelineResponse ¶

type UpdateTerrorismPipelineResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	Pipeline  Pipeline `json:"Pipeline" xml:"Pipeline"`
}

UpdateTerrorismPipelineResponse is the response struct for api UpdateTerrorismPipeline

func CreateUpdateTerrorismPipelineResponse ¶

func CreateUpdateTerrorismPipelineResponse() (response *UpdateTerrorismPipelineResponse)

CreateUpdateTerrorismPipelineResponse creates a response to parse from UpdateTerrorismPipeline response

type UpdateWaterMarkTemplateRequest ¶

type UpdateWaterMarkTemplateRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	WaterMarkTemplateId  string           `position:"Query" name:"WaterMarkTemplateId"`
	Name                 string           `position:"Query" name:"Name"`
	Config               string           `position:"Query" name:"Config"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
}

UpdateWaterMarkTemplateRequest is the request struct for api UpdateWaterMarkTemplate

func CreateUpdateWaterMarkTemplateRequest ¶

func CreateUpdateWaterMarkTemplateRequest() (request *UpdateWaterMarkTemplateRequest)

CreateUpdateWaterMarkTemplateRequest creates a request to invoke UpdateWaterMarkTemplate API

type UpdateWaterMarkTemplateResponse ¶

type UpdateWaterMarkTemplateResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	WaterMarkTemplate WaterMarkTemplate `json:"WaterMarkTemplate" xml:"WaterMarkTemplate"`
}

UpdateWaterMarkTemplateResponse is the response struct for api UpdateWaterMarkTemplate

func CreateUpdateWaterMarkTemplateResponse ¶

func CreateUpdateWaterMarkTemplateResponse() (response *UpdateWaterMarkTemplateResponse)

CreateUpdateWaterMarkTemplateResponse creates a response to parse from UpdateWaterMarkTemplate response

type Video ¶

type Video struct {
	Crop         string     `json:"Crop" xml:"Crop"`
	Gop          string     `json:"Gop" xml:"Gop"`
	Bufsize      string     `json:"Bufsize" xml:"Bufsize"`
	Remove       string     `json:"Remove" xml:"Remove"`
	Height       string     `json:"Height" xml:"Height"`
	Degrain      string     `json:"Degrain" xml:"Degrain"`
	Crf          string     `json:"Crf" xml:"Crf"`
	Width        string     `json:"Width" xml:"Width"`
	MaxFps       string     `json:"MaxFps" xml:"MaxFps"`
	Pad          string     `json:"Pad" xml:"Pad"`
	Bitrate      string     `json:"Bitrate" xml:"Bitrate"`
	ResoPriority string     `json:"ResoPriority" xml:"ResoPriority"`
	Fps          string     `json:"Fps" xml:"Fps"`
	Preset       string     `json:"Preset" xml:"Preset"`
	ScanMode     string     `json:"ScanMode" xml:"ScanMode"`
	Qscale       string     `json:"Qscale" xml:"Qscale"`
	PixFmt       string     `json:"PixFmt" xml:"PixFmt"`
	Profile      string     `json:"Profile" xml:"Profile"`
	Codec        string     `json:"Codec" xml:"Codec"`
	Maxrate      string     `json:"Maxrate" xml:"Maxrate"`
	BitrateBnd   BitrateBnd `json:"BitrateBnd" xml:"BitrateBnd"`
}

Video is a nested struct in mts response

type VideoAnnotationResult ¶

type VideoAnnotationResult struct {
	Details     string      `json:"Details" xml:"Details"`
	Annotations Annotations `json:"Annotations" xml:"Annotations"`
}

VideoAnnotationResult is a nested struct in mts response

type VideoFacerecogResult ¶

type VideoFacerecogResult struct {
	Facerecogs Facerecogs `json:"Facerecogs" xml:"Facerecogs"`
}

VideoFacerecogResult is a nested struct in mts response

type VideoGifResult ¶

type VideoGifResult struct {
	OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
}

VideoGifResult is a nested struct in mts response

type VideoSplit ¶

type VideoSplit struct {
	StartTime string `json:"StartTime" xml:"StartTime"`
	EndTime   string `json:"EndTime" xml:"EndTime"`
	Path      string `json:"Path" xml:"Path"`
}

VideoSplit is a nested struct in mts response

type VideoSplitList ¶

type VideoSplitList struct {
	VideoSplit []VideoSplit `json:"VideoSplit" xml:"VideoSplit"`
}

VideoSplitList is a nested struct in mts response

type VideoSplitResult ¶

type VideoSplitResult struct {
	VideoSplitList VideoSplitList `json:"VideoSplitList" xml:"VideoSplitList"`
}

VideoSplitResult is a nested struct in mts response

type VideoStream ¶

type VideoStream struct {
	Timebase       string      `json:"Timebase" xml:"Timebase"`
	Height         string      `json:"Height" xml:"Height"`
	CodecTimeBase  string      `json:"CodecTimeBase" xml:"CodecTimeBase"`
	StartTime      string      `json:"StartTime" xml:"StartTime"`
	CodecLongName  string      `json:"CodecLongName" xml:"CodecLongName"`
	Width          string      `json:"Width" xml:"Width"`
	Index          string      `json:"Index" xml:"Index"`
	NumFrames      string      `json:"NumFrames" xml:"NumFrames"`
	HasBFrames     string      `json:"HasBFrames" xml:"HasBFrames"`
	Bitrate        string      `json:"Bitrate" xml:"Bitrate"`
	Level          string      `json:"Level" xml:"Level"`
	Fps            string      `json:"Fps" xml:"Fps"`
	Rotate         string      `json:"Rotate" xml:"Rotate"`
	CodecName      string      `json:"CodecName" xml:"CodecName"`
	Dar            string      `json:"Dar" xml:"Dar"`
	Duration       string      `json:"Duration" xml:"Duration"`
	CodecTagString string      `json:"CodecTagString" xml:"CodecTagString"`
	Lang           string      `json:"Lang" xml:"Lang"`
	PixFmt         string      `json:"PixFmt" xml:"PixFmt"`
	Profile        string      `json:"Profile" xml:"Profile"`
	AvgFPS         string      `json:"AvgFPS" xml:"AvgFPS"`
	CodecTag       string      `json:"CodecTag" xml:"CodecTag"`
	Sar            string      `json:"Sar" xml:"Sar"`
	NetworkCost    NetworkCost `json:"NetworkCost" xml:"NetworkCost"`
}

VideoStream is a nested struct in mts response

type VideoStreamListInListJob ¶

type VideoStreamListInListJob struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInListJob is a nested struct in mts response

type VideoStreamListInQueryEditingJobList ¶

type VideoStreamListInQueryEditingJobList struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInQueryEditingJobList is a nested struct in mts response

type VideoStreamListInQueryJobList ¶

type VideoStreamListInQueryJobList struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInQueryJobList is a nested struct in mts response

type VideoStreamListInQueryMediaInfoJobList ¶

type VideoStreamListInQueryMediaInfoJobList struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInQueryMediaInfoJobList is a nested struct in mts response

type VideoStreamListInQueryMediaList ¶

type VideoStreamListInQueryMediaList struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInQueryMediaList is a nested struct in mts response

type VideoStreamListInQueryMediaListByURL ¶

type VideoStreamListInQueryMediaListByURL struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInQueryMediaListByURL is a nested struct in mts response

type VideoStreamListInSubmitEditingJobs ¶

type VideoStreamListInSubmitEditingJobs struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInSubmitEditingJobs is a nested struct in mts response

type VideoStreamListInSubmitJobs ¶

type VideoStreamListInSubmitJobs struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInSubmitJobs is a nested struct in mts response

type VideoStreamListInSubmitMediaInfoJob ¶

type VideoStreamListInSubmitMediaInfoJob struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInSubmitMediaInfoJob is a nested struct in mts response

type VideoSummary ¶

type VideoSummary struct {
	StartTime string `json:"StartTime" xml:"StartTime"`
	EndTime   string `json:"EndTime" xml:"EndTime"`
}

VideoSummary is a nested struct in mts response

type VideoSummaryList ¶

type VideoSummaryList struct {
	VideoSummary []VideoSummary `json:"VideoSummary" xml:"VideoSummary"`
}

VideoSummaryList is a nested struct in mts response

type VideoSummaryResult ¶

type VideoSummaryResult struct {
	OutputFile       OutputFile       `json:"OutputFile" xml:"OutputFile"`
	VideoSummaryList VideoSummaryList `json:"VideoSummaryList" xml:"VideoSummaryList"`
}

VideoSummaryResult is a nested struct in mts response

type VideoTagResult ¶

type VideoTagResult struct {
	Details      string       `json:"Details" xml:"Details"`
	TagAnResults TagAnResults `json:"TagAnResults" xml:"TagAnResults"`
	TagFrResults TagFrResults `json:"TagFrResults" xml:"TagFrResults"`
}

VideoTagResult is a nested struct in mts response

type Volume ¶

type Volume struct {
	Level  string `json:"Level" xml:"Level"`
	Method string `json:"Method" xml:"Method"`
}

Volume is a nested struct in mts response

type WaterMark ¶

type WaterMark struct {
	Dy                  string    `json:"Dy" xml:"Dy"`
	Height              string    `json:"Height" xml:"Height"`
	Type                string    `json:"Type" xml:"Type"`
	WaterMarkTemplateId string    `json:"WaterMarkTemplateId" xml:"WaterMarkTemplateId"`
	Width               string    `json:"Width" xml:"Width"`
	Dx                  string    `json:"Dx" xml:"Dx"`
	ReferPos            string    `json:"ReferPos" xml:"ReferPos"`
	InputFile           InputFile `json:"InputFile" xml:"InputFile"`
}

WaterMark is a nested struct in mts response

type WaterMarkListInListJob ¶

type WaterMarkListInListJob struct {
	WaterMark []WaterMark `json:"WaterMark" xml:"WaterMark"`
}

WaterMarkListInListJob is a nested struct in mts response

type WaterMarkListInQueryEditingJobList ¶

type WaterMarkListInQueryEditingJobList struct {
	WaterMark []WaterMark `json:"WaterMark" xml:"WaterMark"`
}

WaterMarkListInQueryEditingJobList is a nested struct in mts response

type WaterMarkListInQueryJobList ¶

type WaterMarkListInQueryJobList struct {
	WaterMark []WaterMark `json:"WaterMark" xml:"WaterMark"`
}

WaterMarkListInQueryJobList is a nested struct in mts response

type WaterMarkListInSubmitEditingJobs ¶

type WaterMarkListInSubmitEditingJobs struct {
	WaterMark []WaterMark `json:"WaterMark" xml:"WaterMark"`
}

WaterMarkListInSubmitEditingJobs is a nested struct in mts response

type WaterMarkListInSubmitJobs ¶

type WaterMarkListInSubmitJobs struct {
	WaterMark []WaterMark `json:"WaterMark" xml:"WaterMark"`
}

WaterMarkListInSubmitJobs is a nested struct in mts response

type WaterMarkTemplate ¶

type WaterMarkTemplate struct {
	Dy         string     `json:"Dy" xml:"Dy"`
	Height     string     `json:"Height" xml:"Height"`
	Type       string     `json:"Type" xml:"Type"`
	Id         string     `json:"Id" xml:"Id"`
	Name       string     `json:"Name" xml:"Name"`
	Width      string     `json:"Width" xml:"Width"`
	State      string     `json:"State" xml:"State"`
	Dx         string     `json:"Dx" xml:"Dx"`
	ReferPos   string     `json:"ReferPos" xml:"ReferPos"`
	RatioRefer RatioRefer `json:"RatioRefer" xml:"RatioRefer"`
	Timeline   Timeline   `json:"Timeline" xml:"Timeline"`
}

WaterMarkTemplate is a nested struct in mts response

type WaterMarkTemplateListInQueryWaterMarkTemplateList ¶

type WaterMarkTemplateListInQueryWaterMarkTemplateList struct {
	WaterMarkTemplate []WaterMarkTemplate `json:"WaterMarkTemplate" xml:"WaterMarkTemplate"`
}

WaterMarkTemplateListInQueryWaterMarkTemplateList is a nested struct in mts response

type WaterMarkTemplateListInSearchWaterMarkTemplate ¶

type WaterMarkTemplateListInSearchWaterMarkTemplate struct {
	WaterMarkTemplate []WaterMarkTemplate `json:"WaterMarkTemplate" xml:"WaterMarkTemplate"`
}

WaterMarkTemplateListInSearchWaterMarkTemplate is a nested struct in mts response

type Webp ¶

type Webp struct {
	Loop string `json:"Loop" xml:"Loop"`
}

Webp is a nested struct in mts response

Source Files ¶

Jump to

Keyboard shortcuts

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