1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getMpsSchedules
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getMpsSchedules

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of mps schedules

    Example Usage

    Query the enabled schedules.

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const schedules = tencentcloud.getMpsSchedules({
        status: "Enabled",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    schedules = tencentcloud.get_mps_schedules(status="Enabled")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.GetMpsSchedules(ctx, &tencentcloud.GetMpsSchedulesArgs{
    			Status: pulumi.StringRef("Enabled"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var schedules = Tencentcloud.GetMpsSchedules.Invoke(new()
        {
            Status = "Enabled",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetMpsSchedulesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var schedules = TencentcloudFunctions.getMpsSchedules(GetMpsSchedulesArgs.builder()
                .status("Enabled")
                .build());
    
        }
    }
    
    variables:
      schedules:
        fn::invoke:
          function: tencentcloud:getMpsSchedules
          arguments:
            status: Enabled
    

    Using getMpsSchedules

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getMpsSchedules(args: GetMpsSchedulesArgs, opts?: InvokeOptions): Promise<GetMpsSchedulesResult>
    function getMpsSchedulesOutput(args: GetMpsSchedulesOutputArgs, opts?: InvokeOptions): Output<GetMpsSchedulesResult>
    def get_mps_schedules(id: Optional[str] = None,
                          result_output_file: Optional[str] = None,
                          schedule_ids: Optional[Sequence[float]] = None,
                          status: Optional[str] = None,
                          trigger_type: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetMpsSchedulesResult
    def get_mps_schedules_output(id: Optional[pulumi.Input[str]] = None,
                          result_output_file: Optional[pulumi.Input[str]] = None,
                          schedule_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                          status: Optional[pulumi.Input[str]] = None,
                          trigger_type: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetMpsSchedulesResult]
    func GetMpsSchedules(ctx *Context, args *GetMpsSchedulesArgs, opts ...InvokeOption) (*GetMpsSchedulesResult, error)
    func GetMpsSchedulesOutput(ctx *Context, args *GetMpsSchedulesOutputArgs, opts ...InvokeOption) GetMpsSchedulesResultOutput

    > Note: This function is named GetMpsSchedules in the Go SDK.

    public static class GetMpsSchedules 
    {
        public static Task<GetMpsSchedulesResult> InvokeAsync(GetMpsSchedulesArgs args, InvokeOptions? opts = null)
        public static Output<GetMpsSchedulesResult> Invoke(GetMpsSchedulesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMpsSchedulesResult> getMpsSchedules(GetMpsSchedulesArgs args, InvokeOptions options)
    public static Output<GetMpsSchedulesResult> getMpsSchedules(GetMpsSchedulesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getMpsSchedules:getMpsSchedules
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    ResultOutputFile string
    Used to save results.
    ScheduleIds List<double>
    The IDs of the schemes to query. Array length limit: 100.
    Status string
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    TriggerType string
    The trigger type. Valid values:CosFileUpload: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
    Id string
    ResultOutputFile string
    Used to save results.
    ScheduleIds []float64
    The IDs of the schemes to query. Array length limit: 100.
    Status string
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    TriggerType string
    The trigger type. Valid values:CosFileUpload: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
    id String
    resultOutputFile String
    Used to save results.
    scheduleIds List<Double>
    The IDs of the schemes to query. Array length limit: 100.
    status String
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    triggerType String
    The trigger type. Valid values:CosFileUpload: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
    id string
    resultOutputFile string
    Used to save results.
    scheduleIds number[]
    The IDs of the schemes to query. Array length limit: 100.
    status string
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    triggerType string
    The trigger type. Valid values:CosFileUpload: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
    id str
    result_output_file str
    Used to save results.
    schedule_ids Sequence[float]
    The IDs of the schemes to query. Array length limit: 100.
    status str
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    trigger_type str
    The trigger type. Valid values:CosFileUpload: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
    id String
    resultOutputFile String
    Used to save results.
    scheduleIds List<Number>
    The IDs of the schemes to query. Array length limit: 100.
    status String
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    triggerType String
    The trigger type. Valid values:CosFileUpload: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.

    getMpsSchedules Result

    The following output properties are available:

    Id string
    ScheduleInfoSets List<GetMpsSchedulesScheduleInfoSet>
    The information of the schemes.
    ResultOutputFile string
    ScheduleIds List<double>
    Status string
    The scheme status. Valid values:Enabled``DisabledNote: This field may return null, indicating that no valid values can be obtained.
    TriggerType string
    Id string
    ScheduleInfoSets []GetMpsSchedulesScheduleInfoSet
    The information of the schemes.
    ResultOutputFile string
    ScheduleIds []float64
    Status string
    The scheme status. Valid values:Enabled``DisabledNote: This field may return null, indicating that no valid values can be obtained.
    TriggerType string
    id String
    scheduleInfoSets List<GetMpsSchedulesScheduleInfoSet>
    The information of the schemes.
    resultOutputFile String
    scheduleIds List<Double>
    status String
    The scheme status. Valid values:Enabled``DisabledNote: This field may return null, indicating that no valid values can be obtained.
    triggerType String
    id string
    scheduleInfoSets GetMpsSchedulesScheduleInfoSet[]
    The information of the schemes.
    resultOutputFile string
    scheduleIds number[]
    status string
    The scheme status. Valid values:Enabled``DisabledNote: This field may return null, indicating that no valid values can be obtained.
    triggerType string
    id str
    schedule_info_sets Sequence[GetMpsSchedulesScheduleInfoSet]
    The information of the schemes.
    result_output_file str
    schedule_ids Sequence[float]
    status str
    The scheme status. Valid values:Enabled``DisabledNote: This field may return null, indicating that no valid values can be obtained.
    trigger_type str
    id String
    scheduleInfoSets List<Property Map>
    The information of the schemes.
    resultOutputFile String
    scheduleIds List<Number>
    status String
    The scheme status. Valid values:Enabled``DisabledNote: This field may return null, indicating that no valid values can be obtained.
    triggerType String

    Supporting Types

    GetMpsSchedulesScheduleInfoSet

    Activities List<GetMpsSchedulesScheduleInfoSetActivity>
    The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    CreateTime string
    The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    OutputDir string
    The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    OutputStorages List<GetMpsSchedulesScheduleInfoSetOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    ResourceId string
    The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
    ScheduleId double
    The scheme ID.
    ScheduleName string
    The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
    Status string
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    TaskNotifyConfigs List<GetMpsSchedulesScheduleInfoSetTaskNotifyConfig>
    The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
    Triggers List<GetMpsSchedulesScheduleInfoSetTrigger>
    The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    UpdateTime string
    The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    Activities []GetMpsSchedulesScheduleInfoSetActivity
    The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    CreateTime string
    The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    OutputDir string
    The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    OutputStorages []GetMpsSchedulesScheduleInfoSetOutputStorage
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    ResourceId string
    The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
    ScheduleId float64
    The scheme ID.
    ScheduleName string
    The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
    Status string
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    TaskNotifyConfigs []GetMpsSchedulesScheduleInfoSetTaskNotifyConfig
    The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
    Triggers []GetMpsSchedulesScheduleInfoSetTrigger
    The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    UpdateTime string
    The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    activities List<GetMpsSchedulesScheduleInfoSetActivity>
    The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    createTime String
    The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    outputDir String
    The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    outputStorages List<GetMpsSchedulesScheduleInfoSetOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    resourceId String
    The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
    scheduleId Double
    The scheme ID.
    scheduleName String
    The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
    status String
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    taskNotifyConfigs List<GetMpsSchedulesScheduleInfoSetTaskNotifyConfig>
    The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
    triggers List<GetMpsSchedulesScheduleInfoSetTrigger>
    The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    updateTime String
    The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    activities GetMpsSchedulesScheduleInfoSetActivity[]
    The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    createTime string
    The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    outputDir string
    The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    outputStorages GetMpsSchedulesScheduleInfoSetOutputStorage[]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    resourceId string
    The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
    scheduleId number
    The scheme ID.
    scheduleName string
    The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
    status string
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    taskNotifyConfigs GetMpsSchedulesScheduleInfoSetTaskNotifyConfig[]
    The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
    triggers GetMpsSchedulesScheduleInfoSetTrigger[]
    The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    updateTime string
    The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    activities Sequence[GetMpsSchedulesScheduleInfoSetActivity]
    The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    create_time str
    The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    output_dir str
    The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    output_storages Sequence[GetMpsSchedulesScheduleInfoSetOutputStorage]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    resource_id str
    The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
    schedule_id float
    The scheme ID.
    schedule_name str
    The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
    status str
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    task_notify_configs Sequence[GetMpsSchedulesScheduleInfoSetTaskNotifyConfig]
    The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
    triggers Sequence[GetMpsSchedulesScheduleInfoSetTrigger]
    The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    update_time str
    The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    activities List<Property Map>
    The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    createTime String
    The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
    outputDir String
    The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    outputStorages List<Property Map>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    resourceId String
    The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
    scheduleId Number
    The scheme ID.
    scheduleName String
    The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
    status String
    The scheme status. Valid values:Enabled, Disabled. If you do not specify this parameter, all schemes will be returned regardless of the status.
    taskNotifyConfigs List<Property Map>
    The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
    triggers List<Property Map>
    The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
    updateTime String
    The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivity

    ActivityParas List<GetMpsSchedulesScheduleInfoSetActivityActivityPara>
    The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
    ActivityType string
    The subtask type.input: The start.output: The end.action-trans: Transcoding.action-samplesnapshot: Sampled screencapturing.action-AIAnalysis: Content analysis.action-AIRecognition: Content recognition.action-aiReview: Content moderation.action-animated-graphics: Animated screenshot generation.action-image-sprite: Image sprite generation.action-snapshotByTimeOffset: Time point screencapturing.action-adaptive-substream: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained.
    ReardriveIndices List<double>
    The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
    ActivityParas []GetMpsSchedulesScheduleInfoSetActivityActivityPara
    The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
    ActivityType string
    The subtask type.input: The start.output: The end.action-trans: Transcoding.action-samplesnapshot: Sampled screencapturing.action-AIAnalysis: Content analysis.action-AIRecognition: Content recognition.action-aiReview: Content moderation.action-animated-graphics: Animated screenshot generation.action-image-sprite: Image sprite generation.action-snapshotByTimeOffset: Time point screencapturing.action-adaptive-substream: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained.
    ReardriveIndices []float64
    The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
    activityParas List<GetMpsSchedulesScheduleInfoSetActivityActivityPara>
    The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
    activityType String
    The subtask type.input: The start.output: The end.action-trans: Transcoding.action-samplesnapshot: Sampled screencapturing.action-AIAnalysis: Content analysis.action-AIRecognition: Content recognition.action-aiReview: Content moderation.action-animated-graphics: Animated screenshot generation.action-image-sprite: Image sprite generation.action-snapshotByTimeOffset: Time point screencapturing.action-adaptive-substream: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained.
    reardriveIndices List<Double>
    The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
    activityParas GetMpsSchedulesScheduleInfoSetActivityActivityPara[]
    The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
    activityType string
    The subtask type.input: The start.output: The end.action-trans: Transcoding.action-samplesnapshot: Sampled screencapturing.action-AIAnalysis: Content analysis.action-AIRecognition: Content recognition.action-aiReview: Content moderation.action-animated-graphics: Animated screenshot generation.action-image-sprite: Image sprite generation.action-snapshotByTimeOffset: Time point screencapturing.action-adaptive-substream: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained.
    reardriveIndices number[]
    The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
    activity_paras Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityPara]
    The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
    activity_type str
    The subtask type.input: The start.output: The end.action-trans: Transcoding.action-samplesnapshot: Sampled screencapturing.action-AIAnalysis: Content analysis.action-AIRecognition: Content recognition.action-aiReview: Content moderation.action-animated-graphics: Animated screenshot generation.action-image-sprite: Image sprite generation.action-snapshotByTimeOffset: Time point screencapturing.action-adaptive-substream: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained.
    reardrive_indices Sequence[float]
    The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
    activityParas List<Property Map>
    The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
    activityType String
    The subtask type.input: The start.output: The end.action-trans: Transcoding.action-samplesnapshot: Sampled screencapturing.action-AIAnalysis: Content analysis.action-AIRecognition: Content recognition.action-aiReview: Content moderation.action-animated-graphics: Animated screenshot generation.action-image-sprite: Image sprite generation.action-snapshotByTimeOffset: Time point screencapturing.action-adaptive-substream: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained.
    reardriveIndices List<Number>
    The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityPara

    AdaptiveDynamicStreamingTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTask>
    An adaptive bitrate streaming task.
    AiAnalysisTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAiAnalysisTask>
    A content analysis task.
    AiContentReviewTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAiContentReviewTask>
    A content moderation task.
    AiRecognitionTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAiRecognitionTask>
    A content recognition task.
    AnimatedGraphicTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTask>
    An animated screenshot generation task.
    ImageSpriteTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTask>
    An image sprite generation task.
    SampleSnapshotTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTask>
    A sampled screencapturing task.
    SnapshotByTimeOffsetTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTask>
    A time point screencapturing task.
    TranscodeTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTask>
    A transcoding task.
    AdaptiveDynamicStreamingTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTask
    An adaptive bitrate streaming task.
    AiAnalysisTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaAiAnalysisTask
    A content analysis task.
    AiContentReviewTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaAiContentReviewTask
    A content moderation task.
    AiRecognitionTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaAiRecognitionTask
    A content recognition task.
    AnimatedGraphicTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTask
    An animated screenshot generation task.
    ImageSpriteTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTask
    An image sprite generation task.
    SampleSnapshotTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTask
    A sampled screencapturing task.
    SnapshotByTimeOffsetTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTask
    A time point screencapturing task.
    TranscodeTasks []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTask
    A transcoding task.
    adaptiveDynamicStreamingTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTask>
    An adaptive bitrate streaming task.
    aiAnalysisTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAiAnalysisTask>
    A content analysis task.
    aiContentReviewTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAiContentReviewTask>
    A content moderation task.
    aiRecognitionTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAiRecognitionTask>
    A content recognition task.
    animatedGraphicTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTask>
    An animated screenshot generation task.
    imageSpriteTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTask>
    An image sprite generation task.
    sampleSnapshotTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTask>
    A sampled screencapturing task.
    snapshotByTimeOffsetTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTask>
    A time point screencapturing task.
    transcodeTasks List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTask>
    A transcoding task.
    adaptiveDynamicStreamingTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTask[]
    An adaptive bitrate streaming task.
    aiAnalysisTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaAiAnalysisTask[]
    A content analysis task.
    aiContentReviewTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaAiContentReviewTask[]
    A content moderation task.
    aiRecognitionTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaAiRecognitionTask[]
    A content recognition task.
    animatedGraphicTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTask[]
    An animated screenshot generation task.
    imageSpriteTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTask[]
    An image sprite generation task.
    sampleSnapshotTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTask[]
    A sampled screencapturing task.
    snapshotByTimeOffsetTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTask[]
    A time point screencapturing task.
    transcodeTasks GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTask[]
    A transcoding task.
    adaptive_dynamic_streaming_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTask]
    An adaptive bitrate streaming task.
    ai_analysis_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAiAnalysisTask]
    A content analysis task.
    ai_content_review_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAiContentReviewTask]
    A content moderation task.
    ai_recognition_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAiRecognitionTask]
    A content recognition task.
    animated_graphic_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTask]
    An animated screenshot generation task.
    image_sprite_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTask]
    An image sprite generation task.
    sample_snapshot_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTask]
    A sampled screencapturing task.
    snapshot_by_time_offset_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTask]
    A time point screencapturing task.
    transcode_tasks Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTask]
    A transcoding task.
    adaptiveDynamicStreamingTasks List<Property Map>
    An adaptive bitrate streaming task.
    aiAnalysisTasks List<Property Map>
    A content analysis task.
    aiContentReviewTasks List<Property Map>
    A content moderation task.
    aiRecognitionTasks List<Property Map>
    A content recognition task.
    animatedGraphicTasks List<Property Map>
    An animated screenshot generation task.
    imageSpriteTasks List<Property Map>
    An image sprite generation task.
    sampleSnapshotTasks List<Property Map>
    A sampled screencapturing task.
    snapshotByTimeOffsetTasks List<Property Map>
    A time point screencapturing task.
    transcodeTasks List<Property Map>
    A transcoding task.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTask

    AddOnSubtitles List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitle>
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    Definition double
    ID of a watermarking template.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    SegmentObjectName string
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    SubStreamObjectName string
    The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}.
    WatermarkSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSet>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    AddOnSubtitles []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitle
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    Definition float64
    ID of a watermarking template.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorage
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    SegmentObjectName string
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    SubStreamObjectName string
    The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}.
    WatermarkSets []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSet
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    addOnSubtitles List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitle>
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    definition Double
    ID of a watermarking template.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    segmentObjectName String
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    subStreamObjectName String
    The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}.
    watermarkSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSet>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    addOnSubtitles GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitle[]
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    definition number
    ID of a watermarking template.
    outputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorage[]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    segmentObjectName string
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    subStreamObjectName string
    The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}.
    watermarkSets GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSet[]
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    add_on_subtitles Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitle]
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    definition float
    ID of a watermarking template.
    output_object_path str
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorage]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    segment_object_name str
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    sub_stream_object_name str
    The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}.
    watermark_sets Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSet]
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    addOnSubtitles List<Property Map>
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    definition Number
    ID of a watermarking template.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<Property Map>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    segmentObjectName String
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    subStreamObjectName String
    The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: {inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}.
    watermarkSets List<Property Map>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitle

    Subtitles List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitle>
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    Subtitles []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitle
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    subtitles List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitle>
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    subtitles GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitle[]
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    subtitles Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitle]
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    subtitles List<Property Map>
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitle

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorage

    CosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    CosOutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageCosOutputStorage
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageS3OutputStorage
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageCosOutputStorage[]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageS3OutputStorage[]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cos_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageCosOutputStorage]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageS3OutputStorage]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<Property Map>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<Property Map>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageCosOutputStorage

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageS3OutputStorage

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSet

    Definition double
    ID of a watermarking template.
    EndTimeOffset double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    RawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    StartTimeOffset double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    SvgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    TextContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    Definition float64
    ID of a watermarking template.
    EndTimeOffset float64
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    RawParameters []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameter
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    StartTimeOffset float64
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    SvgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    TextContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition Double
    ID of a watermarking template.
    endTimeOffset Double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset Double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent String
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent String
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition number
    ID of a watermarking template.
    endTimeOffset number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameter[]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition float
    ID of a watermarking template.
    end_time_offset float
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    raw_parameters Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameter]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    start_time_offset float
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svg_content str
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    text_content str
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition Number
    ID of a watermarking template.
    endTimeOffset Number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters List<Property Map>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset Number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent String
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent String
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameter

    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    ImageTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplate>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    ImageTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplate
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplate>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplate[]
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinate_origin str
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    image_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplate]
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    x_pos str
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    y_pos str
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates List<Property Map>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplate

    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ImageContents List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContent>
    Input content of watermark image. JPEG and PNG images are supported.
    RepeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ImageContents []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContent
    Input content of watermark image. JPEG and PNG images are supported.
    RepeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContent>
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType String
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContent[]
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height str
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    image_contents Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContent]
    Input content of watermark image. JPEG and PNG images are supported.
    repeat_type str
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width str
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents List<Property Map>
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType String
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContent

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAiAnalysisTask

    Definition double
    ID of a watermarking template.
    ExtendedParameter string
    An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
    Definition float64
    ID of a watermarking template.
    ExtendedParameter string
    An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
    definition Double
    ID of a watermarking template.
    extendedParameter String
    An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
    definition number
    ID of a watermarking template.
    extendedParameter string
    An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
    definition float
    ID of a watermarking template.
    extended_parameter str
    An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
    definition Number
    ID of a watermarking template.
    extendedParameter String
    An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAiContentReviewTask

    Definition double
    ID of a watermarking template.
    Definition float64
    ID of a watermarking template.
    definition Double
    ID of a watermarking template.
    definition number
    ID of a watermarking template.
    definition float
    ID of a watermarking template.
    definition Number
    ID of a watermarking template.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAiRecognitionTask

    Definition double
    ID of a watermarking template.
    Definition float64
    ID of a watermarking template.
    definition Double
    ID of a watermarking template.
    definition number
    ID of a watermarking template.
    definition float
    ID of a watermarking template.
    definition Number
    ID of a watermarking template.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTask

    Definition double
    ID of a watermarking template.
    EndTimeOffset double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    StartTimeOffset double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    Definition float64
    ID of a watermarking template.
    EndTimeOffset float64
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorage
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    StartTimeOffset float64
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    definition Double
    ID of a watermarking template.
    endTimeOffset Double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    startTimeOffset Double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    definition number
    ID of a watermarking template.
    endTimeOffset number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    outputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorage[]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    startTimeOffset number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    definition float
    ID of a watermarking template.
    end_time_offset float
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    output_object_path str
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorage]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    start_time_offset float
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    definition Number
    ID of a watermarking template.
    endTimeOffset Number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<Property Map>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    startTimeOffset Number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorage

    CosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    CosOutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageCosOutputStorage
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageS3OutputStorage
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageCosOutputStorage[]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageS3OutputStorage[]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cos_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageCosOutputStorage]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageS3OutputStorage]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<Property Map>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<Property Map>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageCosOutputStorage

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageS3OutputStorage

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTask

    Definition double
    ID of a watermarking template.
    ObjectNumberFormats List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskObjectNumberFormat>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    WebVttObjectName string
    Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_imageSprite_{definition}.{format}.
    Definition float64
    ID of a watermarking template.
    ObjectNumberFormats []GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskObjectNumberFormat
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorage
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    WebVttObjectName string
    Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_imageSprite_{definition}.{format}.
    definition Double
    ID of a watermarking template.
    objectNumberFormats List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskObjectNumberFormat>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    webVttObjectName String
    Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_imageSprite_{definition}.{format}.
    definition number
    ID of a watermarking template.
    objectNumberFormats GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskObjectNumberFormat[]
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorage[]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    webVttObjectName string
    Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_imageSprite_{definition}.{format}.
    definition float
    ID of a watermarking template.
    object_number_formats Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskObjectNumberFormat]
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    output_object_path str
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorage]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    web_vtt_object_name str
    Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_imageSprite_{definition}.{format}.
    definition Number
    ID of a watermarking template.
    objectNumberFormats List<Property Map>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<Property Map>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    webVttObjectName String
    Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_imageSprite_{definition}.{format}.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskObjectNumberFormat

    Increment double
    Increment of the {number} variable. Default value: 1.
    InitialValue double
    Start value of the {number} variable. Default value: 0.
    MinLength double
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    PlaceHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    Increment float64
    Increment of the {number} variable. Default value: 1.
    InitialValue float64
    Start value of the {number} variable. Default value: 0.
    MinLength float64
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    PlaceHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment Double
    Increment of the {number} variable. Default value: 1.
    initialValue Double
    Start value of the {number} variable. Default value: 0.
    minLength Double
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder String
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment number
    Increment of the {number} variable. Default value: 1.
    initialValue number
    Start value of the {number} variable. Default value: 0.
    minLength number
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment float
    Increment of the {number} variable. Default value: 1.
    initial_value float
    Start value of the {number} variable. Default value: 0.
    min_length float
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    place_holder str
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment Number
    Increment of the {number} variable. Default value: 1.
    initialValue Number
    Start value of the {number} variable. Default value: 0.
    minLength Number
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder String
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorage

    CosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    CosOutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageCosOutputStorage
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageS3OutputStorage
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageCosOutputStorage[]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageS3OutputStorage[]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cos_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageCosOutputStorage]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageS3OutputStorage]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<Property Map>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<Property Map>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageCosOutputStorage

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageS3OutputStorage

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTask

    Definition double
    ID of a watermarking template.
    ObjectNumberFormats List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskObjectNumberFormat>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    WatermarkSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSet>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    Definition float64
    ID of a watermarking template.
    ObjectNumberFormats []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskObjectNumberFormat
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorage
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    WatermarkSets []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSet
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition Double
    ID of a watermarking template.
    objectNumberFormats List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskObjectNumberFormat>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    watermarkSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSet>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition number
    ID of a watermarking template.
    objectNumberFormats GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskObjectNumberFormat[]
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorage[]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    watermarkSets GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSet[]
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition float
    ID of a watermarking template.
    object_number_formats Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskObjectNumberFormat]
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    output_object_path str
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorage]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    watermark_sets Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSet]
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition Number
    ID of a watermarking template.
    objectNumberFormats List<Property Map>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<Property Map>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    watermarkSets List<Property Map>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskObjectNumberFormat

    Increment double
    Increment of the {number} variable. Default value: 1.
    InitialValue double
    Start value of the {number} variable. Default value: 0.
    MinLength double
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    PlaceHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    Increment float64
    Increment of the {number} variable. Default value: 1.
    InitialValue float64
    Start value of the {number} variable. Default value: 0.
    MinLength float64
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    PlaceHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment Double
    Increment of the {number} variable. Default value: 1.
    initialValue Double
    Start value of the {number} variable. Default value: 0.
    minLength Double
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder String
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment number
    Increment of the {number} variable. Default value: 1.
    initialValue number
    Start value of the {number} variable. Default value: 0.
    minLength number
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment float
    Increment of the {number} variable. Default value: 1.
    initial_value float
    Start value of the {number} variable. Default value: 0.
    min_length float
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    place_holder str
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment Number
    Increment of the {number} variable. Default value: 1.
    initialValue Number
    Start value of the {number} variable. Default value: 0.
    minLength Number
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder String
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorage

    CosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    CosOutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageCosOutputStorage
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageS3OutputStorage
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageCosOutputStorage[]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageS3OutputStorage[]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cos_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageCosOutputStorage]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageS3OutputStorage]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<Property Map>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<Property Map>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageCosOutputStorage

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageS3OutputStorage

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSet

    Definition double
    ID of a watermarking template.
    EndTimeOffset double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    RawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    StartTimeOffset double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    SvgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    TextContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    Definition float64
    ID of a watermarking template.
    EndTimeOffset float64
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    RawParameters []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameter
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    StartTimeOffset float64
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    SvgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    TextContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition Double
    ID of a watermarking template.
    endTimeOffset Double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset Double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent String
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent String
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition number
    ID of a watermarking template.
    endTimeOffset number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameter[]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition float
    ID of a watermarking template.
    end_time_offset float
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    raw_parameters Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameter]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    start_time_offset float
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svg_content str
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    text_content str
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition Number
    ID of a watermarking template.
    endTimeOffset Number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters List<Property Map>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset Number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent String
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent String
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameter

    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    ImageTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplate>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    ImageTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplate
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplate>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplate[]
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinate_origin str
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    image_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplate]
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    x_pos str
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    y_pos str
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates List<Property Map>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplate

    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ImageContents List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContent>
    Input content of watermark image. JPEG and PNG images are supported.
    RepeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ImageContents []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContent
    Input content of watermark image. JPEG and PNG images are supported.
    RepeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContent>
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType String
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContent[]
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height str
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    image_contents Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContent]
    Input content of watermark image. JPEG and PNG images are supported.
    repeat_type str
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width str
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents List<Property Map>
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType String
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContent

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTask

    Definition double
    ID of a watermarking template.
    ExtTimeOffsetSets List<string>
    List of screenshot time points in the format of s or %:If the string ends in s, it means that the time point is in seconds; for example, 3.5s means that the time point is the 3.5th second;If the string ends in %, it means that the time point is the specified percentage of the video duration; for example, 10% means that the time point is 10% of the video duration.
    ObjectNumberFormats List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskObjectNumberFormat>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    WatermarkSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSet>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    Definition float64
    ID of a watermarking template.
    ExtTimeOffsetSets []string
    List of screenshot time points in the format of s or %:If the string ends in s, it means that the time point is in seconds; for example, 3.5s means that the time point is the 3.5th second;If the string ends in %, it means that the time point is the specified percentage of the video duration; for example, 10% means that the time point is 10% of the video duration.
    ObjectNumberFormats []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskObjectNumberFormat
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorage
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    WatermarkSets []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSet
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition Double
    ID of a watermarking template.
    extTimeOffsetSets List<String>
    List of screenshot time points in the format of s or %:If the string ends in s, it means that the time point is in seconds; for example, 3.5s means that the time point is the 3.5th second;If the string ends in %, it means that the time point is the specified percentage of the video duration; for example, 10% means that the time point is 10% of the video duration.
    objectNumberFormats List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskObjectNumberFormat>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    watermarkSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSet>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition number
    ID of a watermarking template.
    extTimeOffsetSets string[]
    List of screenshot time points in the format of s or %:If the string ends in s, it means that the time point is in seconds; for example, 3.5s means that the time point is the 3.5th second;If the string ends in %, it means that the time point is the specified percentage of the video duration; for example, 10% means that the time point is 10% of the video duration.
    objectNumberFormats GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskObjectNumberFormat[]
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorage[]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    watermarkSets GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSet[]
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition float
    ID of a watermarking template.
    ext_time_offset_sets Sequence[str]
    List of screenshot time points in the format of s or %:If the string ends in s, it means that the time point is in seconds; for example, 3.5s means that the time point is the 3.5th second;If the string ends in %, it means that the time point is the specified percentage of the video duration; for example, 10% means that the time point is 10% of the video duration.
    object_number_formats Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskObjectNumberFormat]
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    output_object_path str
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorage]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    watermark_sets Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSet]
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition Number
    ID of a watermarking template.
    extTimeOffsetSets List<String>
    List of screenshot time points in the format of s or %:If the string ends in s, it means that the time point is in seconds; for example, 3.5s means that the time point is the 3.5th second;If the string ends in %, it means that the time point is the specified percentage of the video duration; for example, 10% means that the time point is 10% of the video duration.
    objectNumberFormats List<Property Map>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<Property Map>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    watermarkSets List<Property Map>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskObjectNumberFormat

    Increment double
    Increment of the {number} variable. Default value: 1.
    InitialValue double
    Start value of the {number} variable. Default value: 0.
    MinLength double
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    PlaceHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    Increment float64
    Increment of the {number} variable. Default value: 1.
    InitialValue float64
    Start value of the {number} variable. Default value: 0.
    MinLength float64
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    PlaceHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment Double
    Increment of the {number} variable. Default value: 1.
    initialValue Double
    Start value of the {number} variable. Default value: 0.
    minLength Double
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder String
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment number
    Increment of the {number} variable. Default value: 1.
    initialValue number
    Start value of the {number} variable. Default value: 0.
    minLength number
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment float
    Increment of the {number} variable. Default value: 1.
    initial_value float
    Start value of the {number} variable. Default value: 0.
    min_length float
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    place_holder str
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment Number
    Increment of the {number} variable. Default value: 1.
    initialValue Number
    Start value of the {number} variable. Default value: 0.
    minLength Number
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder String
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorage

    CosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    CosOutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageCosOutputStorage
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageS3OutputStorage
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageCosOutputStorage[]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageS3OutputStorage[]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cos_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageCosOutputStorage]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageS3OutputStorage]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<Property Map>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<Property Map>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageCosOutputStorage

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageS3OutputStorage

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSet

    Definition double
    ID of a watermarking template.
    EndTimeOffset double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    RawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    StartTimeOffset double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    SvgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    TextContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    Definition float64
    ID of a watermarking template.
    EndTimeOffset float64
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    RawParameters []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameter
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    StartTimeOffset float64
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    SvgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    TextContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition Double
    ID of a watermarking template.
    endTimeOffset Double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset Double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent String
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent String
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition number
    ID of a watermarking template.
    endTimeOffset number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameter[]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition float
    ID of a watermarking template.
    end_time_offset float
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    raw_parameters Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameter]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    start_time_offset float
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svg_content str
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    text_content str
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition Number
    ID of a watermarking template.
    endTimeOffset Number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters List<Property Map>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset Number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent String
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent String
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameter

    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    ImageTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplate>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    ImageTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplate
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplate>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplate[]
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinate_origin str
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    image_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplate]
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    x_pos str
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    y_pos str
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates List<Property Map>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplate

    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ImageContents List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContent>
    Input content of watermark image. JPEG and PNG images are supported.
    RepeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ImageContents []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContent
    Input content of watermark image. JPEG and PNG images are supported.
    RepeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContent>
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType String
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContent[]
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height str
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    image_contents Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContent]
    Input content of watermark image. JPEG and PNG images are supported.
    repeat_type str
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width str
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents List<Property Map>
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType String
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContent

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTask

    Definition double
    ID of a watermarking template.
    EndTimeOffset double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    HeadTailParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameter>
    Opening and closing credits parametersNote: this field may return null, indicating that no valid value was found.
    MosaicSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskMosaicSet>
    List of blurs. Up to 10 ones can be supported.
    ObjectNumberFormats List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskObjectNumberFormat>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    OverrideParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameter>
    Video transcoding custom parameter, which is valid when Definition is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only use Definition to specify the transcoding parameter.Note: this field may return null, indicating that no valid value was found.
    RawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    SegmentObjectName string
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    StartTimeOffset double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    WatermarkSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSet>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    Definition float64
    ID of a watermarking template.
    EndTimeOffset float64
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    HeadTailParameters []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameter
    Opening and closing credits parametersNote: this field may return null, indicating that no valid value was found.
    MosaicSets []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskMosaicSet
    List of blurs. Up to 10 ones can be supported.
    ObjectNumberFormats []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskObjectNumberFormat
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    OutputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorage
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    OverrideParameters []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameter
    Video transcoding custom parameter, which is valid when Definition is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only use Definition to specify the transcoding parameter.Note: this field may return null, indicating that no valid value was found.
    RawParameters []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameter
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    SegmentObjectName string
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    StartTimeOffset float64
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    WatermarkSets []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSet
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition Double
    ID of a watermarking template.
    endTimeOffset Double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    headTailParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameter>
    Opening and closing credits parametersNote: this field may return null, indicating that no valid value was found.
    mosaicSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskMosaicSet>
    List of blurs. Up to 10 ones can be supported.
    objectNumberFormats List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskObjectNumberFormat>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorage>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    overrideParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameter>
    Video transcoding custom parameter, which is valid when Definition is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only use Definition to specify the transcoding parameter.Note: this field may return null, indicating that no valid value was found.
    rawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    segmentObjectName String
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    startTimeOffset Double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    watermarkSets List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSet>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition number
    ID of a watermarking template.
    endTimeOffset number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    headTailParameters GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameter[]
    Opening and closing credits parametersNote: this field may return null, indicating that no valid value was found.
    mosaicSets GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskMosaicSet[]
    List of blurs. Up to 10 ones can be supported.
    objectNumberFormats GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskObjectNumberFormat[]
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath string
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorage[]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    overrideParameters GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameter[]
    Video transcoding custom parameter, which is valid when Definition is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only use Definition to specify the transcoding parameter.Note: this field may return null, indicating that no valid value was found.
    rawParameters GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameter[]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    segmentObjectName string
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    startTimeOffset number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    watermarkSets GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSet[]
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition float
    ID of a watermarking template.
    end_time_offset float
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    head_tail_parameters Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameter]
    Opening and closing credits parametersNote: this field may return null, indicating that no valid value was found.
    mosaic_sets Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskMosaicSet]
    List of blurs. Up to 10 ones can be supported.
    object_number_formats Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskObjectNumberFormat]
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    output_object_path str
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorage]
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    override_parameters Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameter]
    Video transcoding custom parameter, which is valid when Definition is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only use Definition to specify the transcoding parameter.Note: this field may return null, indicating that no valid value was found.
    raw_parameters Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameter]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    segment_object_name str
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    start_time_offset float
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    watermark_sets Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSet]
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
    definition Number
    ID of a watermarking template.
    endTimeOffset Number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    headTailParameters List<Property Map>
    Opening and closing credits parametersNote: this field may return null, indicating that no valid value was found.
    mosaicSets List<Property Map>
    List of blurs. Up to 10 ones can be supported.
    objectNumberFormats List<Property Map>
    Rule of the {number} variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    outputObjectPath String
    Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}.{format}.
    outputStorages List<Property Map>
    The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
    overrideParameters List<Property Map>
    Video transcoding custom parameter, which is valid when Definition is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only use Definition to specify the transcoding parameter.Note: this field may return null, indicating that no valid value was found.
    rawParameters List<Property Map>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    segmentObjectName String
    Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default: {inputName}_transcode_{definition}_{number}.{format}.
    startTimeOffset Number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    watermarkSets List<Property Map>
    List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameter

    headSets List<Property Map>
    Opening credits list.
    tailSets List<Property Map>
    Closing credits list.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSet

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSet

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskMosaicSet

    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    EndTimeOffset double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    StartTimeOffset double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    EndTimeOffset float64
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    StartTimeOffset float64
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    endTimeOffset Double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    startTimeOffset Double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    endTimeOffset number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    startTimeOffset number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    xPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinate_origin str
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    end_time_offset float
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    height str
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    start_time_offset float
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    width str
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    x_pos str
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    y_pos str
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    endTimeOffset Number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    startTimeOffset Number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskObjectNumberFormat

    Increment double
    Increment of the {number} variable. Default value: 1.
    InitialValue double
    Start value of the {number} variable. Default value: 0.
    MinLength double
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    PlaceHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    Increment float64
    Increment of the {number} variable. Default value: 1.
    InitialValue float64
    Start value of the {number} variable. Default value: 0.
    MinLength float64
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    PlaceHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment Double
    Increment of the {number} variable. Default value: 1.
    initialValue Double
    Start value of the {number} variable. Default value: 0.
    minLength Double
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder String
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment number
    Increment of the {number} variable. Default value: 1.
    initialValue number
    Start value of the {number} variable. Default value: 0.
    minLength number
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder string
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment float
    Increment of the {number} variable. Default value: 1.
    initial_value float
    Start value of the {number} variable. Default value: 0.
    min_length float
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    place_holder str
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.
    increment Number
    Increment of the {number} variable. Default value: 1.
    initialValue Number
    Start value of the {number} variable. Default value: 0.
    minLength Number
    Minimum length of the {number} variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1.
    placeHolder String
    Placeholder used when the {number} variable length is below the minimum requirement. Default value: 0.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorage

    CosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    CosOutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageCosOutputStorage
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageS3OutputStorage
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageCosOutputStorage[]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageS3OutputStorage[]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cos_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageCosOutputStorage]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3_output_storages Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageS3OutputStorage]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<Property Map>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<Property Map>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageCosOutputStorage

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageS3OutputStorage

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameter

    AddOnSubtitles List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitle>
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    AddonAudioStreams List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStream>
    The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
    AudioTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAudioTemplate>
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    Container string
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    RemoveAudio double
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    RemoveVideo double
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    StdExtInfo string
    An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    SubtitleTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterSubtitleTemplate>
    The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
    TehdConfigs List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterTehdConfig>
    TESHD transcoding parameter.
    VideoTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterVideoTemplate>
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    AddOnSubtitles []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitle
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    AddonAudioStreams []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStream
    The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
    AudioTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAudioTemplate
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    Container string
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    RemoveAudio float64
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    RemoveVideo float64
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    StdExtInfo string
    An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    SubtitleTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterSubtitleTemplate
    The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
    TehdConfigs []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterTehdConfig
    TESHD transcoding parameter.
    VideoTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterVideoTemplate
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    addOnSubtitles List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitle>
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    addonAudioStreams List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStream>
    The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
    audioTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAudioTemplate>
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    container String
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    removeAudio Double
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    removeVideo Double
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    stdExtInfo String
    An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    subtitleTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterSubtitleTemplate>
    The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
    tehdConfigs List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterTehdConfig>
    TESHD transcoding parameter.
    videoTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterVideoTemplate>
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    addOnSubtitles GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitle[]
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    addonAudioStreams GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStream[]
    The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
    audioTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAudioTemplate[]
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    container string
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    removeAudio number
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    removeVideo number
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    stdExtInfo string
    An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    subtitleTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterSubtitleTemplate[]
    The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
    tehdConfigs GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterTehdConfig[]
    TESHD transcoding parameter.
    videoTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterVideoTemplate[]
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    add_on_subtitles Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitle]
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    addon_audio_streams Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStream]
    The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
    audio_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAudioTemplate]
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    container str
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    remove_audio float
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    remove_video float
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    std_ext_info str
    An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    subtitle_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterSubtitleTemplate]
    The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
    tehd_configs Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterTehdConfig]
    TESHD transcoding parameter.
    video_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterVideoTemplate]
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    addOnSubtitles List<Property Map>
    The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
    addonAudioStreams List<Property Map>
    The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
    audioTemplates List<Property Map>
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    container String
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    removeAudio Number
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    removeVideo Number
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    stdExtInfo String
    An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
    subtitleTemplates List<Property Map>
    The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
    tehdConfigs List<Property Map>
    TESHD transcoding parameter.
    videoTemplates List<Property Map>
    Video stream configuration parameter. This field is required when RemoveVideo is 0.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitle

    Subtitles List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitle>
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    Subtitles []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitle
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    subtitles List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitle>
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    subtitles GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitle[]
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    subtitles Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitle]
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    subtitles List<Property Map>
    The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitle

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStream

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAudioTemplate

    AudioChannel double
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    Bitrate double
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    Codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    SampleRate double
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    StreamSelects List<double>
    The audio tracks to retain. All audio tracks are retained by default.
    AudioChannel float64
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    Bitrate float64
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    Codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    SampleRate float64
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    StreamSelects []float64
    The audio tracks to retain. All audio tracks are retained by default.
    audioChannel Double
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    bitrate Double
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec String
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    sampleRate Double
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    streamSelects List<Double>
    The audio tracks to retain. All audio tracks are retained by default.
    audioChannel number
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    bitrate number
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    sampleRate number
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    streamSelects number[]
    The audio tracks to retain. All audio tracks are retained by default.
    audio_channel float
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    bitrate float
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec str
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    sample_rate float
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    stream_selects Sequence[float]
    The audio tracks to retain. All audio tracks are retained by default.
    audioChannel Number
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    bitrate Number
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec String
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    sampleRate Number
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    streamSelects List<Number>
    The audio tracks to retain. All audio tracks are retained by default.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterSubtitleTemplate

    FontAlpha double
    The text transparency. Value range: 0-1.0: Fully transparent.1: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained.
    FontColor string
    The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
    FontSize string
    The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
    FontType string
    The font. Valid values:hei.ttf: Heiti.song.ttf: Songti.simkai.ttf: Kaiti.arial.ttf: Arial.The default is hei.ttf.Note: This field may return null, indicating that no valid values can be obtained.
    Path string
    The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
    StreamIndex double
    The subtitle track to add to the video. If both Path and StreamIndex are specified, Path will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
    FontAlpha float64
    The text transparency. Value range: 0-1.0: Fully transparent.1: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained.
    FontColor string
    The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
    FontSize string
    The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
    FontType string
    The font. Valid values:hei.ttf: Heiti.song.ttf: Songti.simkai.ttf: Kaiti.arial.ttf: Arial.The default is hei.ttf.Note: This field may return null, indicating that no valid values can be obtained.
    Path string
    The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
    StreamIndex float64
    The subtitle track to add to the video. If both Path and StreamIndex are specified, Path will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
    fontAlpha Double
    The text transparency. Value range: 0-1.0: Fully transparent.1: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained.
    fontColor String
    The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
    fontSize String
    The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
    fontType String
    The font. Valid values:hei.ttf: Heiti.song.ttf: Songti.simkai.ttf: Kaiti.arial.ttf: Arial.The default is hei.ttf.Note: This field may return null, indicating that no valid values can be obtained.
    path String
    The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
    streamIndex Double
    The subtitle track to add to the video. If both Path and StreamIndex are specified, Path will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
    fontAlpha number
    The text transparency. Value range: 0-1.0: Fully transparent.1: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained.
    fontColor string
    The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
    fontSize string
    The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
    fontType string
    The font. Valid values:hei.ttf: Heiti.song.ttf: Songti.simkai.ttf: Kaiti.arial.ttf: Arial.The default is hei.ttf.Note: This field may return null, indicating that no valid values can be obtained.
    path string
    The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
    streamIndex number
    The subtitle track to add to the video. If both Path and StreamIndex are specified, Path will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
    font_alpha float
    The text transparency. Value range: 0-1.0: Fully transparent.1: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained.
    font_color str
    The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
    font_size str
    The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
    font_type str
    The font. Valid values:hei.ttf: Heiti.song.ttf: Songti.simkai.ttf: Kaiti.arial.ttf: Arial.The default is hei.ttf.Note: This field may return null, indicating that no valid values can be obtained.
    path str
    The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
    stream_index float
    The subtitle track to add to the video. If both Path and StreamIndex are specified, Path will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
    fontAlpha Number
    The text transparency. Value range: 0-1.0: Fully transparent.1: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained.
    fontColor String
    The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
    fontSize String
    The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
    fontType String
    The font. Valid values:hei.ttf: Heiti.song.ttf: Songti.simkai.ttf: Kaiti.arial.ttf: Arial.The default is hei.ttf.Note: This field may return null, indicating that no valid values can be obtained.
    path String
    The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
    streamIndex Number
    The subtitle track to add to the video. If both Path and StreamIndex are specified, Path will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterTehdConfig

    MaxVideoBitrate double
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    MaxVideoBitrate float64
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    maxVideoBitrate Double
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    maxVideoBitrate number
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    max_video_bitrate float
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    maxVideoBitrate Number
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterVideoTemplate

    Bitrate double
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    Codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    ContentAdaptStream double
    Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to 1, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values of width and height, Bitrate, and Vcrf in VideoTemplate respectively. If these parameters are not set in VideoTemplate, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep.
    FillType string
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    Fps double
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    Gop double
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    Height double
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ResolutionAdaptive string
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    Vcrf double
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    Width double
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    Bitrate float64
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    Codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    ContentAdaptStream float64
    Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to 1, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values of width and height, Bitrate, and Vcrf in VideoTemplate respectively. If these parameters are not set in VideoTemplate, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep.
    FillType string
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    Fps float64
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    Gop float64
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    Height float64
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ResolutionAdaptive string
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    Vcrf float64
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    Width float64
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    bitrate Double
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec String
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    contentAdaptStream Double
    Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to 1, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values of width and height, Bitrate, and Vcrf in VideoTemplate respectively. If these parameters are not set in VideoTemplate, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep.
    fillType String
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    fps Double
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    gop Double
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    height Double
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    resolutionAdaptive String
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    vcrf Double
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    width Double
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    bitrate number
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    contentAdaptStream number
    Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to 1, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values of width and height, Bitrate, and Vcrf in VideoTemplate respectively. If these parameters are not set in VideoTemplate, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep.
    fillType string
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    fps number
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    gop number
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    height number
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    resolutionAdaptive string
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    vcrf number
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    width number
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    bitrate float
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec str
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    content_adapt_stream float
    Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to 1, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values of width and height, Bitrate, and Vcrf in VideoTemplate respectively. If these parameters are not set in VideoTemplate, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep.
    fill_type str
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    fps float
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    gop float
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    height float
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    resolution_adaptive str
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    vcrf float
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    width float
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    bitrate Number
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec String
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    contentAdaptStream Number
    Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to 1, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values of width and height, Bitrate, and Vcrf in VideoTemplate respectively. If these parameters are not set in VideoTemplate, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep.
    fillType String
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    fps Number
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    gop Number
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    height Number
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    resolutionAdaptive String
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    vcrf Number
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    width Number
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameter

    AudioTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterAudioTemplate>
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    Container string
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    RemoveAudio double
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    RemoveVideo double
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    TehdConfigs List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterTehdConfig>
    TESHD transcoding parameter.
    VideoTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterVideoTemplate>
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    AudioTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterAudioTemplate
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    Container string
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    RemoveAudio float64
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    RemoveVideo float64
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    TehdConfigs []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterTehdConfig
    TESHD transcoding parameter.
    VideoTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterVideoTemplate
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    audioTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterAudioTemplate>
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    container String
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    removeAudio Double
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    removeVideo Double
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    tehdConfigs List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterTehdConfig>
    TESHD transcoding parameter.
    videoTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterVideoTemplate>
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    audioTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterAudioTemplate[]
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    container string
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    removeAudio number
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    removeVideo number
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    tehdConfigs GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterTehdConfig[]
    TESHD transcoding parameter.
    videoTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterVideoTemplate[]
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    audio_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterAudioTemplate]
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    container str
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    remove_audio float
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    remove_video float
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    tehd_configs Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterTehdConfig]
    TESHD transcoding parameter.
    video_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterVideoTemplate]
    Video stream configuration parameter. This field is required when RemoveVideo is 0.
    audioTemplates List<Property Map>
    Audio stream configuration parameter. This field is required when RemoveAudio is 0.
    container String
    Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
    removeAudio Number
    Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
    removeVideo Number
    Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
    tehdConfigs List<Property Map>
    TESHD transcoding parameter.
    videoTemplates List<Property Map>
    Video stream configuration parameter. This field is required when RemoveVideo is 0.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterAudioTemplate

    AudioChannel double
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    Bitrate double
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    Codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    SampleRate double
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    AudioChannel float64
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    Bitrate float64
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    Codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    SampleRate float64
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    audioChannel Double
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    bitrate Double
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec String
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    sampleRate Double
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    audioChannel number
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    bitrate number
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    sampleRate number
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    audio_channel float
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    bitrate float
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec str
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    sample_rate float
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
    audioChannel Number
    Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
    bitrate Number
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec String
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    sampleRate Number
    Audio stream sample rate. Valid values:32,00044,10048,000In Hz.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterTehdConfig

    MaxVideoBitrate double
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    MaxVideoBitrate float64
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    maxVideoBitrate Double
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    maxVideoBitrate number
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    max_video_bitrate float
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    maxVideoBitrate Number
    Maximum bitrate, which is valid when Type is TESHD. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterVideoTemplate

    Bitrate double
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    Codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    FillType string
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    Fps double
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    Gop double
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    Height double
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ResolutionAdaptive string
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    Vcrf double
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    Width double
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    Bitrate float64
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    Codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    FillType string
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    Fps float64
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    Gop float64
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    Height float64
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ResolutionAdaptive string
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    Vcrf float64
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    Width float64
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    bitrate Double
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec String
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    fillType String
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    fps Double
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    gop Double
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    height Double
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    resolutionAdaptive String
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    vcrf Double
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    width Double
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    bitrate number
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec string
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    fillType string
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    fps number
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    gop number
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    height number
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    resolutionAdaptive string
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    vcrf number
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    width number
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    bitrate float
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec str
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    fill_type str
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    fps float
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    gop float
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    height float
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    resolution_adaptive str
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    vcrf float
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    width float
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    bitrate Number
    The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
    codec String
    The video codec. Valid values:libx264: H.264libx265: H.265av1: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files.
    fillType String
    The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only stretch and black are supported for adaptive bitrate streaming.
    fps Number
    The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
    gop Number
    Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
    height Number
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    resolutionAdaptive String
    Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled, Width indicates the long side of a video, while Height indicates the short side.close: Disabled. When resolution adaption is disabled, Width indicates the width of a video, while Height indicates the height.Default value: open.Note: When resolution adaption is enabled, Width cannot be smaller than Height.
    vcrf Number
    The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
    width Number
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSet

    Definition double
    ID of a watermarking template.
    EndTimeOffset double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    RawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    StartTimeOffset double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    SvgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    TextContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    Definition float64
    ID of a watermarking template.
    EndTimeOffset float64
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    RawParameters []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameter
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    StartTimeOffset float64
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    SvgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    TextContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition Double
    ID of a watermarking template.
    endTimeOffset Double
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameter>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset Double
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent String
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent String
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition number
    ID of a watermarking template.
    endTimeOffset number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameter[]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent string
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent string
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition float
    ID of a watermarking template.
    end_time_offset float
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    raw_parameters Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameter]
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    start_time_offset float
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svg_content str
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    text_content str
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
    definition Number
    ID of a watermarking template.
    endTimeOffset Number
    End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
    rawParameters List<Property Map>
    Custom watermark parameter, which is valid if Definition is 0.This parameter is used in highly customized scenarios. We recommend you use Definition to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot.
    startTimeOffset Number
    Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
    svgContent String
    SVG content of up to 2,000,000 characters. This field is required only when the watermark type is SVG.SVG watermark is not available for screenshot.
    textContent String
    Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameter

    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    ImageTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplate>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    CoordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    ImageTemplates []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplate
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    XPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    YPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplate>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin string
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplate[]
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos string
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos string
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinate_origin str
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    image_templates Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplate]
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    x_pos str
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    y_pos str
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.
    coordinateOrigin String
    Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
    imageTemplates List<Property Map>
    Image watermark template. This field is required when Type is image and is invalid when Type is text.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    xPos String
    The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the XPos of the watermark will be the specified percentage of the video width; for example, 10% means that XPos is 10% of the video width;If the string ends in px, the XPos of the watermark will be the specified px; for example, 100px means that XPos is 100 px.Default value: 0 px.
    yPos String
    The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the YPos of the watermark will be the specified percentage of the video height; for example, 10% means that YPos is 10% of the video height;If the string ends in px, the YPos of the watermark will be the specified px; for example, 100px means that YPos is 100 px.Default value: 0 px.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplate

    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ImageContents List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContent>
    Input content of watermark image. JPEG and PNG images are supported.
    RepeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    Height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    ImageContents []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContent
    Input content of watermark image. JPEG and PNG images are supported.
    RepeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    Width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContent>
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType String
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height string
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContent[]
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType string
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width string
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height str
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    image_contents Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContent]
    Input content of watermark image. JPEG and PNG images are supported.
    repeat_type str
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width str
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.
    height String
    Watermark height. % and px formats are supported:If the string ends in %, the Height of the watermark will be the specified percentage of the video height; for example, 10% means that Height is 10% of the video height;If the string ends in px, the Height of the watermark will be in px; for example, 100px means that Height is 100 px.Default value: 0 px, which means that Height will be proportionally scaled according to the aspect ratio of the original watermark image.
    imageContents List<Property Map>
    Input content of watermark image. JPEG and PNG images are supported.
    repeatType String
    Repeat type of an animated watermark. Valid values:once: no longer appears after watermark playback ends.repeat_last_frame: stays on the last frame after watermark playback ends.repeat (default): repeats the playback until the video ends.
    width String
    Watermark width. % and px formats are supported:If the string ends in %, the Width of the watermark will be the specified percentage of the video width; for example, 10% means that Width is 10% of the video width;If the string ends in px, the Width of the watermark will be in px; for example, 100px means that Width is 100 px.Default value: 10%.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContent

    CosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    CosInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    S3InputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    UrlInputInfos []GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo[]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo[]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo[]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cos_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo]
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo]
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    url_input_infos Sequence[GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo]
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.
    cosInputInfos List<Property Map>
    The information of the COS object to process. This parameter is valid and required when Type is COS.
    s3InputInfos List<Property Map>
    The information of the AWS S3 object processed. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    urlInputInfos List<Property Map>
    The URL of the object to process. This parameter is valid and required when Type is URL.Note: This field may return null, indicating that no valid value can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object string
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object str
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    object String
    The path of the object to process, such as /movie/201907/WildAnimal.mov.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Object string
    The path of the AWS S3 object.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Object string
    The path of the AWS S3 object.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_object str
    The path of the AWS S3 object.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Object String
    The path of the AWS S3 object.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo

    Url string
    URL of a video.
    Url string
    URL of a video.
    url String
    URL of a video.
    url string
    URL of a video.
    url str
    URL of a video.
    url String
    URL of a video.

    GetMpsSchedulesScheduleInfoSetOutputStorage

    CosOutputStorages List<GetMpsSchedulesScheduleInfoSetOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages List<GetMpsSchedulesScheduleInfoSetOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    CosOutputStorages []GetMpsSchedulesScheduleInfoSetOutputStorageCosOutputStorage
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    S3OutputStorages []GetMpsSchedulesScheduleInfoSetOutputStorageS3OutputStorage
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<GetMpsSchedulesScheduleInfoSetOutputStorageCosOutputStorage>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<GetMpsSchedulesScheduleInfoSetOutputStorageS3OutputStorage>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages GetMpsSchedulesScheduleInfoSetOutputStorageCosOutputStorage[]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages GetMpsSchedulesScheduleInfoSetOutputStorageS3OutputStorage[]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cos_output_storages Sequence[GetMpsSchedulesScheduleInfoSetOutputStorageCosOutputStorage]
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3_output_storages Sequence[GetMpsSchedulesScheduleInfoSetOutputStorageS3OutputStorage]
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    cosOutputStorages List<Property Map>
    The location to save the output object in COS. This parameter is valid and required when Type is COS.Note: This field may return null, indicating that no valid value can be obtained.
    s3OutputStorages List<Property Map>
    The AWS S3 bucket to save the output file. This parameter is required if Type is AWS-S3.Note: This field may return null, indicating that no valid value can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetOutputStorageCosOutputStorage

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    GetMpsSchedulesScheduleInfoSetOutputStorageS3OutputStorage

    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetTaskNotifyConfig

    AwsSqs List<GetMpsSchedulesScheduleInfoSetTaskNotifyConfigAwsSq>
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    CmqModel string
    The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
    CmqRegion string
    The CMQ or TDMQ-CMQ region, such as sh (Shanghai) or bj (Beijing).
    NotifyMode string
    Workflow notification method. Valid values: Finish, Change. If this parameter is left empty, Finish will be used.
    NotifyType string
    The notification type. Valid values:CMQ: This value is no longer used. Please use TDMQ-CMQ instead.TDMQ-CMQ: Message queueURL: If NotifyType is set to URL, HTTP callbacks are sent to the URL specified by NotifyUrl. HTTP and JSON are used for the callbacks. The packet contains the response parameters of the ParseNotification API.SCF: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string, CMQ will be used. To use a different notification type, specify this parameter accordingly.
    NotifyUrl string
    HTTP callback URL, required if NotifyType is set to URL.
    QueueName string
    The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when CmqModel is Queue.
    TopicName string
    The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when CmqModel is Topic.
    AwsSqs []GetMpsSchedulesScheduleInfoSetTaskNotifyConfigAwsSq
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    CmqModel string
    The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
    CmqRegion string
    The CMQ or TDMQ-CMQ region, such as sh (Shanghai) or bj (Beijing).
    NotifyMode string
    Workflow notification method. Valid values: Finish, Change. If this parameter is left empty, Finish will be used.
    NotifyType string
    The notification type. Valid values:CMQ: This value is no longer used. Please use TDMQ-CMQ instead.TDMQ-CMQ: Message queueURL: If NotifyType is set to URL, HTTP callbacks are sent to the URL specified by NotifyUrl. HTTP and JSON are used for the callbacks. The packet contains the response parameters of the ParseNotification API.SCF: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string, CMQ will be used. To use a different notification type, specify this parameter accordingly.
    NotifyUrl string
    HTTP callback URL, required if NotifyType is set to URL.
    QueueName string
    The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when CmqModel is Queue.
    TopicName string
    The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when CmqModel is Topic.
    awsSqs List<GetMpsSchedulesScheduleInfoSetTaskNotifyConfigAwsSq>
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    cmqModel String
    The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
    cmqRegion String
    The CMQ or TDMQ-CMQ region, such as sh (Shanghai) or bj (Beijing).
    notifyMode String
    Workflow notification method. Valid values: Finish, Change. If this parameter is left empty, Finish will be used.
    notifyType String
    The notification type. Valid values:CMQ: This value is no longer used. Please use TDMQ-CMQ instead.TDMQ-CMQ: Message queueURL: If NotifyType is set to URL, HTTP callbacks are sent to the URL specified by NotifyUrl. HTTP and JSON are used for the callbacks. The packet contains the response parameters of the ParseNotification API.SCF: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string, CMQ will be used. To use a different notification type, specify this parameter accordingly.
    notifyUrl String
    HTTP callback URL, required if NotifyType is set to URL.
    queueName String
    The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when CmqModel is Queue.
    topicName String
    The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when CmqModel is Topic.
    awsSqs GetMpsSchedulesScheduleInfoSetTaskNotifyConfigAwsSq[]
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    cmqModel string
    The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
    cmqRegion string
    The CMQ or TDMQ-CMQ region, such as sh (Shanghai) or bj (Beijing).
    notifyMode string
    Workflow notification method. Valid values: Finish, Change. If this parameter is left empty, Finish will be used.
    notifyType string
    The notification type. Valid values:CMQ: This value is no longer used. Please use TDMQ-CMQ instead.TDMQ-CMQ: Message queueURL: If NotifyType is set to URL, HTTP callbacks are sent to the URL specified by NotifyUrl. HTTP and JSON are used for the callbacks. The packet contains the response parameters of the ParseNotification API.SCF: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string, CMQ will be used. To use a different notification type, specify this parameter accordingly.
    notifyUrl string
    HTTP callback URL, required if NotifyType is set to URL.
    queueName string
    The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when CmqModel is Queue.
    topicName string
    The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when CmqModel is Topic.
    aws_sqs Sequence[GetMpsSchedulesScheduleInfoSetTaskNotifyConfigAwsSq]
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    cmq_model str
    The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
    cmq_region str
    The CMQ or TDMQ-CMQ region, such as sh (Shanghai) or bj (Beijing).
    notify_mode str
    Workflow notification method. Valid values: Finish, Change. If this parameter is left empty, Finish will be used.
    notify_type str
    The notification type. Valid values:CMQ: This value is no longer used. Please use TDMQ-CMQ instead.TDMQ-CMQ: Message queueURL: If NotifyType is set to URL, HTTP callbacks are sent to the URL specified by NotifyUrl. HTTP and JSON are used for the callbacks. The packet contains the response parameters of the ParseNotification API.SCF: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string, CMQ will be used. To use a different notification type, specify this parameter accordingly.
    notify_url str
    HTTP callback URL, required if NotifyType is set to URL.
    queue_name str
    The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when CmqModel is Queue.
    topic_name str
    The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when CmqModel is Topic.
    awsSqs List<Property Map>
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    cmqModel String
    The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
    cmqRegion String
    The CMQ or TDMQ-CMQ region, such as sh (Shanghai) or bj (Beijing).
    notifyMode String
    Workflow notification method. Valid values: Finish, Change. If this parameter is left empty, Finish will be used.
    notifyType String
    The notification type. Valid values:CMQ: This value is no longer used. Please use TDMQ-CMQ instead.TDMQ-CMQ: Message queueURL: If NotifyType is set to URL, HTTP callbacks are sent to the URL specified by NotifyUrl. HTTP and JSON are used for the callbacks. The packet contains the response parameters of the ParseNotification API.SCF: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string, CMQ will be used. To use a different notification type, specify this parameter accordingly.
    notifyUrl String
    HTTP callback URL, required if NotifyType is set to URL.
    queueName String
    The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when CmqModel is Queue.
    topicName String
    The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when CmqModel is Topic.

    GetMpsSchedulesScheduleInfoSetTaskNotifyConfigAwsSq

    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    SqsQueueName string
    The name of the SQS queue.
    SqsRegion string
    The region of the SQS queue.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    SqsQueueName string
    The name of the SQS queue.
    SqsRegion string
    The region of the SQS queue.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    sqsQueueName String
    The name of the SQS queue.
    sqsRegion String
    The region of the SQS queue.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    sqsQueueName string
    The name of the SQS queue.
    sqsRegion string
    The region of the SQS queue.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    sqs_queue_name str
    The name of the SQS queue.
    sqs_region str
    The region of the SQS queue.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    sqsQueueName String
    The name of the SQS queue.
    sqsRegion String
    The region of the SQS queue.

    GetMpsSchedulesScheduleInfoSetTrigger

    AwsS3FileUploadTriggers List<GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTrigger>
    The AWS S3 trigger. This parameter is valid and required if Type is AwsS3FileUpload.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained.
    CosFileUploadTriggers List<GetMpsSchedulesScheduleInfoSetTriggerCosFileUploadTrigger>
    This parameter is required and valid when Type is CosFileUpload, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    AwsS3FileUploadTriggers []GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTrigger
    The AWS S3 trigger. This parameter is valid and required if Type is AwsS3FileUpload.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained.
    CosFileUploadTriggers []GetMpsSchedulesScheduleInfoSetTriggerCosFileUploadTrigger
    This parameter is required and valid when Type is CosFileUpload, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained.
    Type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    awsS3FileUploadTriggers List<GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTrigger>
    The AWS S3 trigger. This parameter is valid and required if Type is AwsS3FileUpload.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained.
    cosFileUploadTriggers List<GetMpsSchedulesScheduleInfoSetTriggerCosFileUploadTrigger>
    This parameter is required and valid when Type is CosFileUpload, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    awsS3FileUploadTriggers GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTrigger[]
    The AWS S3 trigger. This parameter is valid and required if Type is AwsS3FileUpload.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained.
    cosFileUploadTriggers GetMpsSchedulesScheduleInfoSetTriggerCosFileUploadTrigger[]
    This parameter is required and valid when Type is CosFileUpload, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained.
    type string
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    aws_s3_file_upload_triggers Sequence[GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTrigger]
    The AWS S3 trigger. This parameter is valid and required if Type is AwsS3FileUpload.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained.
    cos_file_upload_triggers Sequence[GetMpsSchedulesScheduleInfoSetTriggerCosFileUploadTrigger]
    This parameter is required and valid when Type is CosFileUpload, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained.
    type str
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
    awsS3FileUploadTriggers List<Property Map>
    The AWS S3 trigger. This parameter is valid and required if Type is AwsS3FileUpload.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained.
    cosFileUploadTriggers List<Property Map>
    This parameter is required and valid when Type is CosFileUpload, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained.
    type String
    The trigger type. Valid values:CosFileUpload: Tencent Cloud COS trigger.AwsS3FileUpload: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).

    GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTrigger

    AwsSqs List<GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTriggerAwsSq>
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    Dir string
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    Formats List<string>
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    AwsSqs []GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTriggerAwsSq
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    Dir string
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    Formats []string
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    S3Bucket string
    The AWS S3 bucket bound to the scheme.
    S3Region string
    The region of the AWS S3 bucket.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    awsSqs List<GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTriggerAwsSq>
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    dir String
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    formats List<String>
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    awsSqs GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTriggerAwsSq[]
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    dir string
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    formats string[]
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    s3Bucket string
    The AWS S3 bucket bound to the scheme.
    s3Region string
    The region of the AWS S3 bucket.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    aws_sqs Sequence[GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTriggerAwsSq]
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    dir str
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    formats Sequence[str]
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    s3_bucket str
    The AWS S3 bucket bound to the scheme.
    s3_region str
    The region of the AWS S3 bucket.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    awsSqs List<Property Map>
    The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
    dir String
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    formats List<String>
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    s3Bucket String
    The AWS S3 bucket bound to the scheme.
    s3Region String
    The region of the AWS S3 bucket.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.

    GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTriggerAwsSq

    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    SqsQueueName string
    The name of the SQS queue.
    SqsRegion string
    The region of the SQS queue.
    S3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    S3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    SqsQueueName string
    The name of the SQS queue.
    SqsRegion string
    The region of the SQS queue.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    sqsQueueName String
    The name of the SQS queue.
    sqsRegion String
    The region of the SQS queue.
    s3SecretId string
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey string
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    sqsQueueName string
    The name of the SQS queue.
    sqsRegion string
    The region of the SQS queue.
    s3_secret_id str
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3_secret_key str
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    sqs_queue_name str
    The name of the SQS queue.
    sqs_region str
    The region of the SQS queue.
    s3SecretId String
    The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    s3SecretKey String
    The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
    sqsQueueName String
    The name of the SQS queue.
    sqsRegion String
    The region of the SQS queue.

    GetMpsSchedulesScheduleInfoSetTriggerCosFileUploadTrigger

    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Dir string
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    Formats List<string>
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    Bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    Dir string
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    Formats []string
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    Region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    dir String
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    formats List<String>
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket string
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    dir string
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    formats string[]
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    region string
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket str
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    dir str
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    formats Sequence[str]
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    region str
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.
    bucket String
    Name of the COS bucket bound to a workflow, such as TopRankVideo-125xxx88.
    dir String
    Input path directory bound to a workflow, such as /movie/201907/. If this parameter is left empty, the / root directory will be used.
    formats List<String>
    Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
    region String
    Region of the COS bucket bound to a workflow, such as ap-chongiqng.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack