mts

package
v1.61.1038 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var EndpointMap map[string]string

EndpointMap Endpoint Data

View Source
var EndpointType = "regional"

EndpointType regional or central

Functions ¶

func GetEndpointMap ¶ added in v1.61.122

func GetEndpointMap() map[string]string

GetEndpointMap Get Endpoint Data Map

func GetEndpointType ¶ added in v1.61.122

func GetEndpointType() string

GetEndpointType Get Endpoint Type Value

func SetClientProperty ¶ added in v1.61.122

func SetClientProperty(client *Client, propertyName string, propertyValue interface{})

SetClientProperty Set Property by Reflect

func SetEndpointDataToClient ¶ added in v1.61.122

func SetEndpointDataToClient(client *Client)

SetEndpointDataToClient Set EndpointMap and ENdpointType

Types ¶

type AbuseAudio ¶

type AbuseAudio struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	Text       string `json:"Text" xml:"Text"`
	Object     string `json:"Object" xml:"Object"`
}

AbuseAudio is a nested struct in mts response

type AbuseAudios ¶

type AbuseAudios struct {
	AbuseAudio []AbuseAudio `json:"AbuseAudio" xml:"AbuseAudio"`
}

AbuseAudios is a nested struct in mts response

type AbuseOcr ¶

type AbuseOcr struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
	Text       string `json:"Text" xml:"Text"`
}

AbuseOcr is a nested struct in mts response

type AbuseOcrs ¶

type AbuseOcrs struct {
	AbuseOcr []AbuseOcr `json:"AbuseOcr" xml:"AbuseOcr"`
}

AbuseOcrs is a nested struct in mts response

type AbuseResult ¶

type AbuseResult struct {
	AbuseAudios AbuseAudios `json:"AbuseAudios" xml:"AbuseAudios"`
	AbuseTexts  AbuseTexts  `json:"AbuseTexts" xml:"AbuseTexts"`
	AbuseOcrs   AbuseOcrs   `json:"AbuseOcrs" xml:"AbuseOcrs"`
}

AbuseResult is a nested struct in mts response

type AbuseText ¶

type AbuseText struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Text       string `json:"Text" xml:"Text"`
}

AbuseText is a nested struct in mts response

type AbuseTexts ¶

type AbuseTexts struct {
	AbuseText []AbuseText `json:"AbuseText" xml:"AbuseText"`
}

AbuseTexts is a nested struct in mts response

type ActivateMediaWorkflowRequest ¶

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

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 {
	Name             string           `json:"Name" xml:"Name"`
	JobId            string           `json:"JobId" xml:"JobId"`
	Message          string           `json:"Message" xml:"Message"`
	State            string           `json:"State" xml:"State"`
	StartTime        string           `json:"StartTime" xml:"StartTime"`
	Code             string           `json:"Code" xml:"Code"`
	EndTime          string           `json:"EndTime" xml:"EndTime"`
	Type             string           `json:"Type" xml:"Type"`
	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 AdAudio ¶

type AdAudio struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	Text       string `json:"Text" xml:"Text"`
	Object     string `json:"Object" xml:"Object"`
}

AdAudio is a nested struct in mts response

type AdAudios ¶

type AdAudios struct {
	AdAudio []AdAudio `json:"AdAudio" xml:"AdAudio"`
}

AdAudios is a nested struct in mts response

type AdImage ¶

type AdImage struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Url        string `json:"Url" xml:"Url"`
	Text       string `json:"Text" xml:"Text"`
}

AdImage is a nested struct in mts response

type AdImages ¶

type AdImages struct {
	AdImage []AdImage `json:"AdImage" xml:"AdImage"`
}

AdImages is a nested struct in mts response

type AdOcr ¶

type AdOcr struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
	Text       string `json:"Text" xml:"Text"`
}

AdOcr is a nested struct in mts response

type AdOcrs ¶

type AdOcrs struct {
	AdOcr []AdOcr `json:"AdOcr" xml:"AdOcr"`
}

AdOcrs is a nested struct in mts response

type AdResult ¶

type AdResult struct {
	AdVideos AdVideos `json:"AdVideos" xml:"AdVideos"`
	AdAudios AdAudios `json:"AdAudios" xml:"AdAudios"`
	AdTexts  AdTexts  `json:"AdTexts" xml:"AdTexts"`
	AdImages AdImages `json:"AdImages" xml:"AdImages"`
	AdOcrs   AdOcrs   `json:"AdOcrs" xml:"AdOcrs"`
}

AdResult is a nested struct in mts response

type AdText ¶

type AdText struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Text       string `json:"Text" xml:"Text"`
}

AdText is a nested struct in mts response

type AdTexts ¶

type AdTexts struct {
	AdText []AdText `json:"AdText" xml:"AdText"`
}

AdTexts is a nested struct in mts response

type AdVideo ¶

type AdVideo struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
}

AdVideo is a nested struct in mts response

type AdVideos ¶

type AdVideos struct {
	AdVideo []AdVideo `json:"AdVideo" xml:"AdVideo"`
}

AdVideos is a nested struct in mts response

type AddAsrPipelineRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ParentId             requests.Integer `position:"Query" name:"ParentId"`
	CateName             string           `position:"Query" name:"CateName"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	Name                 string           `position:"Query" name:"Name"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Role                 string           `position:"Query" name:"Role"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             string           `position:"Query" name:"Priority"`
	Name                 string           `position:"Query" name:"Name"`
}

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 AddMCTemplateRequest ¶

type AddMCTemplateRequest struct {
	*requests.RpcRequest
	Politics             string           `position:"Query" name:"Politics"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Abuse                string           `position:"Query" name:"Abuse"`
	Qrcode               string           `position:"Query" name:"Qrcode"`
	Porn                 string           `position:"Query" name:"Porn"`
	Terrorism            string           `position:"Query" name:"Terrorism"`
	Live                 string           `position:"Query" name:"Live"`
	Contraband           string           `position:"Query" name:"Contraband"`
	Ad                   string           `position:"Query" name:"Ad"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Spam                 string           `position:"Query" name:"spam"`
}

AddMCTemplateRequest is the request struct for api AddMCTemplate

func CreateAddMCTemplateRequest ¶

func CreateAddMCTemplateRequest() (request *AddMCTemplateRequest)

CreateAddMCTemplateRequest creates a request to invoke AddMCTemplate API

type AddMCTemplateResponse ¶

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

AddMCTemplateResponse is the response struct for api AddMCTemplate

func CreateAddMCTemplateResponse ¶

func CreateAddMCTemplateResponse() (response *AddMCTemplateResponse)

CreateAddMCTemplateResponse creates a response to parse from AddMCTemplate response

type AddMediaRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Tag                  string           `position:"Query" name:"Tag"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	Topology             string           `position:"Query" name:"Topology"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	TriggerMode          string           `position:"Query" name:"TriggerMode"`
	Name                 string           `position:"Query" name:"Name"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Role                 string           `position:"Query" name:"Role"`
	Speed                string           `position:"Query" name:"Speed"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	SpeedLevel           requests.Integer `position:"Query" name:"SpeedLevel"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	Name                 string           `position:"Query" name:"Name"`
}

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 AddSmarttagTemplateRequest ¶ added in v1.61.588

type AddSmarttagTemplateRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Industry             string           `position:"Query" name:"Industry"`
	Scene                string           `position:"Query" name:"Scene"`
	TemplateName         string           `position:"Query" name:"TemplateName"`
	IsDefault            requests.Boolean `position:"Query" name:"IsDefault"`
	FaceCategoryIds      string           `position:"Query" name:"FaceCategoryIds"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	AnalyseTypes         string           `position:"Query" name:"AnalyseTypes"`
}

AddSmarttagTemplateRequest is the request struct for api AddSmarttagTemplate

func CreateAddSmarttagTemplateRequest ¶ added in v1.61.588

func CreateAddSmarttagTemplateRequest() (request *AddSmarttagTemplateRequest)

CreateAddSmarttagTemplateRequest creates a request to invoke AddSmarttagTemplate API

type AddSmarttagTemplateResponse ¶ added in v1.61.588

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

AddSmarttagTemplateResponse is the response struct for api AddSmarttagTemplate

func CreateAddSmarttagTemplateResponse ¶ added in v1.61.588

func CreateAddSmarttagTemplateResponse() (response *AddSmarttagTemplateResponse)

CreateAddSmarttagTemplateResponse creates a response to parse from AddSmarttagTemplate response

type AddTemplateRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	Name                 string           `position:"Query" name:"Name"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Config               string           `position:"Query" name:"Config"`
}

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 Amix ¶

type Amix struct {
	AmixURL    string `json:"AmixURL" xml:"AmixURL"`
	Map        string `json:"Map" xml:"Map"`
	MixDurMode string `json:"MixDurMode" xml:"MixDurMode"`
	Start      string `json:"Start" xml:"Start"`
	Duration   string `json:"Duration" xml:"Duration"`
}

Amix is a nested struct in mts response

type AmixList ¶

type AmixList struct {
	Amix []Amix `json:"Amix" xml:"Amix"`
}

AmixList is a nested struct in mts 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 {
	Message          string                             `json:"Message" xml:"Message"`
	Code             string                             `json:"Code" xml:"Code"`
	CreationTime     string                             `json:"CreationTime" xml:"CreationTime"`
	UserData         string                             `json:"UserData" xml:"UserData"`
	Priority         string                             `json:"Priority" xml:"Priority"`
	State            string                             `json:"State" xml:"State"`
	PipelineId       string                             `json:"PipelineId" xml:"PipelineId"`
	Percent          int64                              `json:"Percent" xml:"Percent"`
	Id               string                             `json:"Id" xml:"Id"`
	AnalysisConfig   AnalysisConfig                     `json:"AnalysisConfig" xml:"AnalysisConfig"`
	InputFile        InputFile                          `json:"InputFile" xml:"InputFile"`
	MNSMessageResult MNSMessageResult                   `json:"MNSMessageResult" xml:"MNSMessageResult"`
	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 AsrTextListInQueryAsrJobList `json:"AsrTextList" xml:"AsrTextList"`
}

AsrResult is a nested struct in mts response

type AsrText ¶

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

AsrText is a nested struct in mts response

type AsrTextListInQueryAsrJobList ¶

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

AsrTextListInQueryAsrJobList is a nested struct in mts response

type AsrTextListInQueryMcuJob ¶

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

AsrTextListInQueryMcuJob is a nested struct in mts response

type Audio ¶

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

Audio is a nested struct in mts response

type AudioFpShots ¶

type AudioFpShots struct {
	FpShot []FpShot `json:"FpShot" xml:"FpShot"`
}

AudioFpShots is a nested struct in mts response

type AudioStream ¶

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

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 AudioStreamListInQueryComplexJobList ¶

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

AudioStreamListInQueryComplexJobList 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 AudioStreamListInQueryVideoPoseJobList ¶

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

AudioStreamListInQueryVideoPoseJobList is a nested struct in mts response

type AudioStreamListInSubmitComplexJob ¶

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

AudioStreamListInSubmitComplexJob 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 AudioStreamListInSubmitVideoPoseJob ¶

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

AudioStreamListInSubmitVideoPoseJob is a nested struct in mts response

type BarrageCensorResult ¶

type BarrageCensorResult struct {
	Label      string `json:"Label" xml:"Label"`
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Scene      string `json:"Scene" xml:"Scene"`
	Rate       string `json:"Rate" xml:"Rate"`
}

BarrageCensorResult is a nested struct in mts response

type BeautifyConfig ¶

type BeautifyConfig struct {
	OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
}

BeautifyConfig is a nested struct in mts response

type BindInputBucketRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Bucket               string           `position:"Query" name:"Bucket"`
	RoleArn              string           `position:"Query" name:"RoleArn"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
}

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 CategoriesInListCustomPersons ¶ added in v1.61.588

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

CategoriesInListCustomPersons is a nested struct in mts response

type CategoriesInQueryMcuJob ¶ added in v1.61.588

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

CategoriesInQueryMcuJob is a nested struct in mts response

type Category ¶

type Category struct {
	CategoryName        string  `json:"CategoryName" xml:"CategoryName"`
	Score               string  `json:"Score" xml:"Score"`
	CateId              string  `json:"CateId" xml:"CateId"`
	CategoryId          string  `json:"CategoryId" xml:"CategoryId"`
	ParentId            string  `json:"ParentId" xml:"ParentId"`
	Label               string  `json:"Label" xml:"Label"`
	Level               string  `json:"Level" xml:"Level"`
	CateName            string  `json:"CateName" xml:"CateName"`
	CategoryDescription string  `json:"CategoryDescription" xml:"CategoryDescription"`
	Persons             Persons `json:"Persons" xml:"Persons"`
}

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 CategoryResult ¶

type CategoryResult struct {
	Details    string                  `json:"Details" xml:"Details"`
	Categories CategoriesInQueryMcuJob `json:"Categories" xml:"Categories"`
}

CategoryResult is a nested struct in mts response

type CategoryTreeRequest ¶

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

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 CelebritiesInQueryMcuJob ¶

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

CelebritiesInQueryMcuJob is a nested struct in mts response

type CelebritiesInQueryMediaDetailJobList ¶

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

CelebritiesInQueryMediaDetailJobList 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"`
	SaveType   string     `json:"SaveType" xml:"SaveType"`
	Scenes     string     `json:"Scenes" xml:"Scenes"`
	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"`
	TitleCensorResult     string                `json:"TitleCensorResult" xml:"TitleCensorResult"`
	DescCensorResult      string                `json:"DescCensorResult" xml:"DescCensorResult"`
	BarrageCensorResult   string                `json:"BarrageCensorResult" xml:"BarrageCensorResult"`
	ResultSaveObject      string                `json:"ResultSaveObject" xml:"ResultSaveObject"`
	Input                 Input                 `json:"Input" xml:"Input"`
	CensorConfig          CensorConfig          `json:"CensorConfig" xml:"CensorConfig"`
	CensorPornResult      CensorPornResult      `json:"CensorPornResult" xml:"CensorPornResult"`
	CensorTerrorismResult CensorTerrorismResult `json:"CensorTerrorismResult" xml:"CensorTerrorismResult"`
	ImageCensorResults    ImageCensorResults    `json:"ImageCensorResults" xml:"ImageCensorResults"`
}

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 {
	MaxScore        string                              `json:"MaxScore" xml:"MaxScore"`
	Label           string                              `json:"Label" xml:"Label"`
	Suggestion      string                              `json:"Suggestion" xml:"Suggestion"`
	AverageScore    string                              `json:"AverageScore" xml:"AverageScore"`
	PornCounterList PornCounterListInQueryCensorJobList `json:"PornCounterList" xml:"PornCounterList"`
	PornTopList     PornTopListInQueryCensorJobList     `json:"PornTopList" xml:"PornTopList"`
}

CensorPornResult is a nested struct in mts response

type CensorResult ¶

type CensorResult struct {
	Label      string `json:"Label" xml:"Label"`
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Scene      string `json:"Scene" xml:"Scene"`
	Rate       string `json:"Rate" xml:"Rate"`
}

CensorResult is a nested struct in mts response

type CensorResultsInQueryMediaCensorJobDetail ¶

type CensorResultsInQueryMediaCensorJobDetail struct {
	CensorResult []CensorResult `json:"CensorResult" xml:"CensorResult"`
}

CensorResultsInQueryMediaCensorJobDetail is a nested struct in mts response

type CensorResultsInQueryMediaCensorJobList ¶

type CensorResultsInQueryMediaCensorJobList struct {
	CensorResult []CensorResult `json:"CensorResult" xml:"CensorResult"`
}

CensorResultsInQueryMediaCensorJobList is a nested struct in mts response

type CensorTerrorismResult ¶

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

CensorTerrorismResult is a nested struct in mts response

type CheckResourceRequest ¶

type CheckResourceRequest struct {
	*requests.RpcRequest
	Country        string           `position:"Query" name:"Country"`
	Hid            requests.Integer `position:"Query" name:"Hid"`
	Level          requests.Integer `position:"Query" name:"Level"`
	Invoker        string           `position:"Query" name:"Invoker"`
	Message        string           `position:"Query" name:"Message"`
	Url            string           `position:"Query" name:"Url"`
	Success        requests.Boolean `position:"Query" name:"Success"`
	Interrupt      requests.Boolean `position:"Query" name:"Interrupt"`
	GmtWakeup      string           `position:"Query" name:"GmtWakeup"`
	Pk             string           `position:"Query" name:"Pk"`
	Bid            string           `position:"Query" name:"Bid"`
	Prompt         string           `position:"Query" name:"Prompt"`
	TaskExtraData  string           `position:"Query" name:"TaskExtraData"`
	TaskIdentifier string           `position:"Query" name:"TaskIdentifier"`
}

CheckResourceRequest is the request struct for api CheckResource

func CreateCheckResourceRequest ¶

func CreateCheckResourceRequest() (request *CheckResourceRequest)

CreateCheckResourceRequest creates a request to invoke CheckResource API

type CheckResourceResponse ¶

type CheckResourceResponse struct {
	*responses.BaseResponse
	Interrupt      bool   `json:"Interrupt" xml:"Interrupt"`
	Invoker        string `json:"Invoker" xml:"Invoker"`
	Pk             string `json:"Pk" xml:"Pk"`
	Bid            string `json:"Bid" xml:"Bid"`
	Hid            int64  `json:"Hid" xml:"Hid"`
	Country        string `json:"Country" xml:"Country"`
	TaskIdentifier string `json:"TaskIdentifier" xml:"TaskIdentifier"`
	TaskExtraData  string `json:"TaskExtraData" xml:"TaskExtraData"`
	GmtWakeup      string `json:"GmtWakeup" xml:"GmtWakeup"`
	Success        bool   `json:"Success" xml:"Success"`
	Message        string `json:"Message" xml:"Message"`
	Level          int64  `json:"Level" xml:"Level"`
	Url            string `json:"Url" xml:"Url"`
	Prompt         string `json:"Prompt" xml:"Prompt"`
}

CheckResourceResponse is the response struct for api CheckResource

func CreateCheckResourceResponse ¶

func CreateCheckResourceResponse() (response *CheckResourceResponse)

CreateCheckResourceResponse creates a response to parse from CheckResource 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://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

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://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

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 NewClientWithProvider ¶

func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)

NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

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://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArnAndPolicy ¶

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

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

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 usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

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://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func (*Client) ActivateMediaWorkflow ¶

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

ActivateMediaWorkflow invokes the mts.ActivateMediaWorkflow API synchronously

func (*Client) ActivateMediaWorkflowWithCallback ¶

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

ActivateMediaWorkflowWithCallback invokes the mts.ActivateMediaWorkflow API asynchronously

func (*Client) ActivateMediaWorkflowWithChan ¶

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

ActivateMediaWorkflowWithChan invokes the mts.ActivateMediaWorkflow API asynchronously

func (*Client) AddAsrPipeline ¶

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

AddAsrPipeline invokes the mts.AddAsrPipeline API synchronously

func (*Client) AddAsrPipelineWithCallback ¶

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

AddAsrPipelineWithCallback invokes the mts.AddAsrPipeline API asynchronously

func (*Client) AddAsrPipelineWithChan ¶

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

AddAsrPipelineWithChan invokes the mts.AddAsrPipeline API asynchronously

func (*Client) AddCategory ¶

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

AddCategory invokes the mts.AddCategory API synchronously

func (*Client) AddCategoryWithCallback ¶

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

AddCategoryWithCallback invokes the mts.AddCategory API asynchronously

func (*Client) AddCategoryWithChan ¶

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

AddCategoryWithChan invokes the mts.AddCategory API asynchronously

func (*Client) AddCensorPipeline ¶

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

AddCensorPipeline invokes the mts.AddCensorPipeline API synchronously

func (*Client) AddCensorPipelineWithCallback ¶

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

AddCensorPipelineWithCallback invokes the mts.AddCensorPipeline API asynchronously

func (*Client) AddCensorPipelineWithChan ¶

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

AddCensorPipelineWithChan invokes the mts.AddCensorPipeline API asynchronously

func (*Client) AddCoverPipeline ¶

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

AddCoverPipeline invokes the mts.AddCoverPipeline API synchronously

func (*Client) AddCoverPipelineWithCallback ¶

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

AddCoverPipelineWithCallback invokes the mts.AddCoverPipeline API asynchronously

func (*Client) AddCoverPipelineWithChan ¶

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

AddCoverPipelineWithChan invokes the mts.AddCoverPipeline API asynchronously

func (*Client) AddMCTemplate ¶

func (client *Client) AddMCTemplate(request *AddMCTemplateRequest) (response *AddMCTemplateResponse, err error)

AddMCTemplate invokes the mts.AddMCTemplate API synchronously

func (*Client) AddMCTemplateWithCallback ¶

func (client *Client) AddMCTemplateWithCallback(request *AddMCTemplateRequest, callback func(response *AddMCTemplateResponse, err error)) <-chan int

AddMCTemplateWithCallback invokes the mts.AddMCTemplate API asynchronously

func (*Client) AddMCTemplateWithChan ¶

func (client *Client) AddMCTemplateWithChan(request *AddMCTemplateRequest) (<-chan *AddMCTemplateResponse, <-chan error)

AddMCTemplateWithChan invokes the mts.AddMCTemplate API asynchronously

func (*Client) AddMedia ¶

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

AddMedia invokes the mts.AddMedia API synchronously

func (*Client) AddMediaTag ¶

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

AddMediaTag invokes the mts.AddMediaTag API synchronously

func (*Client) AddMediaTagWithCallback ¶

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

AddMediaTagWithCallback invokes the mts.AddMediaTag API asynchronously

func (*Client) AddMediaTagWithChan ¶

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

AddMediaTagWithChan invokes the mts.AddMediaTag API asynchronously

func (*Client) AddMediaWithCallback ¶

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

AddMediaWithCallback invokes the mts.AddMedia API asynchronously

func (*Client) AddMediaWithChan ¶

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

AddMediaWithChan invokes the mts.AddMedia API asynchronously

func (*Client) AddMediaWorkflow ¶

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

AddMediaWorkflow invokes the mts.AddMediaWorkflow API synchronously

func (*Client) AddMediaWorkflowWithCallback ¶

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

AddMediaWorkflowWithCallback invokes the mts.AddMediaWorkflow API asynchronously

func (*Client) AddMediaWorkflowWithChan ¶

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

AddMediaWorkflowWithChan invokes the mts.AddMediaWorkflow API asynchronously

func (*Client) AddPipeline ¶

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

AddPipeline invokes the mts.AddPipeline API synchronously

func (*Client) AddPipelineWithCallback ¶

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

AddPipelineWithCallback invokes the mts.AddPipeline API asynchronously

func (*Client) AddPipelineWithChan ¶

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

AddPipelineWithChan invokes the mts.AddPipeline API asynchronously

func (*Client) AddPornPipeline ¶

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

AddPornPipeline invokes the mts.AddPornPipeline API synchronously

func (*Client) AddPornPipelineWithCallback ¶

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

AddPornPipelineWithCallback invokes the mts.AddPornPipeline API asynchronously

func (*Client) AddPornPipelineWithChan ¶

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

AddPornPipelineWithChan invokes the mts.AddPornPipeline API asynchronously

func (*Client) AddSmarttagTemplate ¶ added in v1.61.588

func (client *Client) AddSmarttagTemplate(request *AddSmarttagTemplateRequest) (response *AddSmarttagTemplateResponse, err error)

AddSmarttagTemplate invokes the mts.AddSmarttagTemplate API synchronously

func (*Client) AddSmarttagTemplateWithCallback ¶ added in v1.61.588

func (client *Client) AddSmarttagTemplateWithCallback(request *AddSmarttagTemplateRequest, callback func(response *AddSmarttagTemplateResponse, err error)) <-chan int

AddSmarttagTemplateWithCallback invokes the mts.AddSmarttagTemplate API asynchronously

func (*Client) AddSmarttagTemplateWithChan ¶ added in v1.61.588

func (client *Client) AddSmarttagTemplateWithChan(request *AddSmarttagTemplateRequest) (<-chan *AddSmarttagTemplateResponse, <-chan error)

AddSmarttagTemplateWithChan invokes the mts.AddSmarttagTemplate API asynchronously

func (*Client) AddTemplate ¶

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

AddTemplate invokes the mts.AddTemplate API synchronously

func (*Client) AddTemplateWithCallback ¶

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

AddTemplateWithCallback invokes the mts.AddTemplate API asynchronously

func (*Client) AddTemplateWithChan ¶

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

AddTemplateWithChan invokes the mts.AddTemplate API asynchronously

func (*Client) AddTerrorismPipeline ¶

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

AddTerrorismPipeline invokes the mts.AddTerrorismPipeline API synchronously

func (*Client) AddTerrorismPipelineWithCallback ¶

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

AddTerrorismPipelineWithCallback invokes the mts.AddTerrorismPipeline API asynchronously

func (*Client) AddTerrorismPipelineWithChan ¶

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

AddTerrorismPipelineWithChan invokes the mts.AddTerrorismPipeline API asynchronously

func (*Client) AddWaterMarkTemplate ¶

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

AddWaterMarkTemplate invokes the mts.AddWaterMarkTemplate API synchronously

func (*Client) AddWaterMarkTemplateWithCallback ¶

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

AddWaterMarkTemplateWithCallback invokes the mts.AddWaterMarkTemplate API asynchronously

func (*Client) AddWaterMarkTemplateWithChan ¶

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

AddWaterMarkTemplateWithChan invokes the mts.AddWaterMarkTemplate API asynchronously

func (*Client) BindInputBucket ¶

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

BindInputBucket invokes the mts.BindInputBucket API synchronously

func (*Client) BindInputBucketWithCallback ¶

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

BindInputBucketWithCallback invokes the mts.BindInputBucket API asynchronously

func (*Client) BindInputBucketWithChan ¶

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

BindInputBucketWithChan invokes the mts.BindInputBucket API asynchronously

func (*Client) BindOutputBucket ¶

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

BindOutputBucket invokes the mts.BindOutputBucket API synchronously

func (*Client) BindOutputBucketWithCallback ¶

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

BindOutputBucketWithCallback invokes the mts.BindOutputBucket API asynchronously

func (*Client) BindOutputBucketWithChan ¶

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

BindOutputBucketWithChan invokes the mts.BindOutputBucket API asynchronously

func (*Client) CancelJob ¶

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

CancelJob invokes the mts.CancelJob API synchronously

func (*Client) CancelJobWithCallback ¶

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

CancelJobWithCallback invokes the mts.CancelJob API asynchronously

func (*Client) CancelJobWithChan ¶

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

CancelJobWithChan invokes the mts.CancelJob API asynchronously

func (*Client) CategoryTree ¶

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

CategoryTree invokes the mts.CategoryTree API synchronously

func (*Client) CategoryTreeWithCallback ¶

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

CategoryTreeWithCallback invokes the mts.CategoryTree API asynchronously

func (*Client) CategoryTreeWithChan ¶

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

CategoryTreeWithChan invokes the mts.CategoryTree API asynchronously

func (*Client) CheckResource ¶

func (client *Client) CheckResource(request *CheckResourceRequest) (response *CheckResourceResponse, err error)

CheckResource invokes the mts.CheckResource API synchronously

func (*Client) CheckResourceWithCallback ¶

func (client *Client) CheckResourceWithCallback(request *CheckResourceRequest, callback func(response *CheckResourceResponse, err error)) <-chan int

CheckResourceWithCallback invokes the mts.CheckResource API asynchronously

func (*Client) CheckResourceWithChan ¶

func (client *Client) CheckResourceWithChan(request *CheckResourceRequest) (<-chan *CheckResourceResponse, <-chan error)

CheckResourceWithChan invokes the mts.CheckResource API asynchronously

func (*Client) CreateFpShotDB ¶ added in v1.61.122

func (client *Client) CreateFpShotDB(request *CreateFpShotDBRequest) (response *CreateFpShotDBResponse, err error)

CreateFpShotDB invokes the mts.CreateFpShotDB API synchronously

func (*Client) CreateFpShotDBWithCallback ¶ added in v1.61.122

func (client *Client) CreateFpShotDBWithCallback(request *CreateFpShotDBRequest, callback func(response *CreateFpShotDBResponse, err error)) <-chan int

CreateFpShotDBWithCallback invokes the mts.CreateFpShotDB API asynchronously

func (*Client) CreateFpShotDBWithChan ¶ added in v1.61.122

func (client *Client) CreateFpShotDBWithChan(request *CreateFpShotDBRequest) (<-chan *CreateFpShotDBResponse, <-chan error)

CreateFpShotDBWithChan invokes the mts.CreateFpShotDB API asynchronously

func (*Client) CreateMcuTemplate ¶

func (client *Client) CreateMcuTemplate(request *CreateMcuTemplateRequest) (response *CreateMcuTemplateResponse, err error)

CreateMcuTemplate invokes the mts.CreateMcuTemplate API synchronously

func (*Client) CreateMcuTemplateWithCallback ¶

func (client *Client) CreateMcuTemplateWithCallback(request *CreateMcuTemplateRequest, callback func(response *CreateMcuTemplateResponse, err error)) <-chan int

CreateMcuTemplateWithCallback invokes the mts.CreateMcuTemplate API asynchronously

func (*Client) CreateMcuTemplateWithChan ¶

func (client *Client) CreateMcuTemplateWithChan(request *CreateMcuTemplateRequest) (<-chan *CreateMcuTemplateResponse, <-chan error)

CreateMcuTemplateWithChan invokes the mts.CreateMcuTemplate API asynchronously

func (*Client) CreateSession ¶

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

CreateSession invokes the mts.CreateSession API synchronously

func (*Client) CreateSessionWithCallback ¶

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

CreateSessionWithCallback invokes the mts.CreateSession API asynchronously

func (*Client) CreateSessionWithChan ¶

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

CreateSessionWithChan invokes the mts.CreateSession API asynchronously

func (*Client) DeactivateMediaWorkflow ¶

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

DeactivateMediaWorkflow invokes the mts.DeactivateMediaWorkflow API synchronously

func (*Client) DeactivateMediaWorkflowWithCallback ¶

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

DeactivateMediaWorkflowWithCallback invokes the mts.DeactivateMediaWorkflow API asynchronously

func (*Client) DeactivateMediaWorkflowWithChan ¶

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

DeactivateMediaWorkflowWithChan invokes the mts.DeactivateMediaWorkflow API asynchronously

func (*Client) DecryptKey ¶

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

DecryptKey invokes the mts.DecryptKey API synchronously

func (*Client) DecryptKeyWithCallback ¶

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

DecryptKeyWithCallback invokes the mts.DecryptKey API asynchronously

func (*Client) DecryptKeyWithChan ¶

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

DecryptKeyWithChan invokes the mts.DecryptKey API asynchronously

func (*Client) DeleteCategory ¶

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

DeleteCategory invokes the mts.DeleteCategory API synchronously

func (*Client) DeleteCategoryWithCallback ¶

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

DeleteCategoryWithCallback invokes the mts.DeleteCategory API asynchronously

func (*Client) DeleteCategoryWithChan ¶

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

DeleteCategoryWithChan invokes the mts.DeleteCategory API asynchronously

func (*Client) DeleteMCTemplate ¶

func (client *Client) DeleteMCTemplate(request *DeleteMCTemplateRequest) (response *DeleteMCTemplateResponse, err error)

DeleteMCTemplate invokes the mts.DeleteMCTemplate API synchronously

func (*Client) DeleteMCTemplateWithCallback ¶

func (client *Client) DeleteMCTemplateWithCallback(request *DeleteMCTemplateRequest, callback func(response *DeleteMCTemplateResponse, err error)) <-chan int

DeleteMCTemplateWithCallback invokes the mts.DeleteMCTemplate API asynchronously

func (*Client) DeleteMCTemplateWithChan ¶

func (client *Client) DeleteMCTemplateWithChan(request *DeleteMCTemplateRequest) (<-chan *DeleteMCTemplateResponse, <-chan error)

DeleteMCTemplateWithChan invokes the mts.DeleteMCTemplate API asynchronously

func (*Client) DeleteMcuJob ¶

func (client *Client) DeleteMcuJob(request *DeleteMcuJobRequest) (response *DeleteMcuJobResponse, err error)

DeleteMcuJob invokes the mts.DeleteMcuJob API synchronously

func (*Client) DeleteMcuJobWithCallback ¶

func (client *Client) DeleteMcuJobWithCallback(request *DeleteMcuJobRequest, callback func(response *DeleteMcuJobResponse, err error)) <-chan int

DeleteMcuJobWithCallback invokes the mts.DeleteMcuJob API asynchronously

func (*Client) DeleteMcuJobWithChan ¶

func (client *Client) DeleteMcuJobWithChan(request *DeleteMcuJobRequest) (<-chan *DeleteMcuJobResponse, <-chan error)

DeleteMcuJobWithChan invokes the mts.DeleteMcuJob API asynchronously

func (*Client) DeleteMcuTemplate ¶

func (client *Client) DeleteMcuTemplate(request *DeleteMcuTemplateRequest) (response *DeleteMcuTemplateResponse, err error)

DeleteMcuTemplate invokes the mts.DeleteMcuTemplate API synchronously

func (*Client) DeleteMcuTemplateWithCallback ¶

func (client *Client) DeleteMcuTemplateWithCallback(request *DeleteMcuTemplateRequest, callback func(response *DeleteMcuTemplateResponse, err error)) <-chan int

DeleteMcuTemplateWithCallback invokes the mts.DeleteMcuTemplate API asynchronously

func (*Client) DeleteMcuTemplateWithChan ¶

func (client *Client) DeleteMcuTemplateWithChan(request *DeleteMcuTemplateRequest) (<-chan *DeleteMcuTemplateResponse, <-chan error)

DeleteMcuTemplateWithChan invokes the mts.DeleteMcuTemplate API asynchronously

func (*Client) DeleteMedia ¶

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

DeleteMedia invokes the mts.DeleteMedia API synchronously

func (*Client) DeleteMediaTag ¶

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

DeleteMediaTag invokes the mts.DeleteMediaTag API synchronously

func (*Client) DeleteMediaTagWithCallback ¶

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

DeleteMediaTagWithCallback invokes the mts.DeleteMediaTag API asynchronously

func (*Client) DeleteMediaTagWithChan ¶

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

DeleteMediaTagWithChan invokes the mts.DeleteMediaTag API asynchronously

func (*Client) DeleteMediaWithCallback ¶

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

DeleteMediaWithCallback invokes the mts.DeleteMedia API asynchronously

func (*Client) DeleteMediaWithChan ¶

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

DeleteMediaWithChan invokes the mts.DeleteMedia API asynchronously

func (*Client) DeleteMediaWorkflow ¶

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

DeleteMediaWorkflow invokes the mts.DeleteMediaWorkflow API synchronously

func (*Client) DeleteMediaWorkflowWithCallback ¶

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

DeleteMediaWorkflowWithCallback invokes the mts.DeleteMediaWorkflow API asynchronously

func (*Client) DeleteMediaWorkflowWithChan ¶

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

DeleteMediaWorkflowWithChan invokes the mts.DeleteMediaWorkflow API asynchronously

func (*Client) DeletePipeline ¶

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

DeletePipeline invokes the mts.DeletePipeline API synchronously

func (*Client) DeletePipelineWithCallback ¶

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

DeletePipelineWithCallback invokes the mts.DeletePipeline API asynchronously

func (*Client) DeletePipelineWithChan ¶

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

DeletePipelineWithChan invokes the mts.DeletePipeline API asynchronously

func (*Client) DeleteSmarttagTemplate ¶ added in v1.61.588

func (client *Client) DeleteSmarttagTemplate(request *DeleteSmarttagTemplateRequest) (response *DeleteSmarttagTemplateResponse, err error)

DeleteSmarttagTemplate invokes the mts.DeleteSmarttagTemplate API synchronously

func (*Client) DeleteSmarttagTemplateWithCallback ¶ added in v1.61.588

func (client *Client) DeleteSmarttagTemplateWithCallback(request *DeleteSmarttagTemplateRequest, callback func(response *DeleteSmarttagTemplateResponse, err error)) <-chan int

DeleteSmarttagTemplateWithCallback invokes the mts.DeleteSmarttagTemplate API asynchronously

func (*Client) DeleteSmarttagTemplateWithChan ¶ added in v1.61.588

func (client *Client) DeleteSmarttagTemplateWithChan(request *DeleteSmarttagTemplateRequest) (<-chan *DeleteSmarttagTemplateResponse, <-chan error)

DeleteSmarttagTemplateWithChan invokes the mts.DeleteSmarttagTemplate API asynchronously

func (*Client) DeleteTemplate ¶

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

DeleteTemplate invokes the mts.DeleteTemplate API synchronously

func (*Client) DeleteTemplateWithCallback ¶

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

DeleteTemplateWithCallback invokes the mts.DeleteTemplate API asynchronously

func (*Client) DeleteTemplateWithChan ¶

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

DeleteTemplateWithChan invokes the mts.DeleteTemplate API asynchronously

func (*Client) DeleteWaterMarkTemplate ¶

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

DeleteWaterMarkTemplate invokes the mts.DeleteWaterMarkTemplate API synchronously

func (*Client) DeleteWaterMarkTemplateWithCallback ¶

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

DeleteWaterMarkTemplateWithCallback invokes the mts.DeleteWaterMarkTemplate API asynchronously

func (*Client) DeleteWaterMarkTemplateWithChan ¶

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

DeleteWaterMarkTemplateWithChan invokes the mts.DeleteWaterMarkTemplate API asynchronously

func (*Client) DescribeMtsUserResourcePackage ¶

func (client *Client) DescribeMtsUserResourcePackage(request *DescribeMtsUserResourcePackageRequest) (response *DescribeMtsUserResourcePackageResponse, err error)

DescribeMtsUserResourcePackage invokes the mts.DescribeMtsUserResourcePackage API synchronously

func (*Client) DescribeMtsUserResourcePackageWithCallback ¶

func (client *Client) DescribeMtsUserResourcePackageWithCallback(request *DescribeMtsUserResourcePackageRequest, callback func(response *DescribeMtsUserResourcePackageResponse, err error)) <-chan int

DescribeMtsUserResourcePackageWithCallback invokes the mts.DescribeMtsUserResourcePackage API asynchronously

func (*Client) DescribeMtsUserResourcePackageWithChan ¶

func (client *Client) DescribeMtsUserResourcePackageWithChan(request *DescribeMtsUserResourcePackageRequest) (<-chan *DescribeMtsUserResourcePackageResponse, <-chan error)

DescribeMtsUserResourcePackageWithChan invokes the mts.DescribeMtsUserResourcePackage API asynchronously

func (*Client) GetLicense ¶

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

GetLicense invokes the mts.GetLicense API synchronously

func (*Client) GetLicenseWithCallback ¶

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

GetLicenseWithCallback invokes the mts.GetLicense API asynchronously

func (*Client) GetLicenseWithChan ¶

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

GetLicenseWithChan invokes the mts.GetLicense API asynchronously

func (*Client) GetPackage ¶

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

GetPackage invokes the mts.GetPackage API synchronously

func (*Client) GetPackageWithCallback ¶

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

GetPackageWithCallback invokes the mts.GetPackage API asynchronously

func (*Client) GetPackageWithChan ¶

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

GetPackageWithChan invokes the mts.GetPackage API asynchronously

func (*Client) ListAllCategory ¶

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

ListAllCategory invokes the mts.ListAllCategory API synchronously

func (*Client) ListAllCategoryWithCallback ¶

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

ListAllCategoryWithCallback invokes the mts.ListAllCategory API asynchronously

func (*Client) ListAllCategoryWithChan ¶

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

ListAllCategoryWithChan invokes the mts.ListAllCategory API asynchronously

func (*Client) ListAllMediaBucket ¶

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

ListAllMediaBucket invokes the mts.ListAllMediaBucket API synchronously

func (*Client) ListAllMediaBucketWithCallback ¶

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

ListAllMediaBucketWithCallback invokes the mts.ListAllMediaBucket API asynchronously

func (*Client) ListAllMediaBucketWithChan ¶

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

ListAllMediaBucketWithChan invokes the mts.ListAllMediaBucket API asynchronously

func (*Client) ListAsrPipeline ¶

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

ListAsrPipeline invokes the mts.ListAsrPipeline API synchronously

func (*Client) ListAsrPipelineWithCallback ¶

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

ListAsrPipelineWithCallback invokes the mts.ListAsrPipeline API asynchronously

func (*Client) ListAsrPipelineWithChan ¶

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

ListAsrPipelineWithChan invokes the mts.ListAsrPipeline API asynchronously

func (*Client) ListCensorPipeline ¶

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

ListCensorPipeline invokes the mts.ListCensorPipeline API synchronously

func (*Client) ListCensorPipelineWithCallback ¶

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

ListCensorPipelineWithCallback invokes the mts.ListCensorPipeline API asynchronously

func (*Client) ListCensorPipelineWithChan ¶

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

ListCensorPipelineWithChan invokes the mts.ListCensorPipeline API asynchronously

func (*Client) ListCoverPipeline ¶

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

ListCoverPipeline invokes the mts.ListCoverPipeline API synchronously

func (*Client) ListCoverPipelineWithCallback ¶

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

ListCoverPipelineWithCallback invokes the mts.ListCoverPipeline API asynchronously

func (*Client) ListCoverPipelineWithChan ¶

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

ListCoverPipelineWithChan invokes the mts.ListCoverPipeline API asynchronously

func (*Client) ListCustomPersons ¶ added in v1.61.588

func (client *Client) ListCustomPersons(request *ListCustomPersonsRequest) (response *ListCustomPersonsResponse, err error)

ListCustomPersons invokes the mts.ListCustomPersons API synchronously

func (*Client) ListCustomPersonsWithCallback ¶ added in v1.61.588

func (client *Client) ListCustomPersonsWithCallback(request *ListCustomPersonsRequest, callback func(response *ListCustomPersonsResponse, err error)) <-chan int

ListCustomPersonsWithCallback invokes the mts.ListCustomPersons API asynchronously

func (*Client) ListCustomPersonsWithChan ¶ added in v1.61.588

func (client *Client) ListCustomPersonsWithChan(request *ListCustomPersonsRequest) (<-chan *ListCustomPersonsResponse, <-chan error)

ListCustomPersonsWithChan invokes the mts.ListCustomPersons API asynchronously

func (*Client) ListFpShotDB ¶ added in v1.61.122

func (client *Client) ListFpShotDB(request *ListFpShotDBRequest) (response *ListFpShotDBResponse, err error)

ListFpShotDB invokes the mts.ListFpShotDB API synchronously

func (*Client) ListFpShotDBWithCallback ¶ added in v1.61.122

func (client *Client) ListFpShotDBWithCallback(request *ListFpShotDBRequest, callback func(response *ListFpShotDBResponse, err error)) <-chan int

ListFpShotDBWithCallback invokes the mts.ListFpShotDB API asynchronously

func (*Client) ListFpShotDBWithChan ¶ added in v1.61.122

func (client *Client) ListFpShotDBWithChan(request *ListFpShotDBRequest) (<-chan *ListFpShotDBResponse, <-chan error)

ListFpShotDBWithChan invokes the mts.ListFpShotDB API asynchronously

func (*Client) ListFpShotNotary ¶ added in v1.61.122

func (client *Client) ListFpShotNotary(request *ListFpShotNotaryRequest) (response *ListFpShotNotaryResponse, err error)

ListFpShotNotary invokes the mts.ListFpShotNotary API synchronously

func (*Client) ListFpShotNotaryWithCallback ¶ added in v1.61.122

func (client *Client) ListFpShotNotaryWithCallback(request *ListFpShotNotaryRequest, callback func(response *ListFpShotNotaryResponse, err error)) <-chan int

ListFpShotNotaryWithCallback invokes the mts.ListFpShotNotary API asynchronously

func (*Client) ListFpShotNotaryWithChan ¶ added in v1.61.122

func (client *Client) ListFpShotNotaryWithChan(request *ListFpShotNotaryRequest) (<-chan *ListFpShotNotaryResponse, <-chan error)

ListFpShotNotaryWithChan invokes the mts.ListFpShotNotary API asynchronously

func (*Client) ListJob ¶

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

ListJob invokes the mts.ListJob API synchronously

func (*Client) ListJobWithCallback ¶

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

ListJobWithCallback invokes the mts.ListJob API asynchronously

func (*Client) ListJobWithChan ¶

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

ListJobWithChan invokes the mts.ListJob API asynchronously

func (*Client) ListMedia ¶

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

ListMedia invokes the mts.ListMedia API synchronously

func (*Client) ListMediaWithCallback ¶

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

ListMediaWithCallback invokes the mts.ListMedia API asynchronously

func (*Client) ListMediaWithChan ¶

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

ListMediaWithChan invokes the mts.ListMedia API asynchronously

func (*Client) ListMediaWorkflowExecutions ¶

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

ListMediaWorkflowExecutions invokes the mts.ListMediaWorkflowExecutions API synchronously

func (*Client) ListMediaWorkflowExecutionsWithCallback ¶

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

ListMediaWorkflowExecutionsWithCallback invokes the mts.ListMediaWorkflowExecutions API asynchronously

func (*Client) ListMediaWorkflowExecutionsWithChan ¶

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

ListMediaWorkflowExecutionsWithChan invokes the mts.ListMediaWorkflowExecutions API asynchronously

func (*Client) ListPornPipeline ¶

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

ListPornPipeline invokes the mts.ListPornPipeline API synchronously

func (*Client) ListPornPipelineWithCallback ¶

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

ListPornPipelineWithCallback invokes the mts.ListPornPipeline API asynchronously

func (*Client) ListPornPipelineWithChan ¶

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

ListPornPipelineWithChan invokes the mts.ListPornPipeline API asynchronously

func (*Client) ListTerrorismPipeline ¶

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

ListTerrorismPipeline invokes the mts.ListTerrorismPipeline API synchronously

func (*Client) ListTerrorismPipelineWithCallback ¶

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

ListTerrorismPipelineWithCallback invokes the mts.ListTerrorismPipeline API asynchronously

func (*Client) ListTerrorismPipelineWithChan ¶

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

ListTerrorismPipelineWithChan invokes the mts.ListTerrorismPipeline API asynchronously

func (*Client) LogicalDeleteResource ¶

func (client *Client) LogicalDeleteResource(request *LogicalDeleteResourceRequest) (response *LogicalDeleteResourceResponse, err error)

LogicalDeleteResource invokes the mts.LogicalDeleteResource API synchronously

func (*Client) LogicalDeleteResourceWithCallback ¶

func (client *Client) LogicalDeleteResourceWithCallback(request *LogicalDeleteResourceRequest, callback func(response *LogicalDeleteResourceResponse, err error)) <-chan int

LogicalDeleteResourceWithCallback invokes the mts.LogicalDeleteResource API asynchronously

func (*Client) LogicalDeleteResourceWithChan ¶

func (client *Client) LogicalDeleteResourceWithChan(request *LogicalDeleteResourceRequest) (<-chan *LogicalDeleteResourceResponse, <-chan error)

LogicalDeleteResourceWithChan invokes the mts.LogicalDeleteResource API asynchronously

func (*Client) PhysicalDeleteResource ¶

func (client *Client) PhysicalDeleteResource(request *PhysicalDeleteResourceRequest) (response *PhysicalDeleteResourceResponse, err error)

PhysicalDeleteResource invokes the mts.PhysicalDeleteResource API synchronously

func (*Client) PhysicalDeleteResourceWithCallback ¶

func (client *Client) PhysicalDeleteResourceWithCallback(request *PhysicalDeleteResourceRequest, callback func(response *PhysicalDeleteResourceResponse, err error)) <-chan int

PhysicalDeleteResourceWithCallback invokes the mts.PhysicalDeleteResource API asynchronously

func (*Client) PhysicalDeleteResourceWithChan ¶

func (client *Client) PhysicalDeleteResourceWithChan(request *PhysicalDeleteResourceRequest) (<-chan *PhysicalDeleteResourceResponse, <-chan error)

PhysicalDeleteResourceWithChan invokes the mts.PhysicalDeleteResource API asynchronously

func (*Client) PlayInfo ¶

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

PlayInfo invokes the mts.PlayInfo API synchronously

func (*Client) PlayInfoWithCallback ¶

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

PlayInfoWithCallback invokes the mts.PlayInfo API asynchronously

func (*Client) PlayInfoWithChan ¶

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

PlayInfoWithChan invokes the mts.PlayInfo API asynchronously

func (*Client) PlayerAuth ¶

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

PlayerAuth invokes the mts.PlayerAuth API synchronously

func (*Client) PlayerAuthWithCallback ¶

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

PlayerAuthWithCallback invokes the mts.PlayerAuth API asynchronously

func (*Client) PlayerAuthWithChan ¶

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

PlayerAuthWithChan invokes the mts.PlayerAuth API asynchronously

func (*Client) QueryAnalysisJobList ¶

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

QueryAnalysisJobList invokes the mts.QueryAnalysisJobList API synchronously

func (*Client) QueryAnalysisJobListWithCallback ¶

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

QueryAnalysisJobListWithCallback invokes the mts.QueryAnalysisJobList API asynchronously

func (*Client) QueryAnalysisJobListWithChan ¶

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

QueryAnalysisJobListWithChan invokes the mts.QueryAnalysisJobList API asynchronously

func (*Client) QueryAnnotationJobList ¶

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

QueryAnnotationJobList invokes the mts.QueryAnnotationJobList API synchronously

func (*Client) QueryAnnotationJobListWithCallback ¶

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

QueryAnnotationJobListWithCallback invokes the mts.QueryAnnotationJobList API asynchronously

func (*Client) QueryAnnotationJobListWithChan ¶

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

QueryAnnotationJobListWithChan invokes the mts.QueryAnnotationJobList API asynchronously

func (*Client) QueryAsrJobList ¶

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

QueryAsrJobList invokes the mts.QueryAsrJobList API synchronously

func (*Client) QueryAsrJobListWithCallback ¶

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

QueryAsrJobListWithCallback invokes the mts.QueryAsrJobList API asynchronously

func (*Client) QueryAsrJobListWithChan ¶

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

QueryAsrJobListWithChan invokes the mts.QueryAsrJobList API asynchronously

func (*Client) QueryAsrPipelineList ¶

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

QueryAsrPipelineList invokes the mts.QueryAsrPipelineList API synchronously

func (*Client) QueryAsrPipelineListWithCallback ¶

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

QueryAsrPipelineListWithCallback invokes the mts.QueryAsrPipelineList API asynchronously

func (*Client) QueryAsrPipelineListWithChan ¶

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

QueryAsrPipelineListWithChan invokes the mts.QueryAsrPipelineList API asynchronously

func (*Client) QueryAuthConfig ¶

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

QueryAuthConfig invokes the mts.QueryAuthConfig API synchronously

func (*Client) QueryAuthConfigWithCallback ¶

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

QueryAuthConfigWithCallback invokes the mts.QueryAuthConfig API asynchronously

func (*Client) QueryAuthConfigWithChan ¶

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

QueryAuthConfigWithChan invokes the mts.QueryAuthConfig API asynchronously

func (*Client) QueryCensorJobList ¶

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

QueryCensorJobList invokes the mts.QueryCensorJobList API synchronously

func (*Client) QueryCensorJobListWithCallback ¶

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

QueryCensorJobListWithCallback invokes the mts.QueryCensorJobList API asynchronously

func (*Client) QueryCensorJobListWithChan ¶

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

QueryCensorJobListWithChan invokes the mts.QueryCensorJobList API asynchronously

func (*Client) QueryCensorPipelineList ¶

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

QueryCensorPipelineList invokes the mts.QueryCensorPipelineList API synchronously

func (*Client) QueryCensorPipelineListWithCallback ¶

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

QueryCensorPipelineListWithCallback invokes the mts.QueryCensorPipelineList API asynchronously

func (*Client) QueryCensorPipelineListWithChan ¶

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

QueryCensorPipelineListWithChan invokes the mts.QueryCensorPipelineList API asynchronously

func (*Client) QueryComplexJobList ¶

func (client *Client) QueryComplexJobList(request *QueryComplexJobListRequest) (response *QueryComplexJobListResponse, err error)

QueryComplexJobList invokes the mts.QueryComplexJobList API synchronously

func (*Client) QueryComplexJobListWithCallback ¶

func (client *Client) QueryComplexJobListWithCallback(request *QueryComplexJobListRequest, callback func(response *QueryComplexJobListResponse, err error)) <-chan int

QueryComplexJobListWithCallback invokes the mts.QueryComplexJobList API asynchronously

func (*Client) QueryComplexJobListWithChan ¶

func (client *Client) QueryComplexJobListWithChan(request *QueryComplexJobListRequest) (<-chan *QueryComplexJobListResponse, <-chan error)

QueryComplexJobListWithChan invokes the mts.QueryComplexJobList API asynchronously

func (*Client) QueryCoverJobList ¶

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

QueryCoverJobList invokes the mts.QueryCoverJobList API synchronously

func (*Client) QueryCoverJobListWithCallback ¶

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

QueryCoverJobListWithCallback invokes the mts.QueryCoverJobList API asynchronously

func (*Client) QueryCoverJobListWithChan ¶

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

QueryCoverJobListWithChan invokes the mts.QueryCoverJobList API asynchronously

func (*Client) QueryCoverPipelineList ¶

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

QueryCoverPipelineList invokes the mts.QueryCoverPipelineList API synchronously

func (*Client) QueryCoverPipelineListWithCallback ¶

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

QueryCoverPipelineListWithCallback invokes the mts.QueryCoverPipelineList API asynchronously

func (*Client) QueryCoverPipelineListWithChan ¶

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

QueryCoverPipelineListWithChan invokes the mts.QueryCoverPipelineList API asynchronously

func (*Client) QueryEditingJobList ¶

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

QueryEditingJobList invokes the mts.QueryEditingJobList API synchronously

func (*Client) QueryEditingJobListWithCallback ¶

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

QueryEditingJobListWithCallback invokes the mts.QueryEditingJobList API asynchronously

func (*Client) QueryEditingJobListWithChan ¶

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

QueryEditingJobListWithChan invokes the mts.QueryEditingJobList API asynchronously

func (*Client) QueryFacerecogJobList ¶

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

QueryFacerecogJobList invokes the mts.QueryFacerecogJobList API synchronously

func (*Client) QueryFacerecogJobListWithCallback ¶

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

QueryFacerecogJobListWithCallback invokes the mts.QueryFacerecogJobList API asynchronously

func (*Client) QueryFacerecogJobListWithChan ¶

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

QueryFacerecogJobListWithChan invokes the mts.QueryFacerecogJobList API asynchronously

func (*Client) QueryFpCompareJobList ¶

func (client *Client) QueryFpCompareJobList(request *QueryFpCompareJobListRequest) (response *QueryFpCompareJobListResponse, err error)

QueryFpCompareJobList invokes the mts.QueryFpCompareJobList API synchronously

func (*Client) QueryFpCompareJobListWithCallback ¶

func (client *Client) QueryFpCompareJobListWithCallback(request *QueryFpCompareJobListRequest, callback func(response *QueryFpCompareJobListResponse, err error)) <-chan int

QueryFpCompareJobListWithCallback invokes the mts.QueryFpCompareJobList API asynchronously

func (*Client) QueryFpCompareJobListWithChan ¶

func (client *Client) QueryFpCompareJobListWithChan(request *QueryFpCompareJobListRequest) (<-chan *QueryFpCompareJobListResponse, <-chan error)

QueryFpCompareJobListWithChan invokes the mts.QueryFpCompareJobList API asynchronously

func (*Client) QueryFpImportResult ¶

func (client *Client) QueryFpImportResult(request *QueryFpImportResultRequest) (response *QueryFpImportResultResponse, err error)

QueryFpImportResult invokes the mts.QueryFpImportResult API synchronously

func (*Client) QueryFpImportResultWithCallback ¶

func (client *Client) QueryFpImportResultWithCallback(request *QueryFpImportResultRequest, callback func(response *QueryFpImportResultResponse, err error)) <-chan int

QueryFpImportResultWithCallback invokes the mts.QueryFpImportResult API asynchronously

func (*Client) QueryFpImportResultWithChan ¶

func (client *Client) QueryFpImportResultWithChan(request *QueryFpImportResultRequest) (<-chan *QueryFpImportResultResponse, <-chan error)

QueryFpImportResultWithChan invokes the mts.QueryFpImportResult API asynchronously

func (*Client) QueryFpShotJobList ¶

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

QueryFpShotJobList invokes the mts.QueryFpShotJobList API synchronously

func (*Client) QueryFpShotJobListWithCallback ¶

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

QueryFpShotJobListWithCallback invokes the mts.QueryFpShotJobList API asynchronously

func (*Client) QueryFpShotJobListWithChan ¶

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

QueryFpShotJobListWithChan invokes the mts.QueryFpShotJobList API asynchronously

func (*Client) QueryIProductionJob ¶ added in v1.61.588

func (client *Client) QueryIProductionJob(request *QueryIProductionJobRequest) (response *QueryIProductionJobResponse, err error)

QueryIProductionJob invokes the mts.QueryIProductionJob API synchronously

func (*Client) QueryIProductionJobList ¶ added in v1.61.122

func (client *Client) QueryIProductionJobList(request *QueryIProductionJobListRequest) (response *QueryIProductionJobListResponse, err error)

QueryIProductionJobList invokes the mts.QueryIProductionJobList API synchronously

func (*Client) QueryIProductionJobListWithCallback ¶ added in v1.61.122

func (client *Client) QueryIProductionJobListWithCallback(request *QueryIProductionJobListRequest, callback func(response *QueryIProductionJobListResponse, err error)) <-chan int

QueryIProductionJobListWithCallback invokes the mts.QueryIProductionJobList API asynchronously

func (*Client) QueryIProductionJobListWithChan ¶ added in v1.61.122

func (client *Client) QueryIProductionJobListWithChan(request *QueryIProductionJobListRequest) (<-chan *QueryIProductionJobListResponse, <-chan error)

QueryIProductionJobListWithChan invokes the mts.QueryIProductionJobList API asynchronously

func (*Client) QueryIProductionJobWithCallback ¶ added in v1.61.588

func (client *Client) QueryIProductionJobWithCallback(request *QueryIProductionJobRequest, callback func(response *QueryIProductionJobResponse, err error)) <-chan int

QueryIProductionJobWithCallback invokes the mts.QueryIProductionJob API asynchronously

func (*Client) QueryIProductionJobWithChan ¶ added in v1.61.588

func (client *Client) QueryIProductionJobWithChan(request *QueryIProductionJobRequest) (<-chan *QueryIProductionJobResponse, <-chan error)

QueryIProductionJobWithChan invokes the mts.QueryIProductionJob API asynchronously

func (*Client) QueryImageSearchJobList ¶

func (client *Client) QueryImageSearchJobList(request *QueryImageSearchJobListRequest) (response *QueryImageSearchJobListResponse, err error)

QueryImageSearchJobList invokes the mts.QueryImageSearchJobList API synchronously

func (*Client) QueryImageSearchJobListWithCallback ¶

func (client *Client) QueryImageSearchJobListWithCallback(request *QueryImageSearchJobListRequest, callback func(response *QueryImageSearchJobListResponse, err error)) <-chan int

QueryImageSearchJobListWithCallback invokes the mts.QueryImageSearchJobList API asynchronously

func (*Client) QueryImageSearchJobListWithChan ¶

func (client *Client) QueryImageSearchJobListWithChan(request *QueryImageSearchJobListRequest) (<-chan *QueryImageSearchJobListResponse, <-chan error)

QueryImageSearchJobListWithChan invokes the mts.QueryImageSearchJobList API asynchronously

func (*Client) QueryJobList ¶

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

QueryJobList invokes the mts.QueryJobList API synchronously

func (*Client) QueryJobListWithCallback ¶

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

QueryJobListWithCallback invokes the mts.QueryJobList API asynchronously

func (*Client) QueryJobListWithChan ¶

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

QueryJobListWithChan invokes the mts.QueryJobList API asynchronously

func (*Client) QueryMCJobList ¶

func (client *Client) QueryMCJobList(request *QueryMCJobListRequest) (response *QueryMCJobListResponse, err error)

QueryMCJobList invokes the mts.QueryMCJobList API synchronously

func (*Client) QueryMCJobListWithCallback ¶

func (client *Client) QueryMCJobListWithCallback(request *QueryMCJobListRequest, callback func(response *QueryMCJobListResponse, err error)) <-chan int

QueryMCJobListWithCallback invokes the mts.QueryMCJobList API asynchronously

func (*Client) QueryMCJobListWithChan ¶

func (client *Client) QueryMCJobListWithChan(request *QueryMCJobListRequest) (<-chan *QueryMCJobListResponse, <-chan error)

QueryMCJobListWithChan invokes the mts.QueryMCJobList API asynchronously

func (*Client) QueryMCTemplateList ¶

func (client *Client) QueryMCTemplateList(request *QueryMCTemplateListRequest) (response *QueryMCTemplateListResponse, err error)

QueryMCTemplateList invokes the mts.QueryMCTemplateList API synchronously

func (*Client) QueryMCTemplateListWithCallback ¶

func (client *Client) QueryMCTemplateListWithCallback(request *QueryMCTemplateListRequest, callback func(response *QueryMCTemplateListResponse, err error)) <-chan int

QueryMCTemplateListWithCallback invokes the mts.QueryMCTemplateList API asynchronously

func (*Client) QueryMCTemplateListWithChan ¶

func (client *Client) QueryMCTemplateListWithChan(request *QueryMCTemplateListRequest) (<-chan *QueryMCTemplateListResponse, <-chan error)

QueryMCTemplateListWithChan invokes the mts.QueryMCTemplateList API asynchronously

func (*Client) QueryMcuJob ¶

func (client *Client) QueryMcuJob(request *QueryMcuJobRequest) (response *QueryMcuJobResponse, err error)

QueryMcuJob invokes the mts.QueryMcuJob API synchronously

func (*Client) QueryMcuJobWithCallback ¶

func (client *Client) QueryMcuJobWithCallback(request *QueryMcuJobRequest, callback func(response *QueryMcuJobResponse, err error)) <-chan int

QueryMcuJobWithCallback invokes the mts.QueryMcuJob API asynchronously

func (*Client) QueryMcuJobWithChan ¶

func (client *Client) QueryMcuJobWithChan(request *QueryMcuJobRequest) (<-chan *QueryMcuJobResponse, <-chan error)

QueryMcuJobWithChan invokes the mts.QueryMcuJob API asynchronously

func (*Client) QueryMcuTemplate ¶

func (client *Client) QueryMcuTemplate(request *QueryMcuTemplateRequest) (response *QueryMcuTemplateResponse, err error)

QueryMcuTemplate invokes the mts.QueryMcuTemplate API synchronously

func (*Client) QueryMcuTemplateWithCallback ¶

func (client *Client) QueryMcuTemplateWithCallback(request *QueryMcuTemplateRequest, callback func(response *QueryMcuTemplateResponse, err error)) <-chan int

QueryMcuTemplateWithCallback invokes the mts.QueryMcuTemplate API asynchronously

func (*Client) QueryMcuTemplateWithChan ¶

func (client *Client) QueryMcuTemplateWithChan(request *QueryMcuTemplateRequest) (<-chan *QueryMcuTemplateResponse, <-chan error)

QueryMcuTemplateWithChan invokes the mts.QueryMcuTemplate API asynchronously

func (*Client) QueryMediaCensorJobDetail ¶

func (client *Client) QueryMediaCensorJobDetail(request *QueryMediaCensorJobDetailRequest) (response *QueryMediaCensorJobDetailResponse, err error)

QueryMediaCensorJobDetail invokes the mts.QueryMediaCensorJobDetail API synchronously

func (*Client) QueryMediaCensorJobDetailWithCallback ¶

func (client *Client) QueryMediaCensorJobDetailWithCallback(request *QueryMediaCensorJobDetailRequest, callback func(response *QueryMediaCensorJobDetailResponse, err error)) <-chan int

QueryMediaCensorJobDetailWithCallback invokes the mts.QueryMediaCensorJobDetail API asynchronously

func (*Client) QueryMediaCensorJobDetailWithChan ¶

func (client *Client) QueryMediaCensorJobDetailWithChan(request *QueryMediaCensorJobDetailRequest) (<-chan *QueryMediaCensorJobDetailResponse, <-chan error)

QueryMediaCensorJobDetailWithChan invokes the mts.QueryMediaCensorJobDetail API asynchronously

func (*Client) QueryMediaCensorJobList ¶

func (client *Client) QueryMediaCensorJobList(request *QueryMediaCensorJobListRequest) (response *QueryMediaCensorJobListResponse, err error)

QueryMediaCensorJobList invokes the mts.QueryMediaCensorJobList API synchronously

func (*Client) QueryMediaCensorJobListWithCallback ¶

func (client *Client) QueryMediaCensorJobListWithCallback(request *QueryMediaCensorJobListRequest, callback func(response *QueryMediaCensorJobListResponse, err error)) <-chan int

QueryMediaCensorJobListWithCallback invokes the mts.QueryMediaCensorJobList API asynchronously

func (*Client) QueryMediaCensorJobListWithChan ¶

func (client *Client) QueryMediaCensorJobListWithChan(request *QueryMediaCensorJobListRequest) (<-chan *QueryMediaCensorJobListResponse, <-chan error)

QueryMediaCensorJobListWithChan invokes the mts.QueryMediaCensorJobList API asynchronously

func (*Client) QueryMediaDetailJobList ¶

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

QueryMediaDetailJobList invokes the mts.QueryMediaDetailJobList API synchronously

func (*Client) QueryMediaDetailJobListWithCallback ¶

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

QueryMediaDetailJobListWithCallback invokes the mts.QueryMediaDetailJobList API asynchronously

func (*Client) QueryMediaDetailJobListWithChan ¶

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

QueryMediaDetailJobListWithChan invokes the mts.QueryMediaDetailJobList API asynchronously

func (*Client) QueryMediaFpDeleteJobList ¶

func (client *Client) QueryMediaFpDeleteJobList(request *QueryMediaFpDeleteJobListRequest) (response *QueryMediaFpDeleteJobListResponse, err error)

QueryMediaFpDeleteJobList invokes the mts.QueryMediaFpDeleteJobList API synchronously

func (*Client) QueryMediaFpDeleteJobListWithCallback ¶

func (client *Client) QueryMediaFpDeleteJobListWithCallback(request *QueryMediaFpDeleteJobListRequest, callback func(response *QueryMediaFpDeleteJobListResponse, err error)) <-chan int

QueryMediaFpDeleteJobListWithCallback invokes the mts.QueryMediaFpDeleteJobList API asynchronously

func (*Client) QueryMediaFpDeleteJobListWithChan ¶

func (client *Client) QueryMediaFpDeleteJobListWithChan(request *QueryMediaFpDeleteJobListRequest) (<-chan *QueryMediaFpDeleteJobListResponse, <-chan error)

QueryMediaFpDeleteJobListWithChan invokes the mts.QueryMediaFpDeleteJobList API asynchronously

func (*Client) QueryMediaInfoJobList ¶

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

QueryMediaInfoJobList invokes the mts.QueryMediaInfoJobList API synchronously

func (*Client) QueryMediaInfoJobListWithCallback ¶

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

QueryMediaInfoJobListWithCallback invokes the mts.QueryMediaInfoJobList API asynchronously

func (*Client) QueryMediaInfoJobListWithChan ¶

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

QueryMediaInfoJobListWithChan invokes the mts.QueryMediaInfoJobList API asynchronously

func (*Client) QueryMediaList ¶

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

QueryMediaList invokes the mts.QueryMediaList API synchronously

func (*Client) QueryMediaListByURL ¶

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

QueryMediaListByURL invokes the mts.QueryMediaListByURL API synchronously

func (*Client) QueryMediaListByURLWithCallback ¶

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

QueryMediaListByURLWithCallback invokes the mts.QueryMediaListByURL API asynchronously

func (*Client) QueryMediaListByURLWithChan ¶

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

QueryMediaListByURLWithChan invokes the mts.QueryMediaListByURL API asynchronously

func (*Client) QueryMediaListWithCallback ¶

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

QueryMediaListWithCallback invokes the mts.QueryMediaList API asynchronously

func (*Client) QueryMediaListWithChan ¶

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

QueryMediaListWithChan invokes the mts.QueryMediaList API asynchronously

func (*Client) QueryMediaWorkflowExecutionList ¶

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

QueryMediaWorkflowExecutionList invokes the mts.QueryMediaWorkflowExecutionList API synchronously

func (*Client) QueryMediaWorkflowExecutionListWithCallback ¶

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

QueryMediaWorkflowExecutionListWithCallback invokes the mts.QueryMediaWorkflowExecutionList API asynchronously

func (*Client) QueryMediaWorkflowExecutionListWithChan ¶

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

QueryMediaWorkflowExecutionListWithChan invokes the mts.QueryMediaWorkflowExecutionList API asynchronously

func (*Client) QueryMediaWorkflowList ¶

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

QueryMediaWorkflowList invokes the mts.QueryMediaWorkflowList API synchronously

func (*Client) QueryMediaWorkflowListWithCallback ¶

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

QueryMediaWorkflowListWithCallback invokes the mts.QueryMediaWorkflowList API asynchronously

func (*Client) QueryMediaWorkflowListWithChan ¶

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

QueryMediaWorkflowListWithChan invokes the mts.QueryMediaWorkflowList API asynchronously

func (*Client) QueryPipelineList ¶

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

QueryPipelineList invokes the mts.QueryPipelineList API synchronously

func (*Client) QueryPipelineListWithCallback ¶

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

QueryPipelineListWithCallback invokes the mts.QueryPipelineList API asynchronously

func (*Client) QueryPipelineListWithChan ¶

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

QueryPipelineListWithChan invokes the mts.QueryPipelineList API asynchronously

func (*Client) QueryPornJobList ¶

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

QueryPornJobList invokes the mts.QueryPornJobList API synchronously

func (*Client) QueryPornJobListWithCallback ¶

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

QueryPornJobListWithCallback invokes the mts.QueryPornJobList API asynchronously

func (*Client) QueryPornJobListWithChan ¶

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

QueryPornJobListWithChan invokes the mts.QueryPornJobList API asynchronously

func (*Client) QueryPornPipelineList ¶

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

QueryPornPipelineList invokes the mts.QueryPornPipelineList API synchronously

func (*Client) QueryPornPipelineListWithCallback ¶

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

QueryPornPipelineListWithCallback invokes the mts.QueryPornPipelineList API asynchronously

func (*Client) QueryPornPipelineListWithChan ¶

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

QueryPornPipelineListWithChan invokes the mts.QueryPornPipelineList API asynchronously

func (*Client) QuerySmarttagJob ¶ added in v1.61.122

func (client *Client) QuerySmarttagJob(request *QuerySmarttagJobRequest) (response *QuerySmarttagJobResponse, err error)

QuerySmarttagJob invokes the mts.QuerySmarttagJob API synchronously

func (*Client) QuerySmarttagJobWithCallback ¶ added in v1.61.122

func (client *Client) QuerySmarttagJobWithCallback(request *QuerySmarttagJobRequest, callback func(response *QuerySmarttagJobResponse, err error)) <-chan int

QuerySmarttagJobWithCallback invokes the mts.QuerySmarttagJob API asynchronously

func (*Client) QuerySmarttagJobWithChan ¶ added in v1.61.122

func (client *Client) QuerySmarttagJobWithChan(request *QuerySmarttagJobRequest) (<-chan *QuerySmarttagJobResponse, <-chan error)

QuerySmarttagJobWithChan invokes the mts.QuerySmarttagJob API asynchronously

func (*Client) QuerySmarttagTemplateList ¶ added in v1.61.588

func (client *Client) QuerySmarttagTemplateList(request *QuerySmarttagTemplateListRequest) (response *QuerySmarttagTemplateListResponse, err error)

QuerySmarttagTemplateList invokes the mts.QuerySmarttagTemplateList API synchronously

func (*Client) QuerySmarttagTemplateListWithCallback ¶ added in v1.61.588

func (client *Client) QuerySmarttagTemplateListWithCallback(request *QuerySmarttagTemplateListRequest, callback func(response *QuerySmarttagTemplateListResponse, err error)) <-chan int

QuerySmarttagTemplateListWithCallback invokes the mts.QuerySmarttagTemplateList API asynchronously

func (*Client) QuerySmarttagTemplateListWithChan ¶ added in v1.61.588

func (client *Client) QuerySmarttagTemplateListWithChan(request *QuerySmarttagTemplateListRequest) (<-chan *QuerySmarttagTemplateListResponse, <-chan error)

QuerySmarttagTemplateListWithChan invokes the mts.QuerySmarttagTemplateList API asynchronously

func (*Client) QuerySnapshotJobList ¶

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

QuerySnapshotJobList invokes the mts.QuerySnapshotJobList API synchronously

func (*Client) QuerySnapshotJobListWithCallback ¶

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

QuerySnapshotJobListWithCallback invokes the mts.QuerySnapshotJobList API asynchronously

func (*Client) QuerySnapshotJobListWithChan ¶

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

QuerySnapshotJobListWithChan invokes the mts.QuerySnapshotJobList API asynchronously

func (*Client) QuerySubtitleJobList ¶

func (client *Client) QuerySubtitleJobList(request *QuerySubtitleJobListRequest) (response *QuerySubtitleJobListResponse, err error)

QuerySubtitleJobList invokes the mts.QuerySubtitleJobList API synchronously

func (*Client) QuerySubtitleJobListWithCallback ¶

func (client *Client) QuerySubtitleJobListWithCallback(request *QuerySubtitleJobListRequest, callback func(response *QuerySubtitleJobListResponse, err error)) <-chan int

QuerySubtitleJobListWithCallback invokes the mts.QuerySubtitleJobList API asynchronously

func (*Client) QuerySubtitleJobListWithChan ¶

func (client *Client) QuerySubtitleJobListWithChan(request *QuerySubtitleJobListRequest) (<-chan *QuerySubtitleJobListResponse, <-chan error)

QuerySubtitleJobListWithChan invokes the mts.QuerySubtitleJobList API asynchronously

func (*Client) QueryTagJobList ¶

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

QueryTagJobList invokes the mts.QueryTagJobList API synchronously

func (*Client) QueryTagJobListWithCallback ¶

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

QueryTagJobListWithCallback invokes the mts.QueryTagJobList API asynchronously

func (*Client) QueryTagJobListWithChan ¶

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

QueryTagJobListWithChan invokes the mts.QueryTagJobList API asynchronously

func (*Client) QueryTemplateList ¶

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

QueryTemplateList invokes the mts.QueryTemplateList API synchronously

func (*Client) QueryTemplateListWithCallback ¶

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

QueryTemplateListWithCallback invokes the mts.QueryTemplateList API asynchronously

func (*Client) QueryTemplateListWithChan ¶

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

QueryTemplateListWithChan invokes the mts.QueryTemplateList API asynchronously

func (*Client) QueryTerrorismJobList ¶

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

QueryTerrorismJobList invokes the mts.QueryTerrorismJobList API synchronously

func (*Client) QueryTerrorismJobListWithCallback ¶

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

QueryTerrorismJobListWithCallback invokes the mts.QueryTerrorismJobList API asynchronously

func (*Client) QueryTerrorismJobListWithChan ¶

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

QueryTerrorismJobListWithChan invokes the mts.QueryTerrorismJobList API asynchronously

func (*Client) QueryTerrorismPipelineList ¶

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

QueryTerrorismPipelineList invokes the mts.QueryTerrorismPipelineList API synchronously

func (*Client) QueryTerrorismPipelineListWithCallback ¶

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

QueryTerrorismPipelineListWithCallback invokes the mts.QueryTerrorismPipelineList API asynchronously

func (*Client) QueryTerrorismPipelineListWithChan ¶

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

QueryTerrorismPipelineListWithChan invokes the mts.QueryTerrorismPipelineList API asynchronously

func (*Client) QueryVideoGifJobList ¶

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

QueryVideoGifJobList invokes the mts.QueryVideoGifJobList API synchronously

func (*Client) QueryVideoGifJobListWithCallback ¶

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

QueryVideoGifJobListWithCallback invokes the mts.QueryVideoGifJobList API asynchronously

func (*Client) QueryVideoGifJobListWithChan ¶

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

QueryVideoGifJobListWithChan invokes the mts.QueryVideoGifJobList API asynchronously

func (*Client) QueryVideoPoseJobList ¶

func (client *Client) QueryVideoPoseJobList(request *QueryVideoPoseJobListRequest) (response *QueryVideoPoseJobListResponse, err error)

QueryVideoPoseJobList invokes the mts.QueryVideoPoseJobList API synchronously

func (*Client) QueryVideoPoseJobListWithCallback ¶

func (client *Client) QueryVideoPoseJobListWithCallback(request *QueryVideoPoseJobListRequest, callback func(response *QueryVideoPoseJobListResponse, err error)) <-chan int

QueryVideoPoseJobListWithCallback invokes the mts.QueryVideoPoseJobList API asynchronously

func (*Client) QueryVideoPoseJobListWithChan ¶

func (client *Client) QueryVideoPoseJobListWithChan(request *QueryVideoPoseJobListRequest) (<-chan *QueryVideoPoseJobListResponse, <-chan error)

QueryVideoPoseJobListWithChan invokes the mts.QueryVideoPoseJobList API asynchronously

func (*Client) QueryVideoSplitJobList ¶

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

QueryVideoSplitJobList invokes the mts.QueryVideoSplitJobList API synchronously

func (*Client) QueryVideoSplitJobListWithCallback ¶

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

QueryVideoSplitJobListWithCallback invokes the mts.QueryVideoSplitJobList API asynchronously

func (*Client) QueryVideoSplitJobListWithChan ¶

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

QueryVideoSplitJobListWithChan invokes the mts.QueryVideoSplitJobList API asynchronously

func (*Client) QueryVideoSummaryJobList ¶

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

QueryVideoSummaryJobList invokes the mts.QueryVideoSummaryJobList API synchronously

func (*Client) QueryVideoSummaryJobListWithCallback ¶

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

QueryVideoSummaryJobListWithCallback invokes the mts.QueryVideoSummaryJobList API asynchronously

func (*Client) QueryVideoSummaryJobListWithChan ¶

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

QueryVideoSummaryJobListWithChan invokes the mts.QueryVideoSummaryJobList API asynchronously

func (*Client) QueryWaterMarkTemplateList ¶

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

QueryWaterMarkTemplateList invokes the mts.QueryWaterMarkTemplateList API synchronously

func (*Client) QueryWaterMarkTemplateListWithCallback ¶

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

QueryWaterMarkTemplateListWithCallback invokes the mts.QueryWaterMarkTemplateList API asynchronously

func (*Client) QueryWaterMarkTemplateListWithChan ¶

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

QueryWaterMarkTemplateListWithChan invokes the mts.QueryWaterMarkTemplateList API asynchronously

func (*Client) RefreshCdnDomainConfigsCache ¶

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

RefreshCdnDomainConfigsCache invokes the mts.RefreshCdnDomainConfigsCache API synchronously

func (*Client) RefreshCdnDomainConfigsCacheWithCallback ¶

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

RefreshCdnDomainConfigsCacheWithCallback invokes the mts.RefreshCdnDomainConfigsCache API asynchronously

func (*Client) RefreshCdnDomainConfigsCacheWithChan ¶

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

RefreshCdnDomainConfigsCacheWithChan invokes the mts.RefreshCdnDomainConfigsCache API asynchronously

func (*Client) RegisterCustomFace ¶ added in v1.61.588

func (client *Client) RegisterCustomFace(request *RegisterCustomFaceRequest) (response *RegisterCustomFaceResponse, err error)

RegisterCustomFace invokes the mts.RegisterCustomFace API synchronously

func (*Client) RegisterCustomFaceWithCallback ¶ added in v1.61.588

func (client *Client) RegisterCustomFaceWithCallback(request *RegisterCustomFaceRequest, callback func(response *RegisterCustomFaceResponse, err error)) <-chan int

RegisterCustomFaceWithCallback invokes the mts.RegisterCustomFace API asynchronously

func (*Client) RegisterCustomFaceWithChan ¶ added in v1.61.588

func (client *Client) RegisterCustomFaceWithChan(request *RegisterCustomFaceRequest) (<-chan *RegisterCustomFaceResponse, <-chan error)

RegisterCustomFaceWithChan invokes the mts.RegisterCustomFace API asynchronously

func (*Client) RegisterMediaDetailPerson ¶

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

RegisterMediaDetailPerson invokes the mts.RegisterMediaDetailPerson API synchronously

func (*Client) RegisterMediaDetailPersonWithCallback ¶

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

RegisterMediaDetailPersonWithCallback invokes the mts.RegisterMediaDetailPerson API asynchronously

func (*Client) RegisterMediaDetailPersonWithChan ¶

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

RegisterMediaDetailPersonWithChan invokes the mts.RegisterMediaDetailPerson API asynchronously

func (*Client) RegisterMediaDetailScenario ¶

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

RegisterMediaDetailScenario invokes the mts.RegisterMediaDetailScenario API synchronously

func (*Client) RegisterMediaDetailScenarioWithCallback ¶

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

RegisterMediaDetailScenarioWithCallback invokes the mts.RegisterMediaDetailScenario API asynchronously

func (*Client) RegisterMediaDetailScenarioWithChan ¶

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

RegisterMediaDetailScenarioWithChan invokes the mts.RegisterMediaDetailScenario API asynchronously

func (*Client) ReportAnnotationJobResult ¶

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

ReportAnnotationJobResult invokes the mts.ReportAnnotationJobResult API synchronously

func (*Client) ReportAnnotationJobResultWithCallback ¶

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

ReportAnnotationJobResultWithCallback invokes the mts.ReportAnnotationJobResult API asynchronously

func (*Client) ReportAnnotationJobResultWithChan ¶

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

ReportAnnotationJobResultWithChan invokes the mts.ReportAnnotationJobResult API asynchronously

func (*Client) ReportCensorJobResult ¶

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

ReportCensorJobResult invokes the mts.ReportCensorJobResult API synchronously

func (*Client) ReportCensorJobResultWithCallback ¶

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

ReportCensorJobResultWithCallback invokes the mts.ReportCensorJobResult API asynchronously

func (*Client) ReportCensorJobResultWithChan ¶

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

ReportCensorJobResultWithChan invokes the mts.ReportCensorJobResult API asynchronously

func (*Client) ReportCoverJobResult ¶

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

ReportCoverJobResult invokes the mts.ReportCoverJobResult API synchronously

func (*Client) ReportCoverJobResultWithCallback ¶

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

ReportCoverJobResultWithCallback invokes the mts.ReportCoverJobResult API asynchronously

func (*Client) ReportCoverJobResultWithChan ¶

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

ReportCoverJobResultWithChan invokes the mts.ReportCoverJobResult API asynchronously

func (*Client) ReportFacerecogJobResult ¶

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

ReportFacerecogJobResult invokes the mts.ReportFacerecogJobResult API synchronously

func (*Client) ReportFacerecogJobResultWithCallback ¶

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

ReportFacerecogJobResultWithCallback invokes the mts.ReportFacerecogJobResult API asynchronously

func (*Client) ReportFacerecogJobResultWithChan ¶

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

ReportFacerecogJobResultWithChan invokes the mts.ReportFacerecogJobResult API asynchronously

func (*Client) ReportFpShotJobResult ¶

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

ReportFpShotJobResult invokes the mts.ReportFpShotJobResult API synchronously

func (*Client) ReportFpShotJobResultWithCallback ¶

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

ReportFpShotJobResultWithCallback invokes the mts.ReportFpShotJobResult API asynchronously

func (*Client) ReportFpShotJobResultWithChan ¶

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

ReportFpShotJobResultWithChan invokes the mts.ReportFpShotJobResult API asynchronously

func (*Client) ReportMediaDetailJobResult ¶

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

ReportMediaDetailJobResult invokes the mts.ReportMediaDetailJobResult API synchronously

func (*Client) ReportMediaDetailJobResultWithCallback ¶

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

ReportMediaDetailJobResultWithCallback invokes the mts.ReportMediaDetailJobResult API asynchronously

func (*Client) ReportMediaDetailJobResultWithChan ¶

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

ReportMediaDetailJobResultWithChan invokes the mts.ReportMediaDetailJobResult API asynchronously

func (*Client) ReportPornJobResult ¶

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

ReportPornJobResult invokes the mts.ReportPornJobResult API synchronously

func (*Client) ReportPornJobResultWithCallback ¶

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

ReportPornJobResultWithCallback invokes the mts.ReportPornJobResult API asynchronously

func (*Client) ReportPornJobResultWithChan ¶

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

ReportPornJobResultWithChan invokes the mts.ReportPornJobResult API asynchronously

func (*Client) ReportTagJobResult ¶

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

ReportTagJobResult invokes the mts.ReportTagJobResult API synchronously

func (*Client) ReportTagJobResultWithCallback ¶

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

ReportTagJobResultWithCallback invokes the mts.ReportTagJobResult API asynchronously

func (*Client) ReportTagJobResultWithChan ¶

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

ReportTagJobResultWithChan invokes the mts.ReportTagJobResult API asynchronously

func (*Client) ReportTerrorismJobResult ¶

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

ReportTerrorismJobResult invokes the mts.ReportTerrorismJobResult API synchronously

func (*Client) ReportTerrorismJobResultWithCallback ¶

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

ReportTerrorismJobResultWithCallback invokes the mts.ReportTerrorismJobResult API asynchronously

func (*Client) ReportTerrorismJobResultWithChan ¶

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

ReportTerrorismJobResultWithChan invokes the mts.ReportTerrorismJobResult API asynchronously

func (*Client) ReportVideoSplitJobResult ¶

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

ReportVideoSplitJobResult invokes the mts.ReportVideoSplitJobResult API synchronously

func (*Client) ReportVideoSplitJobResultWithCallback ¶

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

ReportVideoSplitJobResultWithCallback invokes the mts.ReportVideoSplitJobResult API asynchronously

func (*Client) ReportVideoSplitJobResultWithChan ¶

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

ReportVideoSplitJobResultWithChan invokes the mts.ReportVideoSplitJobResult API asynchronously

func (*Client) SearchMedia ¶

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

SearchMedia invokes the mts.SearchMedia API synchronously

func (*Client) SearchMediaWithCallback ¶

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

SearchMediaWithCallback invokes the mts.SearchMedia API asynchronously

func (*Client) SearchMediaWithChan ¶

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

SearchMediaWithChan invokes the mts.SearchMedia API asynchronously

func (*Client) SearchMediaWorkflow ¶

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

SearchMediaWorkflow invokes the mts.SearchMediaWorkflow API synchronously

func (*Client) SearchMediaWorkflowWithCallback ¶

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

SearchMediaWorkflowWithCallback invokes the mts.SearchMediaWorkflow API asynchronously

func (*Client) SearchMediaWorkflowWithChan ¶

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

SearchMediaWorkflowWithChan invokes the mts.SearchMediaWorkflow API asynchronously

func (*Client) SearchPipeline ¶

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

SearchPipeline invokes the mts.SearchPipeline API synchronously

func (*Client) SearchPipelineWithCallback ¶

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

SearchPipelineWithCallback invokes the mts.SearchPipeline API asynchronously

func (*Client) SearchPipelineWithChan ¶

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

SearchPipelineWithChan invokes the mts.SearchPipeline API asynchronously

func (*Client) SearchTemplate ¶

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

SearchTemplate invokes the mts.SearchTemplate API synchronously

func (*Client) SearchTemplateWithCallback ¶

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

SearchTemplateWithCallback invokes the mts.SearchTemplate API asynchronously

func (*Client) SearchTemplateWithChan ¶

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

SearchTemplateWithChan invokes the mts.SearchTemplate API asynchronously

func (*Client) SearchWaterMarkTemplate ¶

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

SearchWaterMarkTemplate invokes the mts.SearchWaterMarkTemplate API synchronously

func (*Client) SearchWaterMarkTemplateWithCallback ¶

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

SearchWaterMarkTemplateWithCallback invokes the mts.SearchWaterMarkTemplate API asynchronously

func (*Client) SearchWaterMarkTemplateWithChan ¶

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

SearchWaterMarkTemplateWithChan invokes the mts.SearchWaterMarkTemplate API asynchronously

func (*Client) SetAuthConfig ¶

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

SetAuthConfig invokes the mts.SetAuthConfig API synchronously

func (*Client) SetAuthConfigWithCallback ¶

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

SetAuthConfigWithCallback invokes the mts.SetAuthConfig API asynchronously

func (*Client) SetAuthConfigWithChan ¶

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

SetAuthConfigWithChan invokes the mts.SetAuthConfig API asynchronously

func (*Client) StopIProductionJob ¶ added in v1.61.588

func (client *Client) StopIProductionJob(request *StopIProductionJobRequest) (response *StopIProductionJobResponse, err error)

StopIProductionJob invokes the mts.StopIProductionJob API synchronously

func (*Client) StopIProductionJobWithCallback ¶ added in v1.61.588

func (client *Client) StopIProductionJobWithCallback(request *StopIProductionJobRequest, callback func(response *StopIProductionJobResponse, err error)) <-chan int

StopIProductionJobWithCallback invokes the mts.StopIProductionJob API asynchronously

func (*Client) StopIProductionJobWithChan ¶ added in v1.61.588

func (client *Client) StopIProductionJobWithChan(request *StopIProductionJobRequest) (<-chan *StopIProductionJobResponse, <-chan error)

StopIProductionJobWithChan invokes the mts.StopIProductionJob API asynchronously

func (*Client) SubmitAnalysisJob ¶

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

SubmitAnalysisJob invokes the mts.SubmitAnalysisJob API synchronously

func (*Client) SubmitAnalysisJobWithCallback ¶

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

SubmitAnalysisJobWithCallback invokes the mts.SubmitAnalysisJob API asynchronously

func (*Client) SubmitAnalysisJobWithChan ¶

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

SubmitAnalysisJobWithChan invokes the mts.SubmitAnalysisJob API asynchronously

func (*Client) SubmitAnnotationJob ¶

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

SubmitAnnotationJob invokes the mts.SubmitAnnotationJob API synchronously

func (*Client) SubmitAnnotationJobWithCallback ¶

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

SubmitAnnotationJobWithCallback invokes the mts.SubmitAnnotationJob API asynchronously

func (*Client) SubmitAnnotationJobWithChan ¶

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

SubmitAnnotationJobWithChan invokes the mts.SubmitAnnotationJob API asynchronously

func (*Client) SubmitAsrJob ¶

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

SubmitAsrJob invokes the mts.SubmitAsrJob API synchronously

func (*Client) SubmitAsrJobWithCallback ¶

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

SubmitAsrJobWithCallback invokes the mts.SubmitAsrJob API asynchronously

func (*Client) SubmitAsrJobWithChan ¶

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

SubmitAsrJobWithChan invokes the mts.SubmitAsrJob API asynchronously

func (*Client) SubmitBeautifyJobs ¶

func (client *Client) SubmitBeautifyJobs(request *SubmitBeautifyJobsRequest) (response *SubmitBeautifyJobsResponse, err error)

SubmitBeautifyJobs invokes the mts.SubmitBeautifyJobs API synchronously

func (*Client) SubmitBeautifyJobsWithCallback ¶

func (client *Client) SubmitBeautifyJobsWithCallback(request *SubmitBeautifyJobsRequest, callback func(response *SubmitBeautifyJobsResponse, err error)) <-chan int

SubmitBeautifyJobsWithCallback invokes the mts.SubmitBeautifyJobs API asynchronously

func (*Client) SubmitBeautifyJobsWithChan ¶

func (client *Client) SubmitBeautifyJobsWithChan(request *SubmitBeautifyJobsRequest) (<-chan *SubmitBeautifyJobsResponse, <-chan error)

SubmitBeautifyJobsWithChan invokes the mts.SubmitBeautifyJobs API asynchronously

func (*Client) SubmitComplexJob ¶

func (client *Client) SubmitComplexJob(request *SubmitComplexJobRequest) (response *SubmitComplexJobResponse, err error)

SubmitComplexJob invokes the mts.SubmitComplexJob API synchronously

func (*Client) SubmitComplexJobWithCallback ¶

func (client *Client) SubmitComplexJobWithCallback(request *SubmitComplexJobRequest, callback func(response *SubmitComplexJobResponse, err error)) <-chan int

SubmitComplexJobWithCallback invokes the mts.SubmitComplexJob API asynchronously

func (*Client) SubmitComplexJobWithChan ¶

func (client *Client) SubmitComplexJobWithChan(request *SubmitComplexJobRequest) (<-chan *SubmitComplexJobResponse, <-chan error)

SubmitComplexJobWithChan invokes the mts.SubmitComplexJob API asynchronously

func (*Client) SubmitCoverJob ¶

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

SubmitCoverJob invokes the mts.SubmitCoverJob API synchronously

func (*Client) SubmitCoverJobWithCallback ¶

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

SubmitCoverJobWithCallback invokes the mts.SubmitCoverJob API asynchronously

func (*Client) SubmitCoverJobWithChan ¶

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

SubmitCoverJobWithChan invokes the mts.SubmitCoverJob API asynchronously

func (*Client) SubmitEditingJobs ¶

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

SubmitEditingJobs invokes the mts.SubmitEditingJobs API synchronously

func (*Client) SubmitEditingJobsWithCallback ¶

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

SubmitEditingJobsWithCallback invokes the mts.SubmitEditingJobs API asynchronously

func (*Client) SubmitEditingJobsWithChan ¶

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

SubmitEditingJobsWithChan invokes the mts.SubmitEditingJobs API asynchronously

func (*Client) SubmitFacerecogJob ¶

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

SubmitFacerecogJob invokes the mts.SubmitFacerecogJob API synchronously

func (*Client) SubmitFacerecogJobWithCallback ¶

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

SubmitFacerecogJobWithCallback invokes the mts.SubmitFacerecogJob API asynchronously

func (*Client) SubmitFacerecogJobWithChan ¶

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

SubmitFacerecogJobWithChan invokes the mts.SubmitFacerecogJob API asynchronously

func (*Client) SubmitFpCompareJob ¶

func (client *Client) SubmitFpCompareJob(request *SubmitFpCompareJobRequest) (response *SubmitFpCompareJobResponse, err error)

SubmitFpCompareJob invokes the mts.SubmitFpCompareJob API synchronously

func (*Client) SubmitFpCompareJobWithCallback ¶

func (client *Client) SubmitFpCompareJobWithCallback(request *SubmitFpCompareJobRequest, callback func(response *SubmitFpCompareJobResponse, err error)) <-chan int

SubmitFpCompareJobWithCallback invokes the mts.SubmitFpCompareJob API asynchronously

func (*Client) SubmitFpCompareJobWithChan ¶

func (client *Client) SubmitFpCompareJobWithChan(request *SubmitFpCompareJobRequest) (<-chan *SubmitFpCompareJobResponse, <-chan error)

SubmitFpCompareJobWithChan invokes the mts.SubmitFpCompareJob API asynchronously

func (*Client) SubmitFpShotJob ¶

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

SubmitFpShotJob invokes the mts.SubmitFpShotJob API synchronously

func (*Client) SubmitFpShotJobWithCallback ¶

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

SubmitFpShotJobWithCallback invokes the mts.SubmitFpShotJob API asynchronously

func (*Client) SubmitFpShotJobWithChan ¶

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

SubmitFpShotJobWithChan invokes the mts.SubmitFpShotJob API asynchronously

func (*Client) SubmitIProductionJob ¶ added in v1.61.122

func (client *Client) SubmitIProductionJob(request *SubmitIProductionJobRequest) (response *SubmitIProductionJobResponse, err error)

SubmitIProductionJob invokes the mts.SubmitIProductionJob API synchronously

func (*Client) SubmitIProductionJobWithCallback ¶ added in v1.61.122

func (client *Client) SubmitIProductionJobWithCallback(request *SubmitIProductionJobRequest, callback func(response *SubmitIProductionJobResponse, err error)) <-chan int

SubmitIProductionJobWithCallback invokes the mts.SubmitIProductionJob API asynchronously

func (*Client) SubmitIProductionJobWithChan ¶ added in v1.61.122

func (client *Client) SubmitIProductionJobWithChan(request *SubmitIProductionJobRequest) (<-chan *SubmitIProductionJobResponse, <-chan error)

SubmitIProductionJobWithChan invokes the mts.SubmitIProductionJob API asynchronously

func (*Client) SubmitImageQualityJob ¶

func (client *Client) SubmitImageQualityJob(request *SubmitImageQualityJobRequest) (response *SubmitImageQualityJobResponse, err error)

SubmitImageQualityJob invokes the mts.SubmitImageQualityJob API synchronously

func (*Client) SubmitImageQualityJobWithCallback ¶

func (client *Client) SubmitImageQualityJobWithCallback(request *SubmitImageQualityJobRequest, callback func(response *SubmitImageQualityJobResponse, err error)) <-chan int

SubmitImageQualityJobWithCallback invokes the mts.SubmitImageQualityJob API asynchronously

func (*Client) SubmitImageQualityJobWithChan ¶

func (client *Client) SubmitImageQualityJobWithChan(request *SubmitImageQualityJobRequest) (<-chan *SubmitImageQualityJobResponse, <-chan error)

SubmitImageQualityJobWithChan invokes the mts.SubmitImageQualityJob API asynchronously

func (*Client) SubmitImageSearchJob ¶

func (client *Client) SubmitImageSearchJob(request *SubmitImageSearchJobRequest) (response *SubmitImageSearchJobResponse, err error)

SubmitImageSearchJob invokes the mts.SubmitImageSearchJob API synchronously

func (*Client) SubmitImageSearchJobWithCallback ¶

func (client *Client) SubmitImageSearchJobWithCallback(request *SubmitImageSearchJobRequest, callback func(response *SubmitImageSearchJobResponse, err error)) <-chan int

SubmitImageSearchJobWithCallback invokes the mts.SubmitImageSearchJob API asynchronously

func (*Client) SubmitImageSearchJobWithChan ¶

func (client *Client) SubmitImageSearchJobWithChan(request *SubmitImageSearchJobRequest) (<-chan *SubmitImageSearchJobResponse, <-chan error)

SubmitImageSearchJobWithChan invokes the mts.SubmitImageSearchJob API asynchronously

func (*Client) SubmitJobs ¶

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

SubmitJobs invokes the mts.SubmitJobs API synchronously

func (*Client) SubmitJobsWithCallback ¶

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

SubmitJobsWithCallback invokes the mts.SubmitJobs API asynchronously

func (*Client) SubmitJobsWithChan ¶

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

SubmitJobsWithChan invokes the mts.SubmitJobs API asynchronously

func (*Client) SubmitMCJob ¶

func (client *Client) SubmitMCJob(request *SubmitMCJobRequest) (response *SubmitMCJobResponse, err error)

SubmitMCJob invokes the mts.SubmitMCJob API synchronously

func (*Client) SubmitMCJobWithCallback ¶

func (client *Client) SubmitMCJobWithCallback(request *SubmitMCJobRequest, callback func(response *SubmitMCJobResponse, err error)) <-chan int

SubmitMCJobWithCallback invokes the mts.SubmitMCJob API asynchronously

func (*Client) SubmitMCJobWithChan ¶

func (client *Client) SubmitMCJobWithChan(request *SubmitMCJobRequest) (<-chan *SubmitMCJobResponse, <-chan error)

SubmitMCJobWithChan invokes the mts.SubmitMCJob API asynchronously

func (*Client) SubmitMcuJob ¶

func (client *Client) SubmitMcuJob(request *SubmitMcuJobRequest) (response *SubmitMcuJobResponse, err error)

SubmitMcuJob invokes the mts.SubmitMcuJob API synchronously

func (*Client) SubmitMcuJobWithCallback ¶

func (client *Client) SubmitMcuJobWithCallback(request *SubmitMcuJobRequest, callback func(response *SubmitMcuJobResponse, err error)) <-chan int

SubmitMcuJobWithCallback invokes the mts.SubmitMcuJob API asynchronously

func (*Client) SubmitMcuJobWithChan ¶

func (client *Client) SubmitMcuJobWithChan(request *SubmitMcuJobRequest) (<-chan *SubmitMcuJobResponse, <-chan error)

SubmitMcuJobWithChan invokes the mts.SubmitMcuJob API asynchronously

func (*Client) SubmitMediaCensorJob ¶

func (client *Client) SubmitMediaCensorJob(request *SubmitMediaCensorJobRequest) (response *SubmitMediaCensorJobResponse, err error)

SubmitMediaCensorJob invokes the mts.SubmitMediaCensorJob API synchronously

func (*Client) SubmitMediaCensorJobWithCallback ¶

func (client *Client) SubmitMediaCensorJobWithCallback(request *SubmitMediaCensorJobRequest, callback func(response *SubmitMediaCensorJobResponse, err error)) <-chan int

SubmitMediaCensorJobWithCallback invokes the mts.SubmitMediaCensorJob API asynchronously

func (*Client) SubmitMediaCensorJobWithChan ¶

func (client *Client) SubmitMediaCensorJobWithChan(request *SubmitMediaCensorJobRequest) (<-chan *SubmitMediaCensorJobResponse, <-chan error)

SubmitMediaCensorJobWithChan invokes the mts.SubmitMediaCensorJob API asynchronously

func (*Client) SubmitMediaDetailJob ¶

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

SubmitMediaDetailJob invokes the mts.SubmitMediaDetailJob API synchronously

func (*Client) SubmitMediaDetailJobWithCallback ¶

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

SubmitMediaDetailJobWithCallback invokes the mts.SubmitMediaDetailJob API asynchronously

func (*Client) SubmitMediaDetailJobWithChan ¶

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

SubmitMediaDetailJobWithChan invokes the mts.SubmitMediaDetailJob API asynchronously

func (*Client) SubmitMediaFpDeleteJob ¶

func (client *Client) SubmitMediaFpDeleteJob(request *SubmitMediaFpDeleteJobRequest) (response *SubmitMediaFpDeleteJobResponse, err error)

SubmitMediaFpDeleteJob invokes the mts.SubmitMediaFpDeleteJob API synchronously

func (*Client) SubmitMediaFpDeleteJobWithCallback ¶

func (client *Client) SubmitMediaFpDeleteJobWithCallback(request *SubmitMediaFpDeleteJobRequest, callback func(response *SubmitMediaFpDeleteJobResponse, err error)) <-chan int

SubmitMediaFpDeleteJobWithCallback invokes the mts.SubmitMediaFpDeleteJob API asynchronously

func (*Client) SubmitMediaFpDeleteJobWithChan ¶

func (client *Client) SubmitMediaFpDeleteJobWithChan(request *SubmitMediaFpDeleteJobRequest) (<-chan *SubmitMediaFpDeleteJobResponse, <-chan error)

SubmitMediaFpDeleteJobWithChan invokes the mts.SubmitMediaFpDeleteJob API asynchronously

func (*Client) SubmitMediaInfoJob ¶

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

SubmitMediaInfoJob invokes the mts.SubmitMediaInfoJob API synchronously

func (*Client) SubmitMediaInfoJobWithCallback ¶

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

SubmitMediaInfoJobWithCallback invokes the mts.SubmitMediaInfoJob API asynchronously

func (*Client) SubmitMediaInfoJobWithChan ¶

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

SubmitMediaInfoJobWithChan invokes the mts.SubmitMediaInfoJob API asynchronously

func (*Client) SubmitPornJob ¶

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

SubmitPornJob invokes the mts.SubmitPornJob API synchronously

func (*Client) SubmitPornJobWithCallback ¶

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

SubmitPornJobWithCallback invokes the mts.SubmitPornJob API asynchronously

func (*Client) SubmitPornJobWithChan ¶

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

SubmitPornJobWithChan invokes the mts.SubmitPornJob API asynchronously

func (*Client) SubmitSmarttagJob ¶ added in v1.61.122

func (client *Client) SubmitSmarttagJob(request *SubmitSmarttagJobRequest) (response *SubmitSmarttagJobResponse, err error)

SubmitSmarttagJob invokes the mts.SubmitSmarttagJob API synchronously

func (*Client) SubmitSmarttagJobWithCallback ¶ added in v1.61.122

func (client *Client) SubmitSmarttagJobWithCallback(request *SubmitSmarttagJobRequest, callback func(response *SubmitSmarttagJobResponse, err error)) <-chan int

SubmitSmarttagJobWithCallback invokes the mts.SubmitSmarttagJob API asynchronously

func (*Client) SubmitSmarttagJobWithChan ¶ added in v1.61.122

func (client *Client) SubmitSmarttagJobWithChan(request *SubmitSmarttagJobRequest) (<-chan *SubmitSmarttagJobResponse, <-chan error)

SubmitSmarttagJobWithChan invokes the mts.SubmitSmarttagJob API asynchronously

func (*Client) SubmitSnapshotJob ¶

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

SubmitSnapshotJob invokes the mts.SubmitSnapshotJob API synchronously

func (*Client) SubmitSnapshotJobWithCallback ¶

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

SubmitSnapshotJobWithCallback invokes the mts.SubmitSnapshotJob API asynchronously

func (*Client) SubmitSnapshotJobWithChan ¶

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

SubmitSnapshotJobWithChan invokes the mts.SubmitSnapshotJob API asynchronously

func (*Client) SubmitSubtitleJob ¶

func (client *Client) SubmitSubtitleJob(request *SubmitSubtitleJobRequest) (response *SubmitSubtitleJobResponse, err error)

SubmitSubtitleJob invokes the mts.SubmitSubtitleJob API synchronously

func (*Client) SubmitSubtitleJobWithCallback ¶

func (client *Client) SubmitSubtitleJobWithCallback(request *SubmitSubtitleJobRequest, callback func(response *SubmitSubtitleJobResponse, err error)) <-chan int

SubmitSubtitleJobWithCallback invokes the mts.SubmitSubtitleJob API asynchronously

func (*Client) SubmitSubtitleJobWithChan ¶

func (client *Client) SubmitSubtitleJobWithChan(request *SubmitSubtitleJobRequest) (<-chan *SubmitSubtitleJobResponse, <-chan error)

SubmitSubtitleJobWithChan invokes the mts.SubmitSubtitleJob API asynchronously

func (*Client) SubmitTagJob ¶

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

SubmitTagJob invokes the mts.SubmitTagJob API synchronously

func (*Client) SubmitTagJobWithCallback ¶

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

SubmitTagJobWithCallback invokes the mts.SubmitTagJob API asynchronously

func (*Client) SubmitTagJobWithChan ¶

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

SubmitTagJobWithChan invokes the mts.SubmitTagJob API asynchronously

func (*Client) SubmitTerrorismJob ¶

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

SubmitTerrorismJob invokes the mts.SubmitTerrorismJob API synchronously

func (*Client) SubmitTerrorismJobWithCallback ¶

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

SubmitTerrorismJobWithCallback invokes the mts.SubmitTerrorismJob API asynchronously

func (*Client) SubmitTerrorismJobWithChan ¶

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

SubmitTerrorismJobWithChan invokes the mts.SubmitTerrorismJob API asynchronously

func (*Client) SubmitVideoGifJob ¶

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

SubmitVideoGifJob invokes the mts.SubmitVideoGifJob API synchronously

func (*Client) SubmitVideoGifJobWithCallback ¶

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

SubmitVideoGifJobWithCallback invokes the mts.SubmitVideoGifJob API asynchronously

func (*Client) SubmitVideoGifJobWithChan ¶

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

SubmitVideoGifJobWithChan invokes the mts.SubmitVideoGifJob API asynchronously

func (*Client) SubmitVideoPoseJob ¶

func (client *Client) SubmitVideoPoseJob(request *SubmitVideoPoseJobRequest) (response *SubmitVideoPoseJobResponse, err error)

SubmitVideoPoseJob invokes the mts.SubmitVideoPoseJob API synchronously

func (*Client) SubmitVideoPoseJobWithCallback ¶

func (client *Client) SubmitVideoPoseJobWithCallback(request *SubmitVideoPoseJobRequest, callback func(response *SubmitVideoPoseJobResponse, err error)) <-chan int

SubmitVideoPoseJobWithCallback invokes the mts.SubmitVideoPoseJob API asynchronously

func (*Client) SubmitVideoPoseJobWithChan ¶

func (client *Client) SubmitVideoPoseJobWithChan(request *SubmitVideoPoseJobRequest) (<-chan *SubmitVideoPoseJobResponse, <-chan error)

SubmitVideoPoseJobWithChan invokes the mts.SubmitVideoPoseJob API asynchronously

func (*Client) SubmitVideoSplitJob ¶

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

SubmitVideoSplitJob invokes the mts.SubmitVideoSplitJob API synchronously

func (*Client) SubmitVideoSplitJobWithCallback ¶

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

SubmitVideoSplitJobWithCallback invokes the mts.SubmitVideoSplitJob API asynchronously

func (*Client) SubmitVideoSplitJobWithChan ¶

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

SubmitVideoSplitJobWithChan invokes the mts.SubmitVideoSplitJob API asynchronously

func (*Client) SubmitVideoSummaryJob ¶

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

SubmitVideoSummaryJob invokes the mts.SubmitVideoSummaryJob API synchronously

func (*Client) SubmitVideoSummaryJobWithCallback ¶

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

SubmitVideoSummaryJobWithCallback invokes the mts.SubmitVideoSummaryJob API asynchronously

func (*Client) SubmitVideoSummaryJobWithChan ¶

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

SubmitVideoSummaryJobWithChan invokes the mts.SubmitVideoSummaryJob API asynchronously

func (*Client) TagCustomPerson ¶ added in v1.61.588

func (client *Client) TagCustomPerson(request *TagCustomPersonRequest) (response *TagCustomPersonResponse, err error)

TagCustomPerson invokes the mts.TagCustomPerson API synchronously

func (*Client) TagCustomPersonWithCallback ¶ added in v1.61.588

func (client *Client) TagCustomPersonWithCallback(request *TagCustomPersonRequest, callback func(response *TagCustomPersonResponse, err error)) <-chan int

TagCustomPersonWithCallback invokes the mts.TagCustomPerson API asynchronously

func (*Client) TagCustomPersonWithChan ¶ added in v1.61.588

func (client *Client) TagCustomPersonWithChan(request *TagCustomPersonRequest) (<-chan *TagCustomPersonResponse, <-chan error)

TagCustomPersonWithChan invokes the mts.TagCustomPerson API asynchronously

func (*Client) UnbindInputBucket ¶

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

UnbindInputBucket invokes the mts.UnbindInputBucket API synchronously

func (*Client) UnbindInputBucketWithCallback ¶

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

UnbindInputBucketWithCallback invokes the mts.UnbindInputBucket API asynchronously

func (*Client) UnbindInputBucketWithChan ¶

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

UnbindInputBucketWithChan invokes the mts.UnbindInputBucket API asynchronously

func (*Client) UnbindOutputBucket ¶

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

UnbindOutputBucket invokes the mts.UnbindOutputBucket API synchronously

func (*Client) UnbindOutputBucketWithCallback ¶

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

UnbindOutputBucketWithCallback invokes the mts.UnbindOutputBucket API asynchronously

func (*Client) UnbindOutputBucketWithChan ¶

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

UnbindOutputBucketWithChan invokes the mts.UnbindOutputBucket API asynchronously

func (*Client) UnregisterCustomFace ¶ added in v1.61.588

func (client *Client) UnregisterCustomFace(request *UnregisterCustomFaceRequest) (response *UnregisterCustomFaceResponse, err error)

UnregisterCustomFace invokes the mts.UnregisterCustomFace API synchronously

func (*Client) UnregisterCustomFaceWithCallback ¶ added in v1.61.588

func (client *Client) UnregisterCustomFaceWithCallback(request *UnregisterCustomFaceRequest, callback func(response *UnregisterCustomFaceResponse, err error)) <-chan int

UnregisterCustomFaceWithCallback invokes the mts.UnregisterCustomFace API asynchronously

func (*Client) UnregisterCustomFaceWithChan ¶ added in v1.61.588

func (client *Client) UnregisterCustomFaceWithChan(request *UnregisterCustomFaceRequest) (<-chan *UnregisterCustomFaceResponse, <-chan error)

UnregisterCustomFaceWithChan invokes the mts.UnregisterCustomFace API asynchronously

func (*Client) UpdateAsrPipeline ¶

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

UpdateAsrPipeline invokes the mts.UpdateAsrPipeline API synchronously

func (*Client) UpdateAsrPipelineWithCallback ¶

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

UpdateAsrPipelineWithCallback invokes the mts.UpdateAsrPipeline API asynchronously

func (*Client) UpdateAsrPipelineWithChan ¶

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

UpdateAsrPipelineWithChan invokes the mts.UpdateAsrPipeline API asynchronously

func (*Client) UpdateCategoryName ¶

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

UpdateCategoryName invokes the mts.UpdateCategoryName API synchronously

func (*Client) UpdateCategoryNameWithCallback ¶

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

UpdateCategoryNameWithCallback invokes the mts.UpdateCategoryName API asynchronously

func (*Client) UpdateCategoryNameWithChan ¶

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

UpdateCategoryNameWithChan invokes the mts.UpdateCategoryName API asynchronously

func (*Client) UpdateCensorPipeline ¶

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

UpdateCensorPipeline invokes the mts.UpdateCensorPipeline API synchronously

func (*Client) UpdateCensorPipelineWithCallback ¶

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

UpdateCensorPipelineWithCallback invokes the mts.UpdateCensorPipeline API asynchronously

func (*Client) UpdateCensorPipelineWithChan ¶

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

UpdateCensorPipelineWithChan invokes the mts.UpdateCensorPipeline API asynchronously

func (*Client) UpdateCoverPipeline ¶

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

UpdateCoverPipeline invokes the mts.UpdateCoverPipeline API synchronously

func (*Client) UpdateCoverPipelineWithCallback ¶

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

UpdateCoverPipelineWithCallback invokes the mts.UpdateCoverPipeline API asynchronously

func (*Client) UpdateCoverPipelineWithChan ¶

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

UpdateCoverPipelineWithChan invokes the mts.UpdateCoverPipeline API asynchronously

func (*Client) UpdateMCTemplate ¶

func (client *Client) UpdateMCTemplate(request *UpdateMCTemplateRequest) (response *UpdateMCTemplateResponse, err error)

UpdateMCTemplate invokes the mts.UpdateMCTemplate API synchronously

func (*Client) UpdateMCTemplateWithCallback ¶

func (client *Client) UpdateMCTemplateWithCallback(request *UpdateMCTemplateRequest, callback func(response *UpdateMCTemplateResponse, err error)) <-chan int

UpdateMCTemplateWithCallback invokes the mts.UpdateMCTemplate API asynchronously

func (*Client) UpdateMCTemplateWithChan ¶

func (client *Client) UpdateMCTemplateWithChan(request *UpdateMCTemplateRequest) (<-chan *UpdateMCTemplateResponse, <-chan error)

UpdateMCTemplateWithChan invokes the mts.UpdateMCTemplate API asynchronously

func (*Client) UpdateMcuTemplate ¶

func (client *Client) UpdateMcuTemplate(request *UpdateMcuTemplateRequest) (response *UpdateMcuTemplateResponse, err error)

UpdateMcuTemplate invokes the mts.UpdateMcuTemplate API synchronously

func (*Client) UpdateMcuTemplateWithCallback ¶

func (client *Client) UpdateMcuTemplateWithCallback(request *UpdateMcuTemplateRequest, callback func(response *UpdateMcuTemplateResponse, err error)) <-chan int

UpdateMcuTemplateWithCallback invokes the mts.UpdateMcuTemplate API asynchronously

func (*Client) UpdateMcuTemplateWithChan ¶

func (client *Client) UpdateMcuTemplateWithChan(request *UpdateMcuTemplateRequest) (<-chan *UpdateMcuTemplateResponse, <-chan error)

UpdateMcuTemplateWithChan invokes the mts.UpdateMcuTemplate API asynchronously

func (*Client) UpdateMedia ¶

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

UpdateMedia invokes the mts.UpdateMedia API synchronously

func (*Client) UpdateMediaCategory ¶

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

UpdateMediaCategory invokes the mts.UpdateMediaCategory API synchronously

func (*Client) UpdateMediaCategoryWithCallback ¶

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

UpdateMediaCategoryWithCallback invokes the mts.UpdateMediaCategory API asynchronously

func (*Client) UpdateMediaCategoryWithChan ¶

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

UpdateMediaCategoryWithChan invokes the mts.UpdateMediaCategory API asynchronously

func (*Client) UpdateMediaCover ¶

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

UpdateMediaCover invokes the mts.UpdateMediaCover API synchronously

func (*Client) UpdateMediaCoverWithCallback ¶

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

UpdateMediaCoverWithCallback invokes the mts.UpdateMediaCover API asynchronously

func (*Client) UpdateMediaCoverWithChan ¶

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

UpdateMediaCoverWithChan invokes the mts.UpdateMediaCover API asynchronously

func (*Client) UpdateMediaPublishState ¶

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

UpdateMediaPublishState invokes the mts.UpdateMediaPublishState API synchronously

func (*Client) UpdateMediaPublishStateWithCallback ¶

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

UpdateMediaPublishStateWithCallback invokes the mts.UpdateMediaPublishState API asynchronously

func (*Client) UpdateMediaPublishStateWithChan ¶

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

UpdateMediaPublishStateWithChan invokes the mts.UpdateMediaPublishState API asynchronously

func (*Client) UpdateMediaWithCallback ¶

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

UpdateMediaWithCallback invokes the mts.UpdateMedia API asynchronously

func (*Client) UpdateMediaWithChan ¶

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

UpdateMediaWithChan invokes the mts.UpdateMedia API asynchronously

func (*Client) UpdateMediaWorkflow ¶

func (client *Client) UpdateMediaWorkflow(request *UpdateMediaWorkflowRequest) (response *UpdateMediaWorkflowResponse, err error)

UpdateMediaWorkflow invokes the mts.UpdateMediaWorkflow API synchronously

func (*Client) UpdateMediaWorkflowTriggerMode ¶

func (client *Client) UpdateMediaWorkflowTriggerMode(request *UpdateMediaWorkflowTriggerModeRequest) (response *UpdateMediaWorkflowTriggerModeResponse, err error)

UpdateMediaWorkflowTriggerMode invokes the mts.UpdateMediaWorkflowTriggerMode API synchronously

func (*Client) UpdateMediaWorkflowTriggerModeWithCallback ¶

func (client *Client) UpdateMediaWorkflowTriggerModeWithCallback(request *UpdateMediaWorkflowTriggerModeRequest, callback func(response *UpdateMediaWorkflowTriggerModeResponse, err error)) <-chan int

UpdateMediaWorkflowTriggerModeWithCallback invokes the mts.UpdateMediaWorkflowTriggerMode API asynchronously

func (*Client) UpdateMediaWorkflowTriggerModeWithChan ¶

func (client *Client) UpdateMediaWorkflowTriggerModeWithChan(request *UpdateMediaWorkflowTriggerModeRequest) (<-chan *UpdateMediaWorkflowTriggerModeResponse, <-chan error)

UpdateMediaWorkflowTriggerModeWithChan invokes the mts.UpdateMediaWorkflowTriggerMode API asynchronously

func (*Client) UpdateMediaWorkflowWithCallback ¶

func (client *Client) UpdateMediaWorkflowWithCallback(request *UpdateMediaWorkflowRequest, callback func(response *UpdateMediaWorkflowResponse, err error)) <-chan int

UpdateMediaWorkflowWithCallback invokes the mts.UpdateMediaWorkflow API asynchronously

func (*Client) UpdateMediaWorkflowWithChan ¶

func (client *Client) UpdateMediaWorkflowWithChan(request *UpdateMediaWorkflowRequest) (<-chan *UpdateMediaWorkflowResponse, <-chan error)

UpdateMediaWorkflowWithChan invokes the mts.UpdateMediaWorkflow API asynchronously

func (*Client) UpdatePipeline ¶

func (client *Client) UpdatePipeline(request *UpdatePipelineRequest) (response *UpdatePipelineResponse, err error)

UpdatePipeline invokes the mts.UpdatePipeline API synchronously

func (*Client) UpdatePipelineWithCallback ¶

func (client *Client) UpdatePipelineWithCallback(request *UpdatePipelineRequest, callback func(response *UpdatePipelineResponse, err error)) <-chan int

UpdatePipelineWithCallback invokes the mts.UpdatePipeline API asynchronously

func (*Client) UpdatePipelineWithChan ¶

func (client *Client) UpdatePipelineWithChan(request *UpdatePipelineRequest) (<-chan *UpdatePipelineResponse, <-chan error)

UpdatePipelineWithChan invokes the mts.UpdatePipeline API asynchronously

func (*Client) UpdatePornPipeline ¶

func (client *Client) UpdatePornPipeline(request *UpdatePornPipelineRequest) (response *UpdatePornPipelineResponse, err error)

UpdatePornPipeline invokes the mts.UpdatePornPipeline API synchronously

func (*Client) UpdatePornPipelineWithCallback ¶

func (client *Client) UpdatePornPipelineWithCallback(request *UpdatePornPipelineRequest, callback func(response *UpdatePornPipelineResponse, err error)) <-chan int

UpdatePornPipelineWithCallback invokes the mts.UpdatePornPipeline API asynchronously

func (*Client) UpdatePornPipelineWithChan ¶

func (client *Client) UpdatePornPipelineWithChan(request *UpdatePornPipelineRequest) (<-chan *UpdatePornPipelineResponse, <-chan error)

UpdatePornPipelineWithChan invokes the mts.UpdatePornPipeline API asynchronously

func (*Client) UpdateSmarttagTemplate ¶ added in v1.61.588

func (client *Client) UpdateSmarttagTemplate(request *UpdateSmarttagTemplateRequest) (response *UpdateSmarttagTemplateResponse, err error)

UpdateSmarttagTemplate invokes the mts.UpdateSmarttagTemplate API synchronously

func (*Client) UpdateSmarttagTemplateWithCallback ¶ added in v1.61.588

func (client *Client) UpdateSmarttagTemplateWithCallback(request *UpdateSmarttagTemplateRequest, callback func(response *UpdateSmarttagTemplateResponse, err error)) <-chan int

UpdateSmarttagTemplateWithCallback invokes the mts.UpdateSmarttagTemplate API asynchronously

func (*Client) UpdateSmarttagTemplateWithChan ¶ added in v1.61.588

func (client *Client) UpdateSmarttagTemplateWithChan(request *UpdateSmarttagTemplateRequest) (<-chan *UpdateSmarttagTemplateResponse, <-chan error)

UpdateSmarttagTemplateWithChan invokes the mts.UpdateSmarttagTemplate API asynchronously

func (*Client) UpdateTemplate ¶

func (client *Client) UpdateTemplate(request *UpdateTemplateRequest) (response *UpdateTemplateResponse, err error)

UpdateTemplate invokes the mts.UpdateTemplate API synchronously

func (*Client) UpdateTemplateWithCallback ¶

func (client *Client) UpdateTemplateWithCallback(request *UpdateTemplateRequest, callback func(response *UpdateTemplateResponse, err error)) <-chan int

UpdateTemplateWithCallback invokes the mts.UpdateTemplate API asynchronously

func (*Client) UpdateTemplateWithChan ¶

func (client *Client) UpdateTemplateWithChan(request *UpdateTemplateRequest) (<-chan *UpdateTemplateResponse, <-chan error)

UpdateTemplateWithChan invokes the mts.UpdateTemplate API asynchronously

func (*Client) UpdateTerrorismPipeline ¶

func (client *Client) UpdateTerrorismPipeline(request *UpdateTerrorismPipelineRequest) (response *UpdateTerrorismPipelineResponse, err error)

UpdateTerrorismPipeline invokes the mts.UpdateTerrorismPipeline API synchronously

func (*Client) UpdateTerrorismPipelineWithCallback ¶

func (client *Client) UpdateTerrorismPipelineWithCallback(request *UpdateTerrorismPipelineRequest, callback func(response *UpdateTerrorismPipelineResponse, err error)) <-chan int

UpdateTerrorismPipelineWithCallback invokes the mts.UpdateTerrorismPipeline API asynchronously

func (*Client) UpdateTerrorismPipelineWithChan ¶

func (client *Client) UpdateTerrorismPipelineWithChan(request *UpdateTerrorismPipelineRequest) (<-chan *UpdateTerrorismPipelineResponse, <-chan error)

UpdateTerrorismPipelineWithChan invokes the mts.UpdateTerrorismPipeline API asynchronously

func (*Client) UpdateWaterMarkTemplate ¶

func (client *Client) UpdateWaterMarkTemplate(request *UpdateWaterMarkTemplateRequest) (response *UpdateWaterMarkTemplateResponse, err error)

UpdateWaterMarkTemplate invokes the mts.UpdateWaterMarkTemplate API synchronously

func (*Client) UpdateWaterMarkTemplateWithCallback ¶

func (client *Client) UpdateWaterMarkTemplateWithCallback(request *UpdateWaterMarkTemplateRequest, callback func(response *UpdateWaterMarkTemplateResponse, err error)) <-chan int

UpdateWaterMarkTemplateWithCallback invokes the mts.UpdateWaterMarkTemplate API asynchronously

func (*Client) UpdateWaterMarkTemplateWithChan ¶

func (client *Client) UpdateWaterMarkTemplateWithChan(request *UpdateWaterMarkTemplateRequest) (<-chan *UpdateWaterMarkTemplateResponse, <-chan error)

UpdateWaterMarkTemplateWithChan invokes the mts.UpdateWaterMarkTemplate API asynchronously

type Clip ¶

type Clip struct {
	MaxScore      string                       `json:"MaxScore" xml:"MaxScore"`
	StartTarget   string                       `json:"StartTarget" xml:"StartTarget"`
	Out           string                       `json:"Out" xml:"Out"`
	In            string                       `json:"In" xml:"In"`
	ClipID        string                       `json:"clipID" xml:"clipID"`
	SourceStrmMap string                       `json:"SourceStrmMap" xml:"SourceStrmMap"`
	MinScore      string                       `json:"MinScore" xml:"MinScore"`
	SourceID      string                       `json:"SourceID" xml:"SourceID"`
	AvgScore      string                       `json:"AvgScore" xml:"AvgScore"`
	SourceType    string                       `json:"SourceType" xml:"SourceType"`
	StartTime     string                       `json:"StartTime" xml:"StartTime"`
	EndTime       string                       `json:"EndTime" xml:"EndTime"`
	Id            string                       `json:"Id" xml:"Id"`
	EndTarget     string                       `json:"EndTarget" xml:"EndTarget"`
	Type          string                       `json:"Type" xml:"Type"`
	ClipsConfig   ClipsConfig                  `json:"ClipsConfig" xml:"ClipsConfig"`
	TimeSpan      TimeSpan                     `json:"TimeSpan" xml:"TimeSpan"`
	Effects       EffectsInQueryComplexJobList `json:"Effects" xml:"Effects"`
}

Clip is a nested struct in mts response

type ClipListInQueryComplexJobList ¶

type ClipListInQueryComplexJobList struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipListInQueryComplexJobList 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 ClipListInSubmitComplexJob ¶

type ClipListInSubmitComplexJob struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipListInSubmitComplexJob 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 {
	T string `json:"T" xml:"T"`
	L string `json:"L" xml:"L"`
}

ClipsConfigVideo is a nested struct in mts response

type ClipsInQueryComplexJobList ¶

type ClipsInQueryComplexJobList struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipsInQueryComplexJobList 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 ClipsInQueryMediaDetailJobList ¶

type ClipsInQueryMediaDetailJobList struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipsInQueryMediaDetailJobList is a nested struct in mts response

type ClipsInSubmitComplexJob ¶

type ClipsInSubmitComplexJob struct {
	Clip []Clip `json:"Clip" xml:"Clip"`
}

ClipsInSubmitComplexJob 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 ComplexEditingConfigsInQueryComplexJobList ¶

type ComplexEditingConfigsInQueryComplexJobList struct {
	ComplexEditingConfigsItem []ComplexEditingConfigsItem `json:"ComplexEditingConfigs" xml:"ComplexEditingConfigs"`
}

ComplexEditingConfigsInQueryComplexJobList is a nested struct in mts response

type ComplexEditingConfigsInSubmitComplexJob ¶

type ComplexEditingConfigsInSubmitComplexJob struct {
	ComplexEditingConfigsItem []ComplexEditingConfigsItem `json:"ComplexEditingConfigs" xml:"ComplexEditingConfigs"`
}

ComplexEditingConfigsInSubmitComplexJob is a nested struct in mts response

type ComplexEditingConfigsItem ¶

type ComplexEditingConfigsItem struct {
	Editing Editing `json:"Editing" xml:"Editing"`
}

ComplexEditingConfigsItem is a nested struct in mts response

type ComplexJob ¶

type ComplexJob struct {
	JobId                 string                                  `json:"JobId" xml:"JobId"`
	State                 string                                  `json:"State" xml:"State"`
	Code                  string                                  `json:"Code" xml:"Code"`
	Message               string                                  `json:"Message" xml:"Message"`
	Percent               int64                                   `json:"Percent" xml:"Percent"`
	PipelineId            string                                  `json:"PipelineId" xml:"PipelineId"`
	CreationTime          string                                  `json:"CreationTime" xml:"CreationTime"`
	FinishTime            string                                  `json:"FinishTime" xml:"FinishTime"`
	TranscodeOutput       TranscodeOutput                         `json:"transcodeOutput" xml:"transcodeOutput"`
	MNSMessageResult      MNSMessageResult                        `json:"MNSMessageResult" xml:"MNSMessageResult"`
	Inputs                InputsInSubmitComplexJob                `json:"Inputs" xml:"Inputs"`
	ComplexEditingConfigs ComplexEditingConfigsInSubmitComplexJob `json:"ComplexEditingConfigs" xml:"ComplexEditingConfigs"`
}

ComplexJob 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 ContrabandAudio ¶

type ContrabandAudio struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	Text       string `json:"Text" xml:"Text"`
	Object     string `json:"Object" xml:"Object"`
}

ContrabandAudio is a nested struct in mts response

type ContrabandAudios ¶

type ContrabandAudios struct {
	ContrabandAudio []ContrabandAudio `json:"ContrabandAudio" xml:"ContrabandAudio"`
}

ContrabandAudios is a nested struct in mts response

type ContrabandOcr ¶

type ContrabandOcr struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
	Text       string `json:"Text" xml:"Text"`
}

ContrabandOcr is a nested struct in mts response

type ContrabandOcrs ¶

type ContrabandOcrs struct {
	ContrabandOcr []ContrabandOcr `json:"ContrabandOcr" xml:"ContrabandOcr"`
}

ContrabandOcrs is a nested struct in mts response

type ContrabandResult ¶

type ContrabandResult struct {
	ContrabandAudios ContrabandAudios `json:"ContrabandAudios" xml:"ContrabandAudios"`
	ContrabandTexts  ContrabandTexts  `json:"ContrabandTexts" xml:"ContrabandTexts"`
	ContrabandOcrs   ContrabandOcrs   `json:"ContrabandOcrs" xml:"ContrabandOcrs"`
}

ContrabandResult is a nested struct in mts response

type ContrabandText ¶

type ContrabandText struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Text       string `json:"Text" xml:"Text"`
}

ContrabandText is a nested struct in mts response

type ContrabandTexts ¶

type ContrabandTexts struct {
	ContrabandText []ContrabandText `json:"ContrabandText" xml:"ContrabandText"`
}

ContrabandTexts is a nested struct in mts response

type Counter ¶

type Counter struct {
	Count int    `json:"Count" xml:"Count"`
	Label string `json:"Label" xml:"Label"`
}

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 CoverImageCensorResult ¶

type CoverImageCensorResult struct {
	Bucket   string                             `json:"Bucket" xml:"Bucket"`
	Object   string                             `json:"Object" xml:"Object"`
	Location string                             `json:"Location" xml:"Location"`
	Results  ResultsInQueryMediaCensorJobDetail `json:"Results" xml:"Results"`
}

CoverImageCensorResult is a nested struct in mts response

type CoverImageCensorResultsInQueryMediaCensorJobDetail ¶

type CoverImageCensorResultsInQueryMediaCensorJobDetail struct {
	CoverImageCensorResult []CoverImageCensorResult `json:"CoverImageCensorResult" xml:"CoverImageCensorResult"`
}

CoverImageCensorResultsInQueryMediaCensorJobDetail is a nested struct in mts response

type CoverImageCensorResultsInQueryMediaCensorJobList ¶

type CoverImageCensorResultsInQueryMediaCensorJobList struct {
	CoverImageCensorResult []CoverImageCensorResult `json:"CoverImageCensorResult" xml:"CoverImageCensorResult"`
}

CoverImageCensorResultsInQueryMediaCensorJobList 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 CreateFpShotDBRequest ¶ added in v1.61.122

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

CreateFpShotDBRequest is the request struct for api CreateFpShotDB

func CreateCreateFpShotDBRequest ¶ added in v1.61.122

func CreateCreateFpShotDBRequest() (request *CreateFpShotDBRequest)

CreateCreateFpShotDBRequest creates a request to invoke CreateFpShotDB API

type CreateFpShotDBResponse ¶ added in v1.61.122

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

CreateFpShotDBResponse is the response struct for api CreateFpShotDB

func CreateCreateFpShotDBResponse ¶ added in v1.61.122

func CreateCreateFpShotDBResponse() (response *CreateFpShotDBResponse)

CreateCreateFpShotDBResponse creates a response to parse from CreateFpShotDB response

type CreateMcuTemplateRequest ¶

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

CreateMcuTemplateRequest is the request struct for api CreateMcuTemplate

func CreateCreateMcuTemplateRequest ¶

func CreateCreateMcuTemplateRequest() (request *CreateMcuTemplateRequest)

CreateCreateMcuTemplateRequest creates a request to invoke CreateMcuTemplate API

type CreateMcuTemplateResponse ¶

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

CreateMcuTemplateResponse is the response struct for api CreateMcuTemplate

func CreateCreateMcuTemplateResponse ¶

func CreateCreateMcuTemplateResponse() (response *CreateMcuTemplateResponse)

CreateCreateMcuTemplateResponse creates a response to parse from CreateMcuTemplate response

type CreateSessionRequest ¶

type CreateSessionRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      string           `position:"Query" name:"ResourceOwnerId"`
	SessionTime          requests.Integer `position:"Query" name:"SessionTime"`
	EndUserId            string           `position:"Query" name:"EndUserId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              string           `position:"Query" name:"OwnerId"`
	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"`
	Top    string `json:"Top" xml:"Top"`
	Left   string `json:"Left" xml:"Left"`
	Mode   string `json:"Mode" xml:"Mode"`
}

Crop is a nested struct in mts response

type Custom ¶

type Custom struct {
	Name  string                         `json:"Name" xml:"Name"`
	Clips ClipsInQueryMediaDetailJobList `json:"Clips" xml:"Clips"`
}

Custom is a nested struct in mts response

type Customs ¶

type Customs struct {
	Custom []Custom `json:"Custom" xml:"Custom"`
}

Customs is a nested struct in mts response

type DataFile ¶

type DataFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
	Location string `json:"Location" xml:"Location"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
}

DataFile is a nested struct in mts response

type DeactivateMediaWorkflowRequest ¶

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

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
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	Rand                 string `position:"Query" name:"Rand"`
	CiphertextBlob       string `position:"Query" name:"CiphertextBlob"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	OwnerId              string `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	CateId               requests.Integer `position:"Query" name:"CateId"`
}

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 DeleteMCTemplateRequest ¶

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

DeleteMCTemplateRequest is the request struct for api DeleteMCTemplate

func CreateDeleteMCTemplateRequest ¶

func CreateDeleteMCTemplateRequest() (request *DeleteMCTemplateRequest)

CreateDeleteMCTemplateRequest creates a request to invoke DeleteMCTemplate API

type DeleteMCTemplateResponse ¶

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

DeleteMCTemplateResponse is the response struct for api DeleteMCTemplate

func CreateDeleteMCTemplateResponse ¶

func CreateDeleteMCTemplateResponse() (response *DeleteMCTemplateResponse)

CreateDeleteMCTemplateResponse creates a response to parse from DeleteMCTemplate response

type DeleteMcuJobRequest ¶

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

DeleteMcuJobRequest is the request struct for api DeleteMcuJob

func CreateDeleteMcuJobRequest ¶

func CreateDeleteMcuJobRequest() (request *DeleteMcuJobRequest)

CreateDeleteMcuJobRequest creates a request to invoke DeleteMcuJob API

type DeleteMcuJobResponse ¶

type DeleteMcuJobResponse struct {
	*responses.BaseResponse
	RequestId      string                       `json:"RequestId" xml:"RequestId"`
	NonExistJobIds NonExistJobIdsInDeleteMcuJob `json:"NonExistJobIds" xml:"NonExistJobIds"`
	DeletedJobIds  DeletedJobIds                `json:"DeletedJobIds" xml:"DeletedJobIds"`
}

DeleteMcuJobResponse is the response struct for api DeleteMcuJob

func CreateDeleteMcuJobResponse ¶

func CreateDeleteMcuJobResponse() (response *DeleteMcuJobResponse)

CreateDeleteMcuJobResponse creates a response to parse from DeleteMcuJob response

type DeleteMcuTemplateRequest ¶

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

DeleteMcuTemplateRequest is the request struct for api DeleteMcuTemplate

func CreateDeleteMcuTemplateRequest ¶

func CreateDeleteMcuTemplateRequest() (request *DeleteMcuTemplateRequest)

CreateDeleteMcuTemplateRequest creates a request to invoke DeleteMcuTemplate API

type DeleteMcuTemplateResponse ¶

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

DeleteMcuTemplateResponse is the response struct for api DeleteMcuTemplate

func CreateDeleteMcuTemplateResponse ¶

func CreateDeleteMcuTemplateResponse() (response *DeleteMcuTemplateResponse)

CreateDeleteMcuTemplateResponse creates a response to parse from DeleteMcuTemplate response

type DeleteMediaRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Tag                  string           `position:"Query" name:"Tag"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
}

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 DeleteSmarttagTemplateRequest ¶ added in v1.61.588

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

DeleteSmarttagTemplateRequest is the request struct for api DeleteSmarttagTemplate

func CreateDeleteSmarttagTemplateRequest ¶ added in v1.61.588

func CreateDeleteSmarttagTemplateRequest() (request *DeleteSmarttagTemplateRequest)

CreateDeleteSmarttagTemplateRequest creates a request to invoke DeleteSmarttagTemplate API

type DeleteSmarttagTemplateResponse ¶ added in v1.61.588

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

DeleteSmarttagTemplateResponse is the response struct for api DeleteSmarttagTemplate

func CreateDeleteSmarttagTemplateResponse ¶ added in v1.61.588

func CreateDeleteSmarttagTemplateResponse() (response *DeleteSmarttagTemplateResponse)

CreateDeleteSmarttagTemplateResponse creates a response to parse from DeleteSmarttagTemplate response

type DeleteTemplateRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	WaterMarkTemplateId  string           `position:"Query" name:"WaterMarkTemplateId"`
}

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 DeletedJobIds ¶

type DeletedJobIds struct {
	String []string `json:"String" xml:"String"`
}

DeletedJobIds is a nested struct in mts response

type DescCensorResult ¶

type DescCensorResult struct {
	Label      string `json:"Label" xml:"Label"`
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Scene      string `json:"Scene" xml:"Scene"`
	Rate       string `json:"Rate" xml:"Rate"`
}

DescCensorResult is a nested struct in mts response

type DescribeMtsUserResourcePackageRequest ¶

type DescribeMtsUserResourcePackageRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ShowLog       string           `position:"Query" name:"ShowLog"`
}

DescribeMtsUserResourcePackageRequest is the request struct for api DescribeMtsUserResourcePackage

func CreateDescribeMtsUserResourcePackageRequest ¶

func CreateDescribeMtsUserResourcePackageRequest() (request *DescribeMtsUserResourcePackageRequest)

CreateDescribeMtsUserResourcePackageRequest creates a request to invoke DescribeMtsUserResourcePackage API

type DescribeMtsUserResourcePackageResponse ¶

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

DescribeMtsUserResourcePackageResponse is the response struct for api DescribeMtsUserResourcePackage

func CreateDescribeMtsUserResourcePackageResponse ¶

func CreateDescribeMtsUserResourcePackageResponse() (response *DescribeMtsUserResourcePackageResponse)

CreateDescribeMtsUserResourcePackageResponse creates a response to parse from DescribeMtsUserResourcePackage response

type DigiWaterMark ¶

type DigiWaterMark struct {
	Alpha     string    `json:"Alpha" xml:"Alpha"`
	Type      string    `json:"Type" xml:"Type"`
	InputFile InputFile `json:"InputFile" xml:"InputFile"`
}

DigiWaterMark is a nested struct in mts response

type Duplication ¶

type Duplication struct {
	Duration string `json:"Duration" xml:"Duration"`
	Start    string `json:"Start" xml:"Start"`
}

Duplication is a nested struct in mts response

type Editing ¶

type Editing struct {
	Timeline Timeline                      `json:"Timeline" xml:"Timeline"`
	ClipList ClipListInQueryComplexJobList `json:"ClipList" xml:"ClipList"`
}

Editing is a nested struct in mts response

type EditingConfig ¶

type EditingConfig struct {
	TemplateId             string                             `json:"TemplateId" xml:"TemplateId"`
	DeWatermark            string                             `json:"DeWatermark" xml:"DeWatermark"`
	MergeConfigUrl         string                             `json:"MergeConfigUrl" xml:"MergeConfigUrl"`
	UserData               string                             `json:"UserData" xml:"UserData"`
	Rotate                 string                             `json:"Rotate" xml:"Rotate"`
	AudioStreamMap         string                             `json:"AudioStreamMap" xml:"AudioStreamMap"`
	VideoStreamMap         string                             `json:"VideoStreamMap" xml:"VideoStreamMap"`
	Priority               string                             `json:"Priority" xml:"Priority"`
	WaterMarkConfigUrl     string                             `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"`
	Properties             Properties                         `json:"Properties" xml:"Properties"`
	DigiWaterMark          DigiWaterMark                      `json:"DigiWaterMark" xml:"DigiWaterMark"`
	Video                  Video                              `json:"Video" xml:"Video"`
	Clip                   Clip                               `json:"Clip" xml:"Clip"`
	MuxConfig              MuxConfig                          `json:"MuxConfig" xml:"MuxConfig"`
	OutputFile             OutputFile                         `json:"OutputFile" xml:"OutputFile"`
	M3U8NonStandardSupport M3U8NonStandardSupport             `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"`
	Audio                  Audio                              `json:"Audio" xml:"Audio"`
	SubtitleConfig         SubtitleConfig                     `json:"SubtitleConfig" xml:"SubtitleConfig"`
	Editing                Editing                            `json:"Editing" xml:"Editing"`
	Container              Container                          `json:"Container" xml:"Container"`
	TransConfig            TransConfig                        `json:"TransConfig" xml:"TransConfig"`
	Encryption             Encryption                         `json:"Encryption" xml:"Encryption"`
	SuperReso              SuperReso                          `json:"SuperReso" xml:"SuperReso"`
	WaterMarkList          WaterMarkListInQueryEditingJobList `json:"WaterMarkList" xml:"WaterMarkList"`
	MergeList              MergeListInQueryEditingJobList     `json:"MergeList" xml:"MergeList"`
}

EditingConfig is a nested struct in mts response

type EditingInput ¶

type EditingInput struct {
	Id          string      `json:"Id" xml:"Id"`
	InputFile   InputFile   `json:"InputFile" xml:"InputFile"`
	InputConfig InputConfig `json:"InputConfig" xml:"InputConfig"`
}

EditingInput is a nested struct in mts response

type EditingInputsInQueryComplexJobList ¶

type EditingInputsInQueryComplexJobList struct {
	EditingInput []EditingInput `json:"EditingInput" xml:"EditingInput"`
}

EditingInputsInQueryComplexJobList 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 EditingInputsInSubmitComplexJob ¶

type EditingInputsInSubmitComplexJob struct {
	EditingInput []EditingInput `json:"EditingInput" xml:"EditingInput"`
}

EditingInputsInSubmitComplexJob 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 {
	Effect       string `json:"Effect" xml:"Effect"`
	EffectConfig string `json:"EffectConfig" xml:"EffectConfig"`
}

Effect is a nested struct in mts response

type EffectsInQueryComplexJobList ¶

type EffectsInQueryComplexJobList struct {
	Effect []Effect `json:"Effect" xml:"Effect"`
}

EffectsInQueryComplexJobList 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 EffectsInSubmitComplexJob ¶

type EffectsInSubmitComplexJob struct {
	Effect []Effect `json:"Effect" xml:"Effect"`
}

EffectsInSubmitComplexJob 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"`
	KeyUri  string `json:"KeyUri" xml:"KeyUri"`
	SkipCnt string `json:"SkipCnt" xml:"SkipCnt"`
	KeyType string `json:"KeyType" xml:"KeyType"`
	Id      string `json:"Id" xml:"Id"`
	Type    string `json:"Type" xml:"Type"`
}

Encryption is a nested struct in mts response

type ExtSubtitle ¶

type ExtSubtitle struct {
	CharEnc  string `json:"CharEnc" xml:"CharEnc"`
	FontName string `json:"FontName" xml:"FontName"`
	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 ExtSubtitleListInQueryComplexJobList ¶

type ExtSubtitleListInQueryComplexJobList struct {
	ExtSubtitle []ExtSubtitle `json:"ExtSubtitle" xml:"ExtSubtitle"`
}

ExtSubtitleListInQueryComplexJobList 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 ExtSubtitleListInSubmitComplexJob ¶

type ExtSubtitleListInSubmitComplexJob struct {
	ExtSubtitle []ExtSubtitle `json:"ExtSubtitle" xml:"ExtSubtitle"`
}

ExtSubtitleListInSubmitComplexJob 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"`
	Time        string                   `json:"Time" xml:"Time"`
	ImageUrl    string                   `json:"ImageUrl" xml:"ImageUrl"`
	ImageId     string                   `json:"ImageId" xml:"ImageId"`
	Target      string                   `json:"Target" xml:"Target"`
	FaceId      string                   `json:"FaceId" xml:"FaceId"`
	Celebrities CelebritiesInQueryMcuJob `json:"Celebrities" xml:"Celebrities"`
}

Face is a nested struct in mts response

type FaceResult ¶

type FaceResult struct {
	Face []Face `json:"Face" xml:"Face"`
}

FaceResult is a nested struct in mts response

type Facerecog ¶

type Facerecog struct {
	Time  string                       `json:"Time" xml:"Time"`
	Faces FacesInQueryFacerecogJobList `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 FacesInListCustomPersons ¶ added in v1.61.588

type FacesInListCustomPersons struct {
	Face []Face `json:"Face" xml:"Face"`
}

FacesInListCustomPersons is a nested struct in mts response

type FacesInQueryFacerecogJobList ¶ added in v1.61.588

type FacesInQueryFacerecogJobList struct {
	Face []Face `json:"Face" xml:"Face"`
}

FacesInQueryFacerecogJobList 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 {
	State string `json:"State" xml:"State"`
	URL   string `json:"URL" xml:"URL"`
}

File is a nested struct in mts response

type Format ¶

type Format struct {
	FormatName     string `json:"FormatName" xml:"FormatName"`
	NumPrograms    string `json:"NumPrograms" xml:"NumPrograms"`
	StartTime      string `json:"StartTime" xml:"StartTime"`
	FormatLongName string `json:"FormatLongName" xml:"FormatLongName"`
	Duration       string `json:"Duration" xml:"Duration"`
	Size           string `json:"Size" xml:"Size"`
	Bitrate        string `json:"Bitrate" xml:"Bitrate"`
	NumStreams     string `json:"NumStreams" xml:"NumStreams"`
}

Format is a nested struct in mts response

type FpCompareJob ¶

type FpCompareJob struct {
	Id                string            `json:"Id" xml:"Id"`
	UserData          string            `json:"UserData" xml:"UserData"`
	PipelineId        string            `json:"PipelineId" xml:"PipelineId"`
	FpDBId            string            `json:"FpDBId" xml:"FpDBId"`
	State             string            `json:"State" xml:"State"`
	Code              string            `json:"Code" xml:"Code"`
	Message           string            `json:"Message" xml:"Message"`
	CreationTime      string            `json:"CreationTime" xml:"CreationTime"`
	FinishTime        string            `json:"FinishTime" xml:"FinishTime"`
	MasterFile        MasterFile        `json:"MasterFile" xml:"MasterFile"`
	QueryFile         QueryFile         `json:"QueryFile" xml:"QueryFile"`
	MatchFrameStorage MatchFrameStorage `json:"MatchFrameStorage" xml:"MatchFrameStorage"`
	FpCompareResult   FpCompareResult   `json:"FpCompareResult" xml:"FpCompareResult"`
}

FpCompareJob is a nested struct in mts response

type FpCompareJobList ¶

type FpCompareJobList struct {
	FpCompareJob []FpCompareJob `json:"FpCompareJob" xml:"FpCompareJob"`
}

FpCompareJobList is a nested struct in mts response

type FpCompareResult ¶

type FpCompareResult struct {
	MasterMediaInfo    MasterMediaInfo    `json:"MasterMediaInfo" xml:"MasterMediaInfo"`
	QueryMediaInfo     QueryMediaInfo     `json:"QueryMediaInfo" xml:"QueryMediaInfo"`
	MediaMatchSegments MediaMatchSegments `json:"MediaMatchSegments" xml:"MediaMatchSegments"`
}

FpCompareResult is a nested struct in mts response

type FpResultLogInfo ¶

type FpResultLogInfo struct {
	LogPath      string `json:"LogPath" xml:"LogPath"`
	LogName      string `json:"LogName" xml:"LogName"`
	LogStartTime int64  `json:"LogStartTime" xml:"LogStartTime"`
	LogEndTime   int64  `json:"LogEndTime" xml:"LogEndTime"`
	LogSize      int64  `json:"LogSize" xml:"LogSize"`
	CreateTime   int64  `json:"CreateTime" xml:"CreateTime"`
}

FpResultLogInfo is a nested struct in mts response

type FpResultLogInfoList ¶

type FpResultLogInfoList struct {
	FpResultLogInfo []FpResultLogInfo `json:"FpResultLogInfo" xml:"FpResultLogInfo"`
}

FpResultLogInfoList is a nested struct in mts response

type FpShot ¶

type FpShot struct {
	Similarity   string                           `json:"Similarity" xml:"Similarity"`
	PrimaryKey   string                           `json:"PrimaryKey" xml:"PrimaryKey"`
	FpShotSlices FpShotSlicesInQueryFpShotJobList `json:"FpShotSlices" xml:"FpShotSlices"`
}

FpShot is a nested struct in mts response

type FpShotConfig ¶

type FpShotConfig struct {
	PrimaryKey string `json:"PrimaryKey" xml:"PrimaryKey"`
	SaveType   string `json:"SaveType" xml:"SaveType"`
	Notary     string `json:"Notary" xml:"Notary"`
	FpDBId     string `json:"FpDBId" xml:"FpDBId"`
}

FpShotConfig is a nested struct in mts response

type FpShotDB ¶ added in v1.61.122

type FpShotDB struct {
	Name        string `json:"Name" xml:"Name"`
	FpDBId      string `json:"FpDBId" xml:"FpDBId"`
	State       string `json:"State" xml:"State"`
	ModelId     int    `json:"ModelId" xml:"ModelId"`
	Config      string `json:"Config" xml:"Config"`
	Status      string `json:"Status" xml:"Status"`
	Description string `json:"Description" xml:"Description"`
}

FpShotDB is a nested struct in mts response

type FpShotDBList ¶ added in v1.61.122

type FpShotDBList struct {
	FpShotDB []FpShotDB `json:"FpShotDB" xml:"FpShotDB"`
}

FpShotDBList 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"`
	FileId        string       `json:"FileId" xml:"FileId"`
	TransactionId string       `json:"TransactionId" xml:"TransactionId"`
	TxHash        string       `json:"TxHash" xml:"TxHash"`
	State         string       `json:"State" xml:"State"`
	Code          string       `json:"Code" xml:"Code"`
	Message       string       `json:"Message" xml:"Message"`
	CreationTime  string       `json:"CreationTime" xml:"CreationTime"`
	FinishTime    string       `json:"FinishTime" xml:"FinishTime"`
	InputFile     InputFile    `json:"InputFile" xml:"InputFile"`
	FpShotConfig  FpShotConfig `json:"FpShotConfig" xml:"FpShotConfig"`
	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 FpShotNotary ¶ added in v1.61.122

type FpShotNotary struct {
	TransactionId string `json:"TransactionId" xml:"TransactionId"`
	TxHash        string `json:"TxHash" xml:"TxHash"`
	FpDBId        string `json:"FpDBId" xml:"FpDBId"`
	JobId         string `json:"JobId" xml:"JobId"`
	Detail        string `json:"Detail" xml:"Detail"`
	CreationTime  string `json:"CreationTime" xml:"CreationTime"`
	FinishTime    string `json:"FinishTime" xml:"FinishTime"`
}

FpShotNotary is a nested struct in mts response

type FpShotNotaryList ¶ added in v1.61.122

type FpShotNotaryList struct {
	FpShotNotary []FpShotNotary `json:"FpShotNotary" xml:"FpShotNotary"`
}

FpShotNotaryList is a nested struct in mts response

type FpShotResult ¶

type FpShotResult struct {
	FpShots      FpShots      `json:"FpShots" xml:"FpShots"`
	AudioFpShots AudioFpShots `json:"AudioFpShots" xml:"AudioFpShots"`
}

FpShotResult is a nested struct in mts response

type FpShotSlice ¶

type FpShotSlice struct {
	Similarity  string      `json:"Similarity" xml:"Similarity"`
	Duplication Duplication `json:"Duplication" xml:"Duplication"`
	Input       Input       `json:"Input" xml:"Input"`
}

FpShotSlice is a nested struct in mts response

type FpShotSlicesInQueryFpShotJobList ¶

type FpShotSlicesInQueryFpShotJobList struct {
	FpShotSlice []FpShotSlice `json:"FpShotSlice" xml:"FpShotSlice"`
}

FpShotSlicesInQueryFpShotJobList 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 {
	Category string `json:"Category" xml:"Category"`
	Score    string `json:"Score" xml:"Score"`
	Tag      string `json:"Tag" xml:"Tag"`
}

FrameTagInfo is a nested struct in mts response

type FrameTagInfosInQueryMcuJob ¶

type FrameTagInfosInQueryMcuJob struct {
	FrameTagInfo []FrameTagInfo `json:"FrameTagInfo" xml:"FrameTagInfo"`
}

FrameTagInfosInQueryMcuJob is a nested struct in mts response

type FrameTagInfosInQueryMediaDetailJobList ¶

type FrameTagInfosInQueryMediaDetailJobList struct {
	FrameTagInfo []FrameTagInfo `json:"FrameTagInfo" xml:"FrameTagInfo"`
}

FrameTagInfosInQueryMediaDetailJobList 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
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	Data                 string `position:"Query" name:"Data"`
	Type                 string `position:"Query" name:"Type"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	OwnerId              string `position:"Query" name:"OwnerId"`
	MediaId              string `position:"Query" name:"MediaId"`
	Header               string `position:"Query" name:"Header"`
	LicenseUrl           string `position:"Query" name:"LicenseUrl"`
}

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
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	Data                 string `position:"Query" name:"Data"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	OwnerId              string `position:"Query" name:"OwnerId"`
}

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 {
	FinalDelay      string `json:"FinalDelay" xml:"FinalDelay"`
	Loop            string `json:"Loop" xml:"Loop"`
	IsCustomPalette string `json:"IsCustomPalette" xml:"IsCustomPalette"`
	DitherMode      string `json:"DitherMode" xml:"DitherMode"`
}

Gif is a nested struct in mts response

type ImageCensorResult ¶

type ImageCensorResult struct {
	ImageLocation string `json:"ImageLocation" xml:"ImageLocation"`
	ImageBucket   string `json:"ImageBucket" xml:"ImageBucket"`
	ImageObject   string `json:"ImageObject" xml:"ImageObject"`
	Result        string `json:"Result" xml:"Result"`
}

ImageCensorResult is a nested struct in mts response

type ImageCensorResults ¶

type ImageCensorResults struct {
	ImageCensorResult []ImageCensorResult `json:"ImageCensorResult" xml:"ImageCensorResult"`
}

ImageCensorResults is a nested struct in mts response

type ImageFile ¶

type ImageFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
	Location string `json:"Location" xml:"Location"`
}

ImageFile is a nested struct in mts response

type ImageQualityJob ¶

type ImageQualityJob struct {
	JobId        string `json:"JobId" xml:"JobId"`
	UserData     string `json:"UserData" xml:"UserData"`
	PipelineId   string `json:"PipelineId" xml:"PipelineId"`
	State        string `json:"State" xml:"State"`
	CreationTime string `json:"CreationTime" xml:"CreationTime"`
	Input        Input  `json:"Input" xml:"Input"`
	Result       Result `json:"Result" xml:"Result"`
}

ImageQualityJob is a nested struct in mts response

type ImageSearchJob ¶

type ImageSearchJob 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"`
	FinishTime   string     `json:"FinishTime" xml:"FinishTime"`
	InputVideo   InputVideo `json:"InputVideo" xml:"InputVideo"`
	InputImage   InputImage `json:"inputImage" xml:"inputImage"`
	Result       Result     `json:"Result" xml:"Result"`
}

ImageSearchJob is a nested struct in mts response

type ImageSearchJobList ¶

type ImageSearchJobList struct {
	ImageSearchJob []ImageSearchJob `json:"ImageSearchJob" xml:"ImageSearchJob"`
}

ImageSearchJobList is a nested struct in mts response

type ImageSearchShots ¶

type ImageSearchShots struct {
	ImageSearchShotsItem []ImageSearchShotsItem `json:"ImageSearchShots" xml:"ImageSearchShots"`
}

ImageSearchShots is a nested struct in mts response

type ImageSearchShotsItem ¶

type ImageSearchShotsItem struct {
	MatchedTimestamp string `json:"MatchedTimestamp" xml:"MatchedTimestamp"`
	MatchedFrame     string `json:"MatchedFrame" xml:"MatchedFrame"`
	Similarity       string `json:"Similarity" xml:"Similarity"`
}

ImageSearchShotsItem is a nested struct in mts response

type Input ¶

type Input struct {
	Bucket    string    `json:"Bucket" xml:"Bucket"`
	Duration  string    `json:"Duration" xml:"Duration"`
	Start     string    `json:"Start" xml:"Start"`
	UserData  string    `json:"UserData" xml:"UserData"`
	Object    string    `json:"Object" xml:"Object"`
	Location  string    `json:"Location" xml:"Location"`
	RoleArn   string    `json:"RoleArn" xml:"RoleArn"`
	Url       string    `json:"Url" xml:"Url"`
	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 {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
	Location string `json:"Location" xml:"Location"`
}

InputFile is a nested struct in mts response

type InputImage ¶

type InputImage struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Location string `json:"Location" xml:"Location"`
	Object   string `json:"Object" xml:"Object"`
}

InputImage is a nested struct in mts response

type InputVideo ¶

type InputVideo struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Location string `json:"Location" xml:"Location"`
	Object   string `json:"Object" xml:"Object"`
}

InputVideo is a nested struct in mts response

type InputsInQueryComplexJobList ¶

type InputsInQueryComplexJobList struct {
	InputsItem []InputsItem `json:"Inputs" xml:"Inputs"`
}

InputsInQueryComplexJobList is a nested struct in mts response

type InputsInSubmitComplexJob ¶

type InputsInSubmitComplexJob struct {
	InputsItem []InputsItem `json:"Inputs" xml:"Inputs"`
}

InputsInSubmitComplexJob is a nested struct in mts response

type InputsItem ¶

type InputsItem struct {
	EditingInputs EditingInputsInQueryComplexJobList `json:"EditingInputs" xml:"EditingInputs"`
}

InputsItem is a nested struct in mts response

type Job ¶

type Job struct {
	TemplateId            string                                     `json:"TemplateId" xml:"TemplateId"`
	ResultOutputFile      string                                     `json:"ResultOutputFile" xml:"ResultOutputFile"`
	UserData              string                                     `json:"UserData" xml:"UserData"`
	PipelineId            string                                     `json:"PipelineId" xml:"PipelineId"`
	Template              string                                     `json:"Template" xml:"Template"`
	Percent               int64                                      `json:"Percent" xml:"Percent"`
	Id                    string                                     `json:"Id" xml:"Id"`
	InputConfig           string                                     `json:"InputConfig" xml:"InputConfig"`
	JobId                 string                                     `json:"JobId" xml:"JobId"`
	Message               string                                     `json:"Message" xml:"Message"`
	Code                  string                                     `json:"Code" xml:"Code"`
	CreationTime          string                                     `json:"CreationTime" xml:"CreationTime"`
	FinishTime            string                                     `json:"FinishTime" xml:"FinishTime"`
	State                 string                                     `json:"State" xml:"State"`
	OutputConfig          string                                     `json:"OutputConfig" xml:"OutputConfig"`
	Output                Output                                     `json:"Output" xml:"Output"`
	BeautifyConfig        BeautifyConfig                             `json:"BeautifyConfig" xml:"BeautifyConfig"`
	EditingConfig         EditingConfig                              `json:"EditingConfig" xml:"EditingConfig"`
	Input                 Input                                      `json:"Input" xml:"Input"`
	Result                Result                                     `json:"Result" xml:"Result"`
	CategoryResult        CategoryResult                             `json:"CategoryResult" xml:"CategoryResult"`
	MNSMessageResult      MNSMessageResult                           `json:"MNSMessageResult" xml:"MNSMessageResult"`
	VideoSplitResult      VideoSplitResult                           `json:"VideoSplitResult" xml:"VideoSplitResult"`
	MediaDetailConfig     MediaDetailConfig                          `json:"MediaDetailConfig" xml:"MediaDetailConfig"`
	VideoGifResult        VideoGifResult                             `json:"VideoGifResult" xml:"VideoGifResult"`
	AsrConfig             AsrConfig                                  `json:"AsrConfig" xml:"AsrConfig"`
	MediaDetailResult     MediaDetailResult                          `json:"MediaDetailResult" xml:"MediaDetailResult"`
	AsrResult             AsrResult                                  `json:"AsrResult" xml:"AsrResult"`
	TranscodeOutput       TranscodeOutput                            `json:"transcodeOutput" xml:"transcodeOutput"`
	VideoSummaryResult    VideoSummaryResult                         `json:"VideoSummaryResult" xml:"VideoSummaryResult"`
	Inputs                InputsInQueryComplexJobList                `json:"Inputs" xml:"Inputs"`
	EditingInputs         EditingInputsInQueryEditingJobList         `json:"EditingInputs" xml:"EditingInputs"`
	TagResult             TagResult                                  `json:"TagResult" xml:"TagResult"`
	ComplexEditingConfigs ComplexEditingConfigsInQueryComplexJobList `json:"ComplexEditingConfigs" xml:"ComplexEditingConfigs"`
	OcrResult             OcrResult                                  `json:"OcrResult" xml:"OcrResult"`
	SubTaskInfo           SubTaskInfo                                `json:"SubTaskInfo" xml:"SubTaskInfo"`
	FaceResult            FaceResult                                 `json:"FaceResult" xml:"FaceResult"`
}

Job is a nested struct in mts response

type JobInQueryVideoPoseJobList ¶ added in v1.61.122

type JobInQueryVideoPoseJobList struct {
	JobId            string           `json:"JobId" xml:"JobId"`
	PipelineId       string           `json:"PipelineId" xml:"PipelineId"`
	UserData         string           `json:"UserData" xml:"UserData"`
	State            string           `json:"State" xml:"State"`
	Input            Input            `json:"Input" xml:"Input"`
	OutputConfig     OutputConfig     `json:"OutputConfig" xml:"OutputConfig"`
	Properties       Properties       `json:"Properties" xml:"Properties"`
	MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"`
}

JobInQueryVideoPoseJobList 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 JobListInQueryComplexJobList ¶

type JobListInQueryComplexJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryComplexJobList 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 JobListInQueryMCJobList ¶

type JobListInQueryMCJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQueryMCJobList 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 JobListInQuerySubtitleJobList ¶

type JobListInQuerySubtitleJobList struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInQuerySubtitleJobList 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 JobListInQueryVideoPoseJobList ¶

type JobListInQueryVideoPoseJobList struct {
	Job []JobInQueryVideoPoseJobList `json:"Job" xml:"Job"`
}

JobListInQueryVideoPoseJobList 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 JobListInSubmitBeautifyJobs ¶

type JobListInSubmitBeautifyJobs struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInSubmitBeautifyJobs is a nested struct in mts response

type JobResult ¶

type JobResult struct {
	Message string `json:"Message" xml:"Message"`
	Success bool   `json:"Success" xml:"Success"`
	Code    string `json:"Code" xml:"Code"`
	Job     Job    `json:"Job" xml:"Job"`
}

JobResult is a nested struct in mts response

type JobResultInQueryMcuJob ¶

type JobResultInQueryMcuJob struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobResultInQueryMcuJob 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 Jobs ¶ added in v1.61.122

type Jobs struct {
	String []string `json:"String" xml:"String"`
}

Jobs is a nested struct in mts response

type ListAllCategoryRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken        string           `position:"Query" name:"NextPageToken"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize      requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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"`
	NextPageToken   string          `json:"NextPageToken" xml:"NextPageToken"`
	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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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   int64                         `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int64                         `json:"PageNumber" xml:"PageNumber"`
	PageSize     int64                         `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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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   int64                            `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int64                            `json:"PageNumber" xml:"PageNumber"`
	PageSize     int64                            `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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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   int64                           `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int64                           `json:"PageNumber" xml:"PageNumber"`
	PageSize     int64                           `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 ListCustomPersonsRequest ¶ added in v1.61.588

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

ListCustomPersonsRequest is the request struct for api ListCustomPersons

func CreateListCustomPersonsRequest ¶ added in v1.61.588

func CreateListCustomPersonsRequest() (request *ListCustomPersonsRequest)

CreateListCustomPersonsRequest creates a request to invoke ListCustomPersons API

type ListCustomPersonsResponse ¶ added in v1.61.588

type ListCustomPersonsResponse struct {
	*responses.BaseResponse
	RequestId  string                        `json:"RequestId" xml:"RequestId"`
	Categories CategoriesInListCustomPersons `json:"Categories" xml:"Categories"`
}

ListCustomPersonsResponse is the response struct for api ListCustomPersons

func CreateListCustomPersonsResponse ¶ added in v1.61.588

func CreateListCustomPersonsResponse() (response *ListCustomPersonsResponse)

CreateListCustomPersonsResponse creates a response to parse from ListCustomPersons response

type ListFpShotDBRequest ¶ added in v1.61.122

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

ListFpShotDBRequest is the request struct for api ListFpShotDB

func CreateListFpShotDBRequest ¶ added in v1.61.122

func CreateListFpShotDBRequest() (request *ListFpShotDBRequest)

CreateListFpShotDBRequest creates a request to invoke ListFpShotDB API

type ListFpShotDBResponse ¶ added in v1.61.122

type ListFpShotDBResponse struct {
	*responses.BaseResponse
	RequestId    string                    `json:"RequestId" xml:"RequestId"`
	NonExistIds  NonExistIdsInListFpShotDB `json:"NonExistIds" xml:"NonExistIds"`
	FpShotDBList FpShotDBList              `json:"FpShotDBList" xml:"FpShotDBList"`
}

ListFpShotDBResponse is the response struct for api ListFpShotDB

func CreateListFpShotDBResponse ¶ added in v1.61.122

func CreateListFpShotDBResponse() (response *ListFpShotDBResponse)

CreateListFpShotDBResponse creates a response to parse from ListFpShotDB response

type ListFpShotNotaryRequest ¶ added in v1.61.122

type ListFpShotNotaryRequest struct {
	*requests.RpcRequest
	ResourceOwnerId         requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FpDBId                  string           `position:"Query" name:"FpDBId"`
	NextPageToken           string           `position:"Query" name:"NextPageToken"`
	StartOfCreatedTimeRange string           `position:"Query" name:"StartOfCreatedTimeRange"`
	EndOfCreatedTimeRange   string           `position:"Query" name:"EndOfCreatedTimeRange"`
	ResourceOwnerAccount    string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount            string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize         requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId                 requests.Integer `position:"Query" name:"OwnerId"`
}

ListFpShotNotaryRequest is the request struct for api ListFpShotNotary

func CreateListFpShotNotaryRequest ¶ added in v1.61.122

func CreateListFpShotNotaryRequest() (request *ListFpShotNotaryRequest)

CreateListFpShotNotaryRequest creates a request to invoke ListFpShotNotary API

type ListFpShotNotaryResponse ¶ added in v1.61.122

type ListFpShotNotaryResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	NextPageToken    string           `json:"NextPageToken" xml:"NextPageToken"`
	FpShotNotaryList FpShotNotaryList `json:"FpShotNotaryList" xml:"FpShotNotaryList"`
}

ListFpShotNotaryResponse is the response struct for api ListFpShotNotary

func CreateListFpShotNotaryResponse ¶ added in v1.61.122

func CreateListFpShotNotaryResponse() (response *ListFpShotNotaryResponse)

CreateListFpShotNotaryResponse creates a response to parse from ListFpShotNotary response

type ListJobRequest ¶

type ListJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId            requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken              string           `position:"Query" name:"NextPageToken"`
	StartOfJobCreatedTimeRange string           `position:"Query" name:"StartOfJobCreatedTimeRange"`
	State                      string           `position:"Query" name:"State"`
	EndOfJobCreatedTimeRange   string           `position:"Query" name:"EndOfJobCreatedTimeRange"`
	ResourceOwnerAccount       string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount               string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize            requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId                    requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId                 string           `position:"Query" name:"PipelineId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken        string           `position:"Query" name:"NextPageToken"`
	From                 string           `position:"Query" name:"From"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize      requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	To                   string           `position:"Query" name:"To"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken        string           `position:"Query" name:"NextPageToken"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize      requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	MediaWorkflowName    string           `position:"Query" name:"MediaWorkflowName"`
	InputFileURL         string           `position:"Query" name:"InputFileURL"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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   int64                          `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int64                          `json:"PageNumber" xml:"PageNumber"`
	PageSize     int64                          `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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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   int64                               `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int64                               `json:"PageNumber" xml:"PageNumber"`
	PageSize     int64                               `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 LiveImage ¶

type LiveImage struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Url        string `json:"Url" xml:"Url"`
	Text       string `json:"Text" xml:"Text"`
}

LiveImage is a nested struct in mts response

type LiveImages ¶

type LiveImages struct {
	LiveImage []LiveImage `json:"LiveImage" xml:"LiveImage"`
}

LiveImages is a nested struct in mts response

type LiveResult ¶

type LiveResult struct {
	LiveVideos LiveVideos `json:"LiveVideos" xml:"LiveVideos"`
	LiveImages LiveImages `json:"LiveImages" xml:"LiveImages"`
}

LiveResult is a nested struct in mts response

type LiveVideo ¶

type LiveVideo struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
}

LiveVideo is a nested struct in mts response

type LiveVideos ¶

type LiveVideos struct {
	LiveVideo []LiveVideo `json:"LiveVideo" xml:"LiveVideo"`
}

LiveVideos is a nested struct in mts response

type LogicalDeleteResourceRequest ¶

type LogicalDeleteResourceRequest struct {
	*requests.RpcRequest
	Country        string           `position:"Query" name:"Country"`
	Hid            requests.Integer `position:"Query" name:"Hid"`
	Invoker        string           `position:"Query" name:"Invoker"`
	Message        string           `position:"Query" name:"Message"`
	Success        requests.Boolean `position:"Query" name:"Success"`
	Interrupt      requests.Boolean `position:"Query" name:"Interrupt"`
	GmtWakeup      string           `position:"Query" name:"GmtWakeup"`
	Pk             string           `position:"Query" name:"Pk"`
	Bid            string           `position:"Query" name:"Bid"`
	TaskExtraData  string           `position:"Query" name:"TaskExtraData"`
	TaskIdentifier string           `position:"Query" name:"TaskIdentifier"`
}

LogicalDeleteResourceRequest is the request struct for api LogicalDeleteResource

func CreateLogicalDeleteResourceRequest ¶

func CreateLogicalDeleteResourceRequest() (request *LogicalDeleteResourceRequest)

CreateLogicalDeleteResourceRequest creates a request to invoke LogicalDeleteResource API

type LogicalDeleteResourceResponse ¶

type LogicalDeleteResourceResponse struct {
	*responses.BaseResponse
	Interrupt      bool   `json:"Interrupt" xml:"Interrupt"`
	Invoker        string `json:"Invoker" xml:"Invoker"`
	Pk             string `json:"Pk" xml:"Pk"`
	Bid            string `json:"Bid" xml:"Bid"`
	Hid            int64  `json:"Hid" xml:"Hid"`
	Country        string `json:"Country" xml:"Country"`
	TaskIdentifier string `json:"TaskIdentifier" xml:"TaskIdentifier"`
	TaskExtraData  string `json:"TaskExtraData" xml:"TaskExtraData"`
	GmtWakeup      string `json:"GmtWakeup" xml:"GmtWakeup"`
	Success        bool   `json:"Success" xml:"Success"`
	Message        string `json:"Message" xml:"Message"`
}

LogicalDeleteResourceResponse is the response struct for api LogicalDeleteResource

func CreateLogicalDeleteResourceResponse ¶

func CreateLogicalDeleteResourceResponse() (response *LogicalDeleteResourceResponse)

CreateLogicalDeleteResourceResponse creates a response to parse from LogicalDeleteResource response

type LogoImage ¶

type LogoImage struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Url        string `json:"Url" xml:"Url"`
	Text       string `json:"Text" xml:"Text"`
}

LogoImage is a nested struct in mts response

type LogoImages ¶

type LogoImages struct {
	LogoImage []LogoImage `json:"LogoImage" xml:"LogoImage"`
}

LogoImages is a nested struct in mts response

type LogoResult ¶

type LogoResult struct {
	LogoVideos LogoVideos `json:"LogoVideos" xml:"LogoVideos"`
	LogoImages LogoImages `json:"LogoImages" xml:"LogoImages"`
}

LogoResult is a nested struct in mts response

type LogoVideo ¶

type LogoVideo struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
}

LogoVideo is a nested struct in mts response

type LogoVideos ¶

type LogoVideos struct {
	LogoVideo []LogoVideo `json:"LogoVideo" xml:"LogoVideo"`
}

LogoVideos is a nested struct in mts 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 {
	MessageId    string `json:"MessageId" xml:"MessageId"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

MNSMessageResult is a nested struct in mts response

type MasterFile ¶

type MasterFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Location string `json:"Location" xml:"Location"`
	Object   string `json:"Object" xml:"Object"`
}

MasterFile is a nested struct in mts response

type MasterMediaFrames ¶

type MasterMediaFrames struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Location string `json:"Location" xml:"Location"`
	Object   string `json:"Object" xml:"Object"`
}

MasterMediaFrames is a nested struct in mts response

type MasterMediaInfo ¶

type MasterMediaInfo struct {
	Duration        string `json:"Duration" xml:"Duration"`
	FpNum           string `json:"FpNum" xml:"FpNum"`
	Width           string `json:"Width" xml:"Width"`
	Height          string `json:"Height" xml:"Height"`
	Fps             string `json:"Fps" xml:"Fps"`
	TotalVideoFrame string `json:"TotalVideoFrame" xml:"TotalVideoFrame"`
	AudioBitRate    string `json:"AudioBitRate" xml:"AudioBitRate"`
	AudioChannels   string `json:"AudioChannels" xml:"AudioChannels"`
	AudioSampleRate string `json:"AudioSampleRate" xml:"AudioSampleRate"`
}

MasterMediaInfo is a nested struct in mts response

type MatchFrameStorage ¶

type MatchFrameStorage struct {
	MasterMediaFrames     MasterMediaFrames     `json:"MasterMediaFrames" xml:"MasterMediaFrames"`
	QueryMediaFrames      QueryMediaFrames      `json:"QueryMediaFrames" xml:"QueryMediaFrames"`
	MatchedFramesDescFile MatchedFramesDescFile `json:"MatchedFramesDescFile" xml:"MatchedFramesDescFile"`
}

MatchFrameStorage is a nested struct in mts response

type MatchedFramesDescFile ¶

type MatchedFramesDescFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Location string `json:"Location" xml:"Location"`
	Object   string `json:"Object" xml:"Object"`
}

MatchedFramesDescFile is a nested struct in mts response

type Media ¶

type Media struct {
	Height       string                       `json:"Height" xml:"Height"`
	Format       string                       `json:"Format" xml:"Format"`
	Title        string                       `json:"Title" xml:"Title"`
	Fps          string                       `json:"Fps" xml:"Fps"`
	Bitrate      string                       `json:"Bitrate" xml:"Bitrate"`
	CreationTime string                       `json:"CreationTime" xml:"CreationTime"`
	PublishState string                       `json:"PublishState" xml:"PublishState"`
	CoverURL     string                       `json:"CoverURL" xml:"CoverURL"`
	Width        string                       `json:"Width" xml:"Width"`
	Duration     string                       `json:"Duration" xml:"Duration"`
	Size         string                       `json:"Size" xml:"Size"`
	CensorState  string                       `json:"CensorState" xml:"CensorState"`
	MediaId      string                       `json:"MediaId" xml:"MediaId"`
	Description  string                       `json:"Description" xml:"Description"`
	CateId       int64                        `json:"CateId" xml:"CateId"`
	RunIdList    RunIdListInAddMedia          `json:"RunIdList" xml:"RunIdList"`
	Tags         TagsInAddMedia               `json:"Tags" xml:"Tags"`
	MediaInfo    MediaInfo                    `json:"MediaInfo" xml:"MediaInfo"`
	File         File                         `json:"File" xml:"File"`
	SnapshotList SnapshotListInQueryMediaList `json:"SnapshotList" xml:"SnapshotList"`
	SummaryList  SummaryListInQueryMediaList  `json:"SummaryList" xml:"SummaryList"`
	PlayList     PlayListInQueryMediaList     `json:"PlayList" xml:"PlayList"`
}

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 MediaCensorJob ¶

type MediaCensorJob struct {
	JobId                   string                                           `json:"JobId" xml:"JobId"`
	UserData                string                                           `json:"UserData" xml:"UserData"`
	PipelineId              string                                           `json:"PipelineId" xml:"PipelineId"`
	State                   string                                           `json:"State" xml:"State"`
	Code                    string                                           `json:"Code" xml:"Code"`
	Suggestion              string                                           `json:"Suggestion" xml:"Suggestion"`
	Message                 string                                           `json:"Message" xml:"Message"`
	CreationTime            string                                           `json:"CreationTime" xml:"CreationTime"`
	FinishTime              string                                           `json:"FinishTime" xml:"FinishTime"`
	TitleCensorResult       TitleCensorResult                                `json:"TitleCensorResult" xml:"TitleCensorResult"`
	DescCensorResult        DescCensorResult                                 `json:"DescCensorResult" xml:"DescCensorResult"`
	BarrageCensorResult     BarrageCensorResult                              `json:"BarrageCensorResult" xml:"BarrageCensorResult"`
	Input                   Input                                            `json:"Input" xml:"Input"`
	VideoCensorConfig       VideoCensorConfig                                `json:"VideoCensorConfig" xml:"VideoCensorConfig"`
	VensorCensorResult      VensorCensorResult                               `json:"VensorCensorResult" xml:"VensorCensorResult"`
	CoverImageCensorResults CoverImageCensorResultsInQueryMediaCensorJobList `json:"CoverImageCensorResults" xml:"CoverImageCensorResults"`
}

MediaCensorJob is a nested struct in mts response

type MediaCensorJobDetail ¶

type MediaCensorJobDetail struct {
	JobId                   string                                             `json:"JobId" xml:"JobId"`
	UserData                string                                             `json:"UserData" xml:"UserData"`
	PipelineId              string                                             `json:"PipelineId" xml:"PipelineId"`
	State                   string                                             `json:"State" xml:"State"`
	Code                    string                                             `json:"Code" xml:"Code"`
	Suggestion              string                                             `json:"Suggestion" xml:"Suggestion"`
	Message                 string                                             `json:"Message" xml:"Message"`
	CreationTime            string                                             `json:"CreationTime" xml:"CreationTime"`
	FinishTime              string                                             `json:"FinishTime" xml:"FinishTime"`
	TitleCensorResult       TitleCensorResult                                  `json:"TitleCensorResult" xml:"TitleCensorResult"`
	DescCensorResult        DescCensorResult                                   `json:"DescCensorResult" xml:"DescCensorResult"`
	BarrageCensorResult     BarrageCensorResult                                `json:"BarrageCensorResult" xml:"BarrageCensorResult"`
	Input                   Input                                              `json:"Input" xml:"Input"`
	VideoCensorConfig       VideoCensorConfig                                  `json:"VideoCensorConfig" xml:"VideoCensorConfig"`
	VensorCensorResult      VensorCensorResult                                 `json:"VensorCensorResult" xml:"VensorCensorResult"`
	CoverImageCensorResults CoverImageCensorResultsInQueryMediaCensorJobDetail `json:"CoverImageCensorResults" xml:"CoverImageCensorResults"`
}

MediaCensorJobDetail is a nested struct in mts response

type MediaCensorJobList ¶

type MediaCensorJobList struct {
	MediaCensorJob []MediaCensorJob `json:"MediaCensorJob" xml:"MediaCensorJob"`
}

MediaCensorJobList 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   CelebritiesInQueryMediaDetailJobList   `json:"Celebrities" xml:"Celebrities"`
	Sensitives    Sensitives                             `json:"Sensitives" xml:"Sensitives"`
	Politicians   Politicians                            `json:"Politicians" xml:"Politicians"`
	FrameTagInfos FrameTagInfosInQueryMediaDetailJobList `json:"FrameTagInfos" xml:"FrameTagInfos"`
	Customs       Customs                                `json:"Customs" xml:"Customs"`
}

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 MediaFpDeleteJob ¶

type MediaFpDeleteJob 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"`
	FinishTime   string `json:"FinishTime" xml:"FinishTime"`
	PrimaryKey   string `json:"PrimaryKey" xml:"PrimaryKey"`
	FpDBId       string `json:"FpDBId" xml:"FpDBId"`
}

MediaFpDeleteJob is a nested struct in mts response

type MediaFpDeleteJobList ¶

type MediaFpDeleteJobList struct {
	MediaFpDeleteJob []MediaFpDeleteJob `json:"MediaFpDeleteJob" xml:"MediaFpDeleteJob"`
}

MediaFpDeleteJobList is a nested struct in mts response

type MediaInfo ¶

type MediaInfo struct {
	Format  Format  `json:"Format" xml:"Format"`
	Streams Streams `json:"Streams" xml:"Streams"`
}

MediaInfo is a nested struct in mts response

type MediaInfoJob ¶

type MediaInfoJob struct {
	JobId            string           `json:"JobId" xml:"JobId"`
	Message          string           `json:"Message" xml:"Message"`
	State            string           `json:"State" xml:"State"`
	Async            bool             `json:"Async" xml:"Async"`
	Code             string           `json:"Code" xml:"Code"`
	PipelineId       string           `json:"PipelineId" xml:"PipelineId"`
	CreationTime     string           `json:"CreationTime" xml:"CreationTime"`
	UserData         string           `json:"UserData" xml:"UserData"`
	Properties       Properties       `json:"Properties" xml:"Properties"`
	MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"`
	Input            Input            `json:"Input" xml:"Input"`
}

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 MediaMatchSegment ¶

type MediaMatchSegment struct {
	QueryStartFrame    string `json:"QueryStartFrame" xml:"QueryStartFrame"`
	QueryEndFrame      string `json:"QueryEndFrame" xml:"QueryEndFrame"`
	MasterStartFrame   string `json:"MasterStartFrame" xml:"MasterStartFrame"`
	MasterEndFrame     string `json:"MasterEndFrame" xml:"MasterEndFrame"`
	QueryStartTime     string `json:"QueryStartTime" xml:"QueryStartTime"`
	QueryEndTime       string `json:"QueryEndTime" xml:"QueryEndTime"`
	MasterStartTime    string `json:"MasterStartTime" xml:"MasterStartTime"`
	MasterEndTime      string `json:"MasterEndTime" xml:"MasterEndTime"`
	TotalMatchFrameNum string `json:"TotalMatchFrameNum" xml:"TotalMatchFrameNum"`
	Score              string `json:"Score" xml:"Score"`
}

MediaMatchSegment is a nested struct in mts response

type MediaMatchSegments ¶

type MediaMatchSegments struct {
	MediaMatchSegment []MediaMatchSegment `json:"MediaMatchSegment" xml:"MediaMatchSegment"`
}

MediaMatchSegments is a nested struct in mts response

type MediaWorkflow ¶

type MediaWorkflow struct {
	Name            string `json:"Name" xml:"Name"`
	Topology        string `json:"Topology" xml:"Topology"`
	State           string `json:"State" xml:"State"`
	MediaWorkflowId string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	CreationTime    string `json:"CreationTime" xml:"CreationTime"`
	TriggerMode     string `json:"TriggerMode" xml:"TriggerMode"`
}

MediaWorkflow is a nested struct in mts response

type MediaWorkflowExecution ¶

type MediaWorkflowExecution struct {
	Name            string                                    `json:"Name" xml:"Name"`
	RunId           string                                    `json:"RunId" xml:"RunId"`
	State           string                                    `json:"State" xml:"State"`
	MediaWorkflowId string                                    `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	CreationTime    string                                    `json:"CreationTime" xml:"CreationTime"`
	MediaId         string                                    `json:"MediaId" xml:"MediaId"`
	Input           Input                                     `json:"Input" xml:"Input"`
	ActivityList    ActivityListInListMediaWorkflowExecutions `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 {
	MergeURL string `json:"MergeURL" xml:"MergeURL"`
	Duration string `json:"Duration" xml:"Duration"`
	Start    string `json:"Start" xml:"Start"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
}

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 MergeListInQueryComplexJobList ¶

type MergeListInQueryComplexJobList struct {
	Merge []Merge `json:"Merge" xml:"Merge"`
}

MergeListInQueryComplexJobList 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 MergeListInSubmitComplexJob ¶

type MergeListInSubmitComplexJob struct {
	Merge []Merge `json:"Merge" xml:"Merge"`
}

MergeListInSubmitComplexJob 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 {
	Gif     Gif     `json:"Gif" xml:"Gif"`
	Webp    Webp    `json:"Webp" xml:"Webp"`
	Segment Segment `json:"Segment" xml:"Segment"`
}

MuxConfig is a nested struct in mts response

type NetworkCost ¶

type NetworkCost struct {
	AvgBitrate    string `json:"AvgBitrate" xml:"AvgBitrate"`
	PreloadTime   string `json:"PreloadTime" xml:"PreloadTime"`
	CostBandwidth string `json:"CostBandwidth" xml:"CostBandwidth"`
}

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 NonExistIdsInListFpShotDB ¶ added in v1.61.122

type NonExistIdsInListFpShotDB struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInListFpShotDB 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 NonExistIdsInQueryFpCompareJobList ¶

type NonExistIdsInQueryFpCompareJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryFpCompareJobList 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 NonExistIdsInQueryIProductionJobList ¶ added in v1.61.122

type NonExistIdsInQueryIProductionJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryIProductionJobList is a nested struct in mts response

type NonExistIdsInQueryImageSearchJobList ¶

type NonExistIdsInQueryImageSearchJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryImageSearchJobList is a nested struct in mts response

type NonExistIdsInQueryMCJobList ¶

type NonExistIdsInQueryMCJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryMCJobList is a nested struct in mts response

type NonExistIdsInQueryMediaCensorJobList ¶

type NonExistIdsInQueryMediaCensorJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryMediaCensorJobList 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 NonExistIdsInQueryMediaFpDeleteJobList ¶

type NonExistIdsInQueryMediaFpDeleteJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistIdsInQueryMediaFpDeleteJobList 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 NonExistJobIdsInDeleteMcuJob ¶

type NonExistJobIdsInDeleteMcuJob struct {
	String []string `json:"String" xml:"String"`
}

NonExistJobIdsInDeleteMcuJob is a nested struct in mts response

type NonExistJobIdsInQueryComplexJobList ¶

type NonExistJobIdsInQueryComplexJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistJobIdsInQueryComplexJobList 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 NonExistJobIdsInQueryMcuJob ¶

type NonExistJobIdsInQueryMcuJob struct {
	String []string `json:"String" xml:"String"`
}

NonExistJobIdsInQueryMcuJob is a nested struct in mts response

type NonExistJobIdsInQuerySubtitleJobList ¶

type NonExistJobIdsInQuerySubtitleJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistJobIdsInQuerySubtitleJobList is a nested struct in mts response

type NonExistJobIdsInQueryVideoPoseJobList ¶

type NonExistJobIdsInQueryVideoPoseJobList struct {
	String []string `json:"String" xml:"String"`
}

NonExistJobIdsInQueryVideoPoseJobList 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 NonExistPrimaryKeys ¶

type NonExistPrimaryKeys struct {
	String []string `json:"String" xml:"String"`
}

NonExistPrimaryKeys 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 NonExistTidsInQueryMCTemplateList ¶

type NonExistTidsInQueryMCTemplateList struct {
	String []string `json:"String" xml:"String"`
}

NonExistTidsInQueryMCTemplateList is a nested struct in mts response

type NonExistTidsInQueryTemplateList ¶

type NonExistTidsInQueryTemplateList struct {
	String []string `json:"String" xml:"String"`
}

NonExistTidsInQueryTemplateList 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"`
	MqTag     string `json:"MqTag" xml:"MqTag"`
	Queue     string `json:"Queue" xml:"Queue"`
	MqTopic   string `json:"MqTopic" xml:"MqTopic"`
	Topic     string `json:"Topic" xml:"Topic"`
}

NotifyConfig is a nested struct in mts response

type Ocr ¶

type Ocr struct {
	Time     string `json:"Time" xml:"Time"`
	OcrText  string `json:"OcrText" xml:"OcrText"`
	ImageUrl string `json:"ImageUrl" xml:"ImageUrl"`
	ImageId  string `json:"ImageId" xml:"ImageId"`
}

Ocr is a nested struct in mts response

type OcrResult ¶

type OcrResult struct {
	Ocr []Ocr `json:"Ocr" xml:"Ocr"`
}

OcrResult is a nested struct in mts response

type Opening ¶

type Opening struct {
	Height  string `json:"Height" xml:"Height"`
	Width   string `json:"Width" xml:"Width"`
	OpenUrl string `json:"openUrl" xml:"openUrl"`
	Start   string `json:"Start" xml:"Start"`
}

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 {
	Map             string          `json:"Map" xml:"Map"`
	Message         string          `json:"Message" xml:"Message"`
	Success         bool            `json:"Success" xml:"Success"`
	OutSubtitleFile OutSubtitleFile `json:"OutSubtitleFile" xml:"OutSubtitleFile"`
}

OutSubtitle is a nested struct in mts response

type OutSubtitleFile ¶

type OutSubtitleFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
	Location string `json:"Location" xml:"Location"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
}

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 {
	TemplateId             string                   `json:"TemplateId" xml:"TemplateId"`
	DeWatermark            string                   `json:"DeWatermark" xml:"DeWatermark"`
	MergeConfigUrl         string                   `json:"MergeConfigUrl" xml:"MergeConfigUrl"`
	UserData               string                   `json:"UserData" xml:"UserData"`
	Rotate                 string                   `json:"Rotate" xml:"Rotate"`
	AudioStreamMap         string                   `json:"AudioStreamMap" xml:"AudioStreamMap"`
	VideoStreamMap         string                   `json:"VideoStreamMap" xml:"VideoStreamMap"`
	Priority               string                   `json:"Priority" xml:"Priority"`
	WaterMarkConfigUrl     string                   `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"`
	Properties             Properties               `json:"Properties" xml:"Properties"`
	MuxConfig              MuxConfig                `json:"MuxConfig" xml:"MuxConfig"`
	DigiWaterMark          DigiWaterMark            `json:"DigiWaterMark" xml:"DigiWaterMark"`
	Video                  Video                    `json:"Video" xml:"Video"`
	Clip                   Clip                     `json:"Clip" xml:"Clip"`
	OutputFile             OutputFile               `json:"OutputFile" xml:"OutputFile"`
	M3U8NonStandardSupport M3U8NonStandardSupport   `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"`
	Audio                  Audio                    `json:"Audio" xml:"Audio"`
	TransConfig            TransConfig              `json:"TransConfig" xml:"TransConfig"`
	SubtitleConfig         SubtitleConfig           `json:"SubtitleConfig" xml:"SubtitleConfig"`
	Container              Container                `json:"Container" xml:"Container"`
	Encryption             Encryption               `json:"Encryption" xml:"Encryption"`
	SuperReso              SuperReso                `json:"SuperReso" xml:"SuperReso"`
	TailSlateList          TailSlateListInListJob   `json:"TailSlateList" xml:"TailSlateList"`
	WaterMarkList          WaterMarkListInListJob   `json:"WaterMarkList" xml:"WaterMarkList"`
	MergeList              MergeListInListJob       `json:"MergeList" xml:"MergeList"`
	OutSubtitleList        OutSubtitleListInListJob `json:"OutSubtitleList" xml:"OutSubtitleList"`
	OpeningList            OpeningListInListJob     `json:"OpeningList" xml:"OpeningList"`
	AmixList               AmixList                 `json:"AmixList" xml:"AmixList"`
}

Output is a nested struct in mts response

type OutputConfig ¶

type OutputConfig struct {
	VideoFile VideoFile `json:"VideoFile" xml:"VideoFile"`
	DataFile  DataFile  `json:"DataFile" xml:"DataFile"`
}

OutputConfig is a nested struct in mts response

type OutputFile ¶

type OutputFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
	Location string `json:"Location" xml:"Location"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
}

OutputFile is a nested struct in mts response

type PageInfo ¶

type PageInfo struct {
	PageIndex int64 `json:"PageIndex" xml:"PageIndex"`
	PageSize  int64 `json:"PageSize" xml:"PageSize"`
	Total     int64 `json:"Total" xml:"Total"`
}

PageInfo is a nested struct in mts response

type Person ¶ added in v1.61.588

type Person struct {
	PersonId          string                   `json:"PersonId" xml:"PersonId"`
	PersonName        string                   `json:"PersonName" xml:"PersonName"`
	PersonDescription string                   `json:"PersonDescription" xml:"PersonDescription"`
	Faces             FacesInListCustomPersons `json:"Faces" xml:"Faces"`
}

Person is a nested struct in mts response

type Persons ¶ added in v1.61.588

type Persons struct {
	Person []Person `json:"Person" xml:"Person"`
}

Persons is a nested struct in mts response

type PhysicalDeleteResourceRequest ¶

type PhysicalDeleteResourceRequest struct {
	*requests.RpcRequest
	Country        string           `position:"Query" name:"Country"`
	Hid            requests.Integer `position:"Query" name:"Hid"`
	Invoker        string           `position:"Query" name:"Invoker"`
	Message        string           `position:"Query" name:"Message"`
	Success        requests.Boolean `position:"Query" name:"Success"`
	Interrupt      requests.Boolean `position:"Query" name:"Interrupt"`
	GmtWakeup      string           `position:"Query" name:"GmtWakeup"`
	Pk             string           `position:"Query" name:"Pk"`
	Bid            string           `position:"Query" name:"Bid"`
	TaskExtraData  string           `position:"Query" name:"TaskExtraData"`
	TaskIdentifier string           `position:"Query" name:"TaskIdentifier"`
}

PhysicalDeleteResourceRequest is the request struct for api PhysicalDeleteResource

func CreatePhysicalDeleteResourceRequest ¶

func CreatePhysicalDeleteResourceRequest() (request *PhysicalDeleteResourceRequest)

CreatePhysicalDeleteResourceRequest creates a request to invoke PhysicalDeleteResource API

type PhysicalDeleteResourceResponse ¶

type PhysicalDeleteResourceResponse struct {
	*responses.BaseResponse
	Interrupt      bool   `json:"Interrupt" xml:"Interrupt"`
	Invoker        string `json:"Invoker" xml:"Invoker"`
	Pk             string `json:"Pk" xml:"Pk"`
	Bid            string `json:"Bid" xml:"Bid"`
	Hid            int64  `json:"Hid" xml:"Hid"`
	Country        string `json:"Country" xml:"Country"`
	TaskIdentifier string `json:"TaskIdentifier" xml:"TaskIdentifier"`
	TaskExtraData  string `json:"TaskExtraData" xml:"TaskExtraData"`
	GmtWakeup      string `json:"GmtWakeup" xml:"GmtWakeup"`
	Success        bool   `json:"Success" xml:"Success"`
	Message        string `json:"Message" xml:"Message"`
}

PhysicalDeleteResourceResponse is the response struct for api PhysicalDeleteResource

func CreatePhysicalDeleteResourceResponse ¶

func CreatePhysicalDeleteResourceResponse() (response *PhysicalDeleteResourceResponse)

CreatePhysicalDeleteResourceResponse creates a response to parse from PhysicalDeleteResource response

type Pipeline ¶

type Pipeline struct {
	Name          string       `json:"Name" xml:"Name"`
	SpeedLevel    int64        `json:"SpeedLevel" xml:"SpeedLevel"`
	Priority      int          `json:"Priority" xml:"Priority"`
	State         string       `json:"State" xml:"State"`
	Role          string       `json:"Role" xml:"Role"`
	Speed         string       `json:"Speed" xml:"Speed"`
	QuotaAllocate int64        `json:"QuotaAllocate" xml:"QuotaAllocate"`
	Id            string       `json:"Id" xml:"Id"`
	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       int64  `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 {
	Height            string `json:"Height" xml:"Height"`
	Format            string `json:"Format" xml:"Format"`
	Width             string `json:"Width" xml:"Width"`
	Duration          string `json:"Duration" xml:"Duration"`
	Fps               string `json:"Fps" xml:"Fps"`
	MediaWorkflowId   string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	Size              string `json:"Size" xml:"Size"`
	Bitrate           string `json:"Bitrate" xml:"Bitrate"`
	MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
	Encryption        string `json:"Encryption" xml:"Encryption"`
	ActivityName      string `json:"ActivityName" xml:"ActivityName"`
	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
	ResourceOwnerId      string           `position:"Query" name:"ResourceOwnerId"`
	Formats              string           `position:"Query" name:"Formats"`
	Rand                 string           `position:"Query" name:"Rand"`
	AuthTimeout          requests.Integer `position:"Query" name:"AuthTimeout"`
	PlayDomain           string           `position:"Query" name:"PlayDomain"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	HlsUriToken          string           `position:"Query" name:"HlsUriToken"`
	Terminal             string           `position:"Query" name:"Terminal"`
	OwnerId              string           `position:"Query" name:"OwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	AuthInfo             string           `position:"Query" name:"AuthInfo"`
}

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
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	OwnerId              string `position:"Query" name:"OwnerId"`
}

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 PoliticsAudio ¶

type PoliticsAudio struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	Text       string `json:"Text" xml:"Text"`
	Object     string `json:"Object" xml:"Object"`
}

PoliticsAudio is a nested struct in mts response

type PoliticsAudios ¶

type PoliticsAudios struct {
	PoliticsAudio []PoliticsAudio `json:"PoliticsAudio" xml:"PoliticsAudio"`
}

PoliticsAudios is a nested struct in mts response

type PoliticsImage ¶

type PoliticsImage struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Url        string `json:"Url" xml:"Url"`
	Text       string `json:"Text" xml:"Text"`
}

PoliticsImage is a nested struct in mts response

type PoliticsImages ¶

type PoliticsImages struct {
	PoliticsImage []PoliticsImage `json:"PoliticsImage" xml:"PoliticsImage"`
}

PoliticsImages is a nested struct in mts response

type PoliticsOcr ¶

type PoliticsOcr struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
	Text       string `json:"Text" xml:"Text"`
}

PoliticsOcr is a nested struct in mts response

type PoliticsOcrs ¶

type PoliticsOcrs struct {
	PoliticsOcr []PoliticsOcr `json:"PoliticsOcr" xml:"PoliticsOcr"`
}

PoliticsOcrs is a nested struct in mts response

type PoliticsResult ¶

type PoliticsResult struct {
	PoliticsVideos PoliticsVideos `json:"PoliticsVideos" xml:"PoliticsVideos"`
	PoliticsAudios PoliticsAudios `json:"PoliticsAudios" xml:"PoliticsAudios"`
	PoliticsTexts  PoliticsTexts  `json:"PoliticsTexts" xml:"PoliticsTexts"`
	PoliticsImages PoliticsImages `json:"PoliticsImages" xml:"PoliticsImages"`
	PoliticsOcrs   PoliticsOcrs   `json:"PoliticsOcrs" xml:"PoliticsOcrs"`
}

PoliticsResult is a nested struct in mts response

type PoliticsText ¶

type PoliticsText struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Text       string `json:"Text" xml:"Text"`
}

PoliticsText is a nested struct in mts response

type PoliticsTexts ¶

type PoliticsTexts struct {
	PoliticsText []PoliticsText `json:"PoliticsText" xml:"PoliticsText"`
}

PoliticsTexts is a nested struct in mts response

type PoliticsVideo ¶

type PoliticsVideo struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
}

PoliticsVideo is a nested struct in mts response

type PoliticsVideos ¶

type PoliticsVideos struct {
	PoliticsVideo []PoliticsVideo `json:"PoliticsVideo" xml:"PoliticsVideo"`
}

PoliticsVideos is a nested struct in mts response

type PornAudio ¶

type PornAudio struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	Text       string `json:"Text" xml:"Text"`
	Object     string `json:"Object" xml:"Object"`
}

PornAudio is a nested struct in mts response

type PornAudios ¶

type PornAudios struct {
	PornAudio []PornAudio `json:"PornAudio" xml:"PornAudio"`
}

PornAudios 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 PornImage ¶

type PornImage struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Url        string `json:"Url" xml:"Url"`
	Text       string `json:"Text" xml:"Text"`
}

PornImage is a nested struct in mts response

type PornImages ¶

type PornImages struct {
	PornImage []PornImage `json:"PornImage" xml:"PornImage"`
}

PornImages 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 PornOcr ¶

type PornOcr struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
	Text       string `json:"Text" xml:"Text"`
}

PornOcr is a nested struct in mts response

type PornOcrs ¶

type PornOcrs struct {
	PornOcr []PornOcr `json:"PornOcr" xml:"PornOcr"`
}

PornOcrs is a nested struct in mts response

type PornResult ¶

type PornResult struct {
	PornVideos PornVideos `json:"PornVideos" xml:"PornVideos"`
	PornAudios PornAudios `json:"PornAudios" xml:"PornAudios"`
	PornTexts  PornTexts  `json:"PornTexts" xml:"PornTexts"`
	PornImages PornImages `json:"PornImages" xml:"PornImages"`
	PornOcrs   PornOcrs   `json:"PornOcrs" xml:"PornOcrs"`
}

PornResult is a nested struct in mts response

type PornText ¶

type PornText struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Text       string `json:"Text" xml:"Text"`
}

PornText is a nested struct in mts response

type PornTexts ¶

type PornTexts struct {
	PornText []PornText `json:"PornText" xml:"PornText"`
}

PornTexts 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 PornVideo ¶

type PornVideo struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
}

PornVideo is a nested struct in mts response

type PornVideos ¶

type PornVideos struct {
	PornVideo []PornVideo `json:"PornVideo" xml:"PornVideo"`
}

PornVideos is a nested struct in mts response

type Properties ¶

type Properties struct {
	Height      string      `json:"Height" xml:"Height"`
	Width       string      `json:"Width" xml:"Width"`
	FileSize    string      `json:"FileSize" xml:"FileSize"`
	Duration    string      `json:"Duration" xml:"Duration"`
	Fps         string      `json:"Fps" xml:"Fps"`
	Bitrate     string      `json:"Bitrate" xml:"Bitrate"`
	FileFormat  string      `json:"FileFormat" xml:"FileFormat"`
	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 QrcodeImage ¶

type QrcodeImage struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Url        string `json:"Url" xml:"Url"`
	Text       string `json:"Text" xml:"Text"`
}

QrcodeImage is a nested struct in mts response

type QrcodeImages ¶

type QrcodeImages struct {
	QrcodeImage []QrcodeImage `json:"QrcodeImage" xml:"QrcodeImage"`
}

QrcodeImages is a nested struct in mts response

type QrcodeResult ¶

type QrcodeResult struct {
	QrcodeVideos QrcodeVideos `json:"QrcodeVideos" xml:"QrcodeVideos"`
	QrcodeImages QrcodeImages `json:"QrcodeImages" xml:"QrcodeImages"`
}

QrcodeResult is a nested struct in mts response

type QrcodeVideo ¶

type QrcodeVideo struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
}

QrcodeVideo is a nested struct in mts response

type QrcodeVideos ¶

type QrcodeVideos struct {
	QrcodeVideo []QrcodeVideo `json:"QrcodeVideo" xml:"QrcodeVideo"`
}

QrcodeVideos is a nested struct in mts response

type QualityControl ¶

type QualityControl struct {
	MethodStreaming string `json:"MethodStreaming" xml:"MethodStreaming"`
	RateQuality     string `json:"RateQuality" xml:"RateQuality"`
}

QualityControl is a nested struct in mts response

type QueryAnalysisJobListRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	AnnotationJobIds     string           `position:"Query" name:"AnnotationJobIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
}

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
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	OwnerId              string `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
}

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 QueryComplexJobListRequest ¶

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

QueryComplexJobListRequest is the request struct for api QueryComplexJobList

func CreateQueryComplexJobListRequest ¶

func CreateQueryComplexJobListRequest() (request *QueryComplexJobListRequest)

CreateQueryComplexJobListRequest creates a request to invoke QueryComplexJobList API

type QueryComplexJobListResponse ¶

type QueryComplexJobListResponse struct {
	*responses.BaseResponse
	RequestId      string                              `json:"RequestId" xml:"RequestId"`
	NonExistJobIds NonExistJobIdsInQueryComplexJobList `json:"NonExistJobIds" xml:"NonExistJobIds"`
	JobList        JobListInQueryComplexJobList        `json:"JobList" xml:"JobList"`
}

QueryComplexJobListResponse is the response struct for api QueryComplexJobList

func CreateQueryComplexJobListResponse ¶

func CreateQueryComplexJobListResponse() (response *QueryComplexJobListResponse)

CreateQueryComplexJobListResponse creates a response to parse from QueryComplexJobList response

type QueryCoverJobListRequest ¶

type QueryCoverJobListRequest struct {
	*requests.RpcRequest
	ResourceOwnerId            requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken              string           `position:"Query" name:"NextPageToken"`
	StartOfJobCreatedTimeRange string           `position:"Query" name:"StartOfJobCreatedTimeRange"`
	CoverJobIds                string           `position:"Query" name:"CoverJobIds"`
	State                      string           `position:"Query" name:"State"`
	EndOfJobCreatedTimeRange   string           `position:"Query" name:"EndOfJobCreatedTimeRange"`
	ResourceOwnerAccount       string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount               string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize            requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId                    requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId                 string           `position:"Query" name:"PipelineId"`
}

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"`
	NextPageToken string                         `json:"NextPageToken" xml:"NextPageToken"`
	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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	FacerecogJobIds      string           `position:"Query" name:"FacerecogJobIds"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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 QueryFile ¶

type QueryFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Location string `json:"Location" xml:"Location"`
	Object   string `json:"Object" xml:"Object"`
}

QueryFile is a nested struct in mts response

type QueryFpCompareJobListRequest ¶

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

QueryFpCompareJobListRequest is the request struct for api QueryFpCompareJobList

func CreateQueryFpCompareJobListRequest ¶

func CreateQueryFpCompareJobListRequest() (request *QueryFpCompareJobListRequest)

CreateQueryFpCompareJobListRequest creates a request to invoke QueryFpCompareJobList API

type QueryFpCompareJobListResponse ¶

type QueryFpCompareJobListResponse struct {
	*responses.BaseResponse
	RequestId        string                             `json:"RequestId" xml:"RequestId"`
	NonExistIds      NonExistIdsInQueryFpCompareJobList `json:"NonExistIds" xml:"NonExistIds"`
	FpCompareJobList FpCompareJobList                   `json:"FpCompareJobList" xml:"FpCompareJobList"`
}

QueryFpCompareJobListResponse is the response struct for api QueryFpCompareJobList

func CreateQueryFpCompareJobListResponse ¶

func CreateQueryFpCompareJobListResponse() (response *QueryFpCompareJobListResponse)

CreateQueryFpCompareJobListResponse creates a response to parse from QueryFpCompareJobList response

type QueryFpImportResultRequest ¶

type QueryFpImportResultRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	StartTime            requests.Integer `position:"Query" name:"StartTime"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	PageIndex            requests.Integer `position:"Query" name:"PageIndex"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	EndTime              requests.Integer `position:"Query" name:"EndTime"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

QueryFpImportResultRequest is the request struct for api QueryFpImportResult

func CreateQueryFpImportResultRequest ¶

func CreateQueryFpImportResultRequest() (request *QueryFpImportResultRequest)

CreateQueryFpImportResultRequest creates a request to invoke QueryFpImportResult API

type QueryFpImportResultResponse ¶

type QueryFpImportResultResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	LogCount            int64               `json:"LogCount" xml:"LogCount"`
	PageInfo            PageInfo            `json:"PageInfo" xml:"PageInfo"`
	FpResultLogInfoList FpResultLogInfoList `json:"FpResultLogInfoList" xml:"FpResultLogInfoList"`
}

QueryFpImportResultResponse is the response struct for api QueryFpImportResult

func CreateQueryFpImportResultResponse ¶

func CreateQueryFpImportResultResponse() (response *QueryFpImportResultResponse)

CreateQueryFpImportResultResponse creates a response to parse from QueryFpImportResult response

type QueryFpShotJobListRequest ¶

type QueryFpShotJobListRequest struct {
	*requests.RpcRequest
	ResourceOwnerId            requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken              string           `position:"Query" name:"NextPageToken"`
	StartOfJobCreatedTimeRange string           `position:"Query" name:"StartOfJobCreatedTimeRange"`
	State                      string           `position:"Query" name:"State"`
	EndOfJobCreatedTimeRange   string           `position:"Query" name:"EndOfJobCreatedTimeRange"`
	ResourceOwnerAccount       string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount               string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize            requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId                    requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId                 string           `position:"Query" name:"PipelineId"`
	PrimaryKeyList             string           `position:"Query" name:"PrimaryKeyList"`
	JobIds                     string           `position:"Query" name:"JobIds"`
}

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"`
	NextPageToken       string                          `json:"NextPageToken" xml:"NextPageToken"`
	NonExistIds         NonExistIdsInQueryFpShotJobList `json:"NonExistIds" xml:"NonExistIds"`
	NonExistPrimaryKeys NonExistPrimaryKeys             `json:"NonExistPrimaryKeys" xml:"NonExistPrimaryKeys"`
	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 QueryIProductionJobListRequest ¶ added in v1.61.122

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

QueryIProductionJobListRequest is the request struct for api QueryIProductionJobList

func CreateQueryIProductionJobListRequest ¶ added in v1.61.122

func CreateQueryIProductionJobListRequest() (request *QueryIProductionJobListRequest)

CreateQueryIProductionJobListRequest creates a request to invoke QueryIProductionJobList API

type QueryIProductionJobListResponse ¶ added in v1.61.122

type QueryIProductionJobListResponse struct {
	*responses.BaseResponse
	RequestId     string                               `json:"RequestId" xml:"RequestId"`
	NextPageToken string                               `json:"NextPageToken" xml:"NextPageToken"`
	NonExistIds   NonExistIdsInQueryIProductionJobList `json:"NonExistIds" xml:"NonExistIds"`
	Jobs          Jobs                                 `json:"Jobs" xml:"Jobs"`
}

QueryIProductionJobListResponse is the response struct for api QueryIProductionJobList

func CreateQueryIProductionJobListResponse ¶ added in v1.61.122

func CreateQueryIProductionJobListResponse() (response *QueryIProductionJobListResponse)

CreateQueryIProductionJobListResponse creates a response to parse from QueryIProductionJobList response

type QueryIProductionJobRequest ¶ added in v1.61.588

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

QueryIProductionJobRequest is the request struct for api QueryIProductionJob

func CreateQueryIProductionJobRequest ¶ added in v1.61.588

func CreateQueryIProductionJobRequest() (request *QueryIProductionJobRequest)

CreateQueryIProductionJobRequest creates a request to invoke QueryIProductionJob API

type QueryIProductionJobResponse ¶ added in v1.61.588

type QueryIProductionJobResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	JobId        string `json:"JobId" xml:"JobId"`
	FunctionName string `json:"FunctionName" xml:"FunctionName"`
	Input        string `json:"Input" xml:"Input"`
	Output       string `json:"Output" xml:"Output"`
	JobParams    string `json:"JobParams" xml:"JobParams"`
	PipelineId   string `json:"PipelineId" xml:"PipelineId"`
	UserData     string `json:"UserData" xml:"UserData"`
	State        string `json:"State" xml:"State"`
	Result       string `json:"Result" xml:"Result"`
}

QueryIProductionJobResponse is the response struct for api QueryIProductionJob

func CreateQueryIProductionJobResponse ¶ added in v1.61.588

func CreateQueryIProductionJobResponse() (response *QueryIProductionJobResponse)

CreateQueryIProductionJobResponse creates a response to parse from QueryIProductionJob response

type QueryImageSearchJobListRequest ¶

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

QueryImageSearchJobListRequest is the request struct for api QueryImageSearchJobList

func CreateQueryImageSearchJobListRequest ¶

func CreateQueryImageSearchJobListRequest() (request *QueryImageSearchJobListRequest)

CreateQueryImageSearchJobListRequest creates a request to invoke QueryImageSearchJobList API

type QueryImageSearchJobListResponse ¶

type QueryImageSearchJobListResponse struct {
	*responses.BaseResponse
	RequestId          string                               `json:"RequestId" xml:"RequestId"`
	NonExistIds        NonExistIdsInQueryImageSearchJobList `json:"NonExistIds" xml:"NonExistIds"`
	ImageSearchJobList ImageSearchJobList                   `json:"ImageSearchJobList" xml:"ImageSearchJobList"`
}

QueryImageSearchJobListResponse is the response struct for api QueryImageSearchJobList

func CreateQueryImageSearchJobListResponse ¶

func CreateQueryImageSearchJobListResponse() (response *QueryImageSearchJobListResponse)

CreateQueryImageSearchJobListResponse creates a response to parse from QueryImageSearchJobList response

type QueryJobListRequest ¶

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

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 QueryMCJobListRequest ¶

type QueryMCJobListRequest struct {
	*requests.RpcRequest
	ResourceOwnerId            requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken              string           `position:"Query" name:"NextPageToken"`
	StartOfJobCreatedTimeRange string           `position:"Query" name:"StartOfJobCreatedTimeRange"`
	State                      string           `position:"Query" name:"State"`
	EndOfJobCreatedTimeRange   string           `position:"Query" name:"EndOfJobCreatedTimeRange"`
	ResourceOwnerAccount       string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount               string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize            requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId                    requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId                 string           `position:"Query" name:"PipelineId"`
	JobIds                     string           `position:"Query" name:"JobIds"`
}

QueryMCJobListRequest is the request struct for api QueryMCJobList

func CreateQueryMCJobListRequest ¶

func CreateQueryMCJobListRequest() (request *QueryMCJobListRequest)

CreateQueryMCJobListRequest creates a request to invoke QueryMCJobList API

type QueryMCJobListResponse ¶

type QueryMCJobListResponse struct {
	*responses.BaseResponse
	RequestId     string                      `json:"RequestId" xml:"RequestId"`
	NextPageToken string                      `json:"NextPageToken" xml:"NextPageToken"`
	NonExistIds   NonExistIdsInQueryMCJobList `json:"NonExistIds" xml:"NonExistIds"`
	JobList       JobListInQueryMCJobList     `json:"JobList" xml:"JobList"`
}

QueryMCJobListResponse is the response struct for api QueryMCJobList

func CreateQueryMCJobListResponse ¶

func CreateQueryMCJobListResponse() (response *QueryMCJobListResponse)

CreateQueryMCJobListResponse creates a response to parse from QueryMCJobList response

type QueryMCTemplateListRequest ¶

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

QueryMCTemplateListRequest is the request struct for api QueryMCTemplateList

func CreateQueryMCTemplateListRequest ¶

func CreateQueryMCTemplateListRequest() (request *QueryMCTemplateListRequest)

CreateQueryMCTemplateListRequest creates a request to invoke QueryMCTemplateList API

type QueryMCTemplateListResponse ¶

type QueryMCTemplateListResponse struct {
	*responses.BaseResponse
	RequestId    string                            `json:"RequestId" xml:"RequestId"`
	NonExistTids NonExistTidsInQueryMCTemplateList `json:"NonExistTids" xml:"NonExistTids"`
	TemplateList TemplateListInQueryMCTemplateList `json:"TemplateList" xml:"TemplateList"`
}

QueryMCTemplateListResponse is the response struct for api QueryMCTemplateList

func CreateQueryMCTemplateListResponse ¶

func CreateQueryMCTemplateListResponse() (response *QueryMCTemplateListResponse)

CreateQueryMCTemplateListResponse creates a response to parse from QueryMCTemplateList response

type QueryMcuJobRequest ¶

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

QueryMcuJobRequest is the request struct for api QueryMcuJob

func CreateQueryMcuJobRequest ¶

func CreateQueryMcuJobRequest() (request *QueryMcuJobRequest)

CreateQueryMcuJobRequest creates a request to invoke QueryMcuJob API

type QueryMcuJobResponse ¶

type QueryMcuJobResponse struct {
	*responses.BaseResponse
	RequestId      string                      `json:"RequestId" xml:"RequestId"`
	NonExistJobIds NonExistJobIdsInQueryMcuJob `json:"NonExistJobIds" xml:"NonExistJobIds"`
	JobResult      JobResultInQueryMcuJob      `json:"JobResult" xml:"JobResult"`
}

QueryMcuJobResponse is the response struct for api QueryMcuJob

func CreateQueryMcuJobResponse ¶

func CreateQueryMcuJobResponse() (response *QueryMcuJobResponse)

CreateQueryMcuJobResponse creates a response to parse from QueryMcuJob response

type QueryMcuTemplateRequest ¶

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

QueryMcuTemplateRequest is the request struct for api QueryMcuTemplate

func CreateQueryMcuTemplateRequest ¶

func CreateQueryMcuTemplateRequest() (request *QueryMcuTemplateRequest)

CreateQueryMcuTemplateRequest creates a request to invoke QueryMcuTemplate API

type QueryMcuTemplateResponse ¶

type QueryMcuTemplateResponse struct {
	*responses.BaseResponse
	RequestId string                      `json:"RequestId" xml:"RequestId"`
	Templates TemplatesInQueryMcuTemplate `json:"Templates" xml:"Templates"`
}

QueryMcuTemplateResponse is the response struct for api QueryMcuTemplate

func CreateQueryMcuTemplateResponse ¶

func CreateQueryMcuTemplateResponse() (response *QueryMcuTemplateResponse)

CreateQueryMcuTemplateResponse creates a response to parse from QueryMcuTemplate response

type QueryMediaCensorJobDetailRequest ¶

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

QueryMediaCensorJobDetailRequest is the request struct for api QueryMediaCensorJobDetail

func CreateQueryMediaCensorJobDetailRequest ¶

func CreateQueryMediaCensorJobDetailRequest() (request *QueryMediaCensorJobDetailRequest)

CreateQueryMediaCensorJobDetailRequest creates a request to invoke QueryMediaCensorJobDetail API

type QueryMediaCensorJobDetailResponse ¶

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

QueryMediaCensorJobDetailResponse is the response struct for api QueryMediaCensorJobDetail

func CreateQueryMediaCensorJobDetailResponse ¶

func CreateQueryMediaCensorJobDetailResponse() (response *QueryMediaCensorJobDetailResponse)

CreateQueryMediaCensorJobDetailResponse creates a response to parse from QueryMediaCensorJobDetail response

type QueryMediaCensorJobListRequest ¶

type QueryMediaCensorJobListRequest struct {
	*requests.RpcRequest
	ResourceOwnerId            requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken              string           `position:"Query" name:"NextPageToken"`
	StartOfJobCreatedTimeRange string           `position:"Query" name:"StartOfJobCreatedTimeRange"`
	JobId                      string           `position:"Query" name:"JobId"`
	State                      string           `position:"Query" name:"State"`
	EndOfJobCreatedTimeRange   string           `position:"Query" name:"EndOfJobCreatedTimeRange"`
	ResourceOwnerAccount       string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount               string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize            requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId                    requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId                 string           `position:"Query" name:"PipelineId"`
}

QueryMediaCensorJobListRequest is the request struct for api QueryMediaCensorJobList

func CreateQueryMediaCensorJobListRequest ¶

func CreateQueryMediaCensorJobListRequest() (request *QueryMediaCensorJobListRequest)

CreateQueryMediaCensorJobListRequest creates a request to invoke QueryMediaCensorJobList API

type QueryMediaCensorJobListResponse ¶

type QueryMediaCensorJobListResponse struct {
	*responses.BaseResponse
	RequestId          string                               `json:"RequestId" xml:"RequestId"`
	NextPageToken      string                               `json:"NextPageToken" xml:"NextPageToken"`
	NonExistIds        NonExistIdsInQueryMediaCensorJobList `json:"NonExistIds" xml:"NonExistIds"`
	MediaCensorJobList MediaCensorJobList                   `json:"MediaCensorJobList" xml:"MediaCensorJobList"`
}

QueryMediaCensorJobListResponse is the response struct for api QueryMediaCensorJobList

func CreateQueryMediaCensorJobListResponse ¶

func CreateQueryMediaCensorJobListResponse() (response *QueryMediaCensorJobListResponse)

CreateQueryMediaCensorJobListResponse creates a response to parse from QueryMediaCensorJobList response

type QueryMediaDetailJobListRequest ¶

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

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 QueryMediaFpDeleteJobListRequest ¶

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

QueryMediaFpDeleteJobListRequest is the request struct for api QueryMediaFpDeleteJobList

func CreateQueryMediaFpDeleteJobListRequest ¶

func CreateQueryMediaFpDeleteJobListRequest() (request *QueryMediaFpDeleteJobListRequest)

CreateQueryMediaFpDeleteJobListRequest creates a request to invoke QueryMediaFpDeleteJobList API

type QueryMediaFpDeleteJobListResponse ¶

type QueryMediaFpDeleteJobListResponse struct {
	*responses.BaseResponse
	RequestId            string                                 `json:"RequestId" xml:"RequestId"`
	NonExistIds          NonExistIdsInQueryMediaFpDeleteJobList `json:"NonExistIds" xml:"NonExistIds"`
	MediaFpDeleteJobList MediaFpDeleteJobList                   `json:"MediaFpDeleteJobList" xml:"MediaFpDeleteJobList"`
}

QueryMediaFpDeleteJobListResponse is the response struct for api QueryMediaFpDeleteJobList

func CreateQueryMediaFpDeleteJobListResponse ¶

func CreateQueryMediaFpDeleteJobListResponse() (response *QueryMediaFpDeleteJobListResponse)

CreateQueryMediaFpDeleteJobListResponse creates a response to parse from QueryMediaFpDeleteJobList response

type QueryMediaFrames ¶

type QueryMediaFrames struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Location string `json:"Location" xml:"Location"`
	Object   string `json:"Object" xml:"Object"`
}

QueryMediaFrames is a nested struct in mts response

type QueryMediaInfo ¶

type QueryMediaInfo struct {
	Duration        string `json:"Duration" xml:"Duration"`
	FpNum           string `json:"FpNum" xml:"FpNum"`
	Width           string `json:"Width" xml:"Width"`
	Height          string `json:"Height" xml:"Height"`
	Fps             string `json:"Fps" xml:"Fps"`
	TotalVideoFrame string `json:"TotalVideoFrame" xml:"TotalVideoFrame"`
	AudioBitRate    string `json:"AudioBitRate" xml:"AudioBitRate"`
	AudioChannels   string `json:"AudioChannels" xml:"AudioChannels"`
	AudioSampleRate string `json:"AudioSampleRate" xml:"AudioSampleRate"`
}

QueryMediaInfo is a nested struct in mts response

type QueryMediaInfoJobListRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	IncludeSummaryList   requests.Boolean `position:"Query" name:"IncludeSummaryList"`
	FileURLs             string           `position:"Query" name:"FileURLs"`
	IncludePlayList      requests.Boolean `position:"Query" name:"IncludePlayList"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	IncludeSnapshotList  requests.Boolean `position:"Query" name:"IncludeSnapshotList"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	IncludeMediaInfo     requests.Boolean `position:"Query" name:"IncludeMediaInfo"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	IncludeSummaryList   requests.Boolean `position:"Query" name:"IncludeSummaryList"`
	MediaIds             string           `position:"Query" name:"MediaIds"`
	IncludePlayList      requests.Boolean `position:"Query" name:"IncludePlayList"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	IncludeSnapshotList  requests.Boolean `position:"Query" name:"IncludeSnapshotList"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	IncludeMediaInfo     requests.Boolean `position:"Query" name:"IncludeMediaInfo"`
}

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
	RunIds               string           `position:"Query" name:"RunIds"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	MediaWorkflowIds     string           `position:"Query" name:"MediaWorkflowIds"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
}

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 QuerySmarttagJobRequest ¶ added in v1.61.122

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

QuerySmarttagJobRequest is the request struct for api QuerySmarttagJob

func CreateQuerySmarttagJobRequest ¶ added in v1.61.122

func CreateQuerySmarttagJobRequest() (request *QuerySmarttagJobRequest)

CreateQuerySmarttagJobRequest creates a request to invoke QuerySmarttagJob API

type QuerySmarttagJobResponse ¶ added in v1.61.122

type QuerySmarttagJobResponse struct {
	*responses.BaseResponse
	RequestId string                    `json:"RequestId" xml:"RequestId"`
	JobStatus string                    `json:"JobStatus" xml:"JobStatus"`
	UserData  string                    `json:"UserData" xml:"UserData"`
	Results   ResultsInQuerySmarttagJob `json:"Results" xml:"Results"`
}

QuerySmarttagJobResponse is the response struct for api QuerySmarttagJob

func CreateQuerySmarttagJobResponse ¶ added in v1.61.122

func CreateQuerySmarttagJobResponse() (response *QuerySmarttagJobResponse)

CreateQuerySmarttagJobResponse creates a response to parse from QuerySmarttagJob response

type QuerySmarttagTemplateListRequest ¶ added in v1.61.588

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

QuerySmarttagTemplateListRequest is the request struct for api QuerySmarttagTemplateList

func CreateQuerySmarttagTemplateListRequest ¶ added in v1.61.588

func CreateQuerySmarttagTemplateListRequest() (request *QuerySmarttagTemplateListRequest)

CreateQuerySmarttagTemplateListRequest creates a request to invoke QuerySmarttagTemplateList API

type QuerySmarttagTemplateListResponse ¶ added in v1.61.588

type QuerySmarttagTemplateListResponse struct {
	*responses.BaseResponse
	RequestId string                               `json:"RequestId" xml:"RequestId"`
	Templates TemplatesInQuerySmarttagTemplateList `json:"Templates" xml:"Templates"`
}

QuerySmarttagTemplateListResponse is the response struct for api QuerySmarttagTemplateList

func CreateQuerySmarttagTemplateListResponse ¶ added in v1.61.588

func CreateQuerySmarttagTemplateListResponse() (response *QuerySmarttagTemplateListResponse)

CreateQuerySmarttagTemplateListResponse creates a response to parse from QuerySmarttagTemplateList response

type QuerySnapshotJobListRequest ¶

type QuerySnapshotJobListRequest struct {
	*requests.RpcRequest
	ResourceOwnerId            requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NextPageToken              string           `position:"Query" name:"NextPageToken"`
	StartOfJobCreatedTimeRange string           `position:"Query" name:"StartOfJobCreatedTimeRange"`
	State                      string           `position:"Query" name:"State"`
	EndOfJobCreatedTimeRange   string           `position:"Query" name:"EndOfJobCreatedTimeRange"`
	ResourceOwnerAccount       string           `position:"Query" name:"ResourceOwnerAccount"`
	SnapshotJobIds             string           `position:"Query" name:"SnapshotJobIds"`
	OwnerAccount               string           `position:"Query" name:"OwnerAccount"`
	MaximumPageSize            requests.Integer `position:"Query" name:"MaximumPageSize"`
	OwnerId                    requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId                 string           `position:"Query" name:"PipelineId"`
}

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"`
	NextPageToken          string                 `json:"NextPageToken" xml:"NextPageToken"`
	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 QuerySubtitleJobListRequest ¶

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

QuerySubtitleJobListRequest is the request struct for api QuerySubtitleJobList

func CreateQuerySubtitleJobListRequest ¶

func CreateQuerySubtitleJobListRequest() (request *QuerySubtitleJobListRequest)

CreateQuerySubtitleJobListRequest creates a request to invoke QuerySubtitleJobList API

type QuerySubtitleJobListResponse ¶

type QuerySubtitleJobListResponse struct {
	*responses.BaseResponse
	RequestId      string                               `json:"RequestId" xml:"RequestId"`
	NonExistJobIds NonExistJobIdsInQuerySubtitleJobList `json:"NonExistJobIds" xml:"NonExistJobIds"`
	JobList        JobListInQuerySubtitleJobList        `json:"JobList" xml:"JobList"`
}

QuerySubtitleJobListResponse is the response struct for api QuerySubtitleJobList

func CreateQuerySubtitleJobListResponse ¶

func CreateQuerySubtitleJobListResponse() (response *QuerySubtitleJobListResponse)

CreateQuerySubtitleJobListResponse creates a response to parse from QuerySubtitleJobList response

type QueryTagJobListRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TemplateIds          string           `position:"Query" name:"TemplateIds"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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 NonExistTidsInQueryTemplateList `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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineIds          string           `position:"Query" name:"PipelineIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
}

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 QueryVideoPoseJobListRequest ¶

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

QueryVideoPoseJobListRequest is the request struct for api QueryVideoPoseJobList

func CreateQueryVideoPoseJobListRequest ¶

func CreateQueryVideoPoseJobListRequest() (request *QueryVideoPoseJobListRequest)

CreateQueryVideoPoseJobListRequest creates a request to invoke QueryVideoPoseJobList API

type QueryVideoPoseJobListResponse ¶

type QueryVideoPoseJobListResponse struct {
	*responses.BaseResponse
	RequestId      string                                `json:"RequestId" xml:"RequestId"`
	NonExistJobIds NonExistJobIdsInQueryVideoPoseJobList `json:"NonExistJobIds" xml:"NonExistJobIds"`
	JobList        JobListInQueryVideoPoseJobList        `json:"JobList" xml:"JobList"`
}

QueryVideoPoseJobListResponse is the response struct for api QueryVideoPoseJobList

func CreateQueryVideoPoseJobListResponse ¶

func CreateQueryVideoPoseJobListResponse() (response *QueryVideoPoseJobListResponse)

CreateQueryVideoPoseJobListResponse creates a response to parse from QueryVideoPoseJobList response

type QueryVideoSplitJobListRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	JobIds               string           `position:"Query" name:"JobIds"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	WaterMarkTemplateIds string           `position:"Query" name:"WaterMarkTemplateIds"`
}

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"`
	Width  string `json:"Width" xml:"Width"`
	Dx     string `json:"Dx" xml:"Dx"`
	Dy     string `json:"Dy" xml:"Dy"`
}

RatioRefer is a nested struct in mts response

type RefreshCdnDomainConfigsCacheRequest ¶

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

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 RegisterCustomFaceRequest ¶ added in v1.61.588

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

RegisterCustomFaceRequest is the request struct for api RegisterCustomFace

func CreateRegisterCustomFaceRequest ¶ added in v1.61.588

func CreateRegisterCustomFaceRequest() (request *RegisterCustomFaceRequest)

CreateRegisterCustomFaceRequest creates a request to invoke RegisterCustomFace API

type RegisterCustomFaceResponse ¶ added in v1.61.588

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

RegisterCustomFaceResponse is the response struct for api RegisterCustomFace

func CreateRegisterCustomFaceResponse ¶ added in v1.61.588

func CreateRegisterCustomFaceResponse() (response *RegisterCustomFaceResponse)

CreateRegisterCustomFaceResponse creates a response to parse from RegisterCustomFace response

type RegisterMediaDetailPersonRequest ¶

type RegisterMediaDetailPersonRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PersonLib            string           `position:"Query" name:"PersonLib"`
	PersonName           string           `position:"Query" name:"PersonName"`
	Images               string           `position:"Query" name:"Images"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Category             string           `position:"Query" name:"Category"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Description          string           `position:"Query" name:"Description"`
	JobId                string           `position:"Query" name:"JobId"`
	Scenario             string           `position:"Query" name:"Scenario"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	Details              string           `position:"Query" name:"Details"`
	Annotation           string           `position:"Query" name:"Annotation"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	Label                string           `position:"Query" name:"Label"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Detail               string           `position:"Query" name:"Detail"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Result               string           `position:"Query" name:"Result"`
	JobId                string           `position:"Query" name:"JobId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Facerecog            string           `position:"Query" name:"Facerecog"`
	JobId                string           `position:"Query" name:"JobId"`
	Details              string           `position:"Query" name:"Details"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Result               string           `position:"Query" name:"Result"`
	JobId                string           `position:"Query" name:"JobId"`
	Details              string           `position:"Query" name:"Details"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	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"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	Label                string           `position:"Query" name:"Label"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Detail               string           `position:"Query" name:"Detail"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Result               string           `position:"Query" name:"Result"`
	JobId                string           `position:"Query" name:"JobId"`
	Tag                  string           `position:"Query" name:"Tag"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobId                string           `position:"Query" name:"JobId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	Label                string           `position:"Query" name:"Label"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Detail               string           `position:"Query" name:"Detail"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Result               string           `position:"Query" name:"Result"`
	JobId                string           `position:"Query" name:"JobId"`
	Details              string           `position:"Query" name:"Details"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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 ResourcePackageInfo ¶

type ResourcePackageInfo struct {
	CurrCapacity  string `json:"CurrCapacity" xml:"CurrCapacity"`
	InitCapacity  string `json:"InitCapacity" xml:"InitCapacity"`
	CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
	DisplayName   string `json:"DisplayName" xml:"DisplayName"`
	InstanceId    string `json:"InstanceId" xml:"InstanceId"`
	Status        string `json:"Status" xml:"Status"`
}

ResourcePackageInfo is a nested struct in mts response

type ResourcePackageInfos ¶

type ResourcePackageInfos struct {
	ResourcePackageInfo []ResourcePackageInfo `json:"ResourcePackageInfo" xml:"ResourcePackageInfo"`
}

ResourcePackageInfos is a nested struct in mts response

type Result ¶

type Result struct {
	Message          string           `json:"Message" xml:"Message"`
	Code             string           `json:"Code" xml:"Code"`
	Label            string           `json:"Label" xml:"Label"`
	Data             string           `json:"Data" xml:"Data"`
	Rate             string           `json:"Rate" xml:"Rate"`
	Score            string           `json:"Score" xml:"Score"`
	Suggestion       string           `json:"Suggestion" xml:"Suggestion"`
	Scene            string           `json:"Scene" xml:"Scene"`
	Type             string           `json:"Type" xml:"Type"`
	PornResult       PornResult       `json:"PornResult" xml:"PornResult"`
	PoliticsResult   PoliticsResult   `json:"PoliticsResult" xml:"PoliticsResult"`
	QrcodeResult     QrcodeResult     `json:"QrcodeResult" xml:"QrcodeResult"`
	ContrabandResult ContrabandResult `json:"ContrabandResult" xml:"ContrabandResult"`
	AbuseResult      AbuseResult      `json:"AbuseResult" xml:"AbuseResult"`
	AdResult         AdResult         `json:"AdResult" xml:"AdResult"`
	TerrorismResult  TerrorismResult  `json:"TerrorismResult" xml:"TerrorismResult"`
	LiveResult       LiveResult       `json:"LiveResult" xml:"LiveResult"`
	LogoResult       LogoResult       `json:"LogoResult" xml:"LogoResult"`
	SpamResult       SpamResult       `json:"SpamResult" xml:"SpamResult"`
	ImageSearchShots ImageSearchShots `json:"ImageSearchShots" xml:"ImageSearchShots"`
}

Result is a nested struct in mts response

type ResultsInQueryMediaCensorJobDetail ¶

type ResultsInQueryMediaCensorJobDetail struct {
	Result []Result `json:"Result" xml:"Result"`
}

ResultsInQueryMediaCensorJobDetail is a nested struct in mts response

type ResultsInQueryMediaCensorJobList ¶

type ResultsInQueryMediaCensorJobList struct {
	Result []Result `json:"Result" xml:"Result"`
}

ResultsInQueryMediaCensorJobList is a nested struct in mts response

type ResultsInQuerySmarttagJob ¶ added in v1.61.122

type ResultsInQuerySmarttagJob struct {
	Result []Result `json:"Result" xml:"Result"`
}

ResultsInQuerySmarttagJob is a nested struct in mts 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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Description          string           `position:"Query" name:"Description"`
	Title                string           `position:"Query" name:"Title"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	CateId               string           `position:"Query" name:"CateId"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	From                 string           `position:"Query" name:"From"`
	Tag                  string           `position:"Query" name:"Tag"`
	KeyWord              string           `position:"Query" name:"KeyWord"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	SortBy               string           `position:"Query" name:"SortBy"`
	To                   string           `position:"Query" name:"To"`
}

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   int64                  `json:"TotalNum" xml:"TotalNum"`
	PageNumber int64                  `json:"PageNumber" xml:"PageNumber"`
	PageSize   int64                  `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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	StateList            string           `position:"Query" name:"StateList"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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        int64                                  `json:"TotalCount" xml:"TotalCount"`
	PageNumber        int64                                  `json:"PageNumber" xml:"PageNumber"`
	PageSize          int64                                  `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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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   int64                        `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int64                        `json:"PageNumber" xml:"PageNumber"`
	PageSize     int64                        `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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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   int64                        `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int64                        `json:"PageNumber" xml:"PageNumber"`
	PageSize     int64                        `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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageNumber           requests.Integer `position:"Query" name:"PageNumber"`
	PageSize             requests.Integer `position:"Query" name:"PageSize"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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            int64                                          `json:"TotalCount" xml:"TotalCount"`
	PageNumber            int64                                          `json:"PageNumber" xml:"PageNumber"`
	PageSize              int64                                          `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
	Key1                 string `position:"Query" name:"Key1"`
	Key2                 string `position:"Query" name:"Key2"`
	ResourceOwnerId      string `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string `position:"Query" name:"OwnerAccount"`
	OwnerId              string `position:"Query" name:"OwnerId"`
}

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 {
	MediaWorkflowId   string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	Count             string `json:"Count" xml:"Count"`
	MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
	Type              string `json:"Type" xml:"Type"`
	ActivityName      string `json:"ActivityName" xml:"ActivityName"`
	File              File   `json:"File" xml:"File"`
}

Snapshot is a nested struct in mts response

type SnapshotConfig ¶

type SnapshotConfig struct {
	Height         string         `json:"Height" xml:"Height"`
	Time           string         `json:"Time" xml:"Time"`
	Width          string         `json:"Width" xml:"Width"`
	Interval       string         `json:"Interval" xml:"Interval"`
	FrameType      string         `json:"FrameType" xml:"FrameType"`
	Num            string         `json:"Num" xml:"Num"`
	OutputFile     OutputFile     `json:"OutputFile" xml:"OutputFile"`
	TileOut        TileOut        `json:"TileOut" xml:"TileOut"`
	TileOutputFile TileOutputFile `json:"TileOutputFile" xml:"TileOutputFile"`
}

SnapshotConfig is a nested struct in mts response

type SnapshotJob ¶

type SnapshotJob struct {
	Message          string           `json:"Message" xml:"Message"`
	State            string           `json:"State" xml:"State"`
	Code             string           `json:"Code" xml:"Code"`
	PipelineId       string           `json:"PipelineId" xml:"PipelineId"`
	TileCount        string           `json:"TileCount" xml:"TileCount"`
	Count            string           `json:"Count" xml:"Count"`
	CreationTime     string           `json:"CreationTime" xml:"CreationTime"`
	Id               string           `json:"Id" xml:"Id"`
	UserData         string           `json:"UserData" xml:"UserData"`
	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 SpamAudio ¶

type SpamAudio struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	Text       string `json:"Text" xml:"Text"`
	Object     string `json:"Object" xml:"Object"`
}

SpamAudio is a nested struct in mts response

type SpamAudios ¶

type SpamAudios struct {
	SpamAudio []SpamAudio `json:"SpamAudio" xml:"SpamAudio"`
}

SpamAudios is a nested struct in mts response

type SpamOcr ¶

type SpamOcr struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
	Text       string `json:"Text" xml:"Text"`
}

SpamOcr is a nested struct in mts response

type SpamOcrs ¶

type SpamOcrs struct {
	SpamOcr []SpamOcr `json:"SpamOcr" xml:"SpamOcr"`
}

SpamOcrs is a nested struct in mts response

type SpamResult ¶

type SpamResult struct {
	SpamAudios SpamAudios `json:"SpamAudios" xml:"SpamAudios"`
	SpamTexts  SpamTexts  `json:"SpamTexts" xml:"SpamTexts"`
	SpamOcrs   SpamOcrs   `json:"SpamOcrs" xml:"SpamOcrs"`
}

SpamResult is a nested struct in mts response

type SpamText ¶

type SpamText struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Text       string `json:"Text" xml:"Text"`
}

SpamText is a nested struct in mts response

type SpamTexts ¶

type SpamTexts struct {
	SpamText []SpamText `json:"SpamText" xml:"SpamText"`
}

SpamTexts is a nested struct in mts response

type StopIProductionJobRequest ¶ added in v1.61.588

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

StopIProductionJobRequest is the request struct for api StopIProductionJob

func CreateStopIProductionJobRequest ¶ added in v1.61.588

func CreateStopIProductionJobRequest() (request *StopIProductionJobRequest)

CreateStopIProductionJobRequest creates a request to invoke StopIProductionJob API

type StopIProductionJobResponse ¶ added in v1.61.588

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

StopIProductionJobResponse is the response struct for api StopIProductionJob

func CreateStopIProductionJobResponse ¶ added in v1.61.588

func CreateStopIProductionJobResponse() (response *StopIProductionJobResponse)

CreateStopIProductionJobResponse creates a response to parse from StopIProductionJob response

type Streams ¶

type Streams struct {
	SubtitleStreamList SubtitleStreamListInListJob            `json:"SubtitleStreamList" xml:"SubtitleStreamList"`
	VideoStreamList    VideoStreamListInQueryMediaInfoJobList `json:"VideoStreamList" xml:"VideoStreamList"`
	AudioStreamList    AudioStreamListInListJob               `json:"AudioStreamList" xml:"AudioStreamList"`
}

Streams is a nested struct in mts response

type SubTask ¶ added in v1.61.122

type SubTask struct {
	Type    string `json:"Type" xml:"Type"`
	Code    string `json:"Code" xml:"Code"`
	Message string `json:"Message" xml:"Message"`
}

SubTask is a nested struct in mts response

type SubTaskInfo ¶ added in v1.61.122

type SubTaskInfo struct {
	SubTask []SubTask `json:"SubTask" xml:"SubTask"`
}

SubTaskInfo is a nested struct in mts response

type SubmitAnalysisJobRequest ¶

type SubmitAnalysisJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	AnalysisConfig       string           `position:"Query" name:"AnalysisConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             string           `position:"Query" name:"Priority"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	AnnotationConfig     string           `position:"Query" name:"AnnotationConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	AsrConfig            string           `position:"Query" name:"AsrConfig"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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 SubmitBeautifyJobsRequest ¶

type SubmitBeautifyJobsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	BeautifyConfig       string           `position:"Query" name:"BeautifyConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Async                requests.Boolean `position:"Query" name:"Async"`
}

SubmitBeautifyJobsRequest is the request struct for api SubmitBeautifyJobs

func CreateSubmitBeautifyJobsRequest ¶

func CreateSubmitBeautifyJobsRequest() (request *SubmitBeautifyJobsRequest)

CreateSubmitBeautifyJobsRequest creates a request to invoke SubmitBeautifyJobs API

type SubmitBeautifyJobsResponse ¶

type SubmitBeautifyJobsResponse struct {
	*responses.BaseResponse
	RequestId string                      `json:"RequestId" xml:"RequestId"`
	JobList   JobListInSubmitBeautifyJobs `json:"JobList" xml:"JobList"`
}

SubmitBeautifyJobsResponse is the response struct for api SubmitBeautifyJobs

func CreateSubmitBeautifyJobsResponse ¶

func CreateSubmitBeautifyJobsResponse() (response *SubmitBeautifyJobsResponse)

CreateSubmitBeautifyJobsResponse creates a response to parse from SubmitBeautifyJobs response

type SubmitComplexJobRequest ¶

type SubmitComplexJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TranscodeOutput      string           `position:"Query" name:"TranscodeOutput"`
	Inputs               string           `position:"Query" name:"Inputs"`
	OutputLocation       string           `position:"Query" name:"OutputLocation"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OutputBucket         string           `position:"Query" name:"OutputBucket"`
	ComplexConfigs       string           `position:"Query" name:"ComplexConfigs"`
}

SubmitComplexJobRequest is the request struct for api SubmitComplexJob

func CreateSubmitComplexJobRequest ¶

func CreateSubmitComplexJobRequest() (request *SubmitComplexJobRequest)

CreateSubmitComplexJobRequest creates a request to invoke SubmitComplexJob API

type SubmitComplexJobResponse ¶

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

SubmitComplexJobResponse is the response struct for api SubmitComplexJob

func CreateSubmitComplexJobResponse ¶

func CreateSubmitComplexJobResponse() (response *SubmitComplexJobResponse)

CreateSubmitComplexJobResponse creates a response to parse from SubmitComplexJob response

type SubmitCoverJobRequest ¶

type SubmitCoverJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CoverConfig          string           `position:"Query" name:"CoverConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OutputLocation       string           `position:"Query" name:"OutputLocation"`
	EditingInputs        string           `position:"Query" name:"EditingInputs"`
	EditingJobOutputs    string           `position:"Query" name:"EditingJobOutputs"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	OutputBucket         string           `position:"Query" name:"OutputBucket"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	FacerecogConfig      string           `position:"Query" name:"FacerecogConfig"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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 SubmitFpCompareJobRequest ¶

type SubmitFpCompareJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FpDBId               string           `position:"Query" name:"FpDBId"`
	MasterMedia          string           `position:"Query" name:"MasterMedia"`
	UserData             string           `position:"Query" name:"UserData"`
	QueryMedia           string           `position:"Query" name:"QueryMedia"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	MatchedFrameStorage  string           `position:"Query" name:"MatchedFrameStorage"`
}

SubmitFpCompareJobRequest is the request struct for api SubmitFpCompareJob

func CreateSubmitFpCompareJobRequest ¶

func CreateSubmitFpCompareJobRequest() (request *SubmitFpCompareJobRequest)

CreateSubmitFpCompareJobRequest creates a request to invoke SubmitFpCompareJob API

type SubmitFpCompareJobResponse ¶

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

SubmitFpCompareJobResponse is the response struct for api SubmitFpCompareJob

func CreateSubmitFpCompareJobResponse ¶

func CreateSubmitFpCompareJobResponse() (response *SubmitFpCompareJobResponse)

CreateSubmitFpCompareJobResponse creates a response to parse from SubmitFpCompareJob response

type SubmitFpShotJobRequest ¶

type SubmitFpShotJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	FpShotConfig         string           `position:"Query" name:"FpShotConfig"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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 SubmitIProductionJobRequest ¶ added in v1.61.122

type SubmitIProductionJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobParams            string           `position:"Query" name:"JobParams"`
	Output               string           `position:"Query" name:"Output"`
	UserData             string           `position:"Query" name:"UserData"`
	FunctionName         string           `position:"Query" name:"FunctionName"`
	NotifyUrl            string           `position:"Query" name:"NotifyUrl"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ModelId              string           `position:"Query" name:"ModelId"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
	ScheduleParams       string           `position:"Query" name:"ScheduleParams"`
}

SubmitIProductionJobRequest is the request struct for api SubmitIProductionJob

func CreateSubmitIProductionJobRequest ¶ added in v1.61.122

func CreateSubmitIProductionJobRequest() (request *SubmitIProductionJobRequest)

CreateSubmitIProductionJobRequest creates a request to invoke SubmitIProductionJob API

type SubmitIProductionJobResponse ¶ added in v1.61.122

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

SubmitIProductionJobResponse is the response struct for api SubmitIProductionJob

func CreateSubmitIProductionJobResponse ¶ added in v1.61.122

func CreateSubmitIProductionJobResponse() (response *SubmitIProductionJobResponse)

CreateSubmitIProductionJobResponse creates a response to parse from SubmitIProductionJob response

type SubmitImageQualityJobRequest ¶

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

SubmitImageQualityJobRequest is the request struct for api SubmitImageQualityJob

func CreateSubmitImageQualityJobRequest ¶

func CreateSubmitImageQualityJobRequest() (request *SubmitImageQualityJobRequest)

CreateSubmitImageQualityJobRequest creates a request to invoke SubmitImageQualityJob API

type SubmitImageQualityJobResponse ¶

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

SubmitImageQualityJobResponse is the response struct for api SubmitImageQualityJob

func CreateSubmitImageQualityJobResponse ¶

func CreateSubmitImageQualityJobResponse() (response *SubmitImageQualityJobResponse)

CreateSubmitImageQualityJobResponse creates a response to parse from SubmitImageQualityJob response

type SubmitImageSearchJobRequest ¶

type SubmitImageSearchJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FpDBId               string           `position:"Query" name:"FpDBId"`
	UserData             string           `position:"Query" name:"UserData"`
	InputVideo           string           `position:"Query" name:"InputVideo"`
	InputImage           string           `position:"Query" name:"InputImage"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Config               string           `position:"Query" name:"Config"`
}

SubmitImageSearchJobRequest is the request struct for api SubmitImageSearchJob

func CreateSubmitImageSearchJobRequest ¶

func CreateSubmitImageSearchJobRequest() (request *SubmitImageSearchJobRequest)

CreateSubmitImageSearchJobRequest creates a request to invoke SubmitImageSearchJob API

type SubmitImageSearchJobResponse ¶

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

SubmitImageSearchJobResponse is the response struct for api SubmitImageSearchJob

func CreateSubmitImageSearchJobResponse ¶

func CreateSubmitImageSearchJobResponse() (response *SubmitImageSearchJobResponse)

CreateSubmitImageSearchJobResponse creates a response to parse from SubmitImageSearchJob response

type SubmitJobsRequest ¶

type SubmitJobsRequest struct {
	*requests.RpcRequest
	Outputs              string           `position:"Query" name:"Outputs"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OutputLocation       string           `position:"Query" name:"OutputLocation"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
	OutputBucket         string           `position:"Query" name:"OutputBucket"`
}

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 SubmitMCJobRequest ¶

type SubmitMCJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Video                string           `position:"Query" name:"Video"`
	UserData             string           `position:"Query" name:"UserData"`
	Images               string           `position:"Query" name:"Images"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	CensorConfig         string           `position:"Query" name:"CensorConfig"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Texts                string           `position:"Query" name:"Texts"`
}

SubmitMCJobRequest is the request struct for api SubmitMCJob

func CreateSubmitMCJobRequest ¶

func CreateSubmitMCJobRequest() (request *SubmitMCJobRequest)

CreateSubmitMCJobRequest creates a request to invoke SubmitMCJob API

type SubmitMCJobResponse ¶

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

SubmitMCJobResponse is the response struct for api SubmitMCJob

func CreateSubmitMCJobResponse ¶

func CreateSubmitMCJobResponse() (response *SubmitMCJobResponse)

CreateSubmitMCJobResponse creates a response to parse from SubmitMCJob response

type SubmitMcuJobRequest ¶

type SubmitMcuJobRequest struct {
	*requests.RpcRequest
	Template             string           `position:"Query" name:"Template"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	TemplateId           string           `position:"Query" name:"TemplateId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

SubmitMcuJobRequest is the request struct for api SubmitMcuJob

func CreateSubmitMcuJobRequest ¶

func CreateSubmitMcuJobRequest() (request *SubmitMcuJobRequest)

CreateSubmitMcuJobRequest creates a request to invoke SubmitMcuJob API

type SubmitMcuJobResponse ¶

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

SubmitMcuJobResponse is the response struct for api SubmitMcuJob

func CreateSubmitMcuJobResponse ¶

func CreateSubmitMcuJobResponse() (response *SubmitMcuJobResponse)

CreateSubmitMcuJobResponse creates a response to parse from SubmitMcuJob response

type SubmitMediaCensorJobRequest ¶

type SubmitMediaCensorJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Description          string           `position:"Query" name:"Description"`
	Title                string           `position:"Query" name:"Title"`
	VideoCensorConfig    string           `position:"Query" name:"VideoCensorConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	CoverImages          string           `position:"Query" name:"CoverImages"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
	Barrages             string           `position:"Query" name:"Barrages"`
}

SubmitMediaCensorJobRequest is the request struct for api SubmitMediaCensorJob

func CreateSubmitMediaCensorJobRequest ¶

func CreateSubmitMediaCensorJobRequest() (request *SubmitMediaCensorJobRequest)

CreateSubmitMediaCensorJobRequest creates a request to invoke SubmitMediaCensorJob API

type SubmitMediaCensorJobResponse ¶

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

SubmitMediaCensorJobResponse is the response struct for api SubmitMediaCensorJob

func CreateSubmitMediaCensorJobResponse ¶

func CreateSubmitMediaCensorJobResponse() (response *SubmitMediaCensorJobResponse)

CreateSubmitMediaCensorJobResponse creates a response to parse from SubmitMediaCensorJob response

type SubmitMediaDetailJobRequest ¶

type SubmitMediaDetailJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
	MediaDetailConfig    string           `position:"Query" name:"MediaDetailConfig"`
}

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 SubmitMediaFpDeleteJobRequest ¶

type SubmitMediaFpDeleteJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FpDBId               string           `position:"Query" name:"FpDBId"`
	UserData             string           `position:"Query" name:"UserData"`
	PrimaryKey           string           `position:"Query" name:"PrimaryKey"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
}

SubmitMediaFpDeleteJobRequest is the request struct for api SubmitMediaFpDeleteJob

func CreateSubmitMediaFpDeleteJobRequest ¶

func CreateSubmitMediaFpDeleteJobRequest() (request *SubmitMediaFpDeleteJobRequest)

CreateSubmitMediaFpDeleteJobRequest creates a request to invoke SubmitMediaFpDeleteJob API

type SubmitMediaFpDeleteJobResponse ¶

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

SubmitMediaFpDeleteJobResponse is the response struct for api SubmitMediaFpDeleteJob

func CreateSubmitMediaFpDeleteJobResponse ¶

func CreateSubmitMediaFpDeleteJobResponse() (response *SubmitMediaFpDeleteJobResponse)

CreateSubmitMediaFpDeleteJobResponse creates a response to parse from SubmitMediaFpDeleteJob response

type SubmitMediaInfoJobRequest ¶

type SubmitMediaInfoJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
	Async                requests.Boolean `position:"Query" name:"Async"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
	PornConfig           string           `position:"Query" name:"PornConfig"`
}

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 SubmitSmarttagJobRequest ¶ added in v1.61.122

type SubmitSmarttagJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Title                string           `position:"Query" name:"Title"`
	Content              string           `position:"Query" name:"Content"`
	UserData             string           `position:"Query" name:"UserData"`
	NotifyUrl            string           `position:"Query" name:"NotifyUrl"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Params               string           `position:"Query" name:"Params"`
	TemplateId           string           `position:"Query" name:"TemplateId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	ContentType          string           `position:"Query" name:"ContentType"`
	Input                string           `position:"Query" name:"Input"`
	ContentAddr          string           `position:"Query" name:"ContentAddr"`
}

SubmitSmarttagJobRequest is the request struct for api SubmitSmarttagJob

func CreateSubmitSmarttagJobRequest ¶ added in v1.61.122

func CreateSubmitSmarttagJobRequest() (request *SubmitSmarttagJobRequest)

CreateSubmitSmarttagJobRequest creates a request to invoke SubmitSmarttagJob API

type SubmitSmarttagJobResponse ¶ added in v1.61.122

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

SubmitSmarttagJobResponse is the response struct for api SubmitSmarttagJob

func CreateSubmitSmarttagJobResponse ¶ added in v1.61.122

func CreateSubmitSmarttagJobResponse() (response *SubmitSmarttagJobResponse)

CreateSubmitSmarttagJobResponse creates a response to parse from SubmitSmarttagJob response

type SubmitSnapshotJobRequest ¶

type SubmitSnapshotJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	SnapshotConfig       string           `position:"Query" name:"SnapshotConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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 SubmitSubtitleJobRequest ¶

type SubmitSubtitleJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OutputConfig         string           `position:"Query" name:"OutputConfig"`
	InputConfig          string           `position:"Query" name:"InputConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
}

SubmitSubtitleJobRequest is the request struct for api SubmitSubtitleJob

func CreateSubmitSubtitleJobRequest ¶

func CreateSubmitSubtitleJobRequest() (request *SubmitSubtitleJobRequest)

CreateSubmitSubtitleJobRequest creates a request to invoke SubmitSubtitleJob API

type SubmitSubtitleJobResponse ¶

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

SubmitSubtitleJobResponse is the response struct for api SubmitSubtitleJob

func CreateSubmitSubtitleJobResponse ¶

func CreateSubmitSubtitleJobResponse() (response *SubmitSubtitleJobResponse)

CreateSubmitSubtitleJobResponse creates a response to parse from SubmitSubtitleJob response

type SubmitTagJobRequest ¶

type SubmitTagJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	TagConfig            string           `position:"Query" name:"TagConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TerrorismConfig      string           `position:"Query" name:"TerrorismConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	VideoGifConfig       string           `position:"Query" name:"VideoGifConfig"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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 SubmitVideoPoseJobRequest ¶

type SubmitVideoPoseJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OutputConfig         string           `position:"Query" name:"OutputConfig"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

SubmitVideoPoseJobRequest is the request struct for api SubmitVideoPoseJob

func CreateSubmitVideoPoseJobRequest ¶

func CreateSubmitVideoPoseJobRequest() (request *SubmitVideoPoseJobRequest)

CreateSubmitVideoPoseJobRequest creates a request to invoke SubmitVideoPoseJob API

type SubmitVideoPoseJobResponse ¶

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

SubmitVideoPoseJobResponse is the response struct for api SubmitVideoPoseJob

func CreateSubmitVideoPoseJobResponse ¶

func CreateSubmitVideoPoseJobResponse() (response *SubmitVideoPoseJobResponse)

CreateSubmitVideoPoseJobResponse creates a response to parse from SubmitVideoPoseJob response

type SubmitVideoSplitJobRequest ¶

type SubmitVideoSplitJobRequest struct {
	*requests.RpcRequest
	VideoSplitConfig     string           `position:"Query" name:"VideoSplitConfig"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserData             string           `position:"Query" name:"UserData"`
	VideoSummaryConfig   string           `position:"Query" name:"VideoSummaryConfig"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Input                string           `position:"Query" name:"Input"`
}

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 {
	SubtitleList    SubtitleListInListJob    `json:"SubtitleList" xml:"SubtitleList"`
	ExtSubtitleList ExtSubtitleListInListJob `json:"ExtSubtitleList" xml:"ExtSubtitleList"`
}

SubtitleConfig is a nested struct in mts response

type SubtitleJob ¶

type SubtitleJob struct {
	JobId       string `json:"JobId" xml:"JobId"`
	InputConfig string `json:"InputConfig" xml:"InputConfig"`
	UserData    string `json:"UserData" xml:"UserData"`
	State       string `json:"State" xml:"State"`
}

SubtitleJob 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 SubtitleListInQueryComplexJobList ¶

type SubtitleListInQueryComplexJobList struct {
	Subtitle []Subtitle `json:"Subtitle" xml:"Subtitle"`
}

SubtitleListInQueryComplexJobList 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 SubtitleListInSubmitComplexJob ¶

type SubtitleListInSubmitComplexJob struct {
	Subtitle []Subtitle `json:"Subtitle" xml:"Subtitle"`
}

SubtitleListInSubmitComplexJob 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 {
	StartTime      string `json:"StartTime" xml:"StartTime"`
	CodecName      string `json:"CodecName" xml:"CodecName"`
	Duration       string `json:"Duration" xml:"Duration"`
	CodecTimeBase  string `json:"CodecTimeBase" xml:"CodecTimeBase"`
	Timebase       string `json:"Timebase" xml:"Timebase"`
	CodecTag       string `json:"CodecTag" xml:"CodecTag"`
	CodecTagString string `json:"CodecTagString" xml:"CodecTagString"`
	CodecLongName  string `json:"CodecLongName" xml:"CodecLongName"`
	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 SubtitleStreamListInQueryComplexJobList ¶

type SubtitleStreamListInQueryComplexJobList struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInQueryComplexJobList 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 SubtitleStreamListInQueryVideoPoseJobList ¶

type SubtitleStreamListInQueryVideoPoseJobList struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInQueryVideoPoseJobList is a nested struct in mts response

type SubtitleStreamListInSubmitComplexJob ¶

type SubtitleStreamListInSubmitComplexJob struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInSubmitComplexJob 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 SubtitleStreamListInSubmitVideoPoseJob ¶

type SubtitleStreamListInSubmitVideoPoseJob struct {
	SubtitleStream []SubtitleStream `json:"SubtitleStream" xml:"SubtitleStream"`
}

SubtitleStreamListInSubmitVideoPoseJob 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 {
	MediaWorkflowId   string `json:"MediaWorkflowId" xml:"MediaWorkflowId"`
	MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"`
	Type              string `json:"Type" xml:"Type"`
	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 {
	Md5Support  bool `json:"Md5Support" xml:"Md5Support"`
	SizeSupport bool `json:"SizeSupport" xml:"SizeSupport"`
}

TS is a nested struct in mts response

type Tag ¶

type Tag struct {
	Time          string                     `json:"Time" xml:"Time"`
	ImageUrl      string                     `json:"ImageUrl" xml:"ImageUrl"`
	ImageId       string                     `json:"ImageId" xml:"ImageId"`
	FrameTagInfos FrameTagInfosInQueryMcuJob `json:"FrameTagInfos" xml:"FrameTagInfos"`
}

Tag 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 TagCustomPersonRequest ¶ added in v1.61.588

type TagCustomPersonRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PersonDescription    string           `position:"Query" name:"PersonDescription"`
	CategoryDescription  string           `position:"Query" name:"CategoryDescription"`
	PersonId             string           `position:"Query" name:"PersonId"`
	CategoryId           string           `position:"Query" name:"CategoryId"`
	PersonName           string           `position:"Query" name:"PersonName"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	CategoryName         string           `position:"Query" name:"CategoryName"`
}

TagCustomPersonRequest is the request struct for api TagCustomPerson

func CreateTagCustomPersonRequest ¶ added in v1.61.588

func CreateTagCustomPersonRequest() (request *TagCustomPersonRequest)

CreateTagCustomPersonRequest creates a request to invoke TagCustomPerson API

type TagCustomPersonResponse ¶ added in v1.61.588

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

TagCustomPersonResponse is the response struct for api TagCustomPerson

func CreateTagCustomPersonResponse ¶ added in v1.61.588

func CreateTagCustomPersonResponse() (response *TagCustomPersonResponse)

CreateTagCustomPersonResponse creates a response to parse from TagCustomPerson 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 TagResult ¶

type TagResult struct {
	Tag []Tag `json:"Tag" xml:"Tag"`
}

TagResult 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 {
	Height        string `json:"Height" xml:"Height"`
	Width         string `json:"Width" xml:"Width"`
	TailUrl       string `json:"TailUrl" xml:"TailUrl"`
	IsMergeAudio  bool   `json:"IsMergeAudio" xml:"IsMergeAudio"`
	Start         string `json:"Start" xml:"Start"`
	BgColor       string `json:"BgColor" xml:"BgColor"`
	BlendDuration string `json:"BlendDuration" xml:"BlendDuration"`
}

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 {
	TemplateId      string      `json:"TemplateId" xml:"TemplateId"`
	Name            string      `json:"Name" xml:"Name"`
	Terrorism       string      `json:"Terrorism" xml:"Terrorism"`
	TemplateName    string      `json:"TemplateName" xml:"TemplateName"`
	FaceCategoryIds string      `json:"FaceCategoryIds" xml:"FaceCategoryIds"`
	Contraband      string      `json:"Contraband" xml:"Contraband"`
	IsDefault       bool        `json:"IsDefault" xml:"IsDefault"`
	Qrcode          string      `json:"Qrcode" xml:"Qrcode"`
	Abuse           string      `json:"Abuse" xml:"Abuse"`
	Id              string      `json:"Id" xml:"Id"`
	Live            string      `json:"Live" xml:"Live"`
	AnalyseTypes    string      `json:"AnalyseTypes" xml:"AnalyseTypes"`
	Industry        string      `json:"Industry" xml:"Industry"`
	Spam            string      `json:"Spam" xml:"Spam"`
	Ad              string      `json:"Ad" xml:"Ad"`
	State           string      `json:"State" xml:"State"`
	Scene           string      `json:"Scene" xml:"Scene"`
	Porn            string      `json:"Porn" xml:"Porn"`
	Politics        string      `json:"Politics" xml:"Politics"`
	MuxConfig       MuxConfig   `json:"MuxConfig" xml:"MuxConfig"`
	Audio           Audio       `json:"Audio" xml:"Audio"`
	TransConfig     TransConfig `json:"TransConfig" xml:"TransConfig"`
	Video           Video       `json:"Video" xml:"Video"`
	Container       Container   `json:"Container" xml:"Container"`
}

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 TemplateListInQueryMCTemplateList ¶

type TemplateListInQueryMCTemplateList struct {
	Template []Template `json:"Template" xml:"Template"`
}

TemplateListInQueryMCTemplateList 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 TemplatesInQueryMcuTemplate ¶ added in v1.61.588

type TemplatesInQueryMcuTemplate struct {
	Job []Job `json:"Job" xml:"Job"`
}

TemplatesInQueryMcuTemplate is a nested struct in mts response

type TemplatesInQuerySmarttagTemplateList ¶ added in v1.61.588

type TemplatesInQuerySmarttagTemplateList struct {
	Template []Template `json:"Template" xml:"Template"`
}

TemplatesInQuerySmarttagTemplateList is a nested struct in mts response

type TerrorismAudio ¶

type TerrorismAudio struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	Text       string `json:"Text" xml:"Text"`
	Object     string `json:"Object" xml:"Object"`
}

TerrorismAudio is a nested struct in mts response

type TerrorismAudios ¶

type TerrorismAudios struct {
	TerrorismAudio []TerrorismAudio `json:"TerrorismAudio" xml:"TerrorismAudio"`
}

TerrorismAudios 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 TerrorismImage ¶

type TerrorismImage struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Url        string `json:"Url" xml:"Url"`
	Text       string `json:"Text" xml:"Text"`
}

TerrorismImage is a nested struct in mts response

type TerrorismImages ¶

type TerrorismImages struct {
	TerrorismImage []TerrorismImage `json:"TerrorismImage" xml:"TerrorismImage"`
}

TerrorismImages 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 TerrorismOcr ¶

type TerrorismOcr struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
	Text       string `json:"Text" xml:"Text"`
}

TerrorismOcr is a nested struct in mts response

type TerrorismOcrs ¶

type TerrorismOcrs struct {
	TerrorismOcr []TerrorismOcr `json:"TerrorismOcr" xml:"TerrorismOcr"`
}

TerrorismOcrs is a nested struct in mts response

type TerrorismResult ¶

type TerrorismResult struct {
	TerrorismVideos TerrorismVideos `json:"TerrorismVideos" xml:"TerrorismVideos"`
	TerrorismAudios TerrorismAudios `json:"TerrorismAudios" xml:"TerrorismAudios"`
	TerrorismTexts  TerrorismTexts  `json:"TerrorismTexts" xml:"TerrorismTexts"`
	TerrorismImages TerrorismImages `json:"TerrorismImages" xml:"TerrorismImages"`
	TerrorismOcrs   TerrorismOcrs   `json:"TerrorismOcrs" xml:"TerrorismOcrs"`
}

TerrorismResult is a nested struct in mts response

type TerrorismText ¶

type TerrorismText struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Text       string `json:"Text" xml:"Text"`
}

TerrorismText is a nested struct in mts response

type TerrorismTexts ¶

type TerrorismTexts struct {
	TerrorismText []TerrorismText `json:"TerrorismText" xml:"TerrorismText"`
}

TerrorismTexts 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 TerrorismVideo ¶

type TerrorismVideo struct {
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Score      string `json:"Score" xml:"Score"`
	Time       string `json:"Time" xml:"Time"`
	Object     string `json:"Object" xml:"Object"`
}

TerrorismVideo is a nested struct in mts response

type TerrorismVideos ¶

type TerrorismVideos struct {
	TerrorismVideo []TerrorismVideo `json:"TerrorismVideo" xml:"TerrorismVideo"`
}

TerrorismVideos is a nested struct in mts response

type TileOut ¶

type TileOut struct {
	Margin        string `json:"Margin" xml:"Margin"`
	IsKeepCellPic string `json:"IsKeepCellPic" xml:"IsKeepCellPic"`
	CellWidth     string `json:"CellWidth" xml:"CellWidth"`
	CellHeight    string `json:"CellHeight" xml:"CellHeight"`
	CellSelStep   string `json:"CellSelStep" xml:"CellSelStep"`
	Lines         string `json:"Lines" xml:"Lines"`
	Columns       string `json:"Columns" xml:"Columns"`
	Padding       string `json:"Padding" xml:"Padding"`
	Color         string `json:"Color" xml:"Color"`
}

TileOut is a nested struct in mts response

type TileOutputFile ¶

type TileOutputFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
	Location string `json:"Location" xml:"Location"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
}

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 {
	Duration       string                         `json:"Duration" xml:"Duration"`
	Start          string                         `json:"Start" xml:"Start"`
	TimelineConfig TimelineConfig                 `json:"TimelineConfig" xml:"TimelineConfig"`
	TrackList      TrackListInQueryComplexJobList `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 {
	Samplerate    string `json:"Samplerate" xml:"Samplerate"`
	ChannelLayout string `json:"ChannelLayout" xml:"ChannelLayout"`
	Channels      string `json:"Channels" xml:"Channels"`
}

TimelineConfigAudio is a nested struct in mts response

type TimelineConfigVideo ¶

type TimelineConfigVideo struct {
	Height         string `json:"Height" xml:"Height"`
	Width          string `json:"Width" xml:"Width"`
	ReclosePrec    string `json:"ReclosePrec" xml:"ReclosePrec"`
	Fps            string `json:"Fps" xml:"Fps"`
	IsOneTrackData string `json:"IsOneTrackData" xml:"IsOneTrackData"`
	RenderRatio    string `json:"RenderRatio" xml:"RenderRatio"`
	BgColor        string `json:"BgColor" xml:"BgColor"`
	IsGpuData      string `json:"IsGpuData" xml:"IsGpuData"`
}

TimelineConfigVideo is a nested struct in mts response

type TitleCensorResult ¶

type TitleCensorResult struct {
	Label      string `json:"Label" xml:"Label"`
	Suggestion string `json:"Suggestion" xml:"Suggestion"`
	Scene      string `json:"Scene" xml:"Scene"`
	Rate       string `json:"Rate" xml:"Rate"`
}

TitleCensorResult is a nested struct in mts response

type Top ¶

type Top struct {
	Score     string `json:"Score" xml:"Score"`
	Timestamp string `json:"Timestamp" xml:"Timestamp"`
	Label     string `json:"Label" xml:"Label"`
	Object    string `json:"Object" xml:"Object"`
	Index     string `json:"Index" xml:"Index"`
}

Top is a nested struct in mts response

type Track ¶

type Track struct {
	Order string                     `json:"Order" xml:"Order"`
	Id    string                     `json:"Id" xml:"Id"`
	Type  string                     `json:"Type" xml:"Type"`
	Clips ClipsInQueryComplexJobList `json:"Clips" xml:"Clips"`
}

Track is a nested struct in mts response

type TrackListInQueryComplexJobList ¶

type TrackListInQueryComplexJobList struct {
	Track []Track `json:"Track" xml:"Track"`
}

TrackListInQueryComplexJobList 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 TrackListInSubmitComplexJob ¶

type TrackListInSubmitComplexJob struct {
	Track []Track `json:"Track" xml:"Track"`
}

TrackListInSubmitComplexJob 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 {
	IsCheckResoFail         string `json:"IsCheckResoFail" xml:"IsCheckResoFail"`
	AdjDarMethod            string `json:"AdjDarMethod" xml:"AdjDarMethod"`
	IsCheckAudioBitrate     string `json:"IsCheckAudioBitrate" xml:"IsCheckAudioBitrate"`
	Duration                string `json:"Duration" xml:"Duration"`
	IsCheckReso             string `json:"IsCheckReso" xml:"IsCheckReso"`
	IsCheckAudioBitrateFail string `json:"IsCheckAudioBitrateFail" xml:"IsCheckAudioBitrateFail"`
	IsCheckVideoBitrate     string `json:"IsCheckVideoBitrate" xml:"IsCheckVideoBitrate"`
	TransMode               string `json:"TransMode" xml:"TransMode"`
	IsCheckVideoBitrateFail string `json:"IsCheckVideoBitrateFail" xml:"IsCheckVideoBitrateFail"`
}

TransConfig is a nested struct in mts response

type TranscodeOutput ¶

type TranscodeOutput struct {
	TemplateId             string                             `json:"TemplateId" xml:"TemplateId"`
	DeWatermark            string                             `json:"DeWatermark" xml:"DeWatermark"`
	MergeConfigUrl         string                             `json:"MergeConfigUrl" xml:"MergeConfigUrl"`
	UserData               string                             `json:"UserData" xml:"UserData"`
	Priority               string                             `json:"Priority" xml:"Priority"`
	Rotate                 string                             `json:"Rotate" xml:"Rotate"`
	AudioStreamMap         string                             `json:"AudioStreamMap" xml:"AudioStreamMap"`
	WaterMarkConfigUrl     string                             `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"`
	VideoStreamMap         string                             `json:"VideoStreamMap" xml:"VideoStreamMap"`
	Properties             Properties                         `json:"Properties" xml:"Properties"`
	M3U8NonStandardSupport M3U8NonStandardSupport             `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"`
	DigiWaterMark          DigiWaterMark                      `json:"DigiWaterMark" xml:"DigiWaterMark"`
	Audio                  Audio                              `json:"Audio" xml:"Audio"`
	Video                  Video                              `json:"Video" xml:"Video"`
	SubtitleConfig         SubtitleConfig                     `json:"SubtitleConfig" xml:"SubtitleConfig"`
	Clip                   Clip                               `json:"Clip" xml:"Clip"`
	MuxConfig              MuxConfig                          `json:"MuxConfig" xml:"MuxConfig"`
	Container              Container                          `json:"Container" xml:"Container"`
	OutputFile             OutputFile                         `json:"OutputFile" xml:"OutputFile"`
	TransConfig            TransConfig                        `json:"TransConfig" xml:"TransConfig"`
	Encryption             Encryption                         `json:"Encryption" xml:"Encryption"`
	SuperReso              SuperReso                          `json:"SuperReso" xml:"SuperReso"`
	WaterMarkList          WaterMarkListInQueryComplexJobList `json:"WaterMarkList" xml:"WaterMarkList"`
	MergeList              MergeListInQueryComplexJobList     `json:"MergeList" xml:"MergeList"`
}

TranscodeOutput is a nested struct in mts response

type UnbindInputBucketRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Bucket               string           `position:"Query" name:"Bucket"`
}

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 UnregisterCustomFaceRequest ¶ added in v1.61.588

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

UnregisterCustomFaceRequest is the request struct for api UnregisterCustomFace

func CreateUnregisterCustomFaceRequest ¶ added in v1.61.588

func CreateUnregisterCustomFaceRequest() (request *UnregisterCustomFaceRequest)

CreateUnregisterCustomFaceRequest creates a request to invoke UnregisterCustomFace API

type UnregisterCustomFaceResponse ¶ added in v1.61.588

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

UnregisterCustomFaceResponse is the response struct for api UnregisterCustomFace

func CreateUnregisterCustomFaceResponse ¶ added in v1.61.588

func CreateUnregisterCustomFaceResponse() (response *UnregisterCustomFaceResponse)

CreateUnregisterCustomFaceResponse creates a response to parse from UnregisterCustomFace response

type UpdateAsrPipelineRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CateId               string           `position:"Query" name:"CateId"`
	CateName             string           `position:"Query" name:"CateName"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Role                 string           `position:"Query" name:"Role"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
}

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 UpdateMCTemplateRequest ¶

type UpdateMCTemplateRequest struct {
	*requests.RpcRequest
	Politics             string           `position:"Query" name:"Politics"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Abuse                string           `position:"Query" name:"Abuse"`
	Qrcode               string           `position:"Query" name:"Qrcode"`
	Porn                 string           `position:"Query" name:"Porn"`
	Terrorism            string           `position:"Query" name:"Terrorism"`
	Live                 string           `position:"Query" name:"Live"`
	Contraband           string           `position:"Query" name:"Contraband"`
	Ad                   string           `position:"Query" name:"Ad"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	TemplateId           string           `position:"Query" name:"TemplateId"`
	Name                 string           `position:"Query" name:"Name"`
	Spam                 string           `position:"Query" name:"spam"`
}

UpdateMCTemplateRequest is the request struct for api UpdateMCTemplate

func CreateUpdateMCTemplateRequest ¶

func CreateUpdateMCTemplateRequest() (request *UpdateMCTemplateRequest)

CreateUpdateMCTemplateRequest creates a request to invoke UpdateMCTemplate API

type UpdateMCTemplateResponse ¶

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

UpdateMCTemplateResponse is the response struct for api UpdateMCTemplate

func CreateUpdateMCTemplateResponse ¶

func CreateUpdateMCTemplateResponse() (response *UpdateMCTemplateResponse)

CreateUpdateMCTemplateResponse creates a response to parse from UpdateMCTemplate response

type UpdateMcuTemplateRequest ¶

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

UpdateMcuTemplateRequest is the request struct for api UpdateMcuTemplate

func CreateUpdateMcuTemplateRequest ¶

func CreateUpdateMcuTemplateRequest() (request *UpdateMcuTemplateRequest)

CreateUpdateMcuTemplateRequest creates a request to invoke UpdateMcuTemplate API

type UpdateMcuTemplateResponse ¶

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

UpdateMcuTemplateResponse is the response struct for api UpdateMcuTemplate

func CreateUpdateMcuTemplateResponse ¶

func CreateUpdateMcuTemplateResponse() (response *UpdateMcuTemplateResponse)

CreateUpdateMcuTemplateResponse creates a response to parse from UpdateMcuTemplate response

type UpdateMediaCategoryRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CoverURL             string           `position:"Query" name:"CoverURL"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	Publish              requests.Boolean `position:"Query" name:"Publish"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Description          string           `position:"Query" name:"Description"`
	Title                string           `position:"Query" name:"Title"`
	CoverURL             string           `position:"Query" name:"CoverURL"`
	CateId               requests.Integer `position:"Query" name:"CateId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	MediaId              string           `position:"Query" name:"MediaId"`
	Tags                 string           `position:"Query" name:"Tags"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	Topology             string           `position:"Query" name:"Topology"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	MediaWorkflowId      string           `position:"Query" name:"MediaWorkflowId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	TriggerMode          string           `position:"Query" name:"TriggerMode"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Role                 string           `position:"Query" name:"Role"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
}

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 UpdateSmarttagTemplateRequest ¶ added in v1.61.588

type UpdateSmarttagTemplateRequest struct {
	*requests.RpcRequest
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Industry             string           `position:"Query" name:"Industry"`
	Scene                string           `position:"Query" name:"Scene"`
	TemplateName         string           `position:"Query" name:"TemplateName"`
	IsDefault            requests.Boolean `position:"Query" name:"IsDefault"`
	FaceCategoryIds      string           `position:"Query" name:"FaceCategoryIds"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	TemplateId           string           `position:"Query" name:"TemplateId"`
	AnalyseTypes         string           `position:"Query" name:"AnalyseTypes"`
}

UpdateSmarttagTemplateRequest is the request struct for api UpdateSmarttagTemplate

func CreateUpdateSmarttagTemplateRequest ¶ added in v1.61.588

func CreateUpdateSmarttagTemplateRequest() (request *UpdateSmarttagTemplateRequest)

CreateUpdateSmarttagTemplateRequest creates a request to invoke UpdateSmarttagTemplate API

type UpdateSmarttagTemplateResponse ¶ added in v1.61.588

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

UpdateSmarttagTemplateResponse is the response struct for api UpdateSmarttagTemplate

func CreateUpdateSmarttagTemplateResponse ¶ added in v1.61.588

func CreateUpdateSmarttagTemplateResponse() (response *UpdateSmarttagTemplateResponse)

CreateUpdateSmarttagTemplateResponse creates a response to parse from UpdateSmarttagTemplate response

type UpdateTemplateRequest ¶

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

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	State                string           `position:"Query" name:"State"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	NotifyConfig         string           `position:"Query" name:"NotifyConfig"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Priority             requests.Integer `position:"Query" name:"Priority"`
	PipelineId           string           `position:"Query" name:"PipelineId"`
	Name                 string           `position:"Query" name:"Name"`
}

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
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	WaterMarkTemplateId  string           `position:"Query" name:"WaterMarkTemplateId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	OwnerAccount         string           `position:"Query" name:"OwnerAccount"`
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	Name                 string           `position:"Query" name:"Name"`
	Config               string           `position:"Query" name:"Config"`
}

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 VensorCensorResult ¶

type VensorCensorResult struct {
	NextPageToken  string                                    `json:"NextPageToken" xml:"NextPageToken"`
	VideoTimelines VideoTimelinesInQueryMediaCensorJobDetail `json:"VideoTimelines" xml:"VideoTimelines"`
	CensorResults  CensorResultsInQueryMediaCensorJobDetail  `json:"CensorResults" xml:"CensorResults"`
}

VensorCensorResult is a nested struct in mts response

type Video ¶

type Video struct {
	Height        string     `json:"Height" xml:"Height"`
	Preset        string     `json:"Preset" xml:"Preset"`
	MaxFps        string     `json:"MaxFps" xml:"MaxFps"`
	Gop           string     `json:"Gop" xml:"Gop"`
	Qscale        string     `json:"Qscale" xml:"Qscale"`
	LongShortMode string     `json:"LongShortMode" xml:"LongShortMode"`
	Profile       string     `json:"Profile" xml:"Profile"`
	Fps           string     `json:"Fps" xml:"Fps"`
	Bitrate       string     `json:"Bitrate" xml:"Bitrate"`
	Bufsize       string     `json:"Bufsize" xml:"Bufsize"`
	PixFmt        string     `json:"PixFmt" xml:"PixFmt"`
	Remove        string     `json:"Remove" xml:"Remove"`
	Crop          string     `json:"Crop" xml:"Crop"`
	Crf           string     `json:"Crf" xml:"Crf"`
	ScanMode      string     `json:"ScanMode" xml:"ScanMode"`
	Width         string     `json:"Width" xml:"Width"`
	ResoPriority  string     `json:"ResoPriority" xml:"ResoPriority"`
	Codec         string     `json:"Codec" xml:"Codec"`
	Maxrate       string     `json:"Maxrate" xml:"Maxrate"`
	Degrain       string     `json:"Degrain" xml:"Degrain"`
	Pad           string     `json:"Pad" xml:"Pad"`
	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 VideoCensorConfig ¶

type VideoCensorConfig struct {
	BizType     string     `json:"BizType" xml:"BizType"`
	VideoCensor string     `json:"VideoCensor" xml:"VideoCensor"`
	OutputFile  OutputFile `json:"OutputFile" xml:"OutputFile"`
}

VideoCensorConfig 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 VideoFile ¶

type VideoFile struct {
	Bucket   string `json:"Bucket" xml:"Bucket"`
	Object   string `json:"Object" xml:"Object"`
	Location string `json:"Location" xml:"Location"`
	RoleArn  string `json:"RoleArn" xml:"RoleArn"`
}

VideoFile 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 VideoPoseJob ¶

type VideoPoseJob struct {
	JobId            string           `json:"JobId" xml:"JobId"`
	PipelineId       string           `json:"PipelineId" xml:"PipelineId"`
	UserData         string           `json:"UserData" xml:"UserData"`
	State            string           `json:"State" xml:"State"`
	Input            Input            `json:"Input" xml:"Input"`
	OutputConfig     OutputConfig     `json:"OutputConfig" xml:"OutputConfig"`
	Properties       Properties       `json:"Properties" xml:"Properties"`
	MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"`
}

VideoPoseJob 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 {
	Height         string      `json:"Height" xml:"Height"`
	Dar            string      `json:"Dar" xml:"Dar"`
	NumFrames      string      `json:"NumFrames" xml:"NumFrames"`
	CodecName      string      `json:"CodecName" xml:"CodecName"`
	Profile        string      `json:"Profile" xml:"Profile"`
	Fps            string      `json:"Fps" xml:"Fps"`
	Timebase       string      `json:"Timebase" xml:"Timebase"`
	Bitrate        string      `json:"Bitrate" xml:"Bitrate"`
	Sar            string      `json:"Sar" xml:"Sar"`
	Level          string      `json:"Level" xml:"Level"`
	PixFmt         string      `json:"PixFmt" xml:"PixFmt"`
	CodecTag       string      `json:"CodecTag" xml:"CodecTag"`
	CodecTagString string      `json:"CodecTagString" xml:"CodecTagString"`
	Index          string      `json:"Index" xml:"Index"`
	Lang           string      `json:"Lang" xml:"Lang"`
	HasBFrames     string      `json:"HasBFrames" xml:"HasBFrames"`
	Width          string      `json:"Width" xml:"Width"`
	StartTime      string      `json:"StartTime" xml:"StartTime"`
	Rotate         string      `json:"Rotate" xml:"Rotate"`
	Duration       string      `json:"Duration" xml:"Duration"`
	CodecTimeBase  string      `json:"CodecTimeBase" xml:"CodecTimeBase"`
	CodecLongName  string      `json:"CodecLongName" xml:"CodecLongName"`
	AvgFPS         string      `json:"AvgFPS" xml:"AvgFPS"`
	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 VideoStreamListInQueryComplexJobList ¶

type VideoStreamListInQueryComplexJobList struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInQueryComplexJobList 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 VideoStreamListInQueryVideoPoseJobList ¶

type VideoStreamListInQueryVideoPoseJobList struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInQueryVideoPoseJobList is a nested struct in mts response

type VideoStreamListInSubmitComplexJob ¶

type VideoStreamListInSubmitComplexJob struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInSubmitComplexJob 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 VideoStreamListInSubmitVideoPoseJob ¶

type VideoStreamListInSubmitVideoPoseJob struct {
	VideoStream []VideoStream `json:"VideoStream" xml:"VideoStream"`
}

VideoStreamListInSubmitVideoPoseJob 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 VideoTimeline ¶

type VideoTimeline struct {
	Timestamp     string                                   `json:"Timestamp" xml:"Timestamp"`
	Object        string                                   `json:"Object" xml:"Object"`
	CensorResults CensorResultsInQueryMediaCensorJobDetail `json:"CensorResults" xml:"CensorResults"`
}

VideoTimeline is a nested struct in mts response

type VideoTimelinesInQueryMediaCensorJobDetail ¶

type VideoTimelinesInQueryMediaCensorJobDetail struct {
	VideoTimeline []VideoTimeline `json:"VideoTimeline" xml:"VideoTimeline"`
}

VideoTimelinesInQueryMediaCensorJobDetail is a nested struct in mts response

type VideoTimelinesInQueryMediaCensorJobList ¶

type VideoTimelinesInQueryMediaCensorJobList struct {
	VideoTimeline []VideoTimeline `json:"VideoTimeline" xml:"VideoTimeline"`
}

VideoTimelinesInQueryMediaCensorJobList 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 {
	Height              string    `json:"Height" xml:"Height"`
	Width               string    `json:"Width" xml:"Width"`
	Dx                  string    `json:"Dx" xml:"Dx"`
	Dy                  string    `json:"Dy" xml:"Dy"`
	WaterMarkTemplateId string    `json:"WaterMarkTemplateId" xml:"WaterMarkTemplateId"`
	ReferPos            string    `json:"ReferPos" xml:"ReferPos"`
	Type                string    `json:"Type" xml:"Type"`
	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 WaterMarkListInQueryComplexJobList ¶

type WaterMarkListInQueryComplexJobList struct {
	WaterMark []WaterMark `json:"WaterMark" xml:"WaterMark"`
}

WaterMarkListInQueryComplexJobList 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 WaterMarkListInSubmitComplexJob ¶

type WaterMarkListInSubmitComplexJob struct {
	WaterMark []WaterMark `json:"WaterMark" xml:"WaterMark"`
}

WaterMarkListInSubmitComplexJob 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 {
	Name       string     `json:"Name" xml:"Name"`
	Height     string     `json:"Height" xml:"Height"`
	Width      string     `json:"Width" xml:"Width"`
	State      string     `json:"State" xml:"State"`
	Dx         string     `json:"Dx" xml:"Dx"`
	Dy         string     `json:"Dy" xml:"Dy"`
	Id         string     `json:"Id" xml:"Id"`
	ReferPos   string     `json:"ReferPos" xml:"ReferPos"`
	Type       string     `json:"Type" xml:"Type"`
	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