Documentation ¶
Index ¶
- Variables
- func GetEndpointMap() map[string]string
- func GetEndpointType() string
- func SetClientProperty(client *Client, propertyName string, propertyValue interface{})
- func SetEndpointDataToClient(client *Client)
- type AbuseAudio
- type AbuseAudios
- type AbuseOcr
- type AbuseOcrs
- type AbuseResult
- type AbuseText
- type AbuseTexts
- type ActivateMediaWorkflowRequest
- type ActivateMediaWorkflowResponse
- type Activity
- type ActivityListInListMediaWorkflowExecutions
- type ActivityListInQueryMediaWorkflowExecutionList
- type AdAudio
- type AdAudios
- type AdImage
- type AdImages
- type AdOcr
- type AdOcrs
- type AdResult
- type AdText
- type AdTexts
- type AdVideo
- type AdVideos
- type AddAsrPipelineRequest
- type AddAsrPipelineResponse
- type AddCategoryRequest
- type AddCategoryResponse
- type AddCensorPipelineRequest
- type AddCensorPipelineResponse
- type AddCoverPipelineRequest
- type AddCoverPipelineResponse
- type AddMCTemplateRequest
- type AddMCTemplateResponse
- type AddMediaRequest
- type AddMediaResponse
- type AddMediaTagRequest
- type AddMediaTagResponse
- type AddMediaWorkflowRequest
- type AddMediaWorkflowResponse
- type AddPipelineRequest
- type AddPipelineResponse
- type AddPornPipelineRequest
- type AddPornPipelineResponse
- type AddSmarttagTemplateRequest
- type AddSmarttagTemplateResponse
- type AddTemplateRequest
- type AddTemplateResponse
- type AddTerrorismPipelineRequest
- type AddTerrorismPipelineResponse
- type AddWaterMarkTemplateRequest
- type AddWaterMarkTemplateResponse
- type Amix
- type AmixList
- type AnalysisConfig
- type AnalysisJob
- type AnalysisJobList
- type Annotation
- type AnnotationJob
- type AnnotationJobList
- type Annotations
- type AsrConfig
- type AsrResult
- type AsrText
- type AsrTextListInQueryAsrJobList
- type AsrTextListInQueryMcuJob
- type Audio
- type AudioFpShots
- type AudioStream
- type AudioStreamListInListJob
- type AudioStreamListInQueryComplexJobList
- type AudioStreamListInQueryEditingJobList
- type AudioStreamListInQueryJobList
- type AudioStreamListInQueryMediaInfoJobList
- type AudioStreamListInQueryMediaList
- type AudioStreamListInQueryMediaListByURL
- type AudioStreamListInQueryVideoPoseJobList
- type AudioStreamListInSubmitComplexJob
- type AudioStreamListInSubmitEditingJobs
- type AudioStreamListInSubmitJobs
- type AudioStreamListInSubmitMediaInfoJob
- type AudioStreamListInSubmitVideoPoseJob
- type BarrageCensorResult
- type BeautifyConfig
- type BindInputBucketRequest
- type BindInputBucketResponse
- type BindOutputBucketRequest
- type BindOutputBucketResponse
- type BitrateBnd
- type CancelJobRequest
- type CancelJobResponse
- type CategoriesInListCustomPersons
- type CategoriesInQueryMcuJob
- type Category
- type CategoryList
- type CategoryResult
- type CategoryTreeRequest
- type CategoryTreeResponse
- type CelebritiesInQueryMcuJob
- type CelebritiesInQueryMediaDetailJobList
- type Celebrity
- type CensorConfig
- type CensorJob
- type CensorJobList
- type CensorPornResult
- type CensorResult
- type CensorResultsInQueryMediaCensorJobDetail
- type CensorResultsInQueryMediaCensorJobList
- type CensorTerrorismResult
- type CheckResourceRequest
- type CheckResourceResponse
- type Client
- func NewClient() (client *Client, err error)
- func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
- func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)
- func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
- func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
- func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
- func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error)
- func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
- func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
- func (client *Client) ActivateMediaWorkflow(request *ActivateMediaWorkflowRequest) (response *ActivateMediaWorkflowResponse, err error)
- func (client *Client) ActivateMediaWorkflowWithCallback(request *ActivateMediaWorkflowRequest, ...) <-chan int
- func (client *Client) ActivateMediaWorkflowWithChan(request *ActivateMediaWorkflowRequest) (<-chan *ActivateMediaWorkflowResponse, <-chan error)
- func (client *Client) AddAsrPipeline(request *AddAsrPipelineRequest) (response *AddAsrPipelineResponse, err error)
- func (client *Client) AddAsrPipelineWithCallback(request *AddAsrPipelineRequest, ...) <-chan int
- func (client *Client) AddAsrPipelineWithChan(request *AddAsrPipelineRequest) (<-chan *AddAsrPipelineResponse, <-chan error)
- func (client *Client) AddCategory(request *AddCategoryRequest) (response *AddCategoryResponse, err error)
- func (client *Client) AddCategoryWithCallback(request *AddCategoryRequest, ...) <-chan int
- func (client *Client) AddCategoryWithChan(request *AddCategoryRequest) (<-chan *AddCategoryResponse, <-chan error)
- func (client *Client) AddCensorPipeline(request *AddCensorPipelineRequest) (response *AddCensorPipelineResponse, err error)
- func (client *Client) AddCensorPipelineWithCallback(request *AddCensorPipelineRequest, ...) <-chan int
- func (client *Client) AddCensorPipelineWithChan(request *AddCensorPipelineRequest) (<-chan *AddCensorPipelineResponse, <-chan error)
- func (client *Client) AddCoverPipeline(request *AddCoverPipelineRequest) (response *AddCoverPipelineResponse, err error)
- func (client *Client) AddCoverPipelineWithCallback(request *AddCoverPipelineRequest, ...) <-chan int
- func (client *Client) AddCoverPipelineWithChan(request *AddCoverPipelineRequest) (<-chan *AddCoverPipelineResponse, <-chan error)
- func (client *Client) AddMCTemplate(request *AddMCTemplateRequest) (response *AddMCTemplateResponse, err error)
- func (client *Client) AddMCTemplateWithCallback(request *AddMCTemplateRequest, ...) <-chan int
- func (client *Client) AddMCTemplateWithChan(request *AddMCTemplateRequest) (<-chan *AddMCTemplateResponse, <-chan error)
- func (client *Client) AddMedia(request *AddMediaRequest) (response *AddMediaResponse, err error)
- func (client *Client) AddMediaTag(request *AddMediaTagRequest) (response *AddMediaTagResponse, err error)
- func (client *Client) AddMediaTagWithCallback(request *AddMediaTagRequest, ...) <-chan int
- func (client *Client) AddMediaTagWithChan(request *AddMediaTagRequest) (<-chan *AddMediaTagResponse, <-chan error)
- func (client *Client) AddMediaWithCallback(request *AddMediaRequest, callback func(response *AddMediaResponse, err error)) <-chan int
- func (client *Client) AddMediaWithChan(request *AddMediaRequest) (<-chan *AddMediaResponse, <-chan error)
- func (client *Client) AddMediaWorkflow(request *AddMediaWorkflowRequest) (response *AddMediaWorkflowResponse, err error)
- func (client *Client) AddMediaWorkflowWithCallback(request *AddMediaWorkflowRequest, ...) <-chan int
- func (client *Client) AddMediaWorkflowWithChan(request *AddMediaWorkflowRequest) (<-chan *AddMediaWorkflowResponse, <-chan error)
- func (client *Client) AddPipeline(request *AddPipelineRequest) (response *AddPipelineResponse, err error)
- func (client *Client) AddPipelineWithCallback(request *AddPipelineRequest, ...) <-chan int
- func (client *Client) AddPipelineWithChan(request *AddPipelineRequest) (<-chan *AddPipelineResponse, <-chan error)
- func (client *Client) AddPornPipeline(request *AddPornPipelineRequest) (response *AddPornPipelineResponse, err error)
- func (client *Client) AddPornPipelineWithCallback(request *AddPornPipelineRequest, ...) <-chan int
- func (client *Client) AddPornPipelineWithChan(request *AddPornPipelineRequest) (<-chan *AddPornPipelineResponse, <-chan error)
- func (client *Client) AddSmarttagTemplate(request *AddSmarttagTemplateRequest) (response *AddSmarttagTemplateResponse, err error)
- func (client *Client) AddSmarttagTemplateWithCallback(request *AddSmarttagTemplateRequest, ...) <-chan int
- func (client *Client) AddSmarttagTemplateWithChan(request *AddSmarttagTemplateRequest) (<-chan *AddSmarttagTemplateResponse, <-chan error)
- func (client *Client) AddTemplate(request *AddTemplateRequest) (response *AddTemplateResponse, err error)
- func (client *Client) AddTemplateWithCallback(request *AddTemplateRequest, ...) <-chan int
- func (client *Client) AddTemplateWithChan(request *AddTemplateRequest) (<-chan *AddTemplateResponse, <-chan error)
- func (client *Client) AddTerrorismPipeline(request *AddTerrorismPipelineRequest) (response *AddTerrorismPipelineResponse, err error)
- func (client *Client) AddTerrorismPipelineWithCallback(request *AddTerrorismPipelineRequest, ...) <-chan int
- func (client *Client) AddTerrorismPipelineWithChan(request *AddTerrorismPipelineRequest) (<-chan *AddTerrorismPipelineResponse, <-chan error)
- func (client *Client) AddWaterMarkTemplate(request *AddWaterMarkTemplateRequest) (response *AddWaterMarkTemplateResponse, err error)
- func (client *Client) AddWaterMarkTemplateWithCallback(request *AddWaterMarkTemplateRequest, ...) <-chan int
- func (client *Client) AddWaterMarkTemplateWithChan(request *AddWaterMarkTemplateRequest) (<-chan *AddWaterMarkTemplateResponse, <-chan error)
- func (client *Client) BindInputBucket(request *BindInputBucketRequest) (response *BindInputBucketResponse, err error)
- func (client *Client) BindInputBucketWithCallback(request *BindInputBucketRequest, ...) <-chan int
- func (client *Client) BindInputBucketWithChan(request *BindInputBucketRequest) (<-chan *BindInputBucketResponse, <-chan error)
- func (client *Client) BindOutputBucket(request *BindOutputBucketRequest) (response *BindOutputBucketResponse, err error)
- func (client *Client) BindOutputBucketWithCallback(request *BindOutputBucketRequest, ...) <-chan int
- func (client *Client) BindOutputBucketWithChan(request *BindOutputBucketRequest) (<-chan *BindOutputBucketResponse, <-chan error)
- func (client *Client) CancelJob(request *CancelJobRequest) (response *CancelJobResponse, err error)
- func (client *Client) CancelJobWithCallback(request *CancelJobRequest, ...) <-chan int
- func (client *Client) CancelJobWithChan(request *CancelJobRequest) (<-chan *CancelJobResponse, <-chan error)
- func (client *Client) CategoryTree(request *CategoryTreeRequest) (response *CategoryTreeResponse, err error)
- func (client *Client) CategoryTreeWithCallback(request *CategoryTreeRequest, ...) <-chan int
- func (client *Client) CategoryTreeWithChan(request *CategoryTreeRequest) (<-chan *CategoryTreeResponse, <-chan error)
- func (client *Client) CheckResource(request *CheckResourceRequest) (response *CheckResourceResponse, err error)
- func (client *Client) CheckResourceWithCallback(request *CheckResourceRequest, ...) <-chan int
- func (client *Client) CheckResourceWithChan(request *CheckResourceRequest) (<-chan *CheckResourceResponse, <-chan error)
- func (client *Client) CreateFpShotDB(request *CreateFpShotDBRequest) (response *CreateFpShotDBResponse, err error)
- func (client *Client) CreateFpShotDBWithCallback(request *CreateFpShotDBRequest, ...) <-chan int
- func (client *Client) CreateFpShotDBWithChan(request *CreateFpShotDBRequest) (<-chan *CreateFpShotDBResponse, <-chan error)
- func (client *Client) CreateInferenceServer(request *CreateInferenceServerRequest) (response *CreateInferenceServerResponse, err error)
- func (client *Client) CreateInferenceServerWithCallback(request *CreateInferenceServerRequest, ...) <-chan int
- func (client *Client) CreateInferenceServerWithChan(request *CreateInferenceServerRequest) (<-chan *CreateInferenceServerResponse, <-chan error)
- func (client *Client) CreateMcuTemplate(request *CreateMcuTemplateRequest) (response *CreateMcuTemplateResponse, err error)
- func (client *Client) CreateMcuTemplateWithCallback(request *CreateMcuTemplateRequest, ...) <-chan int
- func (client *Client) CreateMcuTemplateWithChan(request *CreateMcuTemplateRequest) (<-chan *CreateMcuTemplateResponse, <-chan error)
- func (client *Client) CreateSession(request *CreateSessionRequest) (response *CreateSessionResponse, err error)
- func (client *Client) CreateSessionWithCallback(request *CreateSessionRequest, ...) <-chan int
- func (client *Client) CreateSessionWithChan(request *CreateSessionRequest) (<-chan *CreateSessionResponse, <-chan error)
- func (client *Client) DeactivateMediaWorkflow(request *DeactivateMediaWorkflowRequest) (response *DeactivateMediaWorkflowResponse, err error)
- func (client *Client) DeactivateMediaWorkflowWithCallback(request *DeactivateMediaWorkflowRequest, ...) <-chan int
- func (client *Client) DeactivateMediaWorkflowWithChan(request *DeactivateMediaWorkflowRequest) (<-chan *DeactivateMediaWorkflowResponse, <-chan error)
- func (client *Client) DecryptKey(request *DecryptKeyRequest) (response *DecryptKeyResponse, err error)
- func (client *Client) DecryptKeyWithCallback(request *DecryptKeyRequest, ...) <-chan int
- func (client *Client) DecryptKeyWithChan(request *DecryptKeyRequest) (<-chan *DecryptKeyResponse, <-chan error)
- func (client *Client) DeleteCategory(request *DeleteCategoryRequest) (response *DeleteCategoryResponse, err error)
- func (client *Client) DeleteCategoryWithCallback(request *DeleteCategoryRequest, ...) <-chan int
- func (client *Client) DeleteCategoryWithChan(request *DeleteCategoryRequest) (<-chan *DeleteCategoryResponse, <-chan error)
- func (client *Client) DeleteMCTemplate(request *DeleteMCTemplateRequest) (response *DeleteMCTemplateResponse, err error)
- func (client *Client) DeleteMCTemplateWithCallback(request *DeleteMCTemplateRequest, ...) <-chan int
- func (client *Client) DeleteMCTemplateWithChan(request *DeleteMCTemplateRequest) (<-chan *DeleteMCTemplateResponse, <-chan error)
- func (client *Client) DeleteMcuJob(request *DeleteMcuJobRequest) (response *DeleteMcuJobResponse, err error)
- func (client *Client) DeleteMcuJobWithCallback(request *DeleteMcuJobRequest, ...) <-chan int
- func (client *Client) DeleteMcuJobWithChan(request *DeleteMcuJobRequest) (<-chan *DeleteMcuJobResponse, <-chan error)
- func (client *Client) DeleteMcuTemplate(request *DeleteMcuTemplateRequest) (response *DeleteMcuTemplateResponse, err error)
- func (client *Client) DeleteMcuTemplateWithCallback(request *DeleteMcuTemplateRequest, ...) <-chan int
- func (client *Client) DeleteMcuTemplateWithChan(request *DeleteMcuTemplateRequest) (<-chan *DeleteMcuTemplateResponse, <-chan error)
- func (client *Client) DeleteMedia(request *DeleteMediaRequest) (response *DeleteMediaResponse, err error)
- func (client *Client) DeleteMediaTag(request *DeleteMediaTagRequest) (response *DeleteMediaTagResponse, err error)
- func (client *Client) DeleteMediaTagWithCallback(request *DeleteMediaTagRequest, ...) <-chan int
- func (client *Client) DeleteMediaTagWithChan(request *DeleteMediaTagRequest) (<-chan *DeleteMediaTagResponse, <-chan error)
- func (client *Client) DeleteMediaWithCallback(request *DeleteMediaRequest, ...) <-chan int
- func (client *Client) DeleteMediaWithChan(request *DeleteMediaRequest) (<-chan *DeleteMediaResponse, <-chan error)
- func (client *Client) DeleteMediaWorkflow(request *DeleteMediaWorkflowRequest) (response *DeleteMediaWorkflowResponse, err error)
- func (client *Client) DeleteMediaWorkflowWithCallback(request *DeleteMediaWorkflowRequest, ...) <-chan int
- func (client *Client) DeleteMediaWorkflowWithChan(request *DeleteMediaWorkflowRequest) (<-chan *DeleteMediaWorkflowResponse, <-chan error)
- func (client *Client) DeletePipeline(request *DeletePipelineRequest) (response *DeletePipelineResponse, err error)
- func (client *Client) DeletePipelineWithCallback(request *DeletePipelineRequest, ...) <-chan int
- func (client *Client) DeletePipelineWithChan(request *DeletePipelineRequest) (<-chan *DeletePipelineResponse, <-chan error)
- func (client *Client) DeleteSmarttagTemplate(request *DeleteSmarttagTemplateRequest) (response *DeleteSmarttagTemplateResponse, err error)
- func (client *Client) DeleteSmarttagTemplateWithCallback(request *DeleteSmarttagTemplateRequest, ...) <-chan int
- func (client *Client) DeleteSmarttagTemplateWithChan(request *DeleteSmarttagTemplateRequest) (<-chan *DeleteSmarttagTemplateResponse, <-chan error)
- func (client *Client) DeleteTemplate(request *DeleteTemplateRequest) (response *DeleteTemplateResponse, err error)
- func (client *Client) DeleteTemplateWithCallback(request *DeleteTemplateRequest, ...) <-chan int
- func (client *Client) DeleteTemplateWithChan(request *DeleteTemplateRequest) (<-chan *DeleteTemplateResponse, <-chan error)
- func (client *Client) DeleteWaterMarkTemplate(request *DeleteWaterMarkTemplateRequest) (response *DeleteWaterMarkTemplateResponse, err error)
- func (client *Client) DeleteWaterMarkTemplateWithCallback(request *DeleteWaterMarkTemplateRequest, ...) <-chan int
- func (client *Client) DeleteWaterMarkTemplateWithChan(request *DeleteWaterMarkTemplateRequest) (<-chan *DeleteWaterMarkTemplateResponse, <-chan error)
- func (client *Client) DescribeMtsUserResourcePackage(request *DescribeMtsUserResourcePackageRequest) (response *DescribeMtsUserResourcePackageResponse, err error)
- func (client *Client) DescribeMtsUserResourcePackageWithCallback(request *DescribeMtsUserResourcePackageRequest, ...) <-chan int
- func (client *Client) DescribeMtsUserResourcePackageWithChan(request *DescribeMtsUserResourcePackageRequest) (<-chan *DescribeMtsUserResourcePackageResponse, <-chan error)
- func (client *Client) DetectImageSync(request *DetectImageSyncRequest) (response *DetectImageSyncResponse, err error)
- func (client *Client) DetectImageSyncWithCallback(request *DetectImageSyncRequest, ...) <-chan int
- func (client *Client) DetectImageSyncWithChan(request *DetectImageSyncRequest) (<-chan *DetectImageSyncResponse, <-chan error)
- func (client *Client) GetJobInfo(request *GetJobInfoRequest) (response *GetJobInfoResponse, err error)
- func (client *Client) GetJobInfoWithCallback(request *GetJobInfoRequest, ...) <-chan int
- func (client *Client) GetJobInfoWithChan(request *GetJobInfoRequest) (<-chan *GetJobInfoResponse, <-chan error)
- func (client *Client) GetLicense(request *GetLicenseRequest) (response *GetLicenseResponse, err error)
- func (client *Client) GetLicenseWithCallback(request *GetLicenseRequest, ...) <-chan int
- func (client *Client) GetLicenseWithChan(request *GetLicenseRequest) (<-chan *GetLicenseResponse, <-chan error)
- func (client *Client) GetPackage(request *GetPackageRequest) (response *GetPackageResponse, err error)
- func (client *Client) GetPackageWithCallback(request *GetPackageRequest, ...) <-chan int
- func (client *Client) GetPackageWithChan(request *GetPackageRequest) (<-chan *GetPackageResponse, <-chan error)
- func (client *Client) ImAudit(request *ImAuditRequest) (response *ImAuditResponse, err error)
- func (client *Client) ImAuditWithCallback(request *ImAuditRequest, callback func(response *ImAuditResponse, err error)) <-chan int
- func (client *Client) ImAuditWithChan(request *ImAuditRequest) (<-chan *ImAuditResponse, <-chan error)
- func (client *Client) ImportFpShotJob(request *ImportFpShotJobRequest) (response *ImportFpShotJobResponse, err error)
- func (client *Client) ImportFpShotJobWithCallback(request *ImportFpShotJobRequest, ...) <-chan int
- func (client *Client) ImportFpShotJobWithChan(request *ImportFpShotJobRequest) (<-chan *ImportFpShotJobResponse, <-chan error)
- func (client *Client) ListAllCategory(request *ListAllCategoryRequest) (response *ListAllCategoryResponse, err error)
- func (client *Client) ListAllCategoryWithCallback(request *ListAllCategoryRequest, ...) <-chan int
- func (client *Client) ListAllCategoryWithChan(request *ListAllCategoryRequest) (<-chan *ListAllCategoryResponse, <-chan error)
- func (client *Client) ListAllMediaBucket(request *ListAllMediaBucketRequest) (response *ListAllMediaBucketResponse, err error)
- func (client *Client) ListAllMediaBucketWithCallback(request *ListAllMediaBucketRequest, ...) <-chan int
- func (client *Client) ListAllMediaBucketWithChan(request *ListAllMediaBucketRequest) (<-chan *ListAllMediaBucketResponse, <-chan error)
- func (client *Client) ListAsrPipeline(request *ListAsrPipelineRequest) (response *ListAsrPipelineResponse, err error)
- func (client *Client) ListAsrPipelineWithCallback(request *ListAsrPipelineRequest, ...) <-chan int
- func (client *Client) ListAsrPipelineWithChan(request *ListAsrPipelineRequest) (<-chan *ListAsrPipelineResponse, <-chan error)
- func (client *Client) ListCensorPipeline(request *ListCensorPipelineRequest) (response *ListCensorPipelineResponse, err error)
- func (client *Client) ListCensorPipelineWithCallback(request *ListCensorPipelineRequest, ...) <-chan int
- func (client *Client) ListCensorPipelineWithChan(request *ListCensorPipelineRequest) (<-chan *ListCensorPipelineResponse, <-chan error)
- func (client *Client) ListCoverPipeline(request *ListCoverPipelineRequest) (response *ListCoverPipelineResponse, err error)
- func (client *Client) ListCoverPipelineWithCallback(request *ListCoverPipelineRequest, ...) <-chan int
- func (client *Client) ListCoverPipelineWithChan(request *ListCoverPipelineRequest) (<-chan *ListCoverPipelineResponse, <-chan error)
- func (client *Client) ListCustomPersons(request *ListCustomPersonsRequest) (response *ListCustomPersonsResponse, err error)
- func (client *Client) ListCustomPersonsWithCallback(request *ListCustomPersonsRequest, ...) <-chan int
- func (client *Client) ListCustomPersonsWithChan(request *ListCustomPersonsRequest) (<-chan *ListCustomPersonsResponse, <-chan error)
- func (client *Client) ListFpShotDB(request *ListFpShotDBRequest) (response *ListFpShotDBResponse, err error)
- func (client *Client) ListFpShotDBWithCallback(request *ListFpShotDBRequest, ...) <-chan int
- func (client *Client) ListFpShotDBWithChan(request *ListFpShotDBRequest) (<-chan *ListFpShotDBResponse, <-chan error)
- func (client *Client) ListFpShotFiles(request *ListFpShotFilesRequest) (response *ListFpShotFilesResponse, err error)
- func (client *Client) ListFpShotFilesWithCallback(request *ListFpShotFilesRequest, ...) <-chan int
- func (client *Client) ListFpShotFilesWithChan(request *ListFpShotFilesRequest) (<-chan *ListFpShotFilesResponse, <-chan error)
- func (client *Client) ListFpShotImportJob(request *ListFpShotImportJobRequest) (response *ListFpShotImportJobResponse, err error)
- func (client *Client) ListFpShotImportJobWithCallback(request *ListFpShotImportJobRequest, ...) <-chan int
- func (client *Client) ListFpShotImportJobWithChan(request *ListFpShotImportJobRequest) (<-chan *ListFpShotImportJobResponse, <-chan error)
- func (client *Client) ListFpShotNotary(request *ListFpShotNotaryRequest) (response *ListFpShotNotaryResponse, err error)
- func (client *Client) ListFpShotNotaryWithCallback(request *ListFpShotNotaryRequest, ...) <-chan int
- func (client *Client) ListFpShotNotaryWithChan(request *ListFpShotNotaryRequest) (<-chan *ListFpShotNotaryResponse, <-chan error)
- func (client *Client) ListInferenceJob(request *ListInferenceJobRequest) (response *ListInferenceJobResponse, err error)
- func (client *Client) ListInferenceJobWithCallback(request *ListInferenceJobRequest, ...) <-chan int
- func (client *Client) ListInferenceJobWithChan(request *ListInferenceJobRequest) (<-chan *ListInferenceJobResponse, <-chan error)
- func (client *Client) ListJob(request *ListJobRequest) (response *ListJobResponse, err error)
- func (client *Client) ListJobWithCallback(request *ListJobRequest, callback func(response *ListJobResponse, err error)) <-chan int
- func (client *Client) ListJobWithChan(request *ListJobRequest) (<-chan *ListJobResponse, <-chan error)
- func (client *Client) ListMedia(request *ListMediaRequest) (response *ListMediaResponse, err error)
- func (client *Client) ListMediaWithCallback(request *ListMediaRequest, ...) <-chan int
- func (client *Client) ListMediaWithChan(request *ListMediaRequest) (<-chan *ListMediaResponse, <-chan error)
- func (client *Client) ListMediaWorkflowExecutions(request *ListMediaWorkflowExecutionsRequest) (response *ListMediaWorkflowExecutionsResponse, err error)
- func (client *Client) ListMediaWorkflowExecutionsWithCallback(request *ListMediaWorkflowExecutionsRequest, ...) <-chan int
- func (client *Client) ListMediaWorkflowExecutionsWithChan(request *ListMediaWorkflowExecutionsRequest) (<-chan *ListMediaWorkflowExecutionsResponse, <-chan error)
- func (client *Client) ListPornPipeline(request *ListPornPipelineRequest) (response *ListPornPipelineResponse, err error)
- func (client *Client) ListPornPipelineWithCallback(request *ListPornPipelineRequest, ...) <-chan int
- func (client *Client) ListPornPipelineWithChan(request *ListPornPipelineRequest) (<-chan *ListPornPipelineResponse, <-chan error)
- func (client *Client) ListTerrorismPipeline(request *ListTerrorismPipelineRequest) (response *ListTerrorismPipelineResponse, err error)
- func (client *Client) ListTerrorismPipelineWithCallback(request *ListTerrorismPipelineRequest, ...) <-chan int
- func (client *Client) ListTerrorismPipelineWithChan(request *ListTerrorismPipelineRequest) (<-chan *ListTerrorismPipelineResponse, <-chan error)
- func (client *Client) LogicalDeleteResource(request *LogicalDeleteResourceRequest) (response *LogicalDeleteResourceResponse, err error)
- func (client *Client) LogicalDeleteResourceWithCallback(request *LogicalDeleteResourceRequest, ...) <-chan int
- func (client *Client) LogicalDeleteResourceWithChan(request *LogicalDeleteResourceRequest) (<-chan *LogicalDeleteResourceResponse, <-chan error)
- func (client *Client) PhysicalDeleteResource(request *PhysicalDeleteResourceRequest) (response *PhysicalDeleteResourceResponse, err error)
- func (client *Client) PhysicalDeleteResourceWithCallback(request *PhysicalDeleteResourceRequest, ...) <-chan int
- func (client *Client) PhysicalDeleteResourceWithChan(request *PhysicalDeleteResourceRequest) (<-chan *PhysicalDeleteResourceResponse, <-chan error)
- func (client *Client) PlayInfo(request *PlayInfoRequest) (response *PlayInfoResponse, err error)
- func (client *Client) PlayInfoWithCallback(request *PlayInfoRequest, callback func(response *PlayInfoResponse, err error)) <-chan int
- func (client *Client) PlayInfoWithChan(request *PlayInfoRequest) (<-chan *PlayInfoResponse, <-chan error)
- func (client *Client) PlayerAuth(request *PlayerAuthRequest) (response *PlayerAuthResponse, err error)
- func (client *Client) PlayerAuthWithCallback(request *PlayerAuthRequest, ...) <-chan int
- func (client *Client) PlayerAuthWithChan(request *PlayerAuthRequest) (<-chan *PlayerAuthResponse, <-chan error)
- func (client *Client) QueryAnalysisJobList(request *QueryAnalysisJobListRequest) (response *QueryAnalysisJobListResponse, err error)
- func (client *Client) QueryAnalysisJobListWithCallback(request *QueryAnalysisJobListRequest, ...) <-chan int
- func (client *Client) QueryAnalysisJobListWithChan(request *QueryAnalysisJobListRequest) (<-chan *QueryAnalysisJobListResponse, <-chan error)
- func (client *Client) QueryAnnotationJobList(request *QueryAnnotationJobListRequest) (response *QueryAnnotationJobListResponse, err error)
- func (client *Client) QueryAnnotationJobListWithCallback(request *QueryAnnotationJobListRequest, ...) <-chan int
- func (client *Client) QueryAnnotationJobListWithChan(request *QueryAnnotationJobListRequest) (<-chan *QueryAnnotationJobListResponse, <-chan error)
- func (client *Client) QueryAsrJobList(request *QueryAsrJobListRequest) (response *QueryAsrJobListResponse, err error)
- func (client *Client) QueryAsrJobListWithCallback(request *QueryAsrJobListRequest, ...) <-chan int
- func (client *Client) QueryAsrJobListWithChan(request *QueryAsrJobListRequest) (<-chan *QueryAsrJobListResponse, <-chan error)
- func (client *Client) QueryAsrPipelineList(request *QueryAsrPipelineListRequest) (response *QueryAsrPipelineListResponse, err error)
- func (client *Client) QueryAsrPipelineListWithCallback(request *QueryAsrPipelineListRequest, ...) <-chan int
- func (client *Client) QueryAsrPipelineListWithChan(request *QueryAsrPipelineListRequest) (<-chan *QueryAsrPipelineListResponse, <-chan error)
- func (client *Client) QueryAuthConfig(request *QueryAuthConfigRequest) (response *QueryAuthConfigResponse, err error)
- func (client *Client) QueryAuthConfigWithCallback(request *QueryAuthConfigRequest, ...) <-chan int
- func (client *Client) QueryAuthConfigWithChan(request *QueryAuthConfigRequest) (<-chan *QueryAuthConfigResponse, <-chan error)
- func (client *Client) QueryCensorJobList(request *QueryCensorJobListRequest) (response *QueryCensorJobListResponse, err error)
- func (client *Client) QueryCensorJobListWithCallback(request *QueryCensorJobListRequest, ...) <-chan int
- func (client *Client) QueryCensorJobListWithChan(request *QueryCensorJobListRequest) (<-chan *QueryCensorJobListResponse, <-chan error)
- func (client *Client) QueryCensorPipelineList(request *QueryCensorPipelineListRequest) (response *QueryCensorPipelineListResponse, err error)
- func (client *Client) QueryCensorPipelineListWithCallback(request *QueryCensorPipelineListRequest, ...) <-chan int
- func (client *Client) QueryCensorPipelineListWithChan(request *QueryCensorPipelineListRequest) (<-chan *QueryCensorPipelineListResponse, <-chan error)
- func (client *Client) QueryComplexJobList(request *QueryComplexJobListRequest) (response *QueryComplexJobListResponse, err error)
- func (client *Client) QueryComplexJobListWithCallback(request *QueryComplexJobListRequest, ...) <-chan int
- func (client *Client) QueryComplexJobListWithChan(request *QueryComplexJobListRequest) (<-chan *QueryComplexJobListResponse, <-chan error)
- func (client *Client) QueryCoverJobList(request *QueryCoverJobListRequest) (response *QueryCoverJobListResponse, err error)
- func (client *Client) QueryCoverJobListWithCallback(request *QueryCoverJobListRequest, ...) <-chan int
- func (client *Client) QueryCoverJobListWithChan(request *QueryCoverJobListRequest) (<-chan *QueryCoverJobListResponse, <-chan error)
- func (client *Client) QueryCoverPipelineList(request *QueryCoverPipelineListRequest) (response *QueryCoverPipelineListResponse, err error)
- func (client *Client) QueryCoverPipelineListWithCallback(request *QueryCoverPipelineListRequest, ...) <-chan int
- func (client *Client) QueryCoverPipelineListWithChan(request *QueryCoverPipelineListRequest) (<-chan *QueryCoverPipelineListResponse, <-chan error)
- func (client *Client) QueryEditingJobList(request *QueryEditingJobListRequest) (response *QueryEditingJobListResponse, err error)
- func (client *Client) QueryEditingJobListWithCallback(request *QueryEditingJobListRequest, ...) <-chan int
- func (client *Client) QueryEditingJobListWithChan(request *QueryEditingJobListRequest) (<-chan *QueryEditingJobListResponse, <-chan error)
- func (client *Client) QueryFacerecogJobList(request *QueryFacerecogJobListRequest) (response *QueryFacerecogJobListResponse, err error)
- func (client *Client) QueryFacerecogJobListWithCallback(request *QueryFacerecogJobListRequest, ...) <-chan int
- func (client *Client) QueryFacerecogJobListWithChan(request *QueryFacerecogJobListRequest) (<-chan *QueryFacerecogJobListResponse, <-chan error)
- func (client *Client) QueryFpCompareJobList(request *QueryFpCompareJobListRequest) (response *QueryFpCompareJobListResponse, err error)
- func (client *Client) QueryFpCompareJobListWithCallback(request *QueryFpCompareJobListRequest, ...) <-chan int
- func (client *Client) QueryFpCompareJobListWithChan(request *QueryFpCompareJobListRequest) (<-chan *QueryFpCompareJobListResponse, <-chan error)
- func (client *Client) QueryFpDBDeleteJobList(request *QueryFpDBDeleteJobListRequest) (response *QueryFpDBDeleteJobListResponse, err error)
- func (client *Client) QueryFpDBDeleteJobListWithCallback(request *QueryFpDBDeleteJobListRequest, ...) <-chan int
- func (client *Client) QueryFpDBDeleteJobListWithChan(request *QueryFpDBDeleteJobListRequest) (<-chan *QueryFpDBDeleteJobListResponse, <-chan error)
- func (client *Client) QueryFpFileDeleteJobList(request *QueryFpFileDeleteJobListRequest) (response *QueryFpFileDeleteJobListResponse, err error)
- func (client *Client) QueryFpFileDeleteJobListWithCallback(request *QueryFpFileDeleteJobListRequest, ...) <-chan int
- func (client *Client) QueryFpFileDeleteJobListWithChan(request *QueryFpFileDeleteJobListRequest) (<-chan *QueryFpFileDeleteJobListResponse, <-chan error)
- func (client *Client) QueryFpImportResult(request *QueryFpImportResultRequest) (response *QueryFpImportResultResponse, err error)
- func (client *Client) QueryFpImportResultWithCallback(request *QueryFpImportResultRequest, ...) <-chan int
- func (client *Client) QueryFpImportResultWithChan(request *QueryFpImportResultRequest) (<-chan *QueryFpImportResultResponse, <-chan error)
- func (client *Client) QueryFpShotJobList(request *QueryFpShotJobListRequest) (response *QueryFpShotJobListResponse, err error)
- func (client *Client) QueryFpShotJobListWithCallback(request *QueryFpShotJobListRequest, ...) <-chan int
- func (client *Client) QueryFpShotJobListWithChan(request *QueryFpShotJobListRequest) (<-chan *QueryFpShotJobListResponse, <-chan error)
- func (client *Client) QueryIProductionJob(request *QueryIProductionJobRequest) (response *QueryIProductionJobResponse, err error)
- func (client *Client) QueryIProductionJobList(request *QueryIProductionJobListRequest) (response *QueryIProductionJobListResponse, err error)
- func (client *Client) QueryIProductionJobListWithCallback(request *QueryIProductionJobListRequest, ...) <-chan int
- func (client *Client) QueryIProductionJobListWithChan(request *QueryIProductionJobListRequest) (<-chan *QueryIProductionJobListResponse, <-chan error)
- func (client *Client) QueryIProductionJobWithCallback(request *QueryIProductionJobRequest, ...) <-chan int
- func (client *Client) QueryIProductionJobWithChan(request *QueryIProductionJobRequest) (<-chan *QueryIProductionJobResponse, <-chan error)
- func (client *Client) QueryImageSearchJobList(request *QueryImageSearchJobListRequest) (response *QueryImageSearchJobListResponse, err error)
- func (client *Client) QueryImageSearchJobListWithCallback(request *QueryImageSearchJobListRequest, ...) <-chan int
- func (client *Client) QueryImageSearchJobListWithChan(request *QueryImageSearchJobListRequest) (<-chan *QueryImageSearchJobListResponse, <-chan error)
- func (client *Client) QueryInferenceJob(request *QueryInferenceJobRequest) (response *QueryInferenceJobResponse, err error)
- func (client *Client) QueryInferenceJobWithCallback(request *QueryInferenceJobRequest, ...) <-chan int
- func (client *Client) QueryInferenceJobWithChan(request *QueryInferenceJobRequest) (<-chan *QueryInferenceJobResponse, <-chan error)
- func (client *Client) QueryInferenceServer(request *QueryInferenceServerRequest) (response *QueryInferenceServerResponse, err error)
- func (client *Client) QueryInferenceServerWithCallback(request *QueryInferenceServerRequest, ...) <-chan int
- func (client *Client) QueryInferenceServerWithChan(request *QueryInferenceServerRequest) (<-chan *QueryInferenceServerResponse, <-chan error)
- func (client *Client) QueryInnerJob(request *QueryInnerJobRequest) (response *QueryInnerJobResponse, err error)
- func (client *Client) QueryInnerJobWithCallback(request *QueryInnerJobRequest, ...) <-chan int
- func (client *Client) QueryInnerJobWithChan(request *QueryInnerJobRequest) (<-chan *QueryInnerJobResponse, <-chan error)
- func (client *Client) QueryJobList(request *QueryJobListRequest) (response *QueryJobListResponse, err error)
- func (client *Client) QueryJobListWithCallback(request *QueryJobListRequest, ...) <-chan int
- func (client *Client) QueryJobListWithChan(request *QueryJobListRequest) (<-chan *QueryJobListResponse, <-chan error)
- func (client *Client) QueryMCJobList(request *QueryMCJobListRequest) (response *QueryMCJobListResponse, err error)
- func (client *Client) QueryMCJobListWithCallback(request *QueryMCJobListRequest, ...) <-chan int
- func (client *Client) QueryMCJobListWithChan(request *QueryMCJobListRequest) (<-chan *QueryMCJobListResponse, <-chan error)
- func (client *Client) QueryMCTemplateList(request *QueryMCTemplateListRequest) (response *QueryMCTemplateListResponse, err error)
- func (client *Client) QueryMCTemplateListWithCallback(request *QueryMCTemplateListRequest, ...) <-chan int
- func (client *Client) QueryMCTemplateListWithChan(request *QueryMCTemplateListRequest) (<-chan *QueryMCTemplateListResponse, <-chan error)
- func (client *Client) QueryMcuJob(request *QueryMcuJobRequest) (response *QueryMcuJobResponse, err error)
- func (client *Client) QueryMcuJobWithCallback(request *QueryMcuJobRequest, ...) <-chan int
- func (client *Client) QueryMcuJobWithChan(request *QueryMcuJobRequest) (<-chan *QueryMcuJobResponse, <-chan error)
- func (client *Client) QueryMcuTemplate(request *QueryMcuTemplateRequest) (response *QueryMcuTemplateResponse, err error)
- func (client *Client) QueryMcuTemplateWithCallback(request *QueryMcuTemplateRequest, ...) <-chan int
- func (client *Client) QueryMcuTemplateWithChan(request *QueryMcuTemplateRequest) (<-chan *QueryMcuTemplateResponse, <-chan error)
- func (client *Client) QueryMediaCensorJobDetail(request *QueryMediaCensorJobDetailRequest) (response *QueryMediaCensorJobDetailResponse, err error)
- func (client *Client) QueryMediaCensorJobDetailWithCallback(request *QueryMediaCensorJobDetailRequest, ...) <-chan int
- func (client *Client) QueryMediaCensorJobDetailWithChan(request *QueryMediaCensorJobDetailRequest) (<-chan *QueryMediaCensorJobDetailResponse, <-chan error)
- func (client *Client) QueryMediaCensorJobList(request *QueryMediaCensorJobListRequest) (response *QueryMediaCensorJobListResponse, err error)
- func (client *Client) QueryMediaCensorJobListWithCallback(request *QueryMediaCensorJobListRequest, ...) <-chan int
- func (client *Client) QueryMediaCensorJobListWithChan(request *QueryMediaCensorJobListRequest) (<-chan *QueryMediaCensorJobListResponse, <-chan error)
- func (client *Client) QueryMediaDetailJobList(request *QueryMediaDetailJobListRequest) (response *QueryMediaDetailJobListResponse, err error)
- func (client *Client) QueryMediaDetailJobListWithCallback(request *QueryMediaDetailJobListRequest, ...) <-chan int
- func (client *Client) QueryMediaDetailJobListWithChan(request *QueryMediaDetailJobListRequest) (<-chan *QueryMediaDetailJobListResponse, <-chan error)
- func (client *Client) QueryMediaFpDeleteJobList(request *QueryMediaFpDeleteJobListRequest) (response *QueryMediaFpDeleteJobListResponse, err error)
- func (client *Client) QueryMediaFpDeleteJobListWithCallback(request *QueryMediaFpDeleteJobListRequest, ...) <-chan int
- func (client *Client) QueryMediaFpDeleteJobListWithChan(request *QueryMediaFpDeleteJobListRequest) (<-chan *QueryMediaFpDeleteJobListResponse, <-chan error)
- func (client *Client) QueryMediaInfoJobList(request *QueryMediaInfoJobListRequest) (response *QueryMediaInfoJobListResponse, err error)
- func (client *Client) QueryMediaInfoJobListWithCallback(request *QueryMediaInfoJobListRequest, ...) <-chan int
- func (client *Client) QueryMediaInfoJobListWithChan(request *QueryMediaInfoJobListRequest) (<-chan *QueryMediaInfoJobListResponse, <-chan error)
- func (client *Client) QueryMediaList(request *QueryMediaListRequest) (response *QueryMediaListResponse, err error)
- func (client *Client) QueryMediaListByURL(request *QueryMediaListByURLRequest) (response *QueryMediaListByURLResponse, err error)
- func (client *Client) QueryMediaListByURLWithCallback(request *QueryMediaListByURLRequest, ...) <-chan int
- func (client *Client) QueryMediaListByURLWithChan(request *QueryMediaListByURLRequest) (<-chan *QueryMediaListByURLResponse, <-chan error)
- func (client *Client) QueryMediaListWithCallback(request *QueryMediaListRequest, ...) <-chan int
- func (client *Client) QueryMediaListWithChan(request *QueryMediaListRequest) (<-chan *QueryMediaListResponse, <-chan error)
- func (client *Client) QueryMediaWorkflowExecutionList(request *QueryMediaWorkflowExecutionListRequest) (response *QueryMediaWorkflowExecutionListResponse, err error)
- func (client *Client) QueryMediaWorkflowExecutionListWithCallback(request *QueryMediaWorkflowExecutionListRequest, ...) <-chan int
- func (client *Client) QueryMediaWorkflowExecutionListWithChan(request *QueryMediaWorkflowExecutionListRequest) (<-chan *QueryMediaWorkflowExecutionListResponse, <-chan error)
- func (client *Client) QueryMediaWorkflowList(request *QueryMediaWorkflowListRequest) (response *QueryMediaWorkflowListResponse, err error)
- func (client *Client) QueryMediaWorkflowListWithCallback(request *QueryMediaWorkflowListRequest, ...) <-chan int
- func (client *Client) QueryMediaWorkflowListWithChan(request *QueryMediaWorkflowListRequest) (<-chan *QueryMediaWorkflowListResponse, <-chan error)
- func (client *Client) QueryPipelineList(request *QueryPipelineListRequest) (response *QueryPipelineListResponse, err error)
- func (client *Client) QueryPipelineListWithCallback(request *QueryPipelineListRequest, ...) <-chan int
- func (client *Client) QueryPipelineListWithChan(request *QueryPipelineListRequest) (<-chan *QueryPipelineListResponse, <-chan error)
- func (client *Client) QueryPornJobList(request *QueryPornJobListRequest) (response *QueryPornJobListResponse, err error)
- func (client *Client) QueryPornJobListWithCallback(request *QueryPornJobListRequest, ...) <-chan int
- func (client *Client) QueryPornJobListWithChan(request *QueryPornJobListRequest) (<-chan *QueryPornJobListResponse, <-chan error)
- func (client *Client) QueryPornPipelineList(request *QueryPornPipelineListRequest) (response *QueryPornPipelineListResponse, err error)
- func (client *Client) QueryPornPipelineListWithCallback(request *QueryPornPipelineListRequest, ...) <-chan int
- func (client *Client) QueryPornPipelineListWithChan(request *QueryPornPipelineListRequest) (<-chan *QueryPornPipelineListResponse, <-chan error)
- func (client *Client) QuerySmarttagJob(request *QuerySmarttagJobRequest) (response *QuerySmarttagJobResponse, err error)
- func (client *Client) QuerySmarttagJobList(request *QuerySmarttagJobListRequest) (response *QuerySmarttagJobListResponse, err error)
- func (client *Client) QuerySmarttagJobListWithCallback(request *QuerySmarttagJobListRequest, ...) <-chan int
- func (client *Client) QuerySmarttagJobListWithChan(request *QuerySmarttagJobListRequest) (<-chan *QuerySmarttagJobListResponse, <-chan error)
- func (client *Client) QuerySmarttagJobWithCallback(request *QuerySmarttagJobRequest, ...) <-chan int
- func (client *Client) QuerySmarttagJobWithChan(request *QuerySmarttagJobRequest) (<-chan *QuerySmarttagJobResponse, <-chan error)
- func (client *Client) QuerySmarttagTemplateList(request *QuerySmarttagTemplateListRequest) (response *QuerySmarttagTemplateListResponse, err error)
- func (client *Client) QuerySmarttagTemplateListWithCallback(request *QuerySmarttagTemplateListRequest, ...) <-chan int
- func (client *Client) QuerySmarttagTemplateListWithChan(request *QuerySmarttagTemplateListRequest) (<-chan *QuerySmarttagTemplateListResponse, <-chan error)
- func (client *Client) QuerySnapshotJobList(request *QuerySnapshotJobListRequest) (response *QuerySnapshotJobListResponse, err error)
- func (client *Client) QuerySnapshotJobListWithCallback(request *QuerySnapshotJobListRequest, ...) <-chan int
- func (client *Client) QuerySnapshotJobListWithChan(request *QuerySnapshotJobListRequest) (<-chan *QuerySnapshotJobListResponse, <-chan error)
- func (client *Client) QuerySubtitleJobList(request *QuerySubtitleJobListRequest) (response *QuerySubtitleJobListResponse, err error)
- func (client *Client) QuerySubtitleJobListWithCallback(request *QuerySubtitleJobListRequest, ...) <-chan int
- func (client *Client) QuerySubtitleJobListWithChan(request *QuerySubtitleJobListRequest) (<-chan *QuerySubtitleJobListResponse, <-chan error)
- func (client *Client) QueryTagJobList(request *QueryTagJobListRequest) (response *QueryTagJobListResponse, err error)
- func (client *Client) QueryTagJobListWithCallback(request *QueryTagJobListRequest, ...) <-chan int
- func (client *Client) QueryTagJobListWithChan(request *QueryTagJobListRequest) (<-chan *QueryTagJobListResponse, <-chan error)
- func (client *Client) QueryTemplateList(request *QueryTemplateListRequest) (response *QueryTemplateListResponse, err error)
- func (client *Client) QueryTemplateListWithCallback(request *QueryTemplateListRequest, ...) <-chan int
- func (client *Client) QueryTemplateListWithChan(request *QueryTemplateListRequest) (<-chan *QueryTemplateListResponse, <-chan error)
- func (client *Client) QueryTerrorismJobList(request *QueryTerrorismJobListRequest) (response *QueryTerrorismJobListResponse, err error)
- func (client *Client) QueryTerrorismJobListWithCallback(request *QueryTerrorismJobListRequest, ...) <-chan int
- func (client *Client) QueryTerrorismJobListWithChan(request *QueryTerrorismJobListRequest) (<-chan *QueryTerrorismJobListResponse, <-chan error)
- func (client *Client) QueryTerrorismPipelineList(request *QueryTerrorismPipelineListRequest) (response *QueryTerrorismPipelineListResponse, err error)
- func (client *Client) QueryTerrorismPipelineListWithCallback(request *QueryTerrorismPipelineListRequest, ...) <-chan int
- func (client *Client) QueryTerrorismPipelineListWithChan(request *QueryTerrorismPipelineListRequest) (<-chan *QueryTerrorismPipelineListResponse, <-chan error)
- func (client *Client) QueryVideoGifJobList(request *QueryVideoGifJobListRequest) (response *QueryVideoGifJobListResponse, err error)
- func (client *Client) QueryVideoGifJobListWithCallback(request *QueryVideoGifJobListRequest, ...) <-chan int
- func (client *Client) QueryVideoGifJobListWithChan(request *QueryVideoGifJobListRequest) (<-chan *QueryVideoGifJobListResponse, <-chan error)
- func (client *Client) QueryVideoPoseJobList(request *QueryVideoPoseJobListRequest) (response *QueryVideoPoseJobListResponse, err error)
- func (client *Client) QueryVideoPoseJobListWithCallback(request *QueryVideoPoseJobListRequest, ...) <-chan int
- func (client *Client) QueryVideoPoseJobListWithChan(request *QueryVideoPoseJobListRequest) (<-chan *QueryVideoPoseJobListResponse, <-chan error)
- func (client *Client) QueryVideoQualityJob(request *QueryVideoQualityJobRequest) (response *QueryVideoQualityJobResponse, err error)
- func (client *Client) QueryVideoQualityJobWithCallback(request *QueryVideoQualityJobRequest, ...) <-chan int
- func (client *Client) QueryVideoQualityJobWithChan(request *QueryVideoQualityJobRequest) (<-chan *QueryVideoQualityJobResponse, <-chan error)
- func (client *Client) QueryVideoSplitJobList(request *QueryVideoSplitJobListRequest) (response *QueryVideoSplitJobListResponse, err error)
- func (client *Client) QueryVideoSplitJobListWithCallback(request *QueryVideoSplitJobListRequest, ...) <-chan int
- func (client *Client) QueryVideoSplitJobListWithChan(request *QueryVideoSplitJobListRequest) (<-chan *QueryVideoSplitJobListResponse, <-chan error)
- func (client *Client) QueryVideoSummaryJobList(request *QueryVideoSummaryJobListRequest) (response *QueryVideoSummaryJobListResponse, err error)
- func (client *Client) QueryVideoSummaryJobListWithCallback(request *QueryVideoSummaryJobListRequest, ...) <-chan int
- func (client *Client) QueryVideoSummaryJobListWithChan(request *QueryVideoSummaryJobListRequest) (<-chan *QueryVideoSummaryJobListResponse, <-chan error)
- func (client *Client) QueryWaterMarkTemplateList(request *QueryWaterMarkTemplateListRequest) (response *QueryWaterMarkTemplateListResponse, err error)
- func (client *Client) QueryWaterMarkTemplateListWithCallback(request *QueryWaterMarkTemplateListRequest, ...) <-chan int
- func (client *Client) QueryWaterMarkTemplateListWithChan(request *QueryWaterMarkTemplateListRequest) (<-chan *QueryWaterMarkTemplateListResponse, <-chan error)
- func (client *Client) RefreshCdnDomainConfigsCache(request *RefreshCdnDomainConfigsCacheRequest) (response *RefreshCdnDomainConfigsCacheResponse, err error)
- func (client *Client) RefreshCdnDomainConfigsCacheWithCallback(request *RefreshCdnDomainConfigsCacheRequest, ...) <-chan int
- func (client *Client) RefreshCdnDomainConfigsCacheWithChan(request *RefreshCdnDomainConfigsCacheRequest) (<-chan *RefreshCdnDomainConfigsCacheResponse, <-chan error)
- func (client *Client) RegisterCustomFace(request *RegisterCustomFaceRequest) (response *RegisterCustomFaceResponse, err error)
- func (client *Client) RegisterCustomFaceWithCallback(request *RegisterCustomFaceRequest, ...) <-chan int
- func (client *Client) RegisterCustomFaceWithChan(request *RegisterCustomFaceRequest) (<-chan *RegisterCustomFaceResponse, <-chan error)
- func (client *Client) RegisterMediaDetailPerson(request *RegisterMediaDetailPersonRequest) (response *RegisterMediaDetailPersonResponse, err error)
- func (client *Client) RegisterMediaDetailPersonWithCallback(request *RegisterMediaDetailPersonRequest, ...) <-chan int
- func (client *Client) RegisterMediaDetailPersonWithChan(request *RegisterMediaDetailPersonRequest) (<-chan *RegisterMediaDetailPersonResponse, <-chan error)
- func (client *Client) RegisterMediaDetailScenario(request *RegisterMediaDetailScenarioRequest) (response *RegisterMediaDetailScenarioResponse, err error)
- func (client *Client) RegisterMediaDetailScenarioWithCallback(request *RegisterMediaDetailScenarioRequest, ...) <-chan int
- func (client *Client) RegisterMediaDetailScenarioWithChan(request *RegisterMediaDetailScenarioRequest) (<-chan *RegisterMediaDetailScenarioResponse, <-chan error)
- func (client *Client) ReportAnnotationJobResult(request *ReportAnnotationJobResultRequest) (response *ReportAnnotationJobResultResponse, err error)
- func (client *Client) ReportAnnotationJobResultWithCallback(request *ReportAnnotationJobResultRequest, ...) <-chan int
- func (client *Client) ReportAnnotationJobResultWithChan(request *ReportAnnotationJobResultRequest) (<-chan *ReportAnnotationJobResultResponse, <-chan error)
- func (client *Client) ReportCensorJobResult(request *ReportCensorJobResultRequest) (response *ReportCensorJobResultResponse, err error)
- func (client *Client) ReportCensorJobResultWithCallback(request *ReportCensorJobResultRequest, ...) <-chan int
- func (client *Client) ReportCensorJobResultWithChan(request *ReportCensorJobResultRequest) (<-chan *ReportCensorJobResultResponse, <-chan error)
- func (client *Client) ReportCoverJobResult(request *ReportCoverJobResultRequest) (response *ReportCoverJobResultResponse, err error)
- func (client *Client) ReportCoverJobResultWithCallback(request *ReportCoverJobResultRequest, ...) <-chan int
- func (client *Client) ReportCoverJobResultWithChan(request *ReportCoverJobResultRequest) (<-chan *ReportCoverJobResultResponse, <-chan error)
- func (client *Client) ReportFacerecogJobResult(request *ReportFacerecogJobResultRequest) (response *ReportFacerecogJobResultResponse, err error)
- func (client *Client) ReportFacerecogJobResultWithCallback(request *ReportFacerecogJobResultRequest, ...) <-chan int
- func (client *Client) ReportFacerecogJobResultWithChan(request *ReportFacerecogJobResultRequest) (<-chan *ReportFacerecogJobResultResponse, <-chan error)
- func (client *Client) ReportFpShotJobResult(request *ReportFpShotJobResultRequest) (response *ReportFpShotJobResultResponse, err error)
- func (client *Client) ReportFpShotJobResultWithCallback(request *ReportFpShotJobResultRequest, ...) <-chan int
- func (client *Client) ReportFpShotJobResultWithChan(request *ReportFpShotJobResultRequest) (<-chan *ReportFpShotJobResultResponse, <-chan error)
- func (client *Client) ReportMediaDetailJobResult(request *ReportMediaDetailJobResultRequest) (response *ReportMediaDetailJobResultResponse, err error)
- func (client *Client) ReportMediaDetailJobResultWithCallback(request *ReportMediaDetailJobResultRequest, ...) <-chan int
- func (client *Client) ReportMediaDetailJobResultWithChan(request *ReportMediaDetailJobResultRequest) (<-chan *ReportMediaDetailJobResultResponse, <-chan error)
- func (client *Client) ReportPornJobResult(request *ReportPornJobResultRequest) (response *ReportPornJobResultResponse, err error)
- func (client *Client) ReportPornJobResultWithCallback(request *ReportPornJobResultRequest, ...) <-chan int
- func (client *Client) ReportPornJobResultWithChan(request *ReportPornJobResultRequest) (<-chan *ReportPornJobResultResponse, <-chan error)
- func (client *Client) ReportTagJobResult(request *ReportTagJobResultRequest) (response *ReportTagJobResultResponse, err error)
- func (client *Client) ReportTagJobResultWithCallback(request *ReportTagJobResultRequest, ...) <-chan int
- func (client *Client) ReportTagJobResultWithChan(request *ReportTagJobResultRequest) (<-chan *ReportTagJobResultResponse, <-chan error)
- func (client *Client) ReportTerrorismJobResult(request *ReportTerrorismJobResultRequest) (response *ReportTerrorismJobResultResponse, err error)
- func (client *Client) ReportTerrorismJobResultWithCallback(request *ReportTerrorismJobResultRequest, ...) <-chan int
- func (client *Client) ReportTerrorismJobResultWithChan(request *ReportTerrorismJobResultRequest) (<-chan *ReportTerrorismJobResultResponse, <-chan error)
- func (client *Client) ReportVideoSplitJobResult(request *ReportVideoSplitJobResultRequest) (response *ReportVideoSplitJobResultResponse, err error)
- func (client *Client) ReportVideoSplitJobResultWithCallback(request *ReportVideoSplitJobResultRequest, ...) <-chan int
- func (client *Client) ReportVideoSplitJobResultWithChan(request *ReportVideoSplitJobResultRequest) (<-chan *ReportVideoSplitJobResultResponse, <-chan error)
- func (client *Client) SearchMedia(request *SearchMediaRequest) (response *SearchMediaResponse, err error)
- func (client *Client) SearchMediaWithCallback(request *SearchMediaRequest, ...) <-chan int
- func (client *Client) SearchMediaWithChan(request *SearchMediaRequest) (<-chan *SearchMediaResponse, <-chan error)
- func (client *Client) SearchMediaWorkflow(request *SearchMediaWorkflowRequest) (response *SearchMediaWorkflowResponse, err error)
- func (client *Client) SearchMediaWorkflowWithCallback(request *SearchMediaWorkflowRequest, ...) <-chan int
- func (client *Client) SearchMediaWorkflowWithChan(request *SearchMediaWorkflowRequest) (<-chan *SearchMediaWorkflowResponse, <-chan error)
- func (client *Client) SearchPipeline(request *SearchPipelineRequest) (response *SearchPipelineResponse, err error)
- func (client *Client) SearchPipelineWithCallback(request *SearchPipelineRequest, ...) <-chan int
- func (client *Client) SearchPipelineWithChan(request *SearchPipelineRequest) (<-chan *SearchPipelineResponse, <-chan error)
- func (client *Client) SearchTemplate(request *SearchTemplateRequest) (response *SearchTemplateResponse, err error)
- func (client *Client) SearchTemplateWithCallback(request *SearchTemplateRequest, ...) <-chan int
- func (client *Client) SearchTemplateWithChan(request *SearchTemplateRequest) (<-chan *SearchTemplateResponse, <-chan error)
- func (client *Client) SearchWaterMarkTemplate(request *SearchWaterMarkTemplateRequest) (response *SearchWaterMarkTemplateResponse, err error)
- func (client *Client) SearchWaterMarkTemplateWithCallback(request *SearchWaterMarkTemplateRequest, ...) <-chan int
- func (client *Client) SearchWaterMarkTemplateWithChan(request *SearchWaterMarkTemplateRequest) (<-chan *SearchWaterMarkTemplateResponse, <-chan error)
- func (client *Client) SetAuthConfig(request *SetAuthConfigRequest) (response *SetAuthConfigResponse, err error)
- func (client *Client) SetAuthConfigWithCallback(request *SetAuthConfigRequest, ...) <-chan int
- func (client *Client) SetAuthConfigWithChan(request *SetAuthConfigRequest) (<-chan *SetAuthConfigResponse, <-chan error)
- func (client *Client) StopIProductionJob(request *StopIProductionJobRequest) (response *StopIProductionJobResponse, err error)
- func (client *Client) StopIProductionJobWithCallback(request *StopIProductionJobRequest, ...) <-chan int
- func (client *Client) StopIProductionJobWithChan(request *StopIProductionJobRequest) (<-chan *StopIProductionJobResponse, <-chan error)
- func (client *Client) SubmitAnalysisJob(request *SubmitAnalysisJobRequest) (response *SubmitAnalysisJobResponse, err error)
- func (client *Client) SubmitAnalysisJobWithCallback(request *SubmitAnalysisJobRequest, ...) <-chan int
- func (client *Client) SubmitAnalysisJobWithChan(request *SubmitAnalysisJobRequest) (<-chan *SubmitAnalysisJobResponse, <-chan error)
- func (client *Client) SubmitAnnotationJob(request *SubmitAnnotationJobRequest) (response *SubmitAnnotationJobResponse, err error)
- func (client *Client) SubmitAnnotationJobWithCallback(request *SubmitAnnotationJobRequest, ...) <-chan int
- func (client *Client) SubmitAnnotationJobWithChan(request *SubmitAnnotationJobRequest) (<-chan *SubmitAnnotationJobResponse, <-chan error)
- func (client *Client) SubmitAsrJob(request *SubmitAsrJobRequest) (response *SubmitAsrJobResponse, err error)
- func (client *Client) SubmitAsrJobWithCallback(request *SubmitAsrJobRequest, ...) <-chan int
- func (client *Client) SubmitAsrJobWithChan(request *SubmitAsrJobRequest) (<-chan *SubmitAsrJobResponse, <-chan error)
- func (client *Client) SubmitBeautifyJobs(request *SubmitBeautifyJobsRequest) (response *SubmitBeautifyJobsResponse, err error)
- func (client *Client) SubmitBeautifyJobsWithCallback(request *SubmitBeautifyJobsRequest, ...) <-chan int
- func (client *Client) SubmitBeautifyJobsWithChan(request *SubmitBeautifyJobsRequest) (<-chan *SubmitBeautifyJobsResponse, <-chan error)
- func (client *Client) SubmitComplexJob(request *SubmitComplexJobRequest) (response *SubmitComplexJobResponse, err error)
- func (client *Client) SubmitComplexJobWithCallback(request *SubmitComplexJobRequest, ...) <-chan int
- func (client *Client) SubmitComplexJobWithChan(request *SubmitComplexJobRequest) (<-chan *SubmitComplexJobResponse, <-chan error)
- func (client *Client) SubmitCoverJob(request *SubmitCoverJobRequest) (response *SubmitCoverJobResponse, err error)
- func (client *Client) SubmitCoverJobWithCallback(request *SubmitCoverJobRequest, ...) <-chan int
- func (client *Client) SubmitCoverJobWithChan(request *SubmitCoverJobRequest) (<-chan *SubmitCoverJobResponse, <-chan error)
- func (client *Client) SubmitEditingJobs(request *SubmitEditingJobsRequest) (response *SubmitEditingJobsResponse, err error)
- func (client *Client) SubmitEditingJobsWithCallback(request *SubmitEditingJobsRequest, ...) <-chan int
- func (client *Client) SubmitEditingJobsWithChan(request *SubmitEditingJobsRequest) (<-chan *SubmitEditingJobsResponse, <-chan error)
- func (client *Client) SubmitFacerecogJob(request *SubmitFacerecogJobRequest) (response *SubmitFacerecogJobResponse, err error)
- func (client *Client) SubmitFacerecogJobWithCallback(request *SubmitFacerecogJobRequest, ...) <-chan int
- func (client *Client) SubmitFacerecogJobWithChan(request *SubmitFacerecogJobRequest) (<-chan *SubmitFacerecogJobResponse, <-chan error)
- func (client *Client) SubmitFpCompareJob(request *SubmitFpCompareJobRequest) (response *SubmitFpCompareJobResponse, err error)
- func (client *Client) SubmitFpCompareJobWithCallback(request *SubmitFpCompareJobRequest, ...) <-chan int
- func (client *Client) SubmitFpCompareJobWithChan(request *SubmitFpCompareJobRequest) (<-chan *SubmitFpCompareJobResponse, <-chan error)
- func (client *Client) SubmitFpDBDeleteJob(request *SubmitFpDBDeleteJobRequest) (response *SubmitFpDBDeleteJobResponse, err error)
- func (client *Client) SubmitFpDBDeleteJobWithCallback(request *SubmitFpDBDeleteJobRequest, ...) <-chan int
- func (client *Client) SubmitFpDBDeleteJobWithChan(request *SubmitFpDBDeleteJobRequest) (<-chan *SubmitFpDBDeleteJobResponse, <-chan error)
- func (client *Client) SubmitFpFileDeleteJob(request *SubmitFpFileDeleteJobRequest) (response *SubmitFpFileDeleteJobResponse, err error)
- func (client *Client) SubmitFpFileDeleteJobWithCallback(request *SubmitFpFileDeleteJobRequest, ...) <-chan int
- func (client *Client) SubmitFpFileDeleteJobWithChan(request *SubmitFpFileDeleteJobRequest) (<-chan *SubmitFpFileDeleteJobResponse, <-chan error)
- func (client *Client) SubmitFpShotJob(request *SubmitFpShotJobRequest) (response *SubmitFpShotJobResponse, err error)
- func (client *Client) SubmitFpShotJobWithCallback(request *SubmitFpShotJobRequest, ...) <-chan int
- func (client *Client) SubmitFpShotJobWithChan(request *SubmitFpShotJobRequest) (<-chan *SubmitFpShotJobResponse, <-chan error)
- func (client *Client) SubmitIProductionJob(request *SubmitIProductionJobRequest) (response *SubmitIProductionJobResponse, err error)
- func (client *Client) SubmitIProductionJobWithCallback(request *SubmitIProductionJobRequest, ...) <-chan int
- func (client *Client) SubmitIProductionJobWithChan(request *SubmitIProductionJobRequest) (<-chan *SubmitIProductionJobResponse, <-chan error)
- func (client *Client) SubmitImageQualityJob(request *SubmitImageQualityJobRequest) (response *SubmitImageQualityJobResponse, err error)
- func (client *Client) SubmitImageQualityJobWithCallback(request *SubmitImageQualityJobRequest, ...) <-chan int
- func (client *Client) SubmitImageQualityJobWithChan(request *SubmitImageQualityJobRequest) (<-chan *SubmitImageQualityJobResponse, <-chan error)
- func (client *Client) SubmitImageSearchJob(request *SubmitImageSearchJobRequest) (response *SubmitImageSearchJobResponse, err error)
- func (client *Client) SubmitImageSearchJobWithCallback(request *SubmitImageSearchJobRequest, ...) <-chan int
- func (client *Client) SubmitImageSearchJobWithChan(request *SubmitImageSearchJobRequest) (<-chan *SubmitImageSearchJobResponse, <-chan error)
- func (client *Client) SubmitInferenceJob(request *SubmitInferenceJobRequest) (response *SubmitInferenceJobResponse, err error)
- func (client *Client) SubmitInferenceJobWithCallback(request *SubmitInferenceJobRequest, ...) <-chan int
- func (client *Client) SubmitInferenceJobWithChan(request *SubmitInferenceJobRequest) (<-chan *SubmitInferenceJobResponse, <-chan error)
- func (client *Client) SubmitInnerJob(request *SubmitInnerJobRequest) (response *SubmitInnerJobResponse, err error)
- func (client *Client) SubmitInnerJobWithCallback(request *SubmitInnerJobRequest, ...) <-chan int
- func (client *Client) SubmitInnerJobWithChan(request *SubmitInnerJobRequest) (<-chan *SubmitInnerJobResponse, <-chan error)
- func (client *Client) SubmitJobs(request *SubmitJobsRequest) (response *SubmitJobsResponse, err error)
- func (client *Client) SubmitJobsWithCallback(request *SubmitJobsRequest, ...) <-chan int
- func (client *Client) SubmitJobsWithChan(request *SubmitJobsRequest) (<-chan *SubmitJobsResponse, <-chan error)
- func (client *Client) SubmitMCJob(request *SubmitMCJobRequest) (response *SubmitMCJobResponse, err error)
- func (client *Client) SubmitMCJobWithCallback(request *SubmitMCJobRequest, ...) <-chan int
- func (client *Client) SubmitMCJobWithChan(request *SubmitMCJobRequest) (<-chan *SubmitMCJobResponse, <-chan error)
- func (client *Client) SubmitMcuJob(request *SubmitMcuJobRequest) (response *SubmitMcuJobResponse, err error)
- func (client *Client) SubmitMcuJobWithCallback(request *SubmitMcuJobRequest, ...) <-chan int
- func (client *Client) SubmitMcuJobWithChan(request *SubmitMcuJobRequest) (<-chan *SubmitMcuJobResponse, <-chan error)
- func (client *Client) SubmitMediaCensorJob(request *SubmitMediaCensorJobRequest) (response *SubmitMediaCensorJobResponse, err error)
- func (client *Client) SubmitMediaCensorJobWithCallback(request *SubmitMediaCensorJobRequest, ...) <-chan int
- func (client *Client) SubmitMediaCensorJobWithChan(request *SubmitMediaCensorJobRequest) (<-chan *SubmitMediaCensorJobResponse, <-chan error)
- func (client *Client) SubmitMediaDetailJob(request *SubmitMediaDetailJobRequest) (response *SubmitMediaDetailJobResponse, err error)
- func (client *Client) SubmitMediaDetailJobWithCallback(request *SubmitMediaDetailJobRequest, ...) <-chan int
- func (client *Client) SubmitMediaDetailJobWithChan(request *SubmitMediaDetailJobRequest) (<-chan *SubmitMediaDetailJobResponse, <-chan error)
- func (client *Client) SubmitMediaFpDeleteJob(request *SubmitMediaFpDeleteJobRequest) (response *SubmitMediaFpDeleteJobResponse, err error)
- func (client *Client) SubmitMediaFpDeleteJobWithCallback(request *SubmitMediaFpDeleteJobRequest, ...) <-chan int
- func (client *Client) SubmitMediaFpDeleteJobWithChan(request *SubmitMediaFpDeleteJobRequest) (<-chan *SubmitMediaFpDeleteJobResponse, <-chan error)
- func (client *Client) SubmitMediaInfoJob(request *SubmitMediaInfoJobRequest) (response *SubmitMediaInfoJobResponse, err error)
- func (client *Client) SubmitMediaInfoJobWithCallback(request *SubmitMediaInfoJobRequest, ...) <-chan int
- func (client *Client) SubmitMediaInfoJobWithChan(request *SubmitMediaInfoJobRequest) (<-chan *SubmitMediaInfoJobResponse, <-chan error)
- func (client *Client) SubmitOssFileCopyJob(request *SubmitOssFileCopyJobRequest) (response *SubmitOssFileCopyJobResponse, err error)
- func (client *Client) SubmitOssFileCopyJobWithCallback(request *SubmitOssFileCopyJobRequest, ...) <-chan int
- func (client *Client) SubmitOssFileCopyJobWithChan(request *SubmitOssFileCopyJobRequest) (<-chan *SubmitOssFileCopyJobResponse, <-chan error)
- func (client *Client) SubmitPornJob(request *SubmitPornJobRequest) (response *SubmitPornJobResponse, err error)
- func (client *Client) SubmitPornJobWithCallback(request *SubmitPornJobRequest, ...) <-chan int
- func (client *Client) SubmitPornJobWithChan(request *SubmitPornJobRequest) (<-chan *SubmitPornJobResponse, <-chan error)
- func (client *Client) SubmitSmarttagJob(request *SubmitSmarttagJobRequest) (response *SubmitSmarttagJobResponse, err error)
- func (client *Client) SubmitSmarttagJobWithCallback(request *SubmitSmarttagJobRequest, ...) <-chan int
- func (client *Client) SubmitSmarttagJobWithChan(request *SubmitSmarttagJobRequest) (<-chan *SubmitSmarttagJobResponse, <-chan error)
- func (client *Client) SubmitSnapshotJob(request *SubmitSnapshotJobRequest) (response *SubmitSnapshotJobResponse, err error)
- func (client *Client) SubmitSnapshotJobWithCallback(request *SubmitSnapshotJobRequest, ...) <-chan int
- func (client *Client) SubmitSnapshotJobWithChan(request *SubmitSnapshotJobRequest) (<-chan *SubmitSnapshotJobResponse, <-chan error)
- func (client *Client) SubmitSubtitleJob(request *SubmitSubtitleJobRequest) (response *SubmitSubtitleJobResponse, err error)
- func (client *Client) SubmitSubtitleJobWithCallback(request *SubmitSubtitleJobRequest, ...) <-chan int
- func (client *Client) SubmitSubtitleJobWithChan(request *SubmitSubtitleJobRequest) (<-chan *SubmitSubtitleJobResponse, <-chan error)
- func (client *Client) SubmitTagJob(request *SubmitTagJobRequest) (response *SubmitTagJobResponse, err error)
- func (client *Client) SubmitTagJobWithCallback(request *SubmitTagJobRequest, ...) <-chan int
- func (client *Client) SubmitTagJobWithChan(request *SubmitTagJobRequest) (<-chan *SubmitTagJobResponse, <-chan error)
- func (client *Client) SubmitTerrorismJob(request *SubmitTerrorismJobRequest) (response *SubmitTerrorismJobResponse, err error)
- func (client *Client) SubmitTerrorismJobWithCallback(request *SubmitTerrorismJobRequest, ...) <-chan int
- func (client *Client) SubmitTerrorismJobWithChan(request *SubmitTerrorismJobRequest) (<-chan *SubmitTerrorismJobResponse, <-chan error)
- func (client *Client) SubmitURLUploadJob(request *SubmitURLUploadJobRequest) (response *SubmitURLUploadJobResponse, err error)
- func (client *Client) SubmitURLUploadJobWithCallback(request *SubmitURLUploadJobRequest, ...) <-chan int
- func (client *Client) SubmitURLUploadJobWithChan(request *SubmitURLUploadJobRequest) (<-chan *SubmitURLUploadJobResponse, <-chan error)
- func (client *Client) SubmitVideoGifJob(request *SubmitVideoGifJobRequest) (response *SubmitVideoGifJobResponse, err error)
- func (client *Client) SubmitVideoGifJobWithCallback(request *SubmitVideoGifJobRequest, ...) <-chan int
- func (client *Client) SubmitVideoGifJobWithChan(request *SubmitVideoGifJobRequest) (<-chan *SubmitVideoGifJobResponse, <-chan error)
- func (client *Client) SubmitVideoPoseJob(request *SubmitVideoPoseJobRequest) (response *SubmitVideoPoseJobResponse, err error)
- func (client *Client) SubmitVideoPoseJobWithCallback(request *SubmitVideoPoseJobRequest, ...) <-chan int
- func (client *Client) SubmitVideoPoseJobWithChan(request *SubmitVideoPoseJobRequest) (<-chan *SubmitVideoPoseJobResponse, <-chan error)
- func (client *Client) SubmitVideoQualityJob(request *SubmitVideoQualityJobRequest) (response *SubmitVideoQualityJobResponse, err error)
- func (client *Client) SubmitVideoQualityJobWithCallback(request *SubmitVideoQualityJobRequest, ...) <-chan int
- func (client *Client) SubmitVideoQualityJobWithChan(request *SubmitVideoQualityJobRequest) (<-chan *SubmitVideoQualityJobResponse, <-chan error)
- func (client *Client) SubmitVideoSplitJob(request *SubmitVideoSplitJobRequest) (response *SubmitVideoSplitJobResponse, err error)
- func (client *Client) SubmitVideoSplitJobWithCallback(request *SubmitVideoSplitJobRequest, ...) <-chan int
- func (client *Client) SubmitVideoSplitJobWithChan(request *SubmitVideoSplitJobRequest) (<-chan *SubmitVideoSplitJobResponse, <-chan error)
- func (client *Client) SubmitVideoSummaryJob(request *SubmitVideoSummaryJobRequest) (response *SubmitVideoSummaryJobResponse, err error)
- func (client *Client) SubmitVideoSummaryJobWithCallback(request *SubmitVideoSummaryJobRequest, ...) <-chan int
- func (client *Client) SubmitVideoSummaryJobWithChan(request *SubmitVideoSummaryJobRequest) (<-chan *SubmitVideoSummaryJobResponse, <-chan error)
- func (client *Client) TagCustomPerson(request *TagCustomPersonRequest) (response *TagCustomPersonResponse, err error)
- func (client *Client) TagCustomPersonWithCallback(request *TagCustomPersonRequest, ...) <-chan int
- func (client *Client) TagCustomPersonWithChan(request *TagCustomPersonRequest) (<-chan *TagCustomPersonResponse, <-chan error)
- func (client *Client) UnbindInputBucket(request *UnbindInputBucketRequest) (response *UnbindInputBucketResponse, err error)
- func (client *Client) UnbindInputBucketWithCallback(request *UnbindInputBucketRequest, ...) <-chan int
- func (client *Client) UnbindInputBucketWithChan(request *UnbindInputBucketRequest) (<-chan *UnbindInputBucketResponse, <-chan error)
- func (client *Client) UnbindOutputBucket(request *UnbindOutputBucketRequest) (response *UnbindOutputBucketResponse, err error)
- func (client *Client) UnbindOutputBucketWithCallback(request *UnbindOutputBucketRequest, ...) <-chan int
- func (client *Client) UnbindOutputBucketWithChan(request *UnbindOutputBucketRequest) (<-chan *UnbindOutputBucketResponse, <-chan error)
- func (client *Client) UnregisterCustomFace(request *UnregisterCustomFaceRequest) (response *UnregisterCustomFaceResponse, err error)
- func (client *Client) UnregisterCustomFaceWithCallback(request *UnregisterCustomFaceRequest, ...) <-chan int
- func (client *Client) UnregisterCustomFaceWithChan(request *UnregisterCustomFaceRequest) (<-chan *UnregisterCustomFaceResponse, <-chan error)
- func (client *Client) UpdateAsrPipeline(request *UpdateAsrPipelineRequest) (response *UpdateAsrPipelineResponse, err error)
- func (client *Client) UpdateAsrPipelineWithCallback(request *UpdateAsrPipelineRequest, ...) <-chan int
- func (client *Client) UpdateAsrPipelineWithChan(request *UpdateAsrPipelineRequest) (<-chan *UpdateAsrPipelineResponse, <-chan error)
- func (client *Client) UpdateCategoryName(request *UpdateCategoryNameRequest) (response *UpdateCategoryNameResponse, err error)
- func (client *Client) UpdateCategoryNameWithCallback(request *UpdateCategoryNameRequest, ...) <-chan int
- func (client *Client) UpdateCategoryNameWithChan(request *UpdateCategoryNameRequest) (<-chan *UpdateCategoryNameResponse, <-chan error)
- func (client *Client) UpdateCensorPipeline(request *UpdateCensorPipelineRequest) (response *UpdateCensorPipelineResponse, err error)
- func (client *Client) UpdateCensorPipelineWithCallback(request *UpdateCensorPipelineRequest, ...) <-chan int
- func (client *Client) UpdateCensorPipelineWithChan(request *UpdateCensorPipelineRequest) (<-chan *UpdateCensorPipelineResponse, <-chan error)
- func (client *Client) UpdateCoverPipeline(request *UpdateCoverPipelineRequest) (response *UpdateCoverPipelineResponse, err error)
- func (client *Client) UpdateCoverPipelineWithCallback(request *UpdateCoverPipelineRequest, ...) <-chan int
- func (client *Client) UpdateCoverPipelineWithChan(request *UpdateCoverPipelineRequest) (<-chan *UpdateCoverPipelineResponse, <-chan error)
- func (client *Client) UpdateMCTemplate(request *UpdateMCTemplateRequest) (response *UpdateMCTemplateResponse, err error)
- func (client *Client) UpdateMCTemplateWithCallback(request *UpdateMCTemplateRequest, ...) <-chan int
- func (client *Client) UpdateMCTemplateWithChan(request *UpdateMCTemplateRequest) (<-chan *UpdateMCTemplateResponse, <-chan error)
- func (client *Client) UpdateMcuTemplate(request *UpdateMcuTemplateRequest) (response *UpdateMcuTemplateResponse, err error)
- func (client *Client) UpdateMcuTemplateWithCallback(request *UpdateMcuTemplateRequest, ...) <-chan int
- func (client *Client) UpdateMcuTemplateWithChan(request *UpdateMcuTemplateRequest) (<-chan *UpdateMcuTemplateResponse, <-chan error)
- func (client *Client) UpdateMedia(request *UpdateMediaRequest) (response *UpdateMediaResponse, err error)
- func (client *Client) UpdateMediaCategory(request *UpdateMediaCategoryRequest) (response *UpdateMediaCategoryResponse, err error)
- func (client *Client) UpdateMediaCategoryWithCallback(request *UpdateMediaCategoryRequest, ...) <-chan int
- func (client *Client) UpdateMediaCategoryWithChan(request *UpdateMediaCategoryRequest) (<-chan *UpdateMediaCategoryResponse, <-chan error)
- func (client *Client) UpdateMediaCover(request *UpdateMediaCoverRequest) (response *UpdateMediaCoverResponse, err error)
- func (client *Client) UpdateMediaCoverWithCallback(request *UpdateMediaCoverRequest, ...) <-chan int
- func (client *Client) UpdateMediaCoverWithChan(request *UpdateMediaCoverRequest) (<-chan *UpdateMediaCoverResponse, <-chan error)
- func (client *Client) UpdateMediaPublishState(request *UpdateMediaPublishStateRequest) (response *UpdateMediaPublishStateResponse, err error)
- func (client *Client) UpdateMediaPublishStateWithCallback(request *UpdateMediaPublishStateRequest, ...) <-chan int
- func (client *Client) UpdateMediaPublishStateWithChan(request *UpdateMediaPublishStateRequest) (<-chan *UpdateMediaPublishStateResponse, <-chan error)
- func (client *Client) UpdateMediaWithCallback(request *UpdateMediaRequest, ...) <-chan int
- func (client *Client) UpdateMediaWithChan(request *UpdateMediaRequest) (<-chan *UpdateMediaResponse, <-chan error)
- func (client *Client) UpdateMediaWorkflow(request *UpdateMediaWorkflowRequest) (response *UpdateMediaWorkflowResponse, err error)
- func (client *Client) UpdateMediaWorkflowTriggerMode(request *UpdateMediaWorkflowTriggerModeRequest) (response *UpdateMediaWorkflowTriggerModeResponse, err error)
- func (client *Client) UpdateMediaWorkflowTriggerModeWithCallback(request *UpdateMediaWorkflowTriggerModeRequest, ...) <-chan int
- func (client *Client) UpdateMediaWorkflowTriggerModeWithChan(request *UpdateMediaWorkflowTriggerModeRequest) (<-chan *UpdateMediaWorkflowTriggerModeResponse, <-chan error)
- func (client *Client) UpdateMediaWorkflowWithCallback(request *UpdateMediaWorkflowRequest, ...) <-chan int
- func (client *Client) UpdateMediaWorkflowWithChan(request *UpdateMediaWorkflowRequest) (<-chan *UpdateMediaWorkflowResponse, <-chan error)
- func (client *Client) UpdatePipeline(request *UpdatePipelineRequest) (response *UpdatePipelineResponse, err error)
- func (client *Client) UpdatePipelineWithCallback(request *UpdatePipelineRequest, ...) <-chan int
- func (client *Client) UpdatePipelineWithChan(request *UpdatePipelineRequest) (<-chan *UpdatePipelineResponse, <-chan error)
- func (client *Client) UpdatePornPipeline(request *UpdatePornPipelineRequest) (response *UpdatePornPipelineResponse, err error)
- func (client *Client) UpdatePornPipelineWithCallback(request *UpdatePornPipelineRequest, ...) <-chan int
- func (client *Client) UpdatePornPipelineWithChan(request *UpdatePornPipelineRequest) (<-chan *UpdatePornPipelineResponse, <-chan error)
- func (client *Client) UpdateSmarttagTemplate(request *UpdateSmarttagTemplateRequest) (response *UpdateSmarttagTemplateResponse, err error)
- func (client *Client) UpdateSmarttagTemplateWithCallback(request *UpdateSmarttagTemplateRequest, ...) <-chan int
- func (client *Client) UpdateSmarttagTemplateWithChan(request *UpdateSmarttagTemplateRequest) (<-chan *UpdateSmarttagTemplateResponse, <-chan error)
- func (client *Client) UpdateTemplate(request *UpdateTemplateRequest) (response *UpdateTemplateResponse, err error)
- func (client *Client) UpdateTemplateWithCallback(request *UpdateTemplateRequest, ...) <-chan int
- func (client *Client) UpdateTemplateWithChan(request *UpdateTemplateRequest) (<-chan *UpdateTemplateResponse, <-chan error)
- func (client *Client) UpdateTerrorismPipeline(request *UpdateTerrorismPipelineRequest) (response *UpdateTerrorismPipelineResponse, err error)
- func (client *Client) UpdateTerrorismPipelineWithCallback(request *UpdateTerrorismPipelineRequest, ...) <-chan int
- func (client *Client) UpdateTerrorismPipelineWithChan(request *UpdateTerrorismPipelineRequest) (<-chan *UpdateTerrorismPipelineResponse, <-chan error)
- func (client *Client) UpdateWaterMarkTemplate(request *UpdateWaterMarkTemplateRequest) (response *UpdateWaterMarkTemplateResponse, err error)
- func (client *Client) UpdateWaterMarkTemplateWithCallback(request *UpdateWaterMarkTemplateRequest, ...) <-chan int
- func (client *Client) UpdateWaterMarkTemplateWithChan(request *UpdateWaterMarkTemplateRequest) (<-chan *UpdateWaterMarkTemplateResponse, <-chan error)
- type Clip
- type ClipListInQueryComplexJobList
- type ClipListInQueryEditingJobList
- type ClipListInSubmitComplexJob
- type ClipListInSubmitEditingJobs
- type ClipsConfig
- type ClipsConfigVideo
- type ClipsInQueryComplexJobList
- type ClipsInQueryEditingJobList
- type ClipsInQueryMediaDetailJobList
- type ClipsInSubmitComplexJob
- type ClipsInSubmitEditingJobs
- type ComplexEditingConfigsInQueryComplexJobList
- type ComplexEditingConfigsInSubmitComplexJob
- type ComplexEditingConfigsItem
- type ComplexJob
- type Container
- type ContrabandAudio
- type ContrabandAudios
- type ContrabandOcr
- type ContrabandOcrs
- type ContrabandResult
- type ContrabandText
- type ContrabandTexts
- type Counter
- type CoverConfig
- type CoverImage
- type CoverImageCensorResult
- type CoverImageCensorResultsInQueryMediaCensorJobDetail
- type CoverImageCensorResultsInQueryMediaCensorJobList
- type CoverImageList
- type CoverJob
- type CoverJobList
- type CreateFpShotDBRequest
- type CreateFpShotDBResponse
- type CreateInferenceServerRequest
- type CreateInferenceServerResponse
- type CreateMcuTemplateRequest
- type CreateMcuTemplateResponse
- type CreateSessionRequest
- type CreateSessionResponse
- type Crop
- type Custom
- type Customs
- type DataFile
- type DeactivateMediaWorkflowRequest
- type DeactivateMediaWorkflowResponse
- type DecryptKeyRequest
- type DecryptKeyResponse
- type DeleteCategoryRequest
- type DeleteCategoryResponse
- type DeleteMCTemplateRequest
- type DeleteMCTemplateResponse
- type DeleteMcuJobRequest
- type DeleteMcuJobResponse
- type DeleteMcuTemplateRequest
- type DeleteMcuTemplateResponse
- type DeleteMediaRequest
- type DeleteMediaResponse
- type DeleteMediaTagRequest
- type DeleteMediaTagResponse
- type DeleteMediaWorkflowRequest
- type DeleteMediaWorkflowResponse
- type DeletePipelineRequest
- type DeletePipelineResponse
- type DeleteSmarttagTemplateRequest
- type DeleteSmarttagTemplateResponse
- type DeleteTemplateRequest
- type DeleteTemplateResponse
- type DeleteWaterMarkTemplateRequest
- type DeleteWaterMarkTemplateResponse
- type DeletedJobIds
- type DescCensorResult
- type DescribeMtsUserResourcePackageRequest
- type DescribeMtsUserResourcePackageResponse
- type Details
- type DetailsItem
- type DetectImageSyncRequest
- type DetectImageSyncResponse
- type DigiWaterMark
- type Duplication
- type Editing
- type EditingConfig
- type EditingInput
- type EditingInputsInQueryComplexJobList
- type EditingInputsInQueryEditingJobList
- type EditingInputsInSubmitComplexJob
- type EditingInputsInSubmitEditingJobs
- type Effect
- type EffectsInQueryComplexJobList
- type EffectsInQueryEditingJobList
- type EffectsInSubmitComplexJob
- type EffectsInSubmitEditingJobs
- type Encryption
- type ExtSubtitle
- type ExtSubtitleListInListJob
- type ExtSubtitleListInQueryComplexJobList
- type ExtSubtitleListInQueryEditingJobList
- type ExtSubtitleListInQueryJobList
- type ExtSubtitleListInSubmitComplexJob
- type ExtSubtitleListInSubmitEditingJobs
- type ExtSubtitleListInSubmitJobs
- type Face
- type FaceResult
- type Facerecog
- type FacerecogJob
- type FacerecogJobList
- type Facerecogs
- type FacesInListCustomPersons
- type FacesInQueryFacerecogJobList
- type FailedDomains
- type FailedImage
- type FailedImages
- type File
- type Format
- type FpCompareJob
- type FpCompareJobList
- type FpCompareResult
- type FpDBDeleteJob
- type FpDBDeleteJobList
- type FpFileDeleteJob
- type FpFileDeleteJobList
- type FpResultLogInfo
- type FpResultLogInfoList
- type FpShot
- type FpShotConfig
- type FpShotDB
- type FpShotDBList
- type FpShotFile
- type FpShotFileList
- type FpShotImportJob
- type FpShotImportJobList
- type FpShotJob
- type FpShotJobList
- type FpShotNotary
- type FpShotNotaryList
- type FpShotResult
- type FpShotSlice
- type FpShotSlicesInQueryFpShotJobList
- type FpShots
- type FrameTagInfo
- type FrameTagInfosInQueryMcuJob
- type FrameTagInfosInQueryMediaDetailJobList
- type FrameTags
- type Functions
- type FunctionsItem
- type GetJobInfoRequest
- type GetJobInfoResponse
- type GetLicenseRequest
- type GetLicenseResponse
- type GetPackageRequest
- type GetPackageResponse
- type Gif
- type ImAuditRequest
- type ImAuditResponse
- type Image
- type ImageCensorResult
- type ImageCensorResults
- type ImageFile
- type ImageQualityJob
- type ImageResults
- type ImageSearchJob
- type ImageSearchJobList
- type ImageSearchShots
- type ImageSearchShotsItem
- type ImportFpShotJobRequest
- type ImportFpShotJobResponse
- type Input
- type InputConfig
- type InputFile
- type InputFragment
- type InputImage
- type InputVideo
- type InputsInQueryComplexJobList
- type InputsInSubmitComplexJob
- type InputsItem
- type Job
- type JobInQueryMCJobList
- type JobInQueryVideoPoseJobList
- type JobInQueryVideoQualityJob
- type JobListInListJob
- type JobListInQueryAsrJobList
- type JobListInQueryComplexJobList
- type JobListInQueryEditingJobList
- type JobListInQueryJobList
- type JobListInQueryMCJobList
- type JobListInQueryMediaDetailJobList
- type JobListInQuerySubtitleJobList
- type JobListInQueryVideoGifJobList
- type JobListInQueryVideoPoseJobList
- type JobListInQueryVideoSplitJobList
- type JobListInQueryVideoSummaryJobList
- type JobListInSubmitBeautifyJobs
- type JobResult
- type JobResultInQueryMcuJob
- type JobResultListInSubmitEditingJobs
- type JobResultListInSubmitJobs
- type JobsInListInferenceJob
- type JobsInQueryIProductionJobList
- type JobsItem
- type ListAllCategoryRequest
- type ListAllCategoryResponse
- type ListAllMediaBucketRequest
- type ListAllMediaBucketResponse
- type ListAsrPipelineRequest
- type ListAsrPipelineResponse
- type ListCensorPipelineRequest
- type ListCensorPipelineResponse
- type ListCoverPipelineRequest
- type ListCoverPipelineResponse
- type ListCustomPersonsRequest
- type ListCustomPersonsResponse
- type ListFpShotDBRequest
- type ListFpShotDBResponse
- type ListFpShotFilesRequest
- type ListFpShotFilesResponse
- type ListFpShotImportJobRequest
- type ListFpShotImportJobResponse
- type ListFpShotNotaryRequest
- type ListFpShotNotaryResponse
- type ListInferenceJobRequest
- type ListInferenceJobResponse
- type ListJobRequest
- type ListJobResponse
- type ListMediaRequest
- type ListMediaResponse
- type ListMediaWorkflowExecutionsRequest
- type ListMediaWorkflowExecutionsResponse
- type ListPornPipelineRequest
- type ListPornPipelineResponse
- type ListTerrorismPipelineRequest
- type ListTerrorismPipelineResponse
- type LiveImage
- type LiveImages
- type LiveResult
- type LiveVideo
- type LiveVideos
- type LogicalDeleteResourceRequest
- type LogicalDeleteResourceResponse
- type LogoImage
- type LogoImages
- type LogoResult
- type LogoVideo
- type LogoVideos
- type M3U8NonStandardSupport
- type MNSMessageResult
- type MasterFile
- type MasterMediaFrames
- type MasterMediaInfo
- type MatchFrameStorage
- type MatchedFramesDescFile
- type Media
- type MediaBucket
- type MediaBucketList
- type MediaCensorJob
- type MediaCensorJobDetail
- type MediaCensorJobList
- type MediaDetailConfig
- type MediaDetailRecgResult
- type MediaDetailRecgResults
- type MediaDetailResult
- type MediaFpDeleteJob
- type MediaFpDeleteJobList
- type MediaInfo
- type MediaInfoJob
- type MediaInfoJobList
- type MediaListInListMedia
- type MediaListInQueryMediaList
- type MediaListInQueryMediaListByURL
- type MediaListInSearchMedia
- type MediaMatchSegment
- type MediaMatchSegments
- type MediaWorkflow
- type MediaWorkflowExecution
- type MediaWorkflowExecutionListInListMediaWorkflowExecutions
- type MediaWorkflowExecutionListInQueryMediaWorkflowExecutionList
- type MediaWorkflowListInQueryMediaWorkflowList
- type MediaWorkflowListInSearchMediaWorkflow
- type Merge
- type MergeListInListJob
- type MergeListInQueryComplexJobList
- type MergeListInQueryEditingJobList
- type MergeListInQueryJobList
- type MergeListInSubmitComplexJob
- type MergeListInSubmitEditingJobs
- type MergeListInSubmitJobs
- type MtsTransferJob
- type MuxConfig
- type NetworkCost
- type NonExistAnalysisJobIds
- type NonExistFileURLs
- type NonExistIdsInListFpShotDB
- type NonExistIdsInListFpShotImportJob
- type NonExistIdsInQueryAnnotationJobList
- type NonExistIdsInQueryAsrJobList
- type NonExistIdsInQueryAsrPipelineList
- type NonExistIdsInQueryCensorJobList
- type NonExistIdsInQueryCensorPipelineList
- type NonExistIdsInQueryCoverJobList
- type NonExistIdsInQueryCoverPipelineList
- type NonExistIdsInQueryFacerecogJobList
- type NonExistIdsInQueryFpCompareJobList
- type NonExistIdsInQueryFpDBDeleteJobList
- type NonExistIdsInQueryFpFileDeleteJobList
- type NonExistIdsInQueryFpShotJobList
- type NonExistIdsInQueryIProductionJobList
- type NonExistIdsInQueryImageSearchJobList
- type NonExistIdsInQueryMCJobList
- type NonExistIdsInQueryMediaCensorJobList
- type NonExistIdsInQueryMediaDetailJobList
- type NonExistIdsInQueryMediaFpDeleteJobList
- type NonExistIdsInQueryPornJobList
- type NonExistIdsInQueryPornPipelineList
- type NonExistIdsInQueryTagJobList
- type NonExistIdsInQueryTerrorismJobList
- type NonExistIdsInQueryTerrorismPipelineList
- type NonExistIdsInQueryVideoGifJobList
- type NonExistIdsInQueryVideoSplitJobList
- type NonExistIdsInQueryVideoSummaryJobList
- type NonExistJobIdsInDeleteMcuJob
- type NonExistJobIdsInQueryComplexJobList
- type NonExistJobIdsInQueryEditingJobList
- type NonExistJobIdsInQueryJobList
- type NonExistJobIdsInQueryMcuJob
- type NonExistJobIdsInQuerySmarttagJobList
- type NonExistJobIdsInQuerySubtitleJobList
- type NonExistJobIdsInQueryVideoPoseJobList
- type NonExistMediaIds
- type NonExistMediaInfoJobIds
- type NonExistMediaWorkflowIds
- type NonExistPids
- type NonExistPrimaryKeys
- type NonExistRunIds
- type NonExistSnapshotJobIds
- type NonExistTidsInQueryMCTemplateList
- type NonExistTidsInQueryTemplateList
- type NonExistWids
- type NotFoundCDNDomain
- type NotifyConfig
- type Ocr
- type OcrResult
- type Opening
- type OpeningListInListJob
- type OpeningListInQueryJobList
- type OpeningListInSubmitJobs
- type OutSubtitle
- type OutSubtitleFile
- type OutSubtitleListInListJob
- type OutSubtitleListInQueryJobList
- type OutSubtitleListInSubmitJobs
- type Output
- type OutputConfig
- type OutputFile
- type PageInfo
- type Person
- type Persons
- type PhysicalDeleteResourceRequest
- type PhysicalDeleteResourceResponse
- type Pipeline
- type PipelineInAddCoverPipeline
- type PipelineInListAsrPipeline
- type PipelineInListCensorPipeline
- type PipelineInListCoverPipeline
- type PipelineInListPornPipeline
- type PipelineInListTerrorismPipeline
- type PipelineInQueryAsrPipelineList
- type PipelineInQueryCensorPipelineList
- type PipelineInQueryCoverPipelineList
- type PipelineInQueryPornPipelineList
- type PipelineInQueryTerrorismPipelineList
- type PipelineListInListAsrPipeline
- type PipelineListInListCensorPipeline
- type PipelineListInListCoverPipeline
- type PipelineListInListPornPipeline
- type PipelineListInListTerrorismPipeline
- type PipelineListInQueryAsrPipelineList
- type PipelineListInQueryCensorPipelineList
- type PipelineListInQueryCoverPipelineList
- type PipelineListInQueryPipelineList
- type PipelineListInQueryPornPipelineList
- type PipelineListInQueryTerrorismPipelineList
- type PipelineListInSearchPipeline
- type Play
- type PlayInfo
- type PlayInfoList
- type PlayInfoRequest
- type PlayInfoResponse
- type PlayListInQueryMediaList
- type PlayListInQueryMediaListByURL
- type PlayerAuthRequest
- type PlayerAuthResponse
- type Politician
- type Politicians
- type PoliticsAudio
- type PoliticsAudios
- type PoliticsImage
- type PoliticsImages
- type PoliticsOcr
- type PoliticsOcrs
- type PoliticsResult
- type PoliticsText
- type PoliticsTexts
- type PoliticsVideo
- type PoliticsVideos
- type PornAudio
- type PornAudios
- type PornConfig
- type PornCounterListInQueryCensorJobList
- type PornCounterListInQueryPornJobList
- type PornImage
- type PornImages
- type PornJob
- type PornJobList
- type PornOcr
- type PornOcrs
- type PornResult
- type PornText
- type PornTexts
- type PornTopListInQueryCensorJobList
- type PornTopListInQueryPornJobList
- type PornVideo
- type PornVideos
- type Properties
- type PropertiesControl
- type QrcodeImage
- type QrcodeImages
- type QrcodeResult
- type QrcodeVideo
- type QrcodeVideos
- type QualityControl
- type QueryAnalysisJobListRequest
- type QueryAnalysisJobListResponse
- type QueryAnnotationJobListRequest
- type QueryAnnotationJobListResponse
- type QueryAsrJobListRequest
- type QueryAsrJobListResponse
- type QueryAsrPipelineListRequest
- type QueryAsrPipelineListResponse
- type QueryAuthConfigRequest
- type QueryAuthConfigResponse
- type QueryCensorJobListRequest
- type QueryCensorJobListResponse
- type QueryCensorPipelineListRequest
- type QueryCensorPipelineListResponse
- type QueryComplexJobListRequest
- type QueryComplexJobListResponse
- type QueryCoverJobListRequest
- type QueryCoverJobListResponse
- type QueryCoverPipelineListRequest
- type QueryCoverPipelineListResponse
- type QueryEditingJobListRequest
- type QueryEditingJobListResponse
- type QueryFacerecogJobListRequest
- type QueryFacerecogJobListResponse
- type QueryFile
- type QueryFpCompareJobListRequest
- type QueryFpCompareJobListResponse
- type QueryFpDBDeleteJobListRequest
- type QueryFpDBDeleteJobListResponse
- type QueryFpFileDeleteJobListRequest
- type QueryFpFileDeleteJobListResponse
- type QueryFpImportResultRequest
- type QueryFpImportResultResponse
- type QueryFpShotJobListRequest
- type QueryFpShotJobListResponse
- type QueryIProductionJobListRequest
- type QueryIProductionJobListResponse
- type QueryIProductionJobRequest
- type QueryIProductionJobResponse
- type QueryImageSearchJobListRequest
- type QueryImageSearchJobListResponse
- type QueryInferenceJobRequest
- type QueryInferenceJobResponse
- type QueryInferenceServerRequest
- type QueryInferenceServerResponse
- type QueryInnerJobRequest
- type QueryInnerJobResponse
- type QueryJobListRequest
- type QueryJobListResponse
- type QueryMCJobListRequest
- type QueryMCJobListResponse
- type QueryMCTemplateListRequest
- type QueryMCTemplateListResponse
- type QueryMcuJobRequest
- type QueryMcuJobResponse
- type QueryMcuTemplateRequest
- type QueryMcuTemplateResponse
- type QueryMediaCensorJobDetailRequest
- type QueryMediaCensorJobDetailResponse
- type QueryMediaCensorJobListRequest
- type QueryMediaCensorJobListResponse
- type QueryMediaDetailJobListRequest
- type QueryMediaDetailJobListResponse
- type QueryMediaFpDeleteJobListRequest
- type QueryMediaFpDeleteJobListResponse
- type QueryMediaFrames
- type QueryMediaInfo
- type QueryMediaInfoJobListRequest
- type QueryMediaInfoJobListResponse
- type QueryMediaListByURLRequest
- type QueryMediaListByURLResponse
- type QueryMediaListRequest
- type QueryMediaListResponse
- type QueryMediaWorkflowExecutionListRequest
- type QueryMediaWorkflowExecutionListResponse
- type QueryMediaWorkflowListRequest
- type QueryMediaWorkflowListResponse
- type QueryPipelineListRequest
- type QueryPipelineListResponse
- type QueryPornJobListRequest
- type QueryPornJobListResponse
- type QueryPornPipelineListRequest
- type QueryPornPipelineListResponse
- type QuerySmarttagJobListRequest
- type QuerySmarttagJobListResponse
- type QuerySmarttagJobRequest
- type QuerySmarttagJobResponse
- type QuerySmarttagTemplateListRequest
- type QuerySmarttagTemplateListResponse
- type QuerySnapshotJobListRequest
- type QuerySnapshotJobListResponse
- type QuerySubtitleJobListRequest
- type QuerySubtitleJobListResponse
- type QueryTagJobListRequest
- type QueryTagJobListResponse
- type QueryTemplateListRequest
- type QueryTemplateListResponse
- type QueryTerrorismJobListRequest
- type QueryTerrorismJobListResponse
- type QueryTerrorismPipelineListRequest
- type QueryTerrorismPipelineListResponse
- type QueryVideoGifJobListRequest
- type QueryVideoGifJobListResponse
- type QueryVideoPoseJobListRequest
- type QueryVideoPoseJobListResponse
- type QueryVideoQualityJobRequest
- type QueryVideoQualityJobResponse
- type QueryVideoSplitJobListRequest
- type QueryVideoSplitJobListResponse
- type QueryVideoSummaryJobListRequest
- type QueryVideoSummaryJobListResponse
- type QueryWaterMarkTemplateListRequest
- type QueryWaterMarkTemplateListResponse
- type RatioRefer
- type RefreshCdnDomainConfigsCacheRequest
- type RefreshCdnDomainConfigsCacheResponse
- type RegisterCustomFaceRequest
- type RegisterCustomFaceResponse
- type RegisterMediaDetailPersonRequest
- type RegisterMediaDetailPersonResponse
- type RegisterMediaDetailScenarioRequest
- type RegisterMediaDetailScenarioResponse
- type RegisteredPersonage
- type RegisteredPersonages
- type ReportAnnotationJobResultRequest
- type ReportAnnotationJobResultResponse
- type ReportCensorJobResultRequest
- type ReportCensorJobResultResponse
- type ReportCoverJobResultRequest
- type ReportCoverJobResultResponse
- type ReportFacerecogJobResultRequest
- type ReportFacerecogJobResultResponse
- type ReportFpShotJobResultRequest
- type ReportFpShotJobResultResponse
- type ReportMediaDetailJobResultRequest
- type ReportMediaDetailJobResultResponse
- type ReportPornJobResultRequest
- type ReportPornJobResultResponse
- type ReportTagJobResultRequest
- type ReportTagJobResultResponse
- type ReportTerrorismJobResultRequest
- type ReportTerrorismJobResultResponse
- type ReportVideoSplitJobResultRequest
- type ReportVideoSplitJobResultResponse
- type ResourcePackageInfo
- type ResourcePackageInfos
- type Result
- type ResultInImAudit
- type ResultInQueryMediaCensorJobDetail
- type ResultInQueryMediaCensorJobList
- type ResultItem
- type ResultsInImAudit
- type ResultsInQueryMediaCensorJobDetail
- type ResultsInQueryMediaCensorJobList
- type ResultsInQuerySmarttagJob
- type RunIdListInAddMedia
- type RunIdListInListMedia
- type RunIdListInQueryMediaList
- type RunIdListInQueryMediaListByURL
- type RunIdListInSearchMedia
- type RunIdListInUpdateMedia
- type SearchMediaRequest
- type SearchMediaResponse
- type SearchMediaWorkflowRequest
- type SearchMediaWorkflowResponse
- type SearchPipelineRequest
- type SearchPipelineResponse
- type SearchTemplateRequest
- type SearchTemplateResponse
- type SearchWaterMarkTemplateRequest
- type SearchWaterMarkTemplateResponse
- type Segment
- type Sensitive
- type Sensitives
- type SetAuthConfigRequest
- type SetAuthConfigResponse
- type SmarttagJob
- type SmarttagJobs
- type Snapshot
- type SnapshotConfig
- type SnapshotJob
- type SnapshotJobList
- type SnapshotListInQueryMediaList
- type SnapshotListInQueryMediaListByURL
- type SourceLogo
- type SourceLogos
- type SpamAudio
- type SpamAudios
- type SpamOcr
- type SpamOcrs
- type SpamResult
- type SpamText
- type SpamTexts
- type StopIProductionJobRequest
- type StopIProductionJobResponse
- type Streams
- type SubTask
- type SubTaskInfo
- type SubmitAnalysisJobRequest
- type SubmitAnalysisJobResponse
- type SubmitAnnotationJobRequest
- type SubmitAnnotationJobResponse
- type SubmitAsrJobRequest
- type SubmitAsrJobResponse
- type SubmitBeautifyJobsRequest
- type SubmitBeautifyJobsResponse
- type SubmitComplexJobRequest
- type SubmitComplexJobResponse
- type SubmitCoverJobRequest
- type SubmitCoverJobResponse
- type SubmitEditingJobsRequest
- type SubmitEditingJobsResponse
- type SubmitFacerecogJobRequest
- type SubmitFacerecogJobResponse
- type SubmitFpCompareJobRequest
- type SubmitFpCompareJobResponse
- type SubmitFpDBDeleteJobRequest
- type SubmitFpDBDeleteJobResponse
- type SubmitFpFileDeleteJobRequest
- type SubmitFpFileDeleteJobResponse
- type SubmitFpShotJobRequest
- type SubmitFpShotJobResponse
- type SubmitIProductionJobRequest
- type SubmitIProductionJobResponse
- type SubmitImageQualityJobRequest
- type SubmitImageQualityJobResponse
- type SubmitImageSearchJobRequest
- type SubmitImageSearchJobResponse
- type SubmitInferenceJobRequest
- type SubmitInferenceJobResponse
- type SubmitInnerJobRequest
- type SubmitInnerJobResponse
- type SubmitJobsRequest
- type SubmitJobsResponse
- type SubmitMCJobRequest
- type SubmitMCJobResponse
- type SubmitMcuJobRequest
- type SubmitMcuJobResponse
- type SubmitMediaCensorJobRequest
- type SubmitMediaCensorJobResponse
- type SubmitMediaDetailJobRequest
- type SubmitMediaDetailJobResponse
- type SubmitMediaFpDeleteJobRequest
- type SubmitMediaFpDeleteJobResponse
- type SubmitMediaInfoJobRequest
- type SubmitMediaInfoJobResponse
- type SubmitOssFileCopyJobRequest
- type SubmitOssFileCopyJobResponse
- type SubmitOssFileCopyJobSourceStorage
- type SubmitOssFileCopyJobTargetStorage
- type SubmitPornJobRequest
- type SubmitPornJobResponse
- type SubmitSmarttagJobRequest
- type SubmitSmarttagJobResponse
- type SubmitSnapshotJobRequest
- type SubmitSnapshotJobResponse
- type SubmitSubtitleJobRequest
- type SubmitSubtitleJobResponse
- type SubmitTagJobRequest
- type SubmitTagJobResponse
- type SubmitTerrorismJobRequest
- type SubmitTerrorismJobResponse
- type SubmitURLUploadJobRequest
- type SubmitURLUploadJobResponse
- type SubmitURLUploadJobTargetStorage
- type SubmitVideoGifJobRequest
- type SubmitVideoGifJobResponse
- type SubmitVideoPoseJobRequest
- type SubmitVideoPoseJobResponse
- type SubmitVideoQualityJobRequest
- type SubmitVideoQualityJobResponse
- type SubmitVideoSplitJobRequest
- type SubmitVideoSplitJobResponse
- type SubmitVideoSummaryJobRequest
- type SubmitVideoSummaryJobResponse
- type Subtitle
- type SubtitleConfig
- type SubtitleJob
- type SubtitleListInListJob
- type SubtitleListInQueryComplexJobList
- type SubtitleListInQueryEditingJobList
- type SubtitleListInQueryJobList
- type SubtitleListInSubmitComplexJob
- type SubtitleListInSubmitEditingJobs
- type SubtitleListInSubmitJobs
- type SubtitleStream
- type SubtitleStreamListInListJob
- type SubtitleStreamListInQueryComplexJobList
- type SubtitleStreamListInQueryEditingJobList
- type SubtitleStreamListInQueryJobList
- type SubtitleStreamListInQueryMediaInfoJobList
- type SubtitleStreamListInQueryMediaList
- type SubtitleStreamListInQueryMediaListByURL
- type SubtitleStreamListInQueryVideoPoseJobList
- type SubtitleStreamListInSubmitComplexJob
- type SubtitleStreamListInSubmitEditingJobs
- type SubtitleStreamListInSubmitJobs
- type SubtitleStreamListInSubmitMediaInfoJob
- type SubtitleStreamListInSubmitVideoPoseJob
- type SucessDomains
- type Summary
- type SummaryListInQueryMediaList
- type SummaryListInQueryMediaListByURL
- type SuperReso
- type Switch
- type SwitchList
- type TS
- type Tag
- type TagAnResult
- type TagAnResults
- type TagCustomPersonRequest
- type TagCustomPersonResponse
- type TagFace
- type TagFaces
- type TagFrResult
- type TagFrResults
- type TagJob
- type TagJobList
- type TagResult
- type TagsInAddMedia
- type TagsInListMedia
- type TagsInQueryMediaDetailJobList
- type TagsInQueryMediaList
- type TagsInQueryMediaListByURL
- type TagsInSearchMedia
- type TagsInUpdateMedia
- type TailSlate
- type TailSlateListInListJob
- type TailSlateListInQueryJobList
- type TailSlateListInSubmitJobs
- type Template
- type TemplateListInQueryAnalysisJobList
- type TemplateListInQueryMCTemplateList
- type TemplateListInQueryTemplateList
- type TemplateListInSearchTemplate
- type TemplateListInSubmitAnalysisJob
- type TemplatesInQueryMcuTemplate
- type TemplatesInQuerySmarttagTemplateList
- type TerrorismAudio
- type TerrorismAudios
- type TerrorismConfig
- type TerrorismCounterListInQueryCensorJobList
- type TerrorismCounterListInQueryTerrorismJobList
- type TerrorismImage
- type TerrorismImages
- type TerrorismJob
- type TerrorismJobList
- type TerrorismOcr
- type TerrorismOcrs
- type TerrorismResult
- type TerrorismText
- type TerrorismTexts
- type TerrorismTopListInQueryCensorJobList
- type TerrorismTopListInQueryTerrorismJobList
- type TerrorismVideo
- type TerrorismVideos
- type TextFpShot
- type TextFpShotSlice
- type TextFpShotSlices
- type TextFpShots
- type TextResults
- type TileOut
- type TileOutputFile
- type TimeSpan
- type Timeline
- type TimelineConfig
- type TimelineConfigAudio
- type TimelineConfigVideo
- type TitleCensorResult
- type Top
- type Track
- type TrackListInQueryComplexJobList
- type TrackListInQueryEditingJobList
- type TrackListInSubmitComplexJob
- type TrackListInSubmitEditingJobs
- type TransConfig
- type TranscodeOutput
- type UnbindInputBucketRequest
- type UnbindInputBucketResponse
- type UnbindOutputBucketRequest
- type UnbindOutputBucketResponse
- type UnregisterCustomFaceRequest
- type UnregisterCustomFaceResponse
- type UpdateAsrPipelineRequest
- type UpdateAsrPipelineResponse
- type UpdateCategoryNameRequest
- type UpdateCategoryNameResponse
- type UpdateCensorPipelineRequest
- type UpdateCensorPipelineResponse
- type UpdateCoverPipelineRequest
- type UpdateCoverPipelineResponse
- type UpdateMCTemplateRequest
- type UpdateMCTemplateResponse
- type UpdateMcuTemplateRequest
- type UpdateMcuTemplateResponse
- type UpdateMediaCategoryRequest
- type UpdateMediaCategoryResponse
- type UpdateMediaCoverRequest
- type UpdateMediaCoverResponse
- type UpdateMediaPublishStateRequest
- type UpdateMediaPublishStateResponse
- type UpdateMediaRequest
- type UpdateMediaResponse
- type UpdateMediaWorkflowRequest
- type UpdateMediaWorkflowResponse
- type UpdateMediaWorkflowTriggerModeRequest
- type UpdateMediaWorkflowTriggerModeResponse
- type UpdatePipelineRequest
- type UpdatePipelineResponse
- type UpdatePornPipelineRequest
- type UpdatePornPipelineResponse
- type UpdateSmarttagTemplateRequest
- type UpdateSmarttagTemplateResponse
- type UpdateTemplateRequest
- type UpdateTemplateResponse
- type UpdateTerrorismPipelineRequest
- type UpdateTerrorismPipelineResponse
- type UpdateWaterMarkTemplateRequest
- type UpdateWaterMarkTemplateResponse
- type VensorCensorResult
- type Video
- type VideoAnnotationResult
- type VideoCensorConfig
- type VideoFacerecogResult
- type VideoFile
- type VideoGifResult
- type VideoPoseJob
- type VideoSplit
- type VideoSplitList
- type VideoSplitResult
- type VideoStream
- type VideoStreamListInListJob
- type VideoStreamListInQueryComplexJobList
- type VideoStreamListInQueryEditingJobList
- type VideoStreamListInQueryJobList
- type VideoStreamListInQueryMediaInfoJobList
- type VideoStreamListInQueryMediaList
- type VideoStreamListInQueryMediaListByURL
- type VideoStreamListInQueryVideoPoseJobList
- type VideoStreamListInSubmitComplexJob
- type VideoStreamListInSubmitEditingJobs
- type VideoStreamListInSubmitJobs
- type VideoStreamListInSubmitMediaInfoJob
- type VideoStreamListInSubmitVideoPoseJob
- type VideoSummary
- type VideoSummaryList
- type VideoSummaryResult
- type VideoTagResult
- type VideoTimeline
- type VideoTimelinesInQueryMediaCensorJobDetail
- type VideoTimelinesInQueryMediaCensorJobList
- type Volume
- type WaterMark
- type WaterMarkListInListJob
- type WaterMarkListInQueryComplexJobList
- type WaterMarkListInQueryEditingJobList
- type WaterMarkListInQueryJobList
- type WaterMarkListInSubmitComplexJob
- type WaterMarkListInSubmitEditingJobs
- type WaterMarkListInSubmitJobs
- type WaterMarkTemplate
- type WaterMarkTemplateListInQueryWaterMarkTemplateList
- type WaterMarkTemplateListInSearchWaterMarkTemplate
- type Webp
Constants ¶
This section is empty.
Variables ¶
var EndpointMap map[string]string
EndpointMap Endpoint Data
var EndpointType = "regional"
EndpointType regional or central
Functions ¶
func GetEndpointMap ¶ added in v1.61.122
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
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 { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` Text string `json:"Text" xml:"Text"` Object string `json:"Object" xml:"Object"` }
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 { AbuseOcrs AbuseOcrs `json:"AbuseOcrs" xml:"AbuseOcrs"` AbuseAudios AbuseAudios `json:"AbuseAudios" xml:"AbuseAudios"` AbuseTexts AbuseTexts `json:"AbuseTexts" xml:"AbuseTexts"` }
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"` StartTime string `json:"StartTime" xml:"StartTime"` State string `json:"State" xml:"State"` EndTime string `json:"EndTime" xml:"EndTime"` Code string `json:"Code" xml:"Code"` 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 { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` Text string `json:"Text" xml:"Text"` Object string `json:"Object" xml:"Object"` }
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 { AdOcrs AdOcrs `json:"AdOcrs" xml:"AdOcrs"` AdTexts AdTexts `json:"AdTexts" xml:"AdTexts"` AdImages AdImages `json:"AdImages" xml:"AdImages"` AdAudios AdAudios `json:"AdAudios" xml:"AdAudios"` AdVideos AdVideos `json:"AdVideos" xml:"AdVideos"` }
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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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"` Logo string `position:"Query" name:"Logo"` 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"` KnowledgeConfig string `position:"Query" name:"KnowledgeConfig"` Industry string `position:"Query" name:"Industry"` LabelVersion string `position:"Query" name:"LabelVersion"` Scene string `position:"Query" name:"Scene"` FaceCustomParamsConfig string `position:"Query" name:"FaceCustomParamsConfig"` TemplateName string `position:"Query" name:"TemplateName"` IsDefault requests.Boolean `position:"Query" name:"IsDefault"` FaceCategoryIds string `position:"Query" name:"FaceCategoryIds"` KeywordConfig string `position:"Query" name:"KeywordConfig"` 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"` LabelType string `position:"Query" name:"LabelType"` }
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 { Map string `json:"Map" xml:"Map"` Start string `json:"Start" xml:"Start"` AmixURL string `json:"AmixURL" xml:"AmixURL"` Duration string `json:"Duration" xml:"Duration"` MixDurMode string `json:"MixDurMode" xml:"MixDurMode"` }
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 { PropertiesControl PropertiesControl `json:"PropertiesControl" xml:"PropertiesControl"` QualityControl QualityControl `json:"QualityControl" xml:"QualityControl"` }
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"` Priority string `json:"Priority" xml:"Priority"` UserData string `json:"UserData" xml:"UserData"` 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 { Score string `json:"Score" xml:"Score"` Label string `json:"Label" xml:"Label"` }
Annotation is a nested struct in mts response
type AnnotationJob ¶
type AnnotationJob struct { CreationTime string `json:"CreationTime" xml:"CreationTime"` State string `json:"State" xml:"State"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` 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 { Suggestion string `json:"Suggestion" xml:"Suggestion"` Label string `json:"Label" xml:"Label"` 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 ¶
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"` SaveType string `json:"SaveType" xml:"SaveType"` Scenes string `json:"Scenes" xml:"Scenes"` BizType string `json:"BizType" xml:"BizType"` OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"` }
CensorConfig is a nested struct in mts response
type CensorJob ¶
type CensorJob struct { CreationTime string `json:"CreationTime" xml:"CreationTime"` State string `json:"State" xml:"State"` TitleCensorResult string `json:"TitleCensorResult" xml:"TitleCensorResult"` Message string `json:"Message" xml:"Message"` BarrageCensorResult string `json:"BarrageCensorResult" xml:"BarrageCensorResult"` DescCensorResult string `json:"DescCensorResult" xml:"DescCensorResult"` ResultSaveObject string `json:"ResultSaveObject" xml:"ResultSaveObject"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` CensorTerrorismResult CensorTerrorismResult `json:"CensorTerrorismResult" xml:"CensorTerrorismResult"` Input Input `json:"Input" xml:"Input"` CensorConfig CensorConfig `json:"CensorConfig" xml:"CensorConfig"` CensorPornResult CensorPornResult `json:"CensorPornResult" xml:"CensorPornResult"` 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"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Label string `json:"Label" xml:"Label"` AverageScore string `json:"AverageScore" xml:"AverageScore"` PornTopList PornTopListInQueryCensorJobList `json:"PornTopList" xml:"PornTopList"` PornCounterList PornCounterListInQueryCensorJobList `json:"PornCounterList" xml:"PornCounterList"` }
CensorPornResult is a nested struct in mts response
type CensorResult ¶
type CensorResult struct { Suggestion string `json:"Suggestion" xml:"Suggestion"` Label string `json:"Label" xml:"Label"` 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"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Label string `json:"Label" xml:"Label"` 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 GmtWakeup string `json:"GmtWakeup" xml:"GmtWakeup"` Hid int64 `json:"Hid" xml:"Hid"` Message string `json:"Message" xml:"Message"` TaskIdentifier string `json:"TaskIdentifier" xml:"TaskIdentifier"` Success bool `json:"Success" xml:"Success"` Url string `json:"Url" xml:"Url"` Interrupt bool `json:"Interrupt" xml:"Interrupt"` Invoker string `json:"Invoker" xml:"Invoker"` TaskExtraData string `json:"TaskExtraData" xml:"TaskExtraData"` Country string `json:"Country" xml:"Country"` Prompt string `json:"Prompt" xml:"Prompt"` Level int64 `json:"Level" xml:"Level"` Pk string `json:"Pk" xml:"Pk"` Bid string `json:"Bid" xml:"Bid"` }
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 ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
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 ¶
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) CreateInferenceServer ¶ added in v1.61.1247
func (client *Client) CreateInferenceServer(request *CreateInferenceServerRequest) (response *CreateInferenceServerResponse, err error)
CreateInferenceServer invokes the mts.CreateInferenceServer API synchronously
func (*Client) CreateInferenceServerWithCallback ¶ added in v1.61.1247
func (client *Client) CreateInferenceServerWithCallback(request *CreateInferenceServerRequest, callback func(response *CreateInferenceServerResponse, err error)) <-chan int
CreateInferenceServerWithCallback invokes the mts.CreateInferenceServer API asynchronously
func (*Client) CreateInferenceServerWithChan ¶ added in v1.61.1247
func (client *Client) CreateInferenceServerWithChan(request *CreateInferenceServerRequest) (<-chan *CreateInferenceServerResponse, <-chan error)
CreateInferenceServerWithChan invokes the mts.CreateInferenceServer 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) DetectImageSync ¶ added in v1.61.1247
func (client *Client) DetectImageSync(request *DetectImageSyncRequest) (response *DetectImageSyncResponse, err error)
DetectImageSync invokes the mts.DetectImageSync API synchronously
func (*Client) DetectImageSyncWithCallback ¶ added in v1.61.1247
func (client *Client) DetectImageSyncWithCallback(request *DetectImageSyncRequest, callback func(response *DetectImageSyncResponse, err error)) <-chan int
DetectImageSyncWithCallback invokes the mts.DetectImageSync API asynchronously
func (*Client) DetectImageSyncWithChan ¶ added in v1.61.1247
func (client *Client) DetectImageSyncWithChan(request *DetectImageSyncRequest) (<-chan *DetectImageSyncResponse, <-chan error)
DetectImageSyncWithChan invokes the mts.DetectImageSync API asynchronously
func (*Client) GetJobInfo ¶ added in v1.61.1247
func (client *Client) GetJobInfo(request *GetJobInfoRequest) (response *GetJobInfoResponse, err error)
GetJobInfo invokes the mts.GetJobInfo API synchronously
func (*Client) GetJobInfoWithCallback ¶ added in v1.61.1247
func (client *Client) GetJobInfoWithCallback(request *GetJobInfoRequest, callback func(response *GetJobInfoResponse, err error)) <-chan int
GetJobInfoWithCallback invokes the mts.GetJobInfo API asynchronously
func (*Client) GetJobInfoWithChan ¶ added in v1.61.1247
func (client *Client) GetJobInfoWithChan(request *GetJobInfoRequest) (<-chan *GetJobInfoResponse, <-chan error)
GetJobInfoWithChan invokes the mts.GetJobInfo 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) ImAudit ¶ added in v1.61.1372
func (client *Client) ImAudit(request *ImAuditRequest) (response *ImAuditResponse, err error)
ImAudit invokes the mts.ImAudit API synchronously
func (*Client) ImAuditWithCallback ¶ added in v1.61.1372
func (client *Client) ImAuditWithCallback(request *ImAuditRequest, callback func(response *ImAuditResponse, err error)) <-chan int
ImAuditWithCallback invokes the mts.ImAudit API asynchronously
func (*Client) ImAuditWithChan ¶ added in v1.61.1372
func (client *Client) ImAuditWithChan(request *ImAuditRequest) (<-chan *ImAuditResponse, <-chan error)
ImAuditWithChan invokes the mts.ImAudit API asynchronously
func (*Client) ImportFpShotJob ¶ added in v1.61.1372
func (client *Client) ImportFpShotJob(request *ImportFpShotJobRequest) (response *ImportFpShotJobResponse, err error)
ImportFpShotJob invokes the mts.ImportFpShotJob API synchronously
func (*Client) ImportFpShotJobWithCallback ¶ added in v1.61.1372
func (client *Client) ImportFpShotJobWithCallback(request *ImportFpShotJobRequest, callback func(response *ImportFpShotJobResponse, err error)) <-chan int
ImportFpShotJobWithCallback invokes the mts.ImportFpShotJob API asynchronously
func (*Client) ImportFpShotJobWithChan ¶ added in v1.61.1372
func (client *Client) ImportFpShotJobWithChan(request *ImportFpShotJobRequest) (<-chan *ImportFpShotJobResponse, <-chan error)
ImportFpShotJobWithChan invokes the mts.ImportFpShotJob 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) ListFpShotFiles ¶ added in v1.61.1247
func (client *Client) ListFpShotFiles(request *ListFpShotFilesRequest) (response *ListFpShotFilesResponse, err error)
ListFpShotFiles invokes the mts.ListFpShotFiles API synchronously
func (*Client) ListFpShotFilesWithCallback ¶ added in v1.61.1247
func (client *Client) ListFpShotFilesWithCallback(request *ListFpShotFilesRequest, callback func(response *ListFpShotFilesResponse, err error)) <-chan int
ListFpShotFilesWithCallback invokes the mts.ListFpShotFiles API asynchronously
func (*Client) ListFpShotFilesWithChan ¶ added in v1.61.1247
func (client *Client) ListFpShotFilesWithChan(request *ListFpShotFilesRequest) (<-chan *ListFpShotFilesResponse, <-chan error)
ListFpShotFilesWithChan invokes the mts.ListFpShotFiles API asynchronously
func (*Client) ListFpShotImportJob ¶ added in v1.61.1372
func (client *Client) ListFpShotImportJob(request *ListFpShotImportJobRequest) (response *ListFpShotImportJobResponse, err error)
ListFpShotImportJob invokes the mts.ListFpShotImportJob API synchronously
func (*Client) ListFpShotImportJobWithCallback ¶ added in v1.61.1372
func (client *Client) ListFpShotImportJobWithCallback(request *ListFpShotImportJobRequest, callback func(response *ListFpShotImportJobResponse, err error)) <-chan int
ListFpShotImportJobWithCallback invokes the mts.ListFpShotImportJob API asynchronously
func (*Client) ListFpShotImportJobWithChan ¶ added in v1.61.1372
func (client *Client) ListFpShotImportJobWithChan(request *ListFpShotImportJobRequest) (<-chan *ListFpShotImportJobResponse, <-chan error)
ListFpShotImportJobWithChan invokes the mts.ListFpShotImportJob 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) ListInferenceJob ¶ added in v1.61.1247
func (client *Client) ListInferenceJob(request *ListInferenceJobRequest) (response *ListInferenceJobResponse, err error)
ListInferenceJob invokes the mts.ListInferenceJob API synchronously
func (*Client) ListInferenceJobWithCallback ¶ added in v1.61.1247
func (client *Client) ListInferenceJobWithCallback(request *ListInferenceJobRequest, callback func(response *ListInferenceJobResponse, err error)) <-chan int
ListInferenceJobWithCallback invokes the mts.ListInferenceJob API asynchronously
func (*Client) ListInferenceJobWithChan ¶ added in v1.61.1247
func (client *Client) ListInferenceJobWithChan(request *ListInferenceJobRequest) (<-chan *ListInferenceJobResponse, <-chan error)
ListInferenceJobWithChan invokes the mts.ListInferenceJob 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) QueryFpDBDeleteJobList ¶ added in v1.61.1247
func (client *Client) QueryFpDBDeleteJobList(request *QueryFpDBDeleteJobListRequest) (response *QueryFpDBDeleteJobListResponse, err error)
QueryFpDBDeleteJobList invokes the mts.QueryFpDBDeleteJobList API synchronously
func (*Client) QueryFpDBDeleteJobListWithCallback ¶ added in v1.61.1247
func (client *Client) QueryFpDBDeleteJobListWithCallback(request *QueryFpDBDeleteJobListRequest, callback func(response *QueryFpDBDeleteJobListResponse, err error)) <-chan int
QueryFpDBDeleteJobListWithCallback invokes the mts.QueryFpDBDeleteJobList API asynchronously
func (*Client) QueryFpDBDeleteJobListWithChan ¶ added in v1.61.1247
func (client *Client) QueryFpDBDeleteJobListWithChan(request *QueryFpDBDeleteJobListRequest) (<-chan *QueryFpDBDeleteJobListResponse, <-chan error)
QueryFpDBDeleteJobListWithChan invokes the mts.QueryFpDBDeleteJobList API asynchronously
func (*Client) QueryFpFileDeleteJobList ¶ added in v1.61.1247
func (client *Client) QueryFpFileDeleteJobList(request *QueryFpFileDeleteJobListRequest) (response *QueryFpFileDeleteJobListResponse, err error)
QueryFpFileDeleteJobList invokes the mts.QueryFpFileDeleteJobList API synchronously
func (*Client) QueryFpFileDeleteJobListWithCallback ¶ added in v1.61.1247
func (client *Client) QueryFpFileDeleteJobListWithCallback(request *QueryFpFileDeleteJobListRequest, callback func(response *QueryFpFileDeleteJobListResponse, err error)) <-chan int
QueryFpFileDeleteJobListWithCallback invokes the mts.QueryFpFileDeleteJobList API asynchronously
func (*Client) QueryFpFileDeleteJobListWithChan ¶ added in v1.61.1247
func (client *Client) QueryFpFileDeleteJobListWithChan(request *QueryFpFileDeleteJobListRequest) (<-chan *QueryFpFileDeleteJobListResponse, <-chan error)
QueryFpFileDeleteJobListWithChan invokes the mts.QueryFpFileDeleteJobList 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) QueryInferenceJob ¶ added in v1.61.1247
func (client *Client) QueryInferenceJob(request *QueryInferenceJobRequest) (response *QueryInferenceJobResponse, err error)
QueryInferenceJob invokes the mts.QueryInferenceJob API synchronously
func (*Client) QueryInferenceJobWithCallback ¶ added in v1.61.1247
func (client *Client) QueryInferenceJobWithCallback(request *QueryInferenceJobRequest, callback func(response *QueryInferenceJobResponse, err error)) <-chan int
QueryInferenceJobWithCallback invokes the mts.QueryInferenceJob API asynchronously
func (*Client) QueryInferenceJobWithChan ¶ added in v1.61.1247
func (client *Client) QueryInferenceJobWithChan(request *QueryInferenceJobRequest) (<-chan *QueryInferenceJobResponse, <-chan error)
QueryInferenceJobWithChan invokes the mts.QueryInferenceJob API asynchronously
func (*Client) QueryInferenceServer ¶ added in v1.61.1247
func (client *Client) QueryInferenceServer(request *QueryInferenceServerRequest) (response *QueryInferenceServerResponse, err error)
QueryInferenceServer invokes the mts.QueryInferenceServer API synchronously
func (*Client) QueryInferenceServerWithCallback ¶ added in v1.61.1247
func (client *Client) QueryInferenceServerWithCallback(request *QueryInferenceServerRequest, callback func(response *QueryInferenceServerResponse, err error)) <-chan int
QueryInferenceServerWithCallback invokes the mts.QueryInferenceServer API asynchronously
func (*Client) QueryInferenceServerWithChan ¶ added in v1.61.1247
func (client *Client) QueryInferenceServerWithChan(request *QueryInferenceServerRequest) (<-chan *QueryInferenceServerResponse, <-chan error)
QueryInferenceServerWithChan invokes the mts.QueryInferenceServer API asynchronously
func (*Client) QueryInnerJob ¶ added in v1.61.1247
func (client *Client) QueryInnerJob(request *QueryInnerJobRequest) (response *QueryInnerJobResponse, err error)
QueryInnerJob invokes the mts.QueryInnerJob API synchronously
func (*Client) QueryInnerJobWithCallback ¶ added in v1.61.1247
func (client *Client) QueryInnerJobWithCallback(request *QueryInnerJobRequest, callback func(response *QueryInnerJobResponse, err error)) <-chan int
QueryInnerJobWithCallback invokes the mts.QueryInnerJob API asynchronously
func (*Client) QueryInnerJobWithChan ¶ added in v1.61.1247
func (client *Client) QueryInnerJobWithChan(request *QueryInnerJobRequest) (<-chan *QueryInnerJobResponse, <-chan error)
QueryInnerJobWithChan invokes the mts.QueryInnerJob 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) QuerySmarttagJobList ¶ added in v1.61.1372
func (client *Client) QuerySmarttagJobList(request *QuerySmarttagJobListRequest) (response *QuerySmarttagJobListResponse, err error)
QuerySmarttagJobList invokes the mts.QuerySmarttagJobList API synchronously
func (*Client) QuerySmarttagJobListWithCallback ¶ added in v1.61.1372
func (client *Client) QuerySmarttagJobListWithCallback(request *QuerySmarttagJobListRequest, callback func(response *QuerySmarttagJobListResponse, err error)) <-chan int
QuerySmarttagJobListWithCallback invokes the mts.QuerySmarttagJobList API asynchronously
func (*Client) QuerySmarttagJobListWithChan ¶ added in v1.61.1372
func (client *Client) QuerySmarttagJobListWithChan(request *QuerySmarttagJobListRequest) (<-chan *QuerySmarttagJobListResponse, <-chan error)
QuerySmarttagJobListWithChan invokes the mts.QuerySmarttagJobList API asynchronously
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) QueryVideoQualityJob ¶ added in v1.61.1247
func (client *Client) QueryVideoQualityJob(request *QueryVideoQualityJobRequest) (response *QueryVideoQualityJobResponse, err error)
QueryVideoQualityJob invokes the mts.QueryVideoQualityJob API synchronously
func (*Client) QueryVideoQualityJobWithCallback ¶ added in v1.61.1247
func (client *Client) QueryVideoQualityJobWithCallback(request *QueryVideoQualityJobRequest, callback func(response *QueryVideoQualityJobResponse, err error)) <-chan int
QueryVideoQualityJobWithCallback invokes the mts.QueryVideoQualityJob API asynchronously
func (*Client) QueryVideoQualityJobWithChan ¶ added in v1.61.1247
func (client *Client) QueryVideoQualityJobWithChan(request *QueryVideoQualityJobRequest) (<-chan *QueryVideoQualityJobResponse, <-chan error)
QueryVideoQualityJobWithChan invokes the mts.QueryVideoQualityJob 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) SubmitFpDBDeleteJob ¶ added in v1.61.1247
func (client *Client) SubmitFpDBDeleteJob(request *SubmitFpDBDeleteJobRequest) (response *SubmitFpDBDeleteJobResponse, err error)
SubmitFpDBDeleteJob invokes the mts.SubmitFpDBDeleteJob API synchronously
func (*Client) SubmitFpDBDeleteJobWithCallback ¶ added in v1.61.1247
func (client *Client) SubmitFpDBDeleteJobWithCallback(request *SubmitFpDBDeleteJobRequest, callback func(response *SubmitFpDBDeleteJobResponse, err error)) <-chan int
SubmitFpDBDeleteJobWithCallback invokes the mts.SubmitFpDBDeleteJob API asynchronously
func (*Client) SubmitFpDBDeleteJobWithChan ¶ added in v1.61.1247
func (client *Client) SubmitFpDBDeleteJobWithChan(request *SubmitFpDBDeleteJobRequest) (<-chan *SubmitFpDBDeleteJobResponse, <-chan error)
SubmitFpDBDeleteJobWithChan invokes the mts.SubmitFpDBDeleteJob API asynchronously
func (*Client) SubmitFpFileDeleteJob ¶ added in v1.61.1247
func (client *Client) SubmitFpFileDeleteJob(request *SubmitFpFileDeleteJobRequest) (response *SubmitFpFileDeleteJobResponse, err error)
SubmitFpFileDeleteJob invokes the mts.SubmitFpFileDeleteJob API synchronously
func (*Client) SubmitFpFileDeleteJobWithCallback ¶ added in v1.61.1247
func (client *Client) SubmitFpFileDeleteJobWithCallback(request *SubmitFpFileDeleteJobRequest, callback func(response *SubmitFpFileDeleteJobResponse, err error)) <-chan int
SubmitFpFileDeleteJobWithCallback invokes the mts.SubmitFpFileDeleteJob API asynchronously
func (*Client) SubmitFpFileDeleteJobWithChan ¶ added in v1.61.1247
func (client *Client) SubmitFpFileDeleteJobWithChan(request *SubmitFpFileDeleteJobRequest) (<-chan *SubmitFpFileDeleteJobResponse, <-chan error)
SubmitFpFileDeleteJobWithChan invokes the mts.SubmitFpFileDeleteJob 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) SubmitInferenceJob ¶ added in v1.61.1247
func (client *Client) SubmitInferenceJob(request *SubmitInferenceJobRequest) (response *SubmitInferenceJobResponse, err error)
SubmitInferenceJob invokes the mts.SubmitInferenceJob API synchronously
func (*Client) SubmitInferenceJobWithCallback ¶ added in v1.61.1247
func (client *Client) SubmitInferenceJobWithCallback(request *SubmitInferenceJobRequest, callback func(response *SubmitInferenceJobResponse, err error)) <-chan int
SubmitInferenceJobWithCallback invokes the mts.SubmitInferenceJob API asynchronously
func (*Client) SubmitInferenceJobWithChan ¶ added in v1.61.1247
func (client *Client) SubmitInferenceJobWithChan(request *SubmitInferenceJobRequest) (<-chan *SubmitInferenceJobResponse, <-chan error)
SubmitInferenceJobWithChan invokes the mts.SubmitInferenceJob API asynchronously
func (*Client) SubmitInnerJob ¶ added in v1.61.1247
func (client *Client) SubmitInnerJob(request *SubmitInnerJobRequest) (response *SubmitInnerJobResponse, err error)
SubmitInnerJob invokes the mts.SubmitInnerJob API synchronously
func (*Client) SubmitInnerJobWithCallback ¶ added in v1.61.1247
func (client *Client) SubmitInnerJobWithCallback(request *SubmitInnerJobRequest, callback func(response *SubmitInnerJobResponse, err error)) <-chan int
SubmitInnerJobWithCallback invokes the mts.SubmitInnerJob API asynchronously
func (*Client) SubmitInnerJobWithChan ¶ added in v1.61.1247
func (client *Client) SubmitInnerJobWithChan(request *SubmitInnerJobRequest) (<-chan *SubmitInnerJobResponse, <-chan error)
SubmitInnerJobWithChan invokes the mts.SubmitInnerJob 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) SubmitOssFileCopyJob ¶ added in v1.61.1372
func (client *Client) SubmitOssFileCopyJob(request *SubmitOssFileCopyJobRequest) (response *SubmitOssFileCopyJobResponse, err error)
SubmitOssFileCopyJob invokes the mts.SubmitOssFileCopyJob API synchronously
func (*Client) SubmitOssFileCopyJobWithCallback ¶ added in v1.61.1372
func (client *Client) SubmitOssFileCopyJobWithCallback(request *SubmitOssFileCopyJobRequest, callback func(response *SubmitOssFileCopyJobResponse, err error)) <-chan int
SubmitOssFileCopyJobWithCallback invokes the mts.SubmitOssFileCopyJob API asynchronously
func (*Client) SubmitOssFileCopyJobWithChan ¶ added in v1.61.1372
func (client *Client) SubmitOssFileCopyJobWithChan(request *SubmitOssFileCopyJobRequest) (<-chan *SubmitOssFileCopyJobResponse, <-chan error)
SubmitOssFileCopyJobWithChan invokes the mts.SubmitOssFileCopyJob 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) SubmitURLUploadJob ¶ added in v1.61.1247
func (client *Client) SubmitURLUploadJob(request *SubmitURLUploadJobRequest) (response *SubmitURLUploadJobResponse, err error)
SubmitURLUploadJob invokes the mts.SubmitURLUploadJob API synchronously
func (*Client) SubmitURLUploadJobWithCallback ¶ added in v1.61.1247
func (client *Client) SubmitURLUploadJobWithCallback(request *SubmitURLUploadJobRequest, callback func(response *SubmitURLUploadJobResponse, err error)) <-chan int
SubmitURLUploadJobWithCallback invokes the mts.SubmitURLUploadJob API asynchronously
func (*Client) SubmitURLUploadJobWithChan ¶ added in v1.61.1247
func (client *Client) SubmitURLUploadJobWithChan(request *SubmitURLUploadJobRequest) (<-chan *SubmitURLUploadJobResponse, <-chan error)
SubmitURLUploadJobWithChan invokes the mts.SubmitURLUploadJob 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) SubmitVideoQualityJob ¶ added in v1.61.1247
func (client *Client) SubmitVideoQualityJob(request *SubmitVideoQualityJobRequest) (response *SubmitVideoQualityJobResponse, err error)
SubmitVideoQualityJob invokes the mts.SubmitVideoQualityJob API synchronously
func (*Client) SubmitVideoQualityJobWithCallback ¶ added in v1.61.1247
func (client *Client) SubmitVideoQualityJobWithCallback(request *SubmitVideoQualityJobRequest, callback func(response *SubmitVideoQualityJobResponse, err error)) <-chan int
SubmitVideoQualityJobWithCallback invokes the mts.SubmitVideoQualityJob API asynchronously
func (*Client) SubmitVideoQualityJobWithChan ¶ added in v1.61.1247
func (client *Client) SubmitVideoQualityJobWithChan(request *SubmitVideoQualityJobRequest) (<-chan *SubmitVideoQualityJobResponse, <-chan error)
SubmitVideoQualityJobWithChan invokes the mts.SubmitVideoQualityJob 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"` TimeSpan TimeSpan `json:"TimeSpan" xml:"TimeSpan"` ClipsConfig ClipsConfig `json:"ClipsConfig" xml:"ClipsConfig"` 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 ¶
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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` Percent int64 `json:"Percent" xml:"Percent"` FinishTime string `json:"FinishTime" xml:"FinishTime"` State string `json:"State" xml:"State"` Message string `json:"Message" xml:"Message"` JobId string `json:"JobId" xml:"JobId"` Code string `json:"Code" xml:"Code"` PipelineId string `json:"PipelineId" xml:"PipelineId"` TranscodeOutput TranscodeOutput `json:"transcodeOutput" xml:"transcodeOutput"` MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"` ComplexEditingConfigs ComplexEditingConfigsInSubmitComplexJob `json:"ComplexEditingConfigs" xml:"ComplexEditingConfigs"` Inputs InputsInSubmitComplexJob `json:"Inputs" xml:"Inputs"` }
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 { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` Text string `json:"Text" xml:"Text"` Object string `json:"Object" xml:"Object"` }
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"` ContrabandOcrs ContrabandOcrs `json:"ContrabandOcrs" xml:"ContrabandOcrs"` ContrabandTexts ContrabandTexts `json:"ContrabandTexts" xml:"ContrabandTexts"` }
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 { Time string `json:"Time" xml:"Time"` Score string `json:"Score" xml:"Score"` Url string `json:"Url" xml:"Url"` }
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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` State string `json:"State" xml:"State"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` 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 CreateInferenceServerRequest ¶ added in v1.61.1247
type CreateInferenceServerRequest struct { *requests.RpcRequest PipelineId string `position:"Query" name:"PipelineId"` UserData string `position:"Query" name:"UserData"` ModelType string `position:"Query" name:"ModelType"` FunctionName string `position:"Query" name:"FunctionName"` TestId string `position:"Query" name:"TestId"` ModelPath string `position:"Query" name:"ModelPath"` }
CreateInferenceServerRequest is the request struct for api CreateInferenceServer
func CreateCreateInferenceServerRequest ¶ added in v1.61.1247
func CreateCreateInferenceServerRequest() (request *CreateInferenceServerRequest)
CreateCreateInferenceServerRequest creates a request to invoke CreateInferenceServer API
type CreateInferenceServerResponse ¶ added in v1.61.1247
type CreateInferenceServerResponse struct { *responses.BaseResponse Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` }
CreateInferenceServerResponse is the response struct for api CreateInferenceServer
func CreateCreateInferenceServerResponse ¶ added in v1.61.1247
func CreateCreateInferenceServerResponse() (response *CreateInferenceServerResponse)
CreateCreateInferenceServerResponse creates a response to parse from CreateInferenceServer 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 Ticket string `json:"Ticket" xml:"Ticket"` RequestId string `json:"RequestId" xml:"RequestId"` SessionId string `json:"SessionId" xml:"SessionId"` }
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"` RoleArn string `json:"RoleArn" xml:"RoleArn"` Location string `json:"Location" xml:"Location"` }
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 Rand string `json:"Rand" xml:"Rand"` RequestId string `json:"RequestId" xml:"RequestId"` Plaintext string `json:"Plaintext" xml:"Plaintext"` }
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 { Suggestion string `json:"Suggestion" xml:"Suggestion"` Label string `json:"Label" xml:"Label"` 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 Details ¶ added in v1.61.1372
type Details struct {
DetailsItem []DetailsItem `json:"details" xml:"details"`
}
Details is a nested struct in mts response
type DetailsItem ¶ added in v1.61.1372
type DetailsItem struct {
Label string `json:"Label" xml:"Label"`
}
DetailsItem is a nested struct in mts response
type DetectImageSyncRequest ¶ added in v1.61.1247
type DetectImageSyncRequest struct { *requests.RpcRequest Image string `position:"Query" name:"Image"` }
DetectImageSyncRequest is the request struct for api DetectImageSync
func CreateDetectImageSyncRequest ¶ added in v1.61.1247
func CreateDetectImageSyncRequest() (request *DetectImageSyncRequest)
CreateDetectImageSyncRequest creates a request to invoke DetectImageSync API
type DetectImageSyncResponse ¶ added in v1.61.1247
type DetectImageSyncResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Result string `json:"Result" xml:"Result"` Status string `json:"Status" xml:"Status"` Message string `json:"Message" xml:"Message"` }
DetectImageSyncResponse is the response struct for api DetectImageSync
func CreateDetectImageSyncResponse ¶ added in v1.61.1247
func CreateDetectImageSyncResponse() (response *DetectImageSyncResponse)
CreateDetectImageSyncResponse creates a response to parse from DetectImageSync 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"` Encryption Encryption `json:"Encryption" xml:"Encryption"` Clip Clip `json:"Clip" xml:"Clip"` 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"` Properties Properties `json:"Properties" xml:"Properties"` OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"` SuperReso SuperReso `json:"SuperReso" xml:"SuperReso"` Video Video `json:"Video" xml:"Video"` TransConfig TransConfig `json:"TransConfig" xml:"TransConfig"` MuxConfig MuxConfig `json:"MuxConfig" xml:"MuxConfig"` DigiWaterMark DigiWaterMark `json:"DigiWaterMark" xml:"DigiWaterMark"` MergeList MergeListInQueryEditingJobList `json:"MergeList" xml:"MergeList"` WaterMarkList WaterMarkListInQueryEditingJobList `json:"WaterMarkList" xml:"WaterMarkList"` }
EditingConfig is a nested struct in mts response
type EditingInput ¶
type EditingInput struct { Id string `json:"Id" xml:"Id"` 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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` State string `json:"State" xml:"State"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` VideoFacerecogResult VideoFacerecogResult `json:"VideoFacerecogResult" xml:"VideoFacerecogResult"` Input Input `json:"Input" xml:"Input"` }
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 { Success string `json:"Success" xml:"Success"` Code string `json:"Code" xml:"Code"` 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 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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` State string `json:"State" xml:"State"` Message string `json:"Message" xml:"Message"` FpDBId string `json:"FpDBId" xml:"FpDBId"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` 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 { QueryMediaInfo QueryMediaInfo `json:"QueryMediaInfo" xml:"QueryMediaInfo"` MasterMediaInfo MasterMediaInfo `json:"MasterMediaInfo" xml:"MasterMediaInfo"` MediaMatchSegments MediaMatchSegments `json:"MediaMatchSegments" xml:"MediaMatchSegments"` }
FpCompareResult is a nested struct in mts response
type FpDBDeleteJob ¶ added in v1.61.1247
type FpDBDeleteJob struct { CreationTime string `json:"CreationTime" xml:"CreationTime"` Status string `json:"Status" xml:"Status"` FinishTime string `json:"FinishTime" xml:"FinishTime"` DelType string `json:"DelType" xml:"DelType"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` FpDBId string `json:"FpDBId" xml:"FpDBId"` Id string `json:"Id" xml:"Id"` }
FpDBDeleteJob is a nested struct in mts response
type FpDBDeleteJobList ¶ added in v1.61.1247
type FpDBDeleteJobList struct {
FpDBDeleteJob []FpDBDeleteJob `json:"FpDBDeleteJob" xml:"FpDBDeleteJob"`
}
FpDBDeleteJobList is a nested struct in mts response
type FpFileDeleteJob ¶ added in v1.61.1247
type FpFileDeleteJob struct { CreationTime string `json:"CreationTime" xml:"CreationTime"` Status string `json:"Status" xml:"Status"` FinishTime string `json:"FinishTime" xml:"FinishTime"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` FpDBId string `json:"FpDBId" xml:"FpDBId"` Id string `json:"Id" xml:"Id"` FileIds string `json:"FileIds" xml:"FileIds"` }
FpFileDeleteJob is a nested struct in mts response
type FpFileDeleteJobList ¶ added in v1.61.1247
type FpFileDeleteJobList struct {
FpFileDeleteJob []FpFileDeleteJob `json:"FpFileDeleteJob" xml:"FpFileDeleteJob"`
}
FpFileDeleteJobList is a nested struct in mts response
type FpResultLogInfo ¶
type FpResultLogInfo struct { LogStartTime int64 `json:"LogStartTime" xml:"LogStartTime"` LogPath string `json:"LogPath" xml:"LogPath"` CreateTime int64 `json:"CreateTime" xml:"CreateTime"` LogSize int64 `json:"LogSize" xml:"LogSize"` LogName string `json:"LogName" xml:"LogName"` LogEndTime int64 `json:"LogEndTime" xml:"LogEndTime"` }
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 FpShotFile ¶ added in v1.61.1247
type FpShotFile struct { PrimaryKey string `json:"PrimaryKey" xml:"PrimaryKey"` FileId string `json:"FileId" xml:"FileId"` InputFile InputFile `json:"InputFile" xml:"InputFile"` }
FpShotFile is a nested struct in mts response
type FpShotFileList ¶ added in v1.61.1247
type FpShotFileList struct {
FpShotFile []FpShotFile `json:"FpShotFile" xml:"FpShotFile"`
}
FpShotFileList is a nested struct in mts response
type FpShotImportJob ¶ added in v1.61.1372
type FpShotImportJob struct { Id string `json:"Id" xml:"Id"` FpDBId string `json:"FpDBId" xml:"FpDBId"` PipelineId string `json:"PipelineId" xml:"PipelineId"` FpImportConfig string `json:"FpImportConfig" xml:"FpImportConfig"` Status string `json:"Status" xml:"Status"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` CreateTime string `json:"CreateTime" xml:"CreateTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` UserData string `json:"UserData" xml:"UserData"` Input string `json:"Input" xml:"Input"` }
FpShotImportJob is a nested struct in mts response
type FpShotImportJobList ¶ added in v1.61.1372
type FpShotImportJobList struct {
FpShotImportJob []FpShotImportJob `json:"FpShotImportJob" xml:"FpShotImportJob"`
}
FpShotImportJobList is a nested struct in mts response
type FpShotJob ¶
type FpShotJob struct { CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` State string `json:"State" xml:"State"` Message string `json:"Message" xml:"Message"` TxHash string `json:"TxHash" xml:"TxHash"` TransactionId string `json:"TransactionId" xml:"TransactionId"` FileId string `json:"FileId" xml:"FileId"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` Input string `json:"Input" xml:"Input"` FpShotResult FpShotResult `json:"FpShotResult" xml:"FpShotResult"` FpShotConfig FpShotConfig `json:"FpShotConfig" xml:"FpShotConfig"` InputFile InputFile `json:"InputFile" xml:"InputFile"` }
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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` JobId string `json:"JobId" xml:"JobId"` TxHash string `json:"TxHash" xml:"TxHash"` TransactionId string `json:"TransactionId" xml:"TransactionId"` FpDBId string `json:"FpDBId" xml:"FpDBId"` Detail string `json:"Detail" xml:"Detail"` }
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 { AudioFpShots AudioFpShots `json:"AudioFpShots" xml:"AudioFpShots"` FpShots FpShots `json:"FpShots" xml:"FpShots"` TextFpShots TextFpShots `json:"TextFpShots" xml:"TextFpShots"` }
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 Functions ¶ added in v1.61.1247
type Functions struct {
FunctionsItem []FunctionsItem `json:"Functions" xml:"Functions"`
}
Functions is a nested struct in mts response
type FunctionsItem ¶ added in v1.61.1247
type FunctionsItem struct { FunctionName string `json:"FunctionName" xml:"FunctionName"` CreateTime int64 `json:"CreateTime" xml:"CreateTime"` UserId int64 `json:"UserId" xml:"UserId"` ModelType string `json:"ModelType" xml:"ModelType"` ModelPath string `json:"ModelPath" xml:"ModelPath"` PipelineId string `json:"PipelineId" xml:"PipelineId"` TestId string `json:"TestId" xml:"TestId"` }
FunctionsItem is a nested struct in mts response
type GetJobInfoRequest ¶ added in v1.61.1247
type GetJobInfoRequest struct { *requests.RpcRequest JobId string `position:"Query" name:"jobId"` }
GetJobInfoRequest is the request struct for api GetJobInfo
func CreateGetJobInfoRequest ¶ added in v1.61.1247
func CreateGetJobInfoRequest() (request *GetJobInfoRequest)
CreateGetJobInfoRequest creates a request to invoke GetJobInfo API
type GetJobInfoResponse ¶ added in v1.61.1247
type GetJobInfoResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` MtsTransferJob MtsTransferJob `json:"MtsTransferJob" xml:"MtsTransferJob"` }
GetJobInfoResponse is the response struct for api GetJobInfo
func CreateGetJobInfoResponse ¶ added in v1.61.1247
func CreateGetJobInfoResponse() (response *GetJobInfoResponse)
CreateGetJobInfoResponse creates a response to parse from GetJobInfo 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 CertPackage string `json:"CertPackage" xml:"CertPackage"` RequestId string `json:"RequestId" xml:"RequestId"` }
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 ImAuditRequest ¶ added in v1.61.1372
type ImAuditRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` Images string `position:"Query" name:"Images"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` BizType string `position:"Query" name:"BizType"` Contents string `position:"Query" name:"Contents"` Scenes string `position:"Query" name:"Scenes"` }
ImAuditRequest is the request struct for api ImAudit
func CreateImAuditRequest ¶ added in v1.61.1372
func CreateImAuditRequest() (request *ImAuditRequest)
CreateImAuditRequest creates a request to invoke ImAudit API
type ImAuditResponse ¶ added in v1.61.1372
type ImAuditResponse struct { *responses.BaseResponse TextQuotaExceed bool `json:"TextQuotaExceed" xml:"TextQuotaExceed"` ImageQuotaExceed bool `json:"ImageQuotaExceed" xml:"ImageQuotaExceed"` RequestId string `json:"RequestId" xml:"RequestId"` ImageResults ImageResults `json:"ImageResults" xml:"ImageResults"` TextResults TextResults `json:"TextResults" xml:"TextResults"` }
ImAuditResponse is the response struct for api ImAudit
func CreateImAuditResponse ¶ added in v1.61.1372
func CreateImAuditResponse() (response *ImAuditResponse)
CreateImAuditResponse creates a response to parse from ImAudit response
type Image ¶ added in v1.61.1247
type Image struct {
Result []Result `json:"Result" xml:"Result"`
}
Image is a nested struct in mts response
type ImageCensorResult ¶
type ImageCensorResult struct { ImageBucket string `json:"ImageBucket" xml:"ImageBucket"` Result string `json:"Result" xml:"Result"` ImageLocation string `json:"ImageLocation" xml:"ImageLocation"` ImageObject string `json:"ImageObject" xml:"ImageObject"` }
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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` State string `json:"State" xml:"State"` JobId string `json:"JobId" xml:"JobId"` UserData string `json:"UserData" xml:"UserData"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Result Result `json:"Result" xml:"Result"` Input Input `json:"Input" xml:"Input"` }
ImageQualityJob is a nested struct in mts response
type ImageResults ¶ added in v1.61.1372
type ImageResults struct {
Result []ResultItem `json:"result" xml:"result"`
}
ImageResults is a nested struct in mts response
type ImageSearchJob ¶
type ImageSearchJob struct { CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` State string `json:"State" xml:"State"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` Result Result `json:"Result" xml:"Result"` InputImage InputImage `json:"inputImage" xml:"inputImage"` InputVideo InputVideo `json:"InputVideo" xml:"InputVideo"` }
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 { MatchedFrame string `json:"MatchedFrame" xml:"MatchedFrame"` MatchedTimestamp string `json:"MatchedTimestamp" xml:"MatchedTimestamp"` Similarity string `json:"Similarity" xml:"Similarity"` }
ImageSearchShotsItem is a nested struct in mts response
type ImportFpShotJobRequest ¶ added in v1.61.1372
type ImportFpShotJobRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` FpDBId string `position:"Query" name:"FpDBId"` UserData string `position:"Query" name:"UserData"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` FpImportConfig string `position:"Query" name:"FpImportConfig"` 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"` }
ImportFpShotJobRequest is the request struct for api ImportFpShotJob
func CreateImportFpShotJobRequest ¶ added in v1.61.1372
func CreateImportFpShotJobRequest() (request *ImportFpShotJobRequest)
CreateImportFpShotJobRequest creates a request to invoke ImportFpShotJob API
type ImportFpShotJobResponse ¶ added in v1.61.1372
type ImportFpShotJobResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` JobId string `json:"JobId" xml:"JobId"` }
ImportFpShotJobResponse is the response struct for api ImportFpShotJob
func CreateImportFpShotJobResponse ¶ added in v1.61.1372
func CreateImportFpShotJobResponse() (response *ImportFpShotJobResponse)
CreateImportFpShotJobResponse creates a response to parse from ImportFpShotJob 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 InputFragment ¶ added in v1.61.1372
type InputFragment struct { Start string `json:"Start" xml:"Start"` Duration string `json:"Duration" xml:"Duration"` }
InputFragment is a nested struct in mts response
type InputImage ¶
type InputImage struct { Object string `json:"Object" xml:"Object"` Location string `json:"Location" xml:"Location"` Bucket string `json:"Bucket" xml:"Bucket"` }
InputImage is a nested struct in mts response
type InputVideo ¶
type InputVideo struct { Object string `json:"Object" xml:"Object"` Location string `json:"Location" xml:"Location"` Bucket string `json:"Bucket" xml:"Bucket"` }
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"` JobTime int64 `json:"JobTime" xml:"JobTime"` 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"` Result string `json:"Result" xml:"Result"` CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` State string `json:"State" xml:"State"` JobParams string `json:"JobParams" xml:"JobParams"` Status string `json:"Status" xml:"Status"` UserId int64 `json:"UserId" xml:"UserId"` OutputConfig string `json:"OutputConfig" xml:"OutputConfig"` MediaDetailConfig MediaDetailConfig `json:"MediaDetailConfig" xml:"MediaDetailConfig"` VideoGifResult VideoGifResult `json:"VideoGifResult" xml:"VideoGifResult"` CategoryResult CategoryResult `json:"CategoryResult" xml:"CategoryResult"` VideoSummaryResult VideoSummaryResult `json:"VideoSummaryResult" xml:"VideoSummaryResult"` VideoSplitResult VideoSplitResult `json:"VideoSplitResult" xml:"VideoSplitResult"` BeautifyConfig BeautifyConfig `json:"BeautifyConfig" xml:"BeautifyConfig"` MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"` MediaDetailResult MediaDetailResult `json:"MediaDetailResult" xml:"MediaDetailResult"` Output Output `json:"Output" xml:"Output"` AsrResult AsrResult `json:"AsrResult" xml:"AsrResult"` AsrConfig AsrConfig `json:"AsrConfig" xml:"AsrConfig"` Input Input `json:"Input" xml:"Input"` TranscodeOutput TranscodeOutput `json:"transcodeOutput" xml:"transcodeOutput"` EditingConfig EditingConfig `json:"EditingConfig" xml:"EditingConfig"` EditingInputs EditingInputsInQueryEditingJobList `json:"EditingInputs" xml:"EditingInputs"` FaceResult FaceResult `json:"FaceResult" xml:"FaceResult"` Inputs InputsInQueryComplexJobList `json:"Inputs" xml:"Inputs"` TagResult TagResult `json:"TagResult" xml:"TagResult"` OcrResult OcrResult `json:"OcrResult" xml:"OcrResult"` SubTaskInfo SubTaskInfo `json:"SubTaskInfo" xml:"SubTaskInfo"` ComplexEditingConfigs ComplexEditingConfigsInQueryComplexJobList `json:"ComplexEditingConfigs" xml:"ComplexEditingConfigs"` }
Job is a nested struct in mts response
type JobInQueryMCJobList ¶ added in v1.61.1247
type JobInQueryMCJobList struct { CreationTime string `json:"CreationTime" xml:"CreationTime"` ResultOutputFile string `json:"ResultOutputFile" xml:"ResultOutputFile"` State string `json:"State" xml:"State"` JobId string `json:"JobId" xml:"JobId"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Result Result `json:"Result" xml:"Result"` }
JobInQueryMCJobList is a nested struct in mts response
type JobInQueryVideoPoseJobList ¶ added in v1.61.122
type JobInQueryVideoPoseJobList struct { State string `json:"State" xml:"State"` JobId string `json:"JobId" xml:"JobId"` UserData string `json:"UserData" xml:"UserData"` PipelineId string `json:"PipelineId" xml:"PipelineId"` OutputConfig OutputConfig `json:"OutputConfig" xml:"OutputConfig"` MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"` Input Input `json:"Input" xml:"Input"` Properties Properties `json:"Properties" xml:"Properties"` }
JobInQueryVideoPoseJobList is a nested struct in mts response
type JobInQueryVideoQualityJob ¶ added in v1.61.1247
type JobInQueryVideoQualityJob struct { Status string `json:"Status" xml:"Status"` JobId string `json:"JobId" xml:"JobId"` UserId int64 `json:"UserId" xml:"UserId"` VideoQualityResults string `json:"VideoQualityResults" xml:"VideoQualityResults"` Message string `json:"Message" xml:"Message"` Output string `json:"Output" xml:"Output"` }
JobInQueryVideoQualityJob 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 []JobInQueryMCJobList `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 JobsInListInferenceJob ¶ added in v1.61.1247
type JobsInListInferenceJob struct {
JobsItem []JobsItem `json:"Jobs" xml:"Jobs"`
}
JobsInListInferenceJob is a nested struct in mts response
type JobsInQueryIProductionJobList ¶ added in v1.61.1247
type JobsInQueryIProductionJobList struct {
String []string `json:"String" xml:"String"`
}
JobsInQueryIProductionJobList is a nested struct in mts response
type JobsItem ¶ added in v1.61.1247
type JobsItem struct { Status string `json:"Status" xml:"Status"` Result string `json:"Result" xml:"Result"` JobId string `json:"JobId" xml:"JobId"` UserId int64 `json:"UserId" xml:"UserId"` Message string `json:"Message" xml:"Message"` JobTime int64 `json:"JobTime" xml:"JobTime"` JobParams string `json:"JobParams" xml:"JobParams"` }
JobsItem 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 ListFpShotFilesRequest ¶ added in v1.61.1247
type ListFpShotFilesRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` FpDBId string `position:"Query" name:"FpDBId"` NextPageToken string `position:"Query" name:"NextPageToken"` PageSize requests.Integer `position:"Query" name:"PageSize"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerAccount string `position:"Query" name:"OwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` }
ListFpShotFilesRequest is the request struct for api ListFpShotFiles
func CreateListFpShotFilesRequest ¶ added in v1.61.1247
func CreateListFpShotFilesRequest() (request *ListFpShotFilesRequest)
CreateListFpShotFilesRequest creates a request to invoke ListFpShotFiles API
type ListFpShotFilesResponse ¶ added in v1.61.1247
type ListFpShotFilesResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NextPageToken string `json:"NextPageToken" xml:"NextPageToken"` FpShotFileList FpShotFileList `json:"FpShotFileList" xml:"FpShotFileList"` }
ListFpShotFilesResponse is the response struct for api ListFpShotFiles
func CreateListFpShotFilesResponse ¶ added in v1.61.1247
func CreateListFpShotFilesResponse() (response *ListFpShotFilesResponse)
CreateListFpShotFilesResponse creates a response to parse from ListFpShotFiles response
type ListFpShotImportJobRequest ¶ added in v1.61.1372
type ListFpShotImportJobRequest 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"` }
ListFpShotImportJobRequest is the request struct for api ListFpShotImportJob
func CreateListFpShotImportJobRequest ¶ added in v1.61.1372
func CreateListFpShotImportJobRequest() (request *ListFpShotImportJobRequest)
CreateListFpShotImportJobRequest creates a request to invoke ListFpShotImportJob API
type ListFpShotImportJobResponse ¶ added in v1.61.1372
type ListFpShotImportJobResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NonExistIds []string `json:"NonExistIds" xml:"NonExistIds"` FpShotImportJobList []FpShotImportJob `json:"FpShotImportJobList" xml:"FpShotImportJobList"` }
ListFpShotImportJobResponse is the response struct for api ListFpShotImportJob
func CreateListFpShotImportJobResponse ¶ added in v1.61.1372
func CreateListFpShotImportJobResponse() (response *ListFpShotImportJobResponse)
CreateListFpShotImportJobResponse creates a response to parse from ListFpShotImportJob 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 ListInferenceJobRequest ¶ added in v1.61.1247
type ListInferenceJobRequest struct { *requests.RpcRequest MaxPageSize requests.Integer `position:"Query" name:"MaxPageSize"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` ServerName string `position:"Query" name:"ServerName"` }
ListInferenceJobRequest is the request struct for api ListInferenceJob
func CreateListInferenceJobRequest ¶ added in v1.61.1247
func CreateListInferenceJobRequest() (request *ListInferenceJobRequest)
CreateListInferenceJobRequest creates a request to invoke ListInferenceJob API
type ListInferenceJobResponse ¶ added in v1.61.1247
type ListInferenceJobResponse struct { *responses.BaseResponse Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` TotalSize int64 `json:"TotalSize" xml:"TotalSize"` Jobs []JobsItem `json:"Jobs" xml:"Jobs"` }
ListInferenceJobResponse is the response struct for api ListInferenceJob
func CreateListInferenceJobResponse ¶ added in v1.61.1247
func CreateListInferenceJobResponse() (response *ListInferenceJobResponse)
CreateListInferenceJobResponse creates a response to parse from ListInferenceJob 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 { LiveImages LiveImages `json:"LiveImages" xml:"LiveImages"` LiveVideos LiveVideos `json:"LiveVideos" xml:"LiveVideos"` }
LiveResult is a nested struct in mts response
type LiveVideo ¶
type LiveVideo struct { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 GmtWakeup string `json:"GmtWakeup" xml:"GmtWakeup"` Hid int64 `json:"Hid" xml:"Hid"` Invoker string `json:"Invoker" xml:"Invoker"` Message string `json:"Message" xml:"Message"` TaskIdentifier string `json:"TaskIdentifier" xml:"TaskIdentifier"` TaskExtraData string `json:"TaskExtraData" xml:"TaskExtraData"` Country string `json:"Country" xml:"Country"` Pk string `json:"Pk" xml:"Pk"` Bid string `json:"Bid" xml:"Bid"` Success bool `json:"Success" xml:"Success"` Interrupt bool `json:"Interrupt" xml:"Interrupt"` }
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 { LogoImages LogoImages `json:"LogoImages" xml:"LogoImages"` LogoVideos LogoVideos `json:"LogoVideos" xml:"LogoVideos"` }
LogoResult is a nested struct in mts response
type LogoVideo ¶
type LogoVideo struct { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { Object string `json:"Object" xml:"Object"` Location string `json:"Location" xml:"Location"` Bucket string `json:"Bucket" xml:"Bucket"` }
MasterFile is a nested struct in mts response
type MasterMediaFrames ¶
type MasterMediaFrames struct { Object string `json:"Object" xml:"Object"` Location string `json:"Location" xml:"Location"` Bucket string `json:"Bucket" xml:"Bucket"` }
MasterMediaFrames is a nested struct in mts response
type MasterMediaInfo ¶
type MasterMediaInfo struct { AudioSampleRate string `json:"AudioSampleRate" xml:"AudioSampleRate"` AudioBitRate string `json:"AudioBitRate" xml:"AudioBitRate"` FpNum string `json:"FpNum" xml:"FpNum"` Width string `json:"Width" xml:"Width"` Height string `json:"Height" xml:"Height"` TotalVideoFrame string `json:"TotalVideoFrame" xml:"TotalVideoFrame"` Fps string `json:"Fps" xml:"Fps"` Duration string `json:"Duration" xml:"Duration"` AudioChannels string `json:"AudioChannels" xml:"AudioChannels"` }
MasterMediaInfo is a nested struct in mts response
type MatchFrameStorage ¶
type MatchFrameStorage struct { MasterMediaFrames MasterMediaFrames `json:"MasterMediaFrames" xml:"MasterMediaFrames"` MatchedFramesDescFile MatchedFramesDescFile `json:"MatchedFramesDescFile" xml:"MatchedFramesDescFile"` QueryMediaFrames QueryMediaFrames `json:"QueryMediaFrames" xml:"QueryMediaFrames"` }
MatchFrameStorage is a nested struct in mts response
type MatchedFramesDescFile ¶
type MatchedFramesDescFile struct { Object string `json:"Object" xml:"Object"` Location string `json:"Location" xml:"Location"` Bucket string `json:"Bucket" xml:"Bucket"` }
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"` File File `json:"File" xml:"File"` MediaInfo MediaInfo `json:"MediaInfo" xml:"MediaInfo"` 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 { Type string `json:"Type" xml:"Type"` Bucket string `json:"Bucket" xml:"Bucket"` }
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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` State string `json:"State" xml:"State"` Message string `json:"Message" xml:"Message"` JobId string `json:"JobId" xml:"JobId"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` PipelineId string `json:"PipelineId" xml:"PipelineId"` TitleCensorResult TitleCensorResult `json:"TitleCensorResult" xml:"TitleCensorResult"` Input Input `json:"Input" xml:"Input"` BarrageCensorResult BarrageCensorResult `json:"BarrageCensorResult" xml:"BarrageCensorResult"` DescCensorResult DescCensorResult `json:"DescCensorResult" xml:"DescCensorResult"` 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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` State string `json:"State" xml:"State"` Message string `json:"Message" xml:"Message"` JobId string `json:"JobId" xml:"JobId"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` PipelineId string `json:"PipelineId" xml:"PipelineId"` TitleCensorResult TitleCensorResult `json:"TitleCensorResult" xml:"TitleCensorResult"` Input Input `json:"Input" xml:"Input"` BarrageCensorResult BarrageCensorResult `json:"BarrageCensorResult" xml:"BarrageCensorResult"` DescCensorResult DescCensorResult `json:"DescCensorResult" xml:"DescCensorResult"` 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 { Time string `json:"Time" xml:"Time"` ImageUrl string `json:"ImageUrl" xml:"ImageUrl"` OcrText string `json:"OcrText" xml:"OcrText"` FrameTags FrameTags `json:"FrameTags" xml:"FrameTags"` Sensitives Sensitives `json:"Sensitives" xml:"Sensitives"` Politicians Politicians `json:"Politicians" xml:"Politicians"` Customs Customs `json:"Customs" xml:"Customs"` FrameTagInfos FrameTagInfosInQueryMediaDetailJobList `json:"FrameTagInfos" xml:"FrameTagInfos"` Celebrities CelebritiesInQueryMediaDetailJobList `json:"Celebrities" xml:"Celebrities"` }
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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` PrimaryKey string `json:"PrimaryKey" xml:"PrimaryKey"` State string `json:"State" xml:"State"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` FpDBId string `json:"FpDBId" xml:"FpDBId"` Id string `json:"Id" xml:"Id"` }
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 { Streams Streams `json:"Streams" xml:"Streams"` Format Format `json:"Format" xml:"Format"` }
MediaInfo is a nested struct in mts response
type MediaInfoJob ¶
type MediaInfoJob struct { JobId string `json:"JobId" xml:"JobId"` Message string `json:"Message" xml:"Message"` State string `json:"State" xml:"State"` Code string `json:"Code" xml:"Code"` Async bool `json:"Async" xml:"Async"` PipelineId string `json:"PipelineId" xml:"PipelineId"` CreationTime string `json:"CreationTime" xml:"CreationTime"` UserData string `json:"UserData" xml:"UserData"` Input Input `json:"Input" xml:"Input"` MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"` Properties Properties `json:"Properties" xml:"Properties"` }
MediaInfoJob is a nested struct in mts response
type MediaInfoJobList ¶
type MediaInfoJobList struct {
MediaInfoJob []MediaInfoJob `json:"MediaInfoJob" xml:"MediaInfoJob"`
}
MediaInfoJobList is a nested struct in mts response
type MediaListInListMedia ¶
type MediaListInListMedia struct {
Media []Media `json:"Media" xml:"Media"`
}
MediaListInListMedia is a nested struct in mts response
type MediaListInQueryMediaList ¶
type MediaListInQueryMediaList struct {
Media []Media `json:"Media" xml:"Media"`
}
MediaListInQueryMediaList is a nested struct in mts response
type MediaListInQueryMediaListByURL ¶
type MediaListInQueryMediaListByURL struct {
Media []Media `json:"Media" xml:"Media"`
}
MediaListInQueryMediaListByURL is a nested struct in mts response
type MediaListInSearchMedia ¶
type MediaListInSearchMedia struct {
Media []Media `json:"Media" xml:"Media"`
}
MediaListInSearchMedia is a nested struct in mts response
type MediaMatchSegment ¶
type MediaMatchSegment struct { QueryStartTime string `json:"QueryStartTime" xml:"QueryStartTime"` QueryEndFrame string `json:"QueryEndFrame" xml:"QueryEndFrame"` Score string `json:"Score" xml:"Score"` TotalMatchFrameNum string `json:"TotalMatchFrameNum" xml:"TotalMatchFrameNum"` MasterEndTime string `json:"MasterEndTime" xml:"MasterEndTime"` MasterStartTime string `json:"MasterStartTime" xml:"MasterStartTime"` QueryStartFrame string `json:"QueryStartFrame" xml:"QueryStartFrame"` MasterEndFrame string `json:"MasterEndFrame" xml:"MasterEndFrame"` MasterStartFrame string `json:"MasterStartFrame" xml:"MasterStartFrame"` QueryEndTime string `json:"QueryEndTime" xml:"QueryEndTime"` }
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 MtsTransferJob ¶ added in v1.61.1247
type MtsTransferJob struct { JobId string `json:"JobId" xml:"JobId"` JobType string `json:"JobType" xml:"JobType"` CreateTime string `json:"CreateTime" xml:"CreateTime"` ModifiedTime string `json:"ModifiedTime" xml:"ModifiedTime"` FinishedTime string `json:"FinishedTime" xml:"FinishedTime"` State string `json:"State" xml:"State"` ErrorCode string `json:"ErrorCode" xml:"ErrorCode"` ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"` UserData string `json:"UserData" xml:"UserData"` Extend string `json:"Extend" xml:"Extend"` RequestJson string `json:"RequestJson" xml:"RequestJson"` }
MtsTransferJob 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 NonExistIdsInListFpShotImportJob ¶ added in v1.61.1372
type NonExistIdsInListFpShotImportJob struct {
String []string `json:"String" xml:"String"`
}
NonExistIdsInListFpShotImportJob 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 NonExistIdsInQueryFpDBDeleteJobList ¶ added in v1.61.1247
type NonExistIdsInQueryFpDBDeleteJobList struct {
String []string `json:"String" xml:"String"`
}
NonExistIdsInQueryFpDBDeleteJobList is a nested struct in mts response
type NonExistIdsInQueryFpFileDeleteJobList ¶ added in v1.61.1247
type NonExistIdsInQueryFpFileDeleteJobList struct {
String []string `json:"String" xml:"String"`
}
NonExistIdsInQueryFpFileDeleteJobList 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 NonExistJobIdsInQuerySmarttagJobList ¶ added in v1.61.1372
type NonExistJobIdsInQuerySmarttagJobList struct {
String []string `json:"String" xml:"String"`
}
NonExistJobIdsInQuerySmarttagJobList 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"` ImageUrl string `json:"ImageUrl" xml:"ImageUrl"` OcrText string `json:"OcrText" xml:"OcrText"` 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"` RoleArn string `json:"RoleArn" xml:"RoleArn"` Location string `json:"Location" xml:"Location"` }
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"` ExtendData string `json:"ExtendData" xml:"ExtendData"` WaterMarkConfigUrl string `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"` Encryption Encryption `json:"Encryption" xml:"Encryption"` TransConfig TransConfig `json:"TransConfig" xml:"TransConfig"` Clip Clip `json:"Clip" xml:"Clip"` MuxConfig MuxConfig `json:"MuxConfig" xml:"MuxConfig"` M3U8NonStandardSupport M3U8NonStandardSupport `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"` Audio Audio `json:"Audio" xml:"Audio"` Properties Properties `json:"Properties" xml:"Properties"` SubtitleConfig SubtitleConfig `json:"SubtitleConfig" xml:"SubtitleConfig"` Container Container `json:"Container" xml:"Container"` OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"` SuperReso SuperReso `json:"SuperReso" xml:"SuperReso"` Video Video `json:"Video" xml:"Video"` DigiWaterMark DigiWaterMark `json:"DigiWaterMark" xml:"DigiWaterMark"` MergeList MergeListInListJob `json:"MergeList" xml:"MergeList"` OutSubtitleList OutSubtitleListInListJob `json:"OutSubtitleList" xml:"OutSubtitleList"` TailSlateList TailSlateListInListJob `json:"TailSlateList" xml:"TailSlateList"` AmixList AmixList `json:"AmixList" xml:"AmixList"` WaterMarkList WaterMarkListInListJob `json:"WaterMarkList" xml:"WaterMarkList"` OpeningList OpeningListInListJob `json:"OpeningList" xml:"OpeningList"` }
Output is a nested struct in mts response
type OutputConfig ¶
type OutputConfig struct { DataFile DataFile `json:"DataFile" xml:"DataFile"` VideoFile VideoFile `json:"VideoFile" xml:"VideoFile"` }
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"` RoleArn string `json:"RoleArn" xml:"RoleArn"` Location string `json:"Location" xml:"Location"` }
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 { PersonName string `json:"PersonName" xml:"PersonName"` PersonDescription string `json:"PersonDescription" xml:"PersonDescription"` PersonId string `json:"PersonId" xml:"PersonId"` 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 GmtWakeup string `json:"GmtWakeup" xml:"GmtWakeup"` Hid int64 `json:"Hid" xml:"Hid"` Invoker string `json:"Invoker" xml:"Invoker"` Message string `json:"Message" xml:"Message"` TaskIdentifier string `json:"TaskIdentifier" xml:"TaskIdentifier"` TaskExtraData string `json:"TaskExtraData" xml:"TaskExtraData"` Country string `json:"Country" xml:"Country"` Pk string `json:"Pk" xml:"Pk"` Bid string `json:"Bid" xml:"Bid"` Success bool `json:"Success" xml:"Success"` Interrupt bool `json:"Interrupt" xml:"Interrupt"` }
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"` State string `json:"State" xml:"State"` Priority int `json:"Priority" xml:"Priority"` 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 { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Role string `json:"Role" xml:"Role"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInAddCoverPipeline is a nested struct in mts response
type PipelineInListAsrPipeline ¶
type PipelineInListAsrPipeline struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInListAsrPipeline is a nested struct in mts response
type PipelineInListCensorPipeline ¶
type PipelineInListCensorPipeline struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInListCensorPipeline is a nested struct in mts response
type PipelineInListCoverPipeline ¶
type PipelineInListCoverPipeline struct { State string `json:"State" xml:"State"` QuotaNum int `json:"quotaNum" xml:"quotaNum"` UserId int64 `json:"UserId" xml:"UserId"` NotifyConfig string `json:"NotifyConfig" xml:"NotifyConfig"` ExtendConfig string `json:"ExtendConfig" xml:"ExtendConfig"` Priority string `json:"Priority" xml:"Priority"` Role string `json:"Role" xml:"Role"` Name string `json:"Name" xml:"Name"` PipelineId string `json:"PipelineId" xml:"PipelineId"` QuotaUsed int `json:"quotaUsed" xml:"quotaUsed"` }
PipelineInListCoverPipeline is a nested struct in mts response
type PipelineInListPornPipeline ¶
type PipelineInListPornPipeline struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInListPornPipeline is a nested struct in mts response
type PipelineInListTerrorismPipeline ¶
type PipelineInListTerrorismPipeline struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInListTerrorismPipeline is a nested struct in mts response
type PipelineInQueryAsrPipelineList ¶
type PipelineInQueryAsrPipelineList struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInQueryAsrPipelineList is a nested struct in mts response
type PipelineInQueryCensorPipelineList ¶
type PipelineInQueryCensorPipelineList struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInQueryCensorPipelineList is a nested struct in mts response
type PipelineInQueryCoverPipelineList ¶
type PipelineInQueryCoverPipelineList struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Role string `json:"Role" xml:"Role"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInQueryCoverPipelineList is a nested struct in mts response
type PipelineInQueryPornPipelineList ¶
type PipelineInQueryPornPipelineList struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` NotifyConfig NotifyConfig `json:"NotifyConfig" xml:"NotifyConfig"` }
PipelineInQueryPornPipelineList is a nested struct in mts response
type PipelineInQueryTerrorismPipelineList ¶
type PipelineInQueryTerrorismPipelineList struct { State string `json:"State" xml:"State"` Priority string `json:"Priority" xml:"Priority"` Name string `json:"Name" xml:"Name"` Id string `json:"Id" xml:"Id"` 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"` Width string `json:"Width" xml:"Width"` Format string `json:"Format" xml:"Format"` Duration string `json:"Duration" xml:"Duration"` Fps string `json:"Fps" xml:"Fps"` Bitrate string `json:"Bitrate" xml:"Bitrate"` MediaWorkflowId string `json:"MediaWorkflowId" xml:"MediaWorkflowId"` Size string `json:"Size" xml:"Size"` Encryption string `json:"Encryption" xml:"Encryption"` MediaWorkflowName string `json:"MediaWorkflowName" xml:"MediaWorkflowName"` 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 { DownloadType string `json:"downloadType" xml:"downloadType"` Width string `json:"width" xml:"width"` Definition string `json:"definition" xml:"definition"` Rand string `json:"rand" xml:"rand"` Url string `json:"Url" xml:"Url"` Complexity string `json:"complexity" xml:"complexity"` Encryption string `json:"encryption" xml:"encryption"` Fps string `json:"fps" xml:"fps"` EncryptionType string `json:"encryptionType" xml:"encryptionType"` Height string `json:"height" xml:"height"` ActivityName string `json:"activityName" xml:"activityName"` Size string `json:"size" xml:"size"` Bitrate string `json:"bitrate" xml:"bitrate"` Plaintext string `json:"plaintext" xml:"plaintext"` Duration string `json:"duration" xml:"duration"` Format string `json:"format" xml:"format"` }
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 { Score string `json:"Score" xml:"Score"` Name string `json:"Name" xml:"Name"` 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 { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` Text string `json:"Text" xml:"Text"` Object string `json:"Object" xml:"Object"` }
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 { PoliticsOcrs PoliticsOcrs `json:"PoliticsOcrs" xml:"PoliticsOcrs"` PoliticsVideos PoliticsVideos `json:"PoliticsVideos" xml:"PoliticsVideos"` PoliticsImages PoliticsImages `json:"PoliticsImages" xml:"PoliticsImages"` PoliticsTexts PoliticsTexts `json:"PoliticsTexts" xml:"PoliticsTexts"` PoliticsAudios PoliticsAudios `json:"PoliticsAudios" xml:"PoliticsAudios"` }
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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` State string `json:"State" xml:"State"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` PornConfig PornConfig `json:"PornConfig" xml:"PornConfig"` CensorPornResult CensorPornResult `json:"CensorPornResult" xml:"CensorPornResult"` Input Input `json:"Input" xml:"Input"` }
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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` Text string `json:"Text" xml:"Text"` Object string `json:"Object" xml:"Object"` }
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 { PornTexts PornTexts `json:"PornTexts" xml:"PornTexts"` PornVideos PornVideos `json:"PornVideos" xml:"PornVideos"` PornAudios PornAudios `json:"PornAudios" xml:"PornAudios"` 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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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"` Fps string `json:"Fps" xml:"Fps"` Bitrate string `json:"Bitrate" xml:"Bitrate"` Width string `json:"Width" xml:"Width"` FileSize string `json:"FileSize" xml:"FileSize"` Duration string `json:"Duration" xml:"Duration"` 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 { QrcodeImages QrcodeImages `json:"QrcodeImages" xml:"QrcodeImages"` QrcodeVideos QrcodeVideos `json:"QrcodeVideos" xml:"QrcodeVideos"` }
QrcodeResult is a nested struct in mts response
type QrcodeVideo ¶
type QrcodeVideo struct { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 Key2 string `json:"Key2" xml:"Key2"` Key1 string `json:"Key1" xml:"Key1"` RequestId string `json:"RequestId" xml:"RequestId"` }
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 { Object string `json:"Object" xml:"Object"` Location string `json:"Location" xml:"Location"` Bucket string `json:"Bucket" xml:"Bucket"` }
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 QueryFpDBDeleteJobListRequest ¶ added in v1.61.1247
type QueryFpDBDeleteJobListRequest 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"` }
QueryFpDBDeleteJobListRequest is the request struct for api QueryFpDBDeleteJobList
func CreateQueryFpDBDeleteJobListRequest ¶ added in v1.61.1247
func CreateQueryFpDBDeleteJobListRequest() (request *QueryFpDBDeleteJobListRequest)
CreateQueryFpDBDeleteJobListRequest creates a request to invoke QueryFpDBDeleteJobList API
type QueryFpDBDeleteJobListResponse ¶ added in v1.61.1247
type QueryFpDBDeleteJobListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NonExistIds NonExistIdsInQueryFpDBDeleteJobList `json:"NonExistIds" xml:"NonExistIds"` FpDBDeleteJobList FpDBDeleteJobList `json:"FpDBDeleteJobList" xml:"FpDBDeleteJobList"` }
QueryFpDBDeleteJobListResponse is the response struct for api QueryFpDBDeleteJobList
func CreateQueryFpDBDeleteJobListResponse ¶ added in v1.61.1247
func CreateQueryFpDBDeleteJobListResponse() (response *QueryFpDBDeleteJobListResponse)
CreateQueryFpDBDeleteJobListResponse creates a response to parse from QueryFpDBDeleteJobList response
type QueryFpFileDeleteJobListRequest ¶ added in v1.61.1247
type QueryFpFileDeleteJobListRequest 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"` }
QueryFpFileDeleteJobListRequest is the request struct for api QueryFpFileDeleteJobList
func CreateQueryFpFileDeleteJobListRequest ¶ added in v1.61.1247
func CreateQueryFpFileDeleteJobListRequest() (request *QueryFpFileDeleteJobListRequest)
CreateQueryFpFileDeleteJobListRequest creates a request to invoke QueryFpFileDeleteJobList API
type QueryFpFileDeleteJobListResponse ¶ added in v1.61.1247
type QueryFpFileDeleteJobListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` NonExistIds NonExistIdsInQueryFpFileDeleteJobList `json:"NonExistIds" xml:"NonExistIds"` FpFileDeleteJobList FpFileDeleteJobList `json:"FpFileDeleteJobList" xml:"FpFileDeleteJobList"` }
QueryFpFileDeleteJobListResponse is the response struct for api QueryFpFileDeleteJobList
func CreateQueryFpFileDeleteJobListResponse ¶ added in v1.61.1247
func CreateQueryFpFileDeleteJobListResponse() (response *QueryFpFileDeleteJobListResponse)
CreateQueryFpFileDeleteJobListResponse creates a response to parse from QueryFpFileDeleteJobList 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"` UserData string `position:"Query" name:"UserData"` 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"` NonExistPrimaryKeys NonExistPrimaryKeys `json:"NonExistPrimaryKeys" xml:"NonExistPrimaryKeys"` NonExistIds NonExistIdsInQueryFpShotJobList `json:"NonExistIds" xml:"NonExistIds"` FpShotJobList FpShotJobList `json:"FpShotJobList" xml:"FpShotJobList"` }
QueryFpShotJobListResponse is the response struct for api QueryFpShotJobList
func CreateQueryFpShotJobListResponse ¶
func CreateQueryFpShotJobListResponse() (response *QueryFpShotJobListResponse)
CreateQueryFpShotJobListResponse creates a response to parse from QueryFpShotJobList response
type 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"` Jobs JobsInQueryIProductionJobList `json:"Jobs" xml:"Jobs"` NonExistIds NonExistIdsInQueryIProductionJobList `json:"NonExistIds" xml:"NonExistIds"` }
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 FunctionName string `json:"FunctionName" xml:"FunctionName"` Input string `json:"Input" xml:"Input"` RequestId string `json:"RequestId" xml:"RequestId"` UserData string `json:"UserData" xml:"UserData"` State string `json:"State" xml:"State"` Output string `json:"Output" xml:"Output"` PipelineId string `json:"PipelineId" xml:"PipelineId"` JobParams string `json:"JobParams" xml:"JobParams"` JobId string `json:"JobId" xml:"JobId"` 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 QueryInferenceJobRequest ¶ added in v1.61.1247
type QueryInferenceJobRequest struct { *requests.RpcRequest JobId string `position:"Query" name:"JobId"` }
QueryInferenceJobRequest is the request struct for api QueryInferenceJob
func CreateQueryInferenceJobRequest ¶ added in v1.61.1247
func CreateQueryInferenceJobRequest() (request *QueryInferenceJobRequest)
CreateQueryInferenceJobRequest creates a request to invoke QueryInferenceJob API
type QueryInferenceJobResponse ¶ added in v1.61.1247
type QueryInferenceJobResponse struct { *responses.BaseResponse Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Job Job `json:"Job" xml:"Job"` }
QueryInferenceJobResponse is the response struct for api QueryInferenceJob
func CreateQueryInferenceJobResponse ¶ added in v1.61.1247
func CreateQueryInferenceJobResponse() (response *QueryInferenceJobResponse)
CreateQueryInferenceJobResponse creates a response to parse from QueryInferenceJob response
type QueryInferenceServerRequest ¶ added in v1.61.1247
type QueryInferenceServerRequest struct { *requests.RpcRequest CreateTime requests.Integer `position:"Query" name:"CreateTime"` MaxPageSize requests.Integer `position:"Query" name:"MaxPageSize"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` ModelType string `position:"Query" name:"ModelType"` }
QueryInferenceServerRequest is the request struct for api QueryInferenceServer
func CreateQueryInferenceServerRequest ¶ added in v1.61.1247
func CreateQueryInferenceServerRequest() (request *QueryInferenceServerRequest)
CreateQueryInferenceServerRequest creates a request to invoke QueryInferenceServer API
type QueryInferenceServerResponse ¶ added in v1.61.1247
type QueryInferenceServerResponse struct { *responses.BaseResponse Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` TotalSize int64 `json:"TotalSize" xml:"TotalSize"` Functions []FunctionsItem `json:"Functions" xml:"Functions"` }
QueryInferenceServerResponse is the response struct for api QueryInferenceServer
func CreateQueryInferenceServerResponse ¶ added in v1.61.1247
func CreateQueryInferenceServerResponse() (response *QueryInferenceServerResponse)
CreateQueryInferenceServerResponse creates a response to parse from QueryInferenceServer response
type QueryInnerJobRequest ¶ added in v1.61.1247
type QueryInnerJobRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` JobId string `position:"Query" name:"JobId"` }
QueryInnerJobRequest is the request struct for api QueryInnerJob
func CreateQueryInnerJobRequest ¶ added in v1.61.1247
func CreateQueryInnerJobRequest() (request *QueryInnerJobRequest)
CreateQueryInnerJobRequest creates a request to invoke QueryInnerJob API
type QueryInnerJobResponse ¶ added in v1.61.1247
type QueryInnerJobResponse struct { *responses.BaseResponse Status string `json:"Status" xml:"Status"` Suggestion string `json:"Suggestion" xml:"Suggestion"` RequestId string `json:"RequestId" xml:"RequestId"` Video Video `json:"Video" xml:"Video"` Image Image `json:"Image" xml:"Image"` }
QueryInnerJobResponse is the response struct for api QueryInnerJob
func CreateQueryInnerJobResponse ¶ added in v1.61.1247
func CreateQueryInnerJobResponse() (response *QueryInnerJobResponse)
CreateQueryInnerJobResponse creates a response to parse from QueryInnerJob 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 { Object string `json:"Object" xml:"Object"` Location string `json:"Location" xml:"Location"` Bucket string `json:"Bucket" xml:"Bucket"` }
QueryMediaFrames is a nested struct in mts response
type QueryMediaInfo ¶
type QueryMediaInfo struct { AudioSampleRate string `json:"AudioSampleRate" xml:"AudioSampleRate"` AudioBitRate string `json:"AudioBitRate" xml:"AudioBitRate"` FpNum string `json:"FpNum" xml:"FpNum"` Width string `json:"Width" xml:"Width"` Height string `json:"Height" xml:"Height"` TotalVideoFrame string `json:"TotalVideoFrame" xml:"TotalVideoFrame"` Fps string `json:"Fps" xml:"Fps"` Duration string `json:"Duration" xml:"Duration"` AudioChannels string `json:"AudioChannels" xml:"AudioChannels"` }
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 QuerySmarttagJobListRequest ¶ added in v1.61.1372
type QuerySmarttagJobListRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` NextPageToken string `position:"Query" name:"NextPageToken"` StartOfJobCreatedTimeRange string `position:"Query" name:"StartOfJobCreatedTimeRange"` 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"` }
QuerySmarttagJobListRequest is the request struct for api QuerySmarttagJobList
func CreateQuerySmarttagJobListRequest ¶ added in v1.61.1372
func CreateQuerySmarttagJobListRequest() (request *QuerySmarttagJobListRequest)
CreateQuerySmarttagJobListRequest creates a request to invoke QuerySmarttagJobList API
type QuerySmarttagJobListResponse ¶ added in v1.61.1372
type QuerySmarttagJobListResponse struct { *responses.BaseResponse NextPageToken string `json:"NextPageToken" xml:"NextPageToken"` RequestId string `json:"RequestId" xml:"RequestId"` NonExistJobIds NonExistJobIdsInQuerySmarttagJobList `json:"NonExistJobIds" xml:"NonExistJobIds"` SmarttagJobs SmarttagJobs `json:"SmarttagJobs" xml:"SmarttagJobs"` }
QuerySmarttagJobListResponse is the response struct for api QuerySmarttagJobList
func CreateQuerySmarttagJobListResponse ¶ added in v1.61.1372
func CreateQuerySmarttagJobListResponse() (response *QuerySmarttagJobListResponse)
CreateQuerySmarttagJobListResponse creates a response to parse from QuerySmarttagJobList response
type QuerySmarttagJobRequest ¶ added in v1.61.122
type QuerySmarttagJobRequest 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"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` Params string `position:"Query" name:"Params"` }
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 JobStatus string `json:"JobStatus" xml:"JobStatus"` RequestId string `json:"RequestId" xml:"RequestId"` 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 QueryVideoQualityJobRequest ¶ added in v1.61.1247
type QueryVideoQualityJobRequest struct { *requests.RpcRequest UserId requests.Integer `position:"Query" name:"UserId"` JobId string `position:"Query" name:"JobId"` }
QueryVideoQualityJobRequest is the request struct for api QueryVideoQualityJob
func CreateQueryVideoQualityJobRequest ¶ added in v1.61.1247
func CreateQueryVideoQualityJobRequest() (request *QueryVideoQualityJobRequest)
CreateQueryVideoQualityJobRequest creates a request to invoke QueryVideoQualityJob API
type QueryVideoQualityJobResponse ¶ added in v1.61.1247
type QueryVideoQualityJobResponse struct { *responses.BaseResponse Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Job JobInQueryVideoQualityJob `json:"Job" xml:"Job"` }
QueryVideoQualityJobResponse is the response struct for api QueryVideoQualityJob
func CreateQueryVideoQualityJobResponse ¶ added in v1.61.1247
func CreateQueryVideoQualityJobResponse() (response *QueryVideoQualityJobResponse)
CreateQueryVideoQualityJobResponse creates a response to parse from QueryVideoQualityJob 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 FaceId string `json:"FaceId" xml:"FaceId"` RequestId string `json:"RequestId" xml:"RequestId"` }
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 ScenarioId string `json:"ScenarioId" xml:"ScenarioId"` RequestId string `json:"RequestId" xml:"RequestId"` }
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 { Quality string `json:"Quality" xml:"Quality"` PersonName string `json:"PersonName" xml:"PersonName"` Gender string `json:"Gender" xml:"Gender"` FaceId string `json:"FaceId" xml:"FaceId"` Target string `json:"Target" xml:"Target"` 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 { DisplayName string `json:"DisplayName" xml:"DisplayName"` Status string `json:"Status" xml:"Status"` CommodityCode string `json:"CommodityCode" xml:"CommodityCode"` CurrCapacity string `json:"CurrCapacity" xml:"CurrCapacity"` InitCapacity string `json:"InitCapacity" xml:"InitCapacity"` InstanceId string `json:"InstanceId" xml:"InstanceId"` }
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 { Suggestion string `json:"suggestion" xml:"suggestion"` Index int `json:"Index" xml:"Index"` Score string `json:"Score" xml:"Score"` Label string `json:"label" xml:"label"` Result int `json:"Result" xml:"Result"` Type string `json:"Type" xml:"Type"` Message string `json:"Message" xml:"Message"` Code string `json:"Code" xml:"Code"` Data string `json:"Data" xml:"Data"` Rate string `json:"rate" xml:"rate"` Scene string `json:"Scene" xml:"Scene"` TerrorismResult TerrorismResult `json:"TerrorismResult" xml:"TerrorismResult"` AbuseResult AbuseResult `json:"AbuseResult" xml:"AbuseResult"` PornResult PornResult `json:"PornResult" xml:"PornResult"` LogoResult LogoResult `json:"LogoResult" xml:"LogoResult"` SpamResult SpamResult `json:"SpamResult" xml:"SpamResult"` AdResult AdResult `json:"AdResult" xml:"AdResult"` PoliticsResult PoliticsResult `json:"PoliticsResult" xml:"PoliticsResult"` ContrabandResult ContrabandResult `json:"ContrabandResult" xml:"ContrabandResult"` LiveResult LiveResult `json:"LiveResult" xml:"LiveResult"` QrcodeResult QrcodeResult `json:"QrcodeResult" xml:"QrcodeResult"` ImageSearchShots ImageSearchShots `json:"ImageSearchShots" xml:"ImageSearchShots"` Details []DetailsItem `json:"details" xml:"details"` }
Result is a nested struct in mts response
type ResultInImAudit ¶ added in v1.61.1372
type ResultInImAudit struct {
ResultItem []ResultItem `json:"result" xml:"result"`
}
ResultInImAudit is a nested struct in mts response
type ResultInQueryMediaCensorJobDetail ¶ added in v1.61.1372
type ResultInQueryMediaCensorJobDetail struct { Suggestion string `json:"Suggestion" xml:"Suggestion"` Label string `json:"Label" xml:"Label"` Scene string `json:"Scene" xml:"Scene"` Rate string `json:"Rate" xml:"Rate"` }
ResultInQueryMediaCensorJobDetail is a nested struct in mts response
type ResultInQueryMediaCensorJobList ¶ added in v1.61.1372
type ResultInQueryMediaCensorJobList struct { Suggestion string `json:"Suggestion" xml:"Suggestion"` Label string `json:"Label" xml:"Label"` Scene string `json:"Scene" xml:"Scene"` Rate string `json:"Rate" xml:"Rate"` }
ResultInQueryMediaCensorJobList is a nested struct in mts response
type ResultItem ¶ added in v1.61.1372
type ResultItem struct { Extras map[string]interface{} `json:"extras" xml:"extras"` Content string `json:"content" xml:"content"` Code int64 `json:"code" xml:"code"` Msg string `json:"msg" xml:"msg"` DataId string `json:"dataId" xml:"dataId"` TaskId string `json:"taskId" xml:"taskId"` Url string `json:"url" xml:"url"` Results []ResultInImAudit `json:"results" xml:"results"` }
ResultItem is a nested struct in mts response
type ResultsInImAudit ¶ added in v1.61.1372
type ResultsInImAudit struct {
Result []Result `json:"result" xml:"result"`
}
ResultsInImAudit is a nested struct in mts response
type ResultsInQueryMediaCensorJobDetail ¶
type ResultsInQueryMediaCensorJobDetail struct {
Result []ResultInQueryMediaCensorJobDetail `json:"Result" xml:"Result"`
}
ResultsInQueryMediaCensorJobDetail is a nested struct in mts response
type ResultsInQueryMediaCensorJobList ¶
type ResultsInQueryMediaCensorJobList struct {
Result []ResultInQueryMediaCensorJobList `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 TotalNum int64 `json:"TotalNum" xml:"TotalNum"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 TotalCount int64 `json:"TotalCount" xml:"TotalCount"` PageSize int64 `json:"PageSize" xml:"PageSize"` RequestId string `json:"RequestId" xml:"RequestId"` PageNumber int64 `json:"PageNumber" xml:"PageNumber"` 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 { Score string `json:"Score" xml:"Score"` Name string `json:"Name" xml:"Name"` 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 Key2 string `json:"Key2" xml:"Key2"` Key1 string `json:"Key1" xml:"Key1"` RequestId string `json:"RequestId" xml:"RequestId"` }
SetAuthConfigResponse is the response struct for api SetAuthConfig
func CreateSetAuthConfigResponse ¶
func CreateSetAuthConfigResponse() (response *SetAuthConfigResponse)
CreateSetAuthConfigResponse creates a response to parse from SetAuthConfig response
type SmarttagJob ¶ added in v1.61.1372
type SmarttagJob struct { Status string `json:"Status" xml:"Status"` CreationTime string `json:"CreationTime" xml:"CreationTime"` FinishTime string `json:"FinishTime" xml:"FinishTime"` JobId string `json:"JobId" xml:"JobId"` PipelineId string `json:"PipelineId" xml:"PipelineId"` TemplateId string `json:"TemplateId" xml:"TemplateId"` Input string `json:"Input" xml:"Input"` }
SmarttagJob is a nested struct in mts response
type SmarttagJobs ¶ added in v1.61.1372
type SmarttagJobs struct {
SmarttagJob []SmarttagJob `json:"SmarttagJob" xml:"SmarttagJob"`
}
SmarttagJobs is a nested struct in mts 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"` CreationTime string `json:"CreationTime" xml:"CreationTime"` Count string `json:"Count" xml:"Count"` UserData string `json:"UserData" xml:"UserData"` Id string `json:"Id" xml:"Id"` Input Input `json:"Input" xml:"Input"` SnapshotConfig SnapshotConfig `json:"SnapshotConfig" xml:"SnapshotConfig"` MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"` }
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 ¶
type SourceLogo struct {
Source string `json:"Source" xml:"Source"`
}
SourceLogo is a nested struct in mts response
type SourceLogos ¶
type SourceLogos struct {
SourceLogo []SourceLogo `json:"SourceLogo" xml:"SourceLogo"`
}
SourceLogos is a nested struct in mts response
type SpamAudio ¶
type SpamAudio struct { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` Text string `json:"Text" xml:"Text"` Object string `json:"Object" xml:"Object"` }
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 { SpamTexts SpamTexts `json:"SpamTexts" xml:"SpamTexts"` SpamAudios SpamAudios `json:"SpamAudios" xml:"SpamAudios"` 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 JobId string `json:"JobId" xml:"JobId"` RequestId string `json:"RequestId" xml:"RequestId"` }
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 { VideoStreamList VideoStreamListInQueryMediaList `json:"VideoStreamList" xml:"VideoStreamList"` AudioStreamList AudioStreamListInListJob `json:"AudioStreamList" xml:"AudioStreamList"` SubtitleStreamList SubtitleStreamListInListJob `json:"SubtitleStreamList" xml:"SubtitleStreamList"` }
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"` EditingJobURL string `position:"Query" name:"EditingJobURL"` EditingJobOssFileUid requests.Integer `position:"Query" name:"EditingJobOssFileUid"` 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"` EditingJobOssFileRoleArn string `position:"Query" name:"EditingJobOssFileRoleArn"` }
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 SubmitFpDBDeleteJobRequest ¶ added in v1.61.1247
type SubmitFpDBDeleteJobRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` FpDBId string `position:"Query" name:"FpDBId"` 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"` DelType string `position:"Query" name:"DelType"` }
SubmitFpDBDeleteJobRequest is the request struct for api SubmitFpDBDeleteJob
func CreateSubmitFpDBDeleteJobRequest ¶ added in v1.61.1247
func CreateSubmitFpDBDeleteJobRequest() (request *SubmitFpDBDeleteJobRequest)
CreateSubmitFpDBDeleteJobRequest creates a request to invoke SubmitFpDBDeleteJob API
type SubmitFpDBDeleteJobResponse ¶ added in v1.61.1247
type SubmitFpDBDeleteJobResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` JobId string `json:"JobId" xml:"JobId"` }
SubmitFpDBDeleteJobResponse is the response struct for api SubmitFpDBDeleteJob
func CreateSubmitFpDBDeleteJobResponse ¶ added in v1.61.1247
func CreateSubmitFpDBDeleteJobResponse() (response *SubmitFpDBDeleteJobResponse)
CreateSubmitFpDBDeleteJobResponse creates a response to parse from SubmitFpDBDeleteJob response
type SubmitFpFileDeleteJobRequest ¶ added in v1.61.1247
type SubmitFpFileDeleteJobRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` FpDBId string `position:"Query" name:"FpDBId"` 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"` FileIds string `position:"Query" name:"FileIds"` }
SubmitFpFileDeleteJobRequest is the request struct for api SubmitFpFileDeleteJob
func CreateSubmitFpFileDeleteJobRequest ¶ added in v1.61.1247
func CreateSubmitFpFileDeleteJobRequest() (request *SubmitFpFileDeleteJobRequest)
CreateSubmitFpFileDeleteJobRequest creates a request to invoke SubmitFpFileDeleteJob API
type SubmitFpFileDeleteJobResponse ¶ added in v1.61.1247
type SubmitFpFileDeleteJobResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` JobId string `json:"JobId" xml:"JobId"` }
SubmitFpFileDeleteJobResponse is the response struct for api SubmitFpFileDeleteJob
func CreateSubmitFpFileDeleteJobResponse ¶ added in v1.61.1247
func CreateSubmitFpFileDeleteJobResponse() (response *SubmitFpFileDeleteJobResponse)
CreateSubmitFpFileDeleteJobResponse creates a response to parse from SubmitFpFileDeleteJob 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"` Result string `json:"Result" xml:"Result"` }
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 SubmitInferenceJobRequest ¶ added in v1.61.1247
type SubmitInferenceJobRequest struct { *requests.RpcRequest Input string `position:"Query" name:"Input"` ModelType string `position:"Query" name:"ModelType"` ServerName string `position:"Query" name:"ServerName"` }
SubmitInferenceJobRequest is the request struct for api SubmitInferenceJob
func CreateSubmitInferenceJobRequest ¶ added in v1.61.1247
func CreateSubmitInferenceJobRequest() (request *SubmitInferenceJobRequest)
CreateSubmitInferenceJobRequest creates a request to invoke SubmitInferenceJob API
type SubmitInferenceJobResponse ¶ added in v1.61.1247
type SubmitInferenceJobResponse struct { *responses.BaseResponse TestId string `json:"TestId" xml:"TestId"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` JobId string `json:"JobId" xml:"JobId"` }
SubmitInferenceJobResponse is the response struct for api SubmitInferenceJob
func CreateSubmitInferenceJobResponse ¶ added in v1.61.1247
func CreateSubmitInferenceJobResponse() (response *SubmitInferenceJobResponse)
CreateSubmitInferenceJobResponse creates a response to parse from SubmitInferenceJob response
type SubmitInnerJobRequest ¶ added in v1.61.1247
type SubmitInnerJobRequest struct { *requests.RpcRequest ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"` Video string `position:"Query" name:"Video"` Uid requests.Integer `position:"Query" name:"Uid"` Images string `position:"Query" name:"Images"` ResourceOwnerAccount string `position:"Query" name:"ResourceOwnerAccount"` OwnerId requests.Integer `position:"Query" name:"OwnerId"` PipelineId string `position:"Query" name:"PipelineId"` Config string `position:"Query" name:"Config"` }
SubmitInnerJobRequest is the request struct for api SubmitInnerJob
func CreateSubmitInnerJobRequest ¶ added in v1.61.1247
func CreateSubmitInnerJobRequest() (request *SubmitInnerJobRequest)
CreateSubmitInnerJobRequest creates a request to invoke SubmitInnerJob API
type SubmitInnerJobResponse ¶ added in v1.61.1247
type SubmitInnerJobResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` JobId string `json:"JobId" xml:"JobId"` }
SubmitInnerJobResponse is the response struct for api SubmitInnerJob
func CreateSubmitInnerJobResponse ¶ added in v1.61.1247
func CreateSubmitInnerJobResponse() (response *SubmitInnerJobResponse)
CreateSubmitInnerJobResponse creates a response to parse from SubmitInnerJob 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 ExternalUrl string `position:"Query" name:"ExternalUrl"` 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 SubmitOssFileCopyJobRequest ¶ added in v1.61.1372
type SubmitOssFileCopyJobRequest struct { *requests.RpcRequest TargetStorage SubmitOssFileCopyJobTargetStorage `position:"Query" name:"TargetStorage" type:"Struct"` Notify string `position:"Query" name:"Notify"` UserData string `position:"Query" name:"UserData"` SourceStorage SubmitOssFileCopyJobSourceStorage `position:"Query" name:"SourceStorage" type:"Struct"` Region string `position:"Query" name:"Region"` }
SubmitOssFileCopyJobRequest is the request struct for api SubmitOssFileCopyJob
func CreateSubmitOssFileCopyJobRequest ¶ added in v1.61.1372
func CreateSubmitOssFileCopyJobRequest() (request *SubmitOssFileCopyJobRequest)
CreateSubmitOssFileCopyJobRequest creates a request to invoke SubmitOssFileCopyJob API
type SubmitOssFileCopyJobResponse ¶ added in v1.61.1372
type SubmitOssFileCopyJobResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` JobId string `json:"JobId" xml:"JobId"` }
SubmitOssFileCopyJobResponse is the response struct for api SubmitOssFileCopyJob
func CreateSubmitOssFileCopyJobResponse ¶ added in v1.61.1372
func CreateSubmitOssFileCopyJobResponse() (response *SubmitOssFileCopyJobResponse)
CreateSubmitOssFileCopyJobResponse creates a response to parse from SubmitOssFileCopyJob response
type SubmitOssFileCopyJobSourceStorage ¶ added in v1.61.1372
type SubmitOssFileCopyJobSourceStorage struct { Bucket string `name:"Bucket"` BucketOwnerId string `name:"BucketOwnerId"` S3Provider string `name:"S3Provider"` S3Endpoint string `name:"S3Endpoint"` ObjectPrefix string `name:"ObjectPrefix"` S3AccessKey string `name:"S3AccessKey"` S3SecretKey string `name:"S3SecretKey"` FileNames string `name:"FileNames"` S3SessionToken string `name:"S3SessionToken"` ObjectRoleName string `name:"ObjectRoleName"` }
SubmitOssFileCopyJobSourceStorage is a repeated param struct in SubmitOssFileCopyJobRequest
type SubmitOssFileCopyJobTargetStorage ¶ added in v1.61.1372
type SubmitOssFileCopyJobTargetStorage struct { Bucket string `name:"Bucket"` BucketOwnerId string `name:"BucketOwnerId"` S3Provider string `name:"S3Provider"` S3Endpoint string `name:"S3Endpoint"` ObjectPrefix string `name:"ObjectPrefix"` S3AccessKey string `name:"S3AccessKey"` S3SecretKey string `name:"S3SecretKey"` S3SessionToken string `name:"S3SessionToken"` ObjectRoleName string `name:"ObjectRoleName"` }
SubmitOssFileCopyJobTargetStorage is a repeated param struct in SubmitOssFileCopyJobRequest
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 SubmitURLUploadJobRequest ¶ added in v1.61.1247
type SubmitURLUploadJobRequest struct { *requests.RpcRequest TargetStorage SubmitURLUploadJobTargetStorage `position:"Query" name:"TargetStorage" type:"Struct"` SourceFileURL string `position:"Query" name:"SourceFileURL"` Notify string `position:"Query" name:"Notify"` UserData string `position:"Query" name:"UserData"` Region string `position:"Query" name:"Region"` }
SubmitURLUploadJobRequest is the request struct for api SubmitURLUploadJob
func CreateSubmitURLUploadJobRequest ¶ added in v1.61.1247
func CreateSubmitURLUploadJobRequest() (request *SubmitURLUploadJobRequest)
CreateSubmitURLUploadJobRequest creates a request to invoke SubmitURLUploadJob API
type SubmitURLUploadJobResponse ¶ added in v1.61.1247
type SubmitURLUploadJobResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` JobId string `json:"JobId" xml:"JobId"` }
SubmitURLUploadJobResponse is the response struct for api SubmitURLUploadJob
func CreateSubmitURLUploadJobResponse ¶ added in v1.61.1247
func CreateSubmitURLUploadJobResponse() (response *SubmitURLUploadJobResponse)
CreateSubmitURLUploadJobResponse creates a response to parse from SubmitURLUploadJob response
type SubmitURLUploadJobTargetStorage ¶ added in v1.61.1247
type SubmitURLUploadJobTargetStorage struct { Bucket string `name:"Bucket"` BucketOwnerId string `name:"BucketOwnerId"` S3Provider string `name:"S3Provider"` S3Endpoint string `name:"S3Endpoint"` ObjectKey string `name:"ObjectKey"` S3AccessKey string `name:"S3AccessKey"` S3SecretKey string `name:"S3SecretKey"` S3SessionToken string `name:"S3SessionToken"` ObjectRoleName string `name:"ObjectRoleName"` }
SubmitURLUploadJobTargetStorage is a repeated param struct in SubmitURLUploadJobRequest
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 SubmitVideoQualityJobRequest ¶ added in v1.61.1247
type SubmitVideoQualityJobRequest struct { *requests.RpcRequest JobParams string `position:"Query" name:"JobParams"` UserId requests.Integer `position:"Query" name:"UserId"` Output string `position:"Query" name:"Output"` UserData string `position:"Query" name:"UserData"` NotifyUrl string `position:"Query" name:"NotifyUrl"` SourceType string `position:"Query" name:"SourceType"` ModelId string `position:"Query" name:"ModelId"` PipelineId string `position:"Query" name:"PipelineId"` Input string `position:"Query" name:"Input"` ScheduleParams string `position:"Query" name:"ScheduleParams"` }
SubmitVideoQualityJobRequest is the request struct for api SubmitVideoQualityJob
func CreateSubmitVideoQualityJobRequest ¶ added in v1.61.1247
func CreateSubmitVideoQualityJobRequest() (request *SubmitVideoQualityJobRequest)
CreateSubmitVideoQualityJobRequest creates a request to invoke SubmitVideoQualityJob API
type SubmitVideoQualityJobResponse ¶ added in v1.61.1247
type SubmitVideoQualityJobResponse struct { *responses.BaseResponse Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` JobId string `json:"JobId" xml:"JobId"` }
SubmitVideoQualityJobResponse is the response struct for api SubmitVideoQualityJob
func CreateSubmitVideoQualityJobResponse ¶ added in v1.61.1247
func CreateSubmitVideoQualityJobResponse() (response *SubmitVideoQualityJobResponse)
CreateSubmitVideoQualityJobResponse creates a response to parse from SubmitVideoQualityJob 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 { OutputConfig string `json:"OutputConfig" xml:"OutputConfig"` State string `json:"State" xml:"State"` JobId string `json:"JobId" xml:"JobId"` UserData string `json:"UserData" xml:"UserData"` InputConfig string `json:"InputConfig" xml:"InputConfig"` }
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"` Timebase string `json:"Timebase" xml:"Timebase"` CodecTimeBase string `json:"CodecTimeBase" xml:"CodecTimeBase"` 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 { FunctionId string `json:"FunctionId" xml:"FunctionId"` FunctionName string `json:"FunctionName" xml:"FunctionName"` State string `json:"State" xml:"State"` SwitchId string `json:"SwitchId" xml:"SwitchId"` }
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 { Score string `json:"Score" xml:"Score"` Label string `json:"Label" xml:"Label"` }
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 { Score string `json:"Score" xml:"Score"` Name string `json:"Name" xml:"Name"` 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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` State string `json:"State" xml:"State"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` VideoTagResult VideoTagResult `json:"VideoTagResult" xml:"VideoTagResult"` Input Input `json:"Input" xml:"Input"` }
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 { Name string `json:"Name" xml:"Name"` TemplateId string `json:"TemplateId" xml:"TemplateId"` Terrorism string `json:"Terrorism" xml:"Terrorism"` TemplateName string `json:"TemplateName" xml:"TemplateName"` FaceCategoryIds string `json:"FaceCategoryIds" xml:"FaceCategoryIds"` Logo string `json:"Logo" xml:"Logo"` KnowledgeConfig string `json:"KnowledgeConfig" xml:"KnowledgeConfig"` 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"` FaceCustomParamsConfig string `json:"FaceCustomParamsConfig" xml:"FaceCustomParamsConfig"` Live string `json:"Live" xml:"Live"` AnalyseTypes string `json:"AnalyseTypes" xml:"AnalyseTypes"` Industry string `json:"Industry" xml:"Industry"` Spam string `json:"Spam" xml:"Spam"` KeywordConfig string `json:"KeywordConfig" xml:"KeywordConfig"` Ad string `json:"Ad" xml:"Ad"` State string `json:"State" xml:"State"` Scene string `json:"Scene" xml:"Scene"` LabelType string `json:"LabelType" xml:"LabelType"` Porn string `json:"Porn" xml:"Porn"` LabelVersion string `json:"LabelVersion" xml:"LabelVersion"` Politics string `json:"Politics" xml:"Politics"` TransConfig TransConfig `json:"TransConfig" xml:"TransConfig"` MuxConfig MuxConfig `json:"MuxConfig" xml:"MuxConfig"` Video Video `json:"Video" xml:"Video"` Audio Audio `json:"Audio" xml:"Audio"` 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 { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 { CreationTime string `json:"CreationTime" xml:"CreationTime"` State string `json:"State" xml:"State"` UserData string `json:"UserData" xml:"UserData"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` PipelineId string `json:"PipelineId" xml:"PipelineId"` Id string `json:"Id" xml:"Id"` CensorTerrorismResult CensorTerrorismResult `json:"CensorTerrorismResult" xml:"CensorTerrorismResult"` TerrorismConfig TerrorismConfig `json:"TerrorismConfig" xml:"TerrorismConfig"` Input Input `json:"Input" xml:"Input"` }
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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` Text string `json:"Text" xml:"Text"` Object string `json:"Object" xml:"Object"` }
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 { TerrorismOcrs TerrorismOcrs `json:"TerrorismOcrs" xml:"TerrorismOcrs"` TerrorismAudios TerrorismAudios `json:"TerrorismAudios" xml:"TerrorismAudios"` TerrorismVideos TerrorismVideos `json:"TerrorismVideos" xml:"TerrorismVideos"` TerrorismTexts TerrorismTexts `json:"TerrorismTexts" xml:"TerrorismTexts"` TerrorismImages TerrorismImages `json:"TerrorismImages" xml:"TerrorismImages"` }
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 { Time string `json:"Time" xml:"Time"` Suggestion string `json:"Suggestion" xml:"Suggestion"` Score string `json:"Score" xml:"Score"` 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 TextFpShot ¶ added in v1.61.1372
type TextFpShot struct { PrimaryKey string `json:"PrimaryKey" xml:"PrimaryKey"` Similarity string `json:"Similarity" xml:"Similarity"` TextFpShotSlices TextFpShotSlices `json:"TextFpShotSlices" xml:"TextFpShotSlices"` }
TextFpShot is a nested struct in mts response
type TextFpShotSlice ¶ added in v1.61.1372
type TextFpShotSlice struct { Similarity string `json:"Similarity" xml:"Similarity"` InputText string `json:"InputText" xml:"InputText"` DuplicationText string `json:"DuplicationText" xml:"DuplicationText"` InputFragment InputFragment `json:"InputFragment" xml:"InputFragment"` }
TextFpShotSlice is a nested struct in mts response
type TextFpShotSlices ¶ added in v1.61.1372
type TextFpShotSlices struct {
TextFpShotSlice []TextFpShotSlice `json:"TextFpShotSlice" xml:"TextFpShotSlice"`
}
TextFpShotSlices is a nested struct in mts response
type TextFpShots ¶ added in v1.61.1372
type TextFpShots struct {
TextFpShot []TextFpShot `json:"TextFpShot" xml:"TextFpShot"`
}
TextFpShots is a nested struct in mts response
type TextResults ¶ added in v1.61.1372
type TextResults struct {
Result []ResultItem `json:"result" xml:"result"`
}
TextResults 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"` Padding string `json:"Padding" xml:"Padding"` Color string `json:"Color" xml:"Color"` Columns string `json:"Columns" xml:"Columns"` }
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"` RoleArn string `json:"RoleArn" xml:"RoleArn"` Location string `json:"Location" xml:"Location"` }
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 { TimelineConfigVideo TimelineConfigVideo `json:"TimelineConfigVideo" xml:"TimelineConfigVideo"` TimelineConfigAudio TimelineConfigAudio `json:"TimelineConfigAudio" xml:"TimelineConfigAudio"` }
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 { Suggestion string `json:"Suggestion" xml:"Suggestion"` Label string `json:"Label" xml:"Label"` 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 { AdjDarMethod string `json:"AdjDarMethod" xml:"AdjDarMethod"` IsCheckResoFail string `json:"IsCheckResoFail" xml:"IsCheckResoFail"` 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"` Priority string `json:"Priority" xml:"Priority"` UserData string `json:"UserData" xml:"UserData"` Rotate string `json:"Rotate" xml:"Rotate"` WaterMarkConfigUrl string `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"` AudioStreamMap string `json:"AudioStreamMap" xml:"AudioStreamMap"` VideoStreamMap string `json:"VideoStreamMap" xml:"VideoStreamMap"` Encryption Encryption `json:"Encryption" xml:"Encryption"` SubtitleConfig SubtitleConfig `json:"SubtitleConfig" xml:"SubtitleConfig"` Clip Clip `json:"Clip" xml:"Clip"` Container Container `json:"Container" xml:"Container"` Properties Properties `json:"Properties" xml:"Properties"` OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"` M3U8NonStandardSupport M3U8NonStandardSupport `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"` SuperReso SuperReso `json:"SuperReso" xml:"SuperReso"` Audio Audio `json:"Audio" xml:"Audio"` Video Video `json:"Video" xml:"Video"` TransConfig TransConfig `json:"TransConfig" xml:"TransConfig"` MuxConfig MuxConfig `json:"MuxConfig" xml:"MuxConfig"` DigiWaterMark DigiWaterMark `json:"DigiWaterMark" xml:"DigiWaterMark"` MergeList MergeListInQueryComplexJobList `json:"MergeList" xml:"MergeList"` WaterMarkList WaterMarkListInQueryComplexJobList `json:"WaterMarkList" xml:"WaterMarkList"` }
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"` Logo string `position:"Query" name:"Logo"` 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"` KnowledgeConfig string `position:"Query" name:"KnowledgeConfig"` Industry string `position:"Query" name:"Industry"` LabelVersion string `position:"Query" name:"LabelVersion"` Scene string `position:"Query" name:"Scene"` FaceCustomParamsConfig string `position:"Query" name:"FaceCustomParamsConfig"` TemplateName string `position:"Query" name:"TemplateName"` IsDefault requests.Boolean `position:"Query" name:"IsDefault"` FaceCategoryIds string `position:"Query" name:"FaceCategoryIds"` KeywordConfig string `position:"Query" name:"KeywordConfig"` 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"` LabelType string `position:"Query" name:"LabelType"` }
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"` CensorResults CensorResultsInQueryMediaCensorJobDetail `json:"CensorResults" xml:"CensorResults"` VideoTimelines VideoTimelinesInQueryMediaCensorJobDetail `json:"VideoTimelines" xml:"VideoTimelines"` }
VensorCensorResult is a nested struct in mts response
type Video ¶
type Video struct { Gop string `json:"Gop" xml:"Gop"` Fps string `json:"Fps" xml:"Fps"` PixFmt string `json:"PixFmt" xml:"PixFmt"` ScanMode string `json:"ScanMode" xml:"ScanMode"` Index int `json:"Index" xml:"Index"` Width string `json:"Width" xml:"Width"` ResoPriority string `json:"ResoPriority" xml:"ResoPriority"` Result int `json:"Result" xml:"Result"` Codec string `json:"Codec" xml:"Codec"` Degrain string `json:"Degrain" xml:"Degrain"` Pad string `json:"Pad" xml:"Pad"` Height string `json:"Height" xml:"Height"` MaxFps string `json:"MaxFps" xml:"MaxFps"` Preset string `json:"Preset" xml:"Preset"` Qscale string `json:"Qscale" xml:"Qscale"` LongShortMode string `json:"LongShortMode" xml:"LongShortMode"` Code string `json:"Code" xml:"Code"` Profile string `json:"Profile" xml:"Profile"` Bitrate string `json:"Bitrate" xml:"Bitrate"` Bufsize string `json:"Bufsize" xml:"Bufsize"` Remove string `json:"Remove" xml:"Remove"` Crop string `json:"Crop" xml:"Crop"` Crf string `json:"Crf" xml:"Crf"` Maxrate string `json:"Maxrate" xml:"Maxrate"` BitrateBnd BitrateBnd `json:"BitrateBnd" xml:"BitrateBnd"` }
Video is a nested struct in mts response
type VideoAnnotationResult ¶
type VideoAnnotationResult struct { Details string `json:"Details" xml:"Details"` Annotations Annotations `json:"Annotations" xml:"Annotations"` }
VideoAnnotationResult is a nested struct in mts response
type 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"` RoleArn string `json:"RoleArn" xml:"RoleArn"` Location string `json:"Location" xml:"Location"` }
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 { State string `json:"State" xml:"State"` JobId string `json:"JobId" xml:"JobId"` UserData string `json:"UserData" xml:"UserData"` PipelineId string `json:"PipelineId" xml:"PipelineId"` OutputConfig OutputConfig `json:"OutputConfig" xml:"OutputConfig"` MNSMessageResult MNSMessageResult `json:"MNSMessageResult" xml:"MNSMessageResult"` Input Input `json:"Input" xml:"Input"` Properties Properties `json:"Properties" xml:"Properties"` }
VideoPoseJob is a nested struct in mts response
type VideoSplit ¶
type VideoSplit struct { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` 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 { NumFrames string `json:"NumFrames" xml:"NumFrames"` CodecName string `json:"CodecName" xml:"CodecName"` Timebase string `json:"Timebase" xml:"Timebase"` Fps string `json:"Fps" xml:"Fps"` Sar string `json:"Sar" xml:"Sar"` PixFmt string `json:"PixFmt" xml:"PixFmt"` ColorPrimaries string `json:"colorPrimaries" xml:"colorPrimaries"` 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"` Rotate string `json:"Rotate" xml:"Rotate"` CodecTimeBase string `json:"CodecTimeBase" xml:"CodecTimeBase"` BitsPerRawSample string `json:"bitsPerRawSample" xml:"bitsPerRawSample"` CodecLongName string `json:"CodecLongName" xml:"CodecLongName"` ColorTransfer string `json:"ColorTransfer" xml:"ColorTransfer"` AvgFPS string `json:"AvgFPS" xml:"AvgFPS"` Height string `json:"Height" xml:"Height"` Dar string `json:"Dar" xml:"Dar"` Profile string `json:"Profile" xml:"Profile"` Bitrate string `json:"Bitrate" xml:"Bitrate"` Level string `json:"Level" xml:"Level"` CodecTag string `json:"CodecTag" xml:"CodecTag"` ColorRange string `json:"ColorRange" xml:"ColorRange"` StartTime string `json:"StartTime" xml:"StartTime"` Duration string `json:"Duration" xml:"Duration"` 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 { EndTime string `json:"EndTime" xml:"EndTime"` StartTime string `json:"StartTime" xml:"StartTime"` }
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 { Height string `json:"Height" xml:"Height"` Name string `json:"Name" xml:"Name"` 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
Source Files ¶
- activate_media_workflow.go
- add_asr_pipeline.go
- add_category.go
- add_censor_pipeline.go
- add_cover_pipeline.go
- add_mc_template.go
- add_media.go
- add_media_tag.go
- add_media_workflow.go
- add_pipeline.go
- add_porn_pipeline.go
- add_smarttag_template.go
- add_template.go
- add_terrorism_pipeline.go
- add_water_mark_template.go
- bind_input_bucket.go
- bind_output_bucket.go
- cancel_job.go
- category_tree.go
- check_resource.go
- client.go
- create_fp_shot_db.go
- create_inference_server.go
- create_mcu_template.go
- create_session.go
- deactivate_media_workflow.go
- decrypt_key.go
- delete_category.go
- delete_mc_template.go
- delete_mcu_job.go
- delete_mcu_template.go
- delete_media.go
- delete_media_tag.go
- delete_media_workflow.go
- delete_pipeline.go
- delete_smarttag_template.go
- delete_template.go
- delete_water_mark_template.go
- describe_mts_user_resource_package.go
- detect_image_sync.go
- endpoint.go
- get_job_info.go
- get_license.go
- get_package.go
- im_audit.go
- import_fp_shot_job.go
- list_all_category.go
- list_all_media_bucket.go
- list_asr_pipeline.go
- list_censor_pipeline.go
- list_cover_pipeline.go
- list_custom_persons.go
- list_fp_shot_db.go
- list_fp_shot_files.go
- list_fp_shot_import_job.go
- list_fp_shot_notary.go
- list_inference_job.go
- list_job.go
- list_media.go
- list_media_workflow_executions.go
- list_porn_pipeline.go
- list_terrorism_pipeline.go
- logical_delete_resource.go
- physical_delete_resource.go
- play_info.go
- player_auth.go
- query_analysis_job_list.go
- query_annotation_job_list.go
- query_asr_job_list.go
- query_asr_pipeline_list.go
- query_auth_config.go
- query_censor_job_list.go
- query_censor_pipeline_list.go
- query_complex_job_list.go
- query_cover_job_list.go
- query_cover_pipeline_list.go
- query_editing_job_list.go
- query_facerecog_job_list.go
- query_fp_compare_job_list.go
- query_fp_db_delete_job_list.go
- query_fp_file_delete_job_list.go
- query_fp_import_result.go
- query_fp_shot_job_list.go
- query_i_production_job.go
- query_i_production_job_list.go
- query_image_search_job_list.go
- query_inference_job.go
- query_inference_server.go
- query_inner_job.go
- query_job_list.go
- query_mc_job_list.go
- query_mc_template_list.go
- query_mcu_job.go
- query_mcu_template.go
- query_media_censor_job_detail.go
- query_media_censor_job_list.go
- query_media_detail_job_list.go
- query_media_fp_delete_job_list.go
- query_media_info_job_list.go
- query_media_list.go
- query_media_list_by_url.go
- query_media_workflow_execution_list.go
- query_media_workflow_list.go
- query_pipeline_list.go
- query_porn_job_list.go
- query_porn_pipeline_list.go
- query_smarttag_job.go
- query_smarttag_job_list.go
- query_smarttag_template_list.go
- query_snapshot_job_list.go
- query_subtitle_job_list.go
- query_tag_job_list.go
- query_template_list.go
- query_terrorism_job_list.go
- query_terrorism_pipeline_list.go
- query_video_gif_job_list.go
- query_video_pose_job_list.go
- query_video_quality_job.go
- query_video_split_job_list.go
- query_video_summary_job_list.go
- query_water_mark_template_list.go
- refresh_cdn_domain_configs_cache.go
- register_custom_face.go
- register_media_detail_person.go
- register_media_detail_scenario.go
- report_annotation_job_result.go
- report_censor_job_result.go
- report_cover_job_result.go
- report_facerecog_job_result.go
- report_fp_shot_job_result.go
- report_media_detail_job_result.go
- report_porn_job_result.go
- report_tag_job_result.go
- report_terrorism_job_result.go
- report_video_split_job_result.go
- search_media.go
- search_media_workflow.go
- search_pipeline.go
- search_template.go
- search_water_mark_template.go
- set_auth_config.go
- stop_i_production_job.go
- struct_abuse_audio.go
- struct_abuse_audios_.go
- struct_abuse_ocr.go
- struct_abuse_ocrs.go
- struct_abuse_result.go
- struct_abuse_text.go
- struct_abuse_texts.go
- struct_activity.go
- struct_activity_list_in_list_media_workflow_executions.go
- struct_activity_list_in_query_media_workflow_execution_list.go
- struct_ad_audio.go
- struct_ad_audios_.go
- struct_ad_image.go
- struct_ad_images.go
- struct_ad_ocr.go
- struct_ad_ocrs.go
- struct_ad_result.go
- struct_ad_text.go
- struct_ad_texts.go
- struct_ad_video.go
- struct_ad_videos.go
- struct_amix.go
- struct_amix_list.go
- struct_analysis_config.go
- struct_analysis_job.go
- struct_analysis_job_list.go
- struct_annotation.go
- struct_annotation_job.go
- struct_annotation_job_list.go
- struct_annotations.go
- struct_asr_config.go
- struct_asr_result.go
- struct_asr_text.go
- struct_asr_text_list_in_query_asr_job_list.go
- struct_asr_text_list_in_query_mcu_job.go
- struct_audio.go
- struct_audio_fp_shots.go
- struct_audio_stream.go
- struct_audio_stream_list_in_list_job.go
- struct_audio_stream_list_in_query_complex_job_list.go
- struct_audio_stream_list_in_query_editing_job_list.go
- struct_audio_stream_list_in_query_job_list.go
- struct_audio_stream_list_in_query_media_info_job_list.go
- struct_audio_stream_list_in_query_media_list.go
- struct_audio_stream_list_in_query_media_list_by_url.go
- struct_audio_stream_list_in_query_video_pose_job_list.go
- struct_audio_stream_list_in_submit_complex_job.go
- struct_audio_stream_list_in_submit_editing_jobs.go
- struct_audio_stream_list_in_submit_jobs.go
- struct_audio_stream_list_in_submit_media_info_job.go
- struct_audio_stream_list_in_submit_video_pose_job.go
- struct_barrage_censor_result.go
- struct_beautify_config.go
- struct_bitrate_bnd.go
- struct_categories_in_list_custom_persons.go
- struct_categories_in_query_mcu_job.go
- struct_category.go
- struct_category_list.go
- struct_category_result.go
- struct_celebrities_in_query_mcu_job.go
- struct_celebrities_in_query_media_detail_job_list.go
- struct_celebrity.go
- struct_censor_config.go
- struct_censor_job.go
- struct_censor_job_list.go
- struct_censor_porn_result.go
- struct_censor_result.go
- struct_censor_results_in_query_media_censor_job_detail.go
- struct_censor_results_in_query_media_censor_job_list.go
- struct_censor_terrorism_result.go
- struct_clip.go
- struct_clip_list_in_query_complex_job_list.go
- struct_clip_list_in_query_editing_job_list.go
- struct_clip_list_in_submit_complex_job.go
- struct_clip_list_in_submit_editing_jobs.go
- struct_clips_config.go
- struct_clips_config_video.go
- struct_clips_in_query_complex_job_list.go
- struct_clips_in_query_editing_job_list.go
- struct_clips_in_query_media_detail_job_list.go
- struct_clips_in_submit_complex_job.go
- struct_clips_in_submit_editing_jobs.go
- struct_complex_editing_configs_in_query_complex_job_list.go
- struct_complex_editing_configs_in_submit_complex_job.go
- struct_complex_editing_configs_item.go
- struct_complex_job.go
- struct_container.go
- struct_contraband_audio.go
- struct_contraband_audios_.go
- struct_contraband_ocr.go
- struct_contraband_ocrs.go
- struct_contraband_result.go
- struct_contraband_text.go
- struct_contraband_texts.go
- struct_counter.go
- struct_cover_config.go
- struct_cover_image.go
- struct_cover_image_censor_result.go
- struct_cover_image_censor_results_in_query_media_censor_job_detail.go
- struct_cover_image_censor_results_in_query_media_censor_job_list.go
- struct_cover_image_list.go
- struct_cover_job.go
- struct_cover_job_list.go
- struct_crop.go
- struct_custom.go
- struct_customs.go
- struct_data_file.go
- struct_deleted_job_ids.go
- struct_desc_censor_result.go
- struct_details.go
- struct_details_item.go
- struct_digi_water_mark.go
- struct_duplication.go
- struct_editing.go
- struct_editing_config.go
- struct_editing_input.go
- struct_editing_inputs_in_query_complex_job_list.go
- struct_editing_inputs_in_query_editing_job_list.go
- struct_editing_inputs_in_submit_complex_job.go
- struct_editing_inputs_in_submit_editing_jobs.go
- struct_effect.go
- struct_effects_in_query_complex_job_list.go
- struct_effects_in_query_editing_job_list.go
- struct_effects_in_submit_complex_job.go
- struct_effects_in_submit_editing_jobs.go
- struct_encryption.go
- struct_ext_subtitle.go
- struct_ext_subtitle_list_in_list_job.go
- struct_ext_subtitle_list_in_query_complex_job_list.go
- struct_ext_subtitle_list_in_query_editing_job_list.go
- struct_ext_subtitle_list_in_query_job_list.go
- struct_ext_subtitle_list_in_submit_complex_job.go
- struct_ext_subtitle_list_in_submit_editing_jobs.go
- struct_ext_subtitle_list_in_submit_jobs.go
- struct_face.go
- struct_face_result.go
- struct_facerecog.go
- struct_facerecog_job.go
- struct_facerecog_job_list.go
- struct_facerecogs.go
- struct_faces_in_list_custom_persons.go
- struct_faces_in_query_facerecog_job_list.go
- struct_failed_domains.go
- struct_failed_image.go
- struct_failed_images.go
- struct_file.go
- struct_format.go
- struct_fp_compare_job.go
- struct_fp_compare_job_list.go
- struct_fp_compare_result.go
- struct_fp_db_delete_job.go
- struct_fp_db_delete_job_list.go
- struct_fp_file_delete_job.go
- struct_fp_file_delete_job_list.go
- struct_fp_result_log_info.go
- struct_fp_result_log_info_list.go
- struct_fp_shot.go
- struct_fp_shot_config.go
- struct_fp_shot_db.go
- struct_fp_shot_db_list.go
- struct_fp_shot_file.go
- struct_fp_shot_file_list.go
- struct_fp_shot_import_job.go
- struct_fp_shot_import_job_list.go
- struct_fp_shot_job.go
- struct_fp_shot_job_list.go
- struct_fp_shot_notary.go
- struct_fp_shot_notary_list.go
- struct_fp_shot_result.go
- struct_fp_shot_slice.go
- struct_fp_shot_slices_in_query_fp_shot_job_list.go
- struct_fp_shots.go
- struct_frame_tag_info.go
- struct_frame_tag_infos_in_query_mcu_job.go
- struct_frame_tag_infos_in_query_media_detail_job_list.go
- struct_frame_tags.go
- struct_functions.go
- struct_functions_item.go
- struct_gif.go
- struct_image.go
- struct_image_censor_result.go
- struct_image_censor_results.go
- struct_image_file.go
- struct_image_quality_job.go
- struct_image_results.go
- struct_image_search_job.go
- struct_image_search_job_list.go
- struct_image_search_shots.go
- struct_image_search_shots_item.go
- struct_input.go
- struct_input_config.go
- struct_input_file.go
- struct_input_fragment.go
- struct_input_image.go
- struct_input_video.go
- struct_inputs_in_query_complex_job_list.go
- struct_inputs_in_submit_complex_job.go
- struct_inputs_item.go
- struct_job.go
- struct_job_in_query_mc_job_list.go
- struct_job_in_query_video_pose_job_list.go
- struct_job_in_query_video_quality_job.go
- struct_job_list_in_list_job.go
- struct_job_list_in_query_asr_job_list.go
- struct_job_list_in_query_complex_job_list.go
- struct_job_list_in_query_editing_job_list.go
- struct_job_list_in_query_job_list.go
- struct_job_list_in_query_mc_job_list.go
- struct_job_list_in_query_media_detail_job_list.go
- struct_job_list_in_query_subtitle_job_list.go
- struct_job_list_in_query_video_gif_job_list.go
- struct_job_list_in_query_video_pose_job_list.go
- struct_job_list_in_query_video_split_job_list.go
- struct_job_list_in_query_video_summary_job_list.go
- struct_job_list_in_submit_beautify_jobs.go
- struct_job_result.go
- struct_job_result_in_query_mcu_job.go
- struct_job_result_list_in_submit_editing_jobs.go
- struct_job_result_list_in_submit_jobs.go
- struct_jobs_in_list_inference_job.go
- struct_jobs_in_query_i_production_job_list.go
- struct_jobs_item.go
- struct_live_image.go
- struct_live_images.go
- struct_live_result.go
- struct_live_video.go
- struct_live_videos.go
- struct_logo_image.go
- struct_logo_images.go
- struct_logo_result.go
- struct_logo_video.go
- struct_logo_videos.go
- struct_m3_u8_non_standard_support.go
- struct_master_file.go
- struct_master_media_frames.go
- struct_master_media_info.go
- struct_match_frame_storage.go
- struct_matched_frames_desc_file.go
- struct_media.go
- struct_media_bucket.go
- struct_media_bucket_list.go
- struct_media_censor_job.go
- struct_media_censor_job_detail.go
- struct_media_censor_job_list.go
- struct_media_detail_config.go
- struct_media_detail_recg_result.go
- struct_media_detail_recg_results.go
- struct_media_detail_result.go
- struct_media_fp_delete_job.go
- struct_media_fp_delete_job_list.go
- struct_media_info.go
- struct_media_info_job.go
- struct_media_info_job_list.go
- struct_media_list_in_list_media.go
- struct_media_list_in_query_media_list.go
- struct_media_list_in_query_media_list_by_url.go
- struct_media_list_in_search_media.go
- struct_media_match_segment.go
- struct_media_match_segments.go
- struct_media_workflow.go
- struct_media_workflow_execution.go
- struct_media_workflow_execution_list_in_list_media_workflow_executions.go
- struct_media_workflow_execution_list_in_query_media_workflow_execution_list.go
- struct_media_workflow_list_in_query_media_workflow_list.go
- struct_media_workflow_list_in_search_media_workflow.go
- struct_merge.go
- struct_merge_list_in_list_job.go
- struct_merge_list_in_query_complex_job_list.go
- struct_merge_list_in_query_editing_job_list.go
- struct_merge_list_in_query_job_list.go
- struct_merge_list_in_submit_complex_job.go
- struct_merge_list_in_submit_editing_jobs.go
- struct_merge_list_in_submit_jobs.go
- struct_mns_message_result.go
- struct_mts_transfer_job.go
- struct_mux_config.go
- struct_network_cost.go
- struct_non_exist_analysis_job_ids.go
- struct_non_exist_file_ur_ls.go
- struct_non_exist_ids_in_list_fp_shot_db.go
- struct_non_exist_ids_in_list_fp_shot_import_job.go
- struct_non_exist_ids_in_query_annotation_job_list.go
- struct_non_exist_ids_in_query_asr_job_list.go
- struct_non_exist_ids_in_query_asr_pipeline_list.go
- struct_non_exist_ids_in_query_censor_job_list.go
- struct_non_exist_ids_in_query_censor_pipeline_list.go
- struct_non_exist_ids_in_query_cover_job_list.go
- struct_non_exist_ids_in_query_cover_pipeline_list.go
- struct_non_exist_ids_in_query_facerecog_job_list.go
- struct_non_exist_ids_in_query_fp_compare_job_list.go
- struct_non_exist_ids_in_query_fp_db_delete_job_list.go
- struct_non_exist_ids_in_query_fp_file_delete_job_list.go
- struct_non_exist_ids_in_query_fp_shot_job_list.go
- struct_non_exist_ids_in_query_i_production_job_list.go
- struct_non_exist_ids_in_query_image_search_job_list.go
- struct_non_exist_ids_in_query_mc_job_list.go
- struct_non_exist_ids_in_query_media_censor_job_list.go
- struct_non_exist_ids_in_query_media_detail_job_list.go
- struct_non_exist_ids_in_query_media_fp_delete_job_list.go
- struct_non_exist_ids_in_query_porn_job_list.go
- struct_non_exist_ids_in_query_porn_pipeline_list.go
- struct_non_exist_ids_in_query_tag_job_list.go
- struct_non_exist_ids_in_query_terrorism_job_list.go
- struct_non_exist_ids_in_query_terrorism_pipeline_list.go
- struct_non_exist_ids_in_query_video_gif_job_list.go
- struct_non_exist_ids_in_query_video_split_job_list.go
- struct_non_exist_ids_in_query_video_summary_job_list.go
- struct_non_exist_job_ids_in_delete_mcu_job.go
- struct_non_exist_job_ids_in_query_complex_job_list.go
- struct_non_exist_job_ids_in_query_editing_job_list.go
- struct_non_exist_job_ids_in_query_job_list.go
- struct_non_exist_job_ids_in_query_mcu_job.go
- struct_non_exist_job_ids_in_query_smarttag_job_list.go
- struct_non_exist_job_ids_in_query_subtitle_job_list.go
- struct_non_exist_job_ids_in_query_video_pose_job_list.go
- struct_non_exist_media_ids.go
- struct_non_exist_media_info_job_ids.go
- struct_non_exist_media_workflow_ids.go
- struct_non_exist_pids.go
- struct_non_exist_primary_keys.go
- struct_non_exist_run_ids.go
- struct_non_exist_snapshot_job_ids.go
- struct_non_exist_tids_in_query_mc_template_list.go
- struct_non_exist_tids_in_query_template_list.go
- struct_non_exist_wids.go
- struct_not_found_cdn_domain.go
- struct_notify_config.go
- struct_ocr.go
- struct_ocr_result.go
- struct_opening.go
- struct_opening_list_in_list_job.go
- struct_opening_list_in_query_job_list.go
- struct_opening_list_in_submit_jobs.go
- struct_out_subtitle.go
- struct_out_subtitle_file.go
- struct_out_subtitle_list_in_list_job.go
- struct_out_subtitle_list_in_query_job_list.go
- struct_out_subtitle_list_in_submit_jobs.go
- struct_output.go
- struct_output_config.go
- struct_output_file.go
- struct_page_info.go
- struct_person.go
- struct_persons.go
- struct_pipeline.go
- struct_pipeline_in_add_cover_pipeline.go
- struct_pipeline_in_list_asr_pipeline.go
- struct_pipeline_in_list_censor_pipeline.go
- struct_pipeline_in_list_cover_pipeline.go
- struct_pipeline_in_list_porn_pipeline.go
- struct_pipeline_in_list_terrorism_pipeline.go
- struct_pipeline_in_query_asr_pipeline_list.go
- struct_pipeline_in_query_censor_pipeline_list.go
- struct_pipeline_in_query_cover_pipeline_list.go
- struct_pipeline_in_query_porn_pipeline_list.go
- struct_pipeline_in_query_terrorism_pipeline_list.go
- struct_pipeline_list_in_list_asr_pipeline.go
- struct_pipeline_list_in_list_censor_pipeline.go
- struct_pipeline_list_in_list_cover_pipeline.go
- struct_pipeline_list_in_list_porn_pipeline.go
- struct_pipeline_list_in_list_terrorism_pipeline.go
- struct_pipeline_list_in_query_asr_pipeline_list.go
- struct_pipeline_list_in_query_censor_pipeline_list.go
- struct_pipeline_list_in_query_cover_pipeline_list.go
- struct_pipeline_list_in_query_pipeline_list.go
- struct_pipeline_list_in_query_porn_pipeline_list.go
- struct_pipeline_list_in_query_terrorism_pipeline_list.go
- struct_pipeline_list_in_search_pipeline.go
- struct_play.go
- struct_play_info.go
- struct_play_info_list.go
- struct_play_list_in_query_media_list.go
- struct_play_list_in_query_media_list_by_url.go
- struct_politician.go
- struct_politicians.go
- struct_politics_audio.go
- struct_politics_audios_.go
- struct_politics_image.go
- struct_politics_images.go
- struct_politics_ocr.go
- struct_politics_ocrs.go
- struct_politics_result.go
- struct_politics_text.go
- struct_politics_texts.go
- struct_politics_video.go
- struct_politics_videos.go
- struct_porn_audio.go
- struct_porn_audios_.go
- struct_porn_config.go
- struct_porn_counter_list_in_query_censor_job_list.go
- struct_porn_counter_list_in_query_porn_job_list.go
- struct_porn_image.go
- struct_porn_images.go
- struct_porn_job.go
- struct_porn_job_list.go
- struct_porn_ocr.go
- struct_porn_ocrs.go
- struct_porn_result.go
- struct_porn_text.go
- struct_porn_texts.go
- struct_porn_top_list_in_query_censor_job_list.go
- struct_porn_top_list_in_query_porn_job_list.go
- struct_porn_video.go
- struct_porn_videos.go
- struct_properties.go
- struct_properties_control.go
- struct_qrcode_image.go
- struct_qrcode_images.go
- struct_qrcode_result.go
- struct_qrcode_video.go
- struct_qrcode_videos.go
- struct_quality_control.go
- struct_query_file.go
- struct_query_media_frames.go
- struct_query_media_info.go
- struct_ratio_refer.go
- struct_registered_personage.go
- struct_registered_personages.go
- struct_resource_package_info.go
- struct_resource_package_infos.go
- struct_result.go
- struct_result_in_im_audit.go
- struct_result_in_query_media_censor_job_detail.go
- struct_result_in_query_media_censor_job_list.go
- struct_result_item.go
- struct_results_in_im_audit.go
- struct_results_in_query_media_censor_job_detail.go
- struct_results_in_query_media_censor_job_list.go
- struct_results_in_query_smarttag_job.go
- struct_run_id_list_in_add_media.go
- struct_run_id_list_in_list_media.go
- struct_run_id_list_in_query_media_list.go
- struct_run_id_list_in_query_media_list_by_url.go
- struct_run_id_list_in_search_media.go
- struct_run_id_list_in_update_media.go
- struct_segment.go
- struct_sensitive.go
- struct_sensitives.go
- struct_smarttag_job.go
- struct_smarttag_jobs.go
- struct_snapshot.go
- struct_snapshot_config.go
- struct_snapshot_job.go
- struct_snapshot_job_list.go
- struct_snapshot_list_in_query_media_list.go
- struct_snapshot_list_in_query_media_list_by_url.go
- struct_source_logo.go
- struct_source_logos.go
- struct_spam_audio.go
- struct_spam_audios_.go
- struct_spam_ocr.go
- struct_spam_ocrs.go
- struct_spam_result.go
- struct_spam_text.go
- struct_spam_texts.go
- struct_streams.go
- struct_sub_task.go
- struct_sub_task_info.go
- struct_subtitle.go
- struct_subtitle_config.go
- struct_subtitle_job.go
- struct_subtitle_list_in_list_job.go
- struct_subtitle_list_in_query_complex_job_list.go
- struct_subtitle_list_in_query_editing_job_list.go
- struct_subtitle_list_in_query_job_list.go
- struct_subtitle_list_in_submit_complex_job.go
- struct_subtitle_list_in_submit_editing_jobs.go
- struct_subtitle_list_in_submit_jobs.go
- struct_subtitle_stream.go
- struct_subtitle_stream_list_in_list_job.go
- struct_subtitle_stream_list_in_query_complex_job_list.go
- struct_subtitle_stream_list_in_query_editing_job_list.go
- struct_subtitle_stream_list_in_query_job_list.go
- struct_subtitle_stream_list_in_query_media_info_job_list.go
- struct_subtitle_stream_list_in_query_media_list.go
- struct_subtitle_stream_list_in_query_media_list_by_url.go
- struct_subtitle_stream_list_in_query_video_pose_job_list.go
- struct_subtitle_stream_list_in_submit_complex_job.go
- struct_subtitle_stream_list_in_submit_editing_jobs.go
- struct_subtitle_stream_list_in_submit_jobs.go
- struct_subtitle_stream_list_in_submit_media_info_job.go
- struct_subtitle_stream_list_in_submit_video_pose_job.go
- struct_sucess_domains.go
- struct_summary.go
- struct_summary_list_in_query_media_list.go
- struct_summary_list_in_query_media_list_by_url.go
- struct_super_reso.go
- struct_switch.go
- struct_switch_list.go
- struct_tag.go
- struct_tag_an_result.go
- struct_tag_an_results.go
- struct_tag_face.go
- struct_tag_faces.go
- struct_tag_fr_result.go
- struct_tag_fr_results.go
- struct_tag_job.go
- struct_tag_job_list.go
- struct_tag_result.go
- struct_tags_in_add_media.go
- struct_tags_in_list_media.go
- struct_tags_in_query_media_detail_job_list.go
- struct_tags_in_query_media_list.go
- struct_tags_in_query_media_list_by_url.go
- struct_tags_in_search_media.go
- struct_tags_in_update_media.go
- struct_tail_slate.go
- struct_tail_slate_list_in_list_job.go
- struct_tail_slate_list_in_query_job_list.go
- struct_tail_slate_list_in_submit_jobs.go
- struct_template.go
- struct_template_list_in_query_analysis_job_list.go
- struct_template_list_in_query_mc_template_list.go
- struct_template_list_in_query_template_list.go
- struct_template_list_in_search_template.go
- struct_template_list_in_submit_analysis_job.go
- struct_templates_in_query_mcu_template.go
- struct_templates_in_query_smarttag_template_list.go
- struct_terrorism_audio.go
- struct_terrorism_audios_.go
- struct_terrorism_config.go
- struct_terrorism_counter_list_in_query_censor_job_list.go
- struct_terrorism_counter_list_in_query_terrorism_job_list.go
- struct_terrorism_image.go
- struct_terrorism_images.go
- struct_terrorism_job.go
- struct_terrorism_job_list.go
- struct_terrorism_ocr.go
- struct_terrorism_ocrs.go
- struct_terrorism_result.go
- struct_terrorism_text.go
- struct_terrorism_texts.go
- struct_terrorism_top_list_in_query_censor_job_list.go
- struct_terrorism_top_list_in_query_terrorism_job_list.go
- struct_terrorism_video.go
- struct_terrorism_videos.go
- struct_text_fp_shot.go
- struct_text_fp_shot_slice.go
- struct_text_fp_shot_slices.go
- struct_text_fp_shots.go
- struct_text_results.go
- struct_tile_out.go
- struct_tile_output_file.go
- struct_time_span.go
- struct_timeline.go
- struct_timeline_config.go
- struct_timeline_config_audio.go
- struct_timeline_config_video.go
- struct_title_censor_result.go
- struct_top.go
- struct_track.go
- struct_track_list_in_query_complex_job_list.go
- struct_track_list_in_query_editing_job_list.go
- struct_track_list_in_submit_complex_job.go
- struct_track_list_in_submit_editing_jobs.go
- struct_trans_config.go
- struct_transcode_output.go
- struct_ts.go
- struct_vensor_censor_result.go
- struct_video.go
- struct_video_annotation_result.go
- struct_video_censor_config.go
- struct_video_facerecog_result.go
- struct_video_file.go
- struct_video_gif_result.go
- struct_video_pose_job.go
- struct_video_split.go
- struct_video_split_list.go
- struct_video_split_result.go
- struct_video_stream.go
- struct_video_stream_list_in_list_job.go
- struct_video_stream_list_in_query_complex_job_list.go
- struct_video_stream_list_in_query_editing_job_list.go
- struct_video_stream_list_in_query_job_list.go
- struct_video_stream_list_in_query_media_info_job_list.go
- struct_video_stream_list_in_query_media_list.go
- struct_video_stream_list_in_query_media_list_by_url.go
- struct_video_stream_list_in_query_video_pose_job_list.go
- struct_video_stream_list_in_submit_complex_job.go
- struct_video_stream_list_in_submit_editing_jobs.go
- struct_video_stream_list_in_submit_jobs.go
- struct_video_stream_list_in_submit_media_info_job.go
- struct_video_stream_list_in_submit_video_pose_job.go
- struct_video_summary.go
- struct_video_summary_list.go
- struct_video_summary_result.go
- struct_video_tag_result.go
- struct_video_timeline.go
- struct_video_timelines_in_query_media_censor_job_detail.go
- struct_video_timelines_in_query_media_censor_job_list.go
- struct_volume.go
- struct_water_mark.go
- struct_water_mark_list_in_list_job.go
- struct_water_mark_list_in_query_complex_job_list.go
- struct_water_mark_list_in_query_editing_job_list.go
- struct_water_mark_list_in_query_job_list.go
- struct_water_mark_list_in_submit_complex_job.go
- struct_water_mark_list_in_submit_editing_jobs.go
- struct_water_mark_list_in_submit_jobs.go
- struct_water_mark_template.go
- struct_water_mark_template_list_in_query_water_mark_template_list.go
- struct_water_mark_template_list_in_search_water_mark_template.go
- struct_webp.go
- submit_analysis_job.go
- submit_annotation_job.go
- submit_asr_job.go
- submit_beautify_jobs.go
- submit_complex_job.go
- submit_cover_job.go
- submit_editing_jobs.go
- submit_facerecog_job.go
- submit_fp_compare_job.go
- submit_fp_db_delete_job.go
- submit_fp_file_delete_job.go
- submit_fp_shot_job.go
- submit_i_production_job.go
- submit_image_quality_job.go
- submit_image_search_job.go
- submit_inference_job.go
- submit_inner_job.go
- submit_jobs.go
- submit_mc_job.go
- submit_mcu_job.go
- submit_media_censor_job.go
- submit_media_detail_job.go
- submit_media_fp_delete_job.go
- submit_media_info_job.go
- submit_oss_file_copy_job.go
- submit_porn_job.go
- submit_smarttag_job.go
- submit_snapshot_job.go
- submit_subtitle_job.go
- submit_tag_job.go
- submit_terrorism_job.go
- submit_url_upload_job.go
- submit_video_gif_job.go
- submit_video_pose_job.go
- submit_video_quality_job.go
- submit_video_split_job.go
- submit_video_summary_job.go
- tag_custom_person.go
- unbind_input_bucket.go
- unbind_output_bucket.go
- unregister_custom_face.go
- update_asr_pipeline.go
- update_category_name.go
- update_censor_pipeline.go
- update_cover_pipeline.go
- update_mc_template.go
- update_mcu_template.go
- update_media.go
- update_media_category.go
- update_media_cover.go
- update_media_publish_state.go
- update_media_workflow.go
- update_media_workflow_trigger_mode.go
- update_pipeline.go
- update_porn_pipeline.go
- update_smarttag_template.go
- update_template.go
- update_terrorism_pipeline.go
- update_water_mark_template.go