All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.mps.v20190612.models.SubtitleTemplate Maven / Gradle / Ivy

There is a newer version: 3.1.1165
Show newest version
/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.mps.v20190612.models;

import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class SubtitleTemplate extends AbstractModel {

    /**
    * 要压制到视频中的字幕文件地址。
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("Path")
    @Expose
    private String Path;

    /**
    * 指定要压制到视频中的字幕轨道,如果有指定Path,则Path 优先级更高。Path 和 StreamIndex 至少指定一个。
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("StreamIndex")
    @Expose
    private Long StreamIndex;

    /**
    * 字体类型,
  • hei.ttf:黑体
  • song.ttf:宋体
  • simkai.ttf:楷体
  • arial.ttf:仅支持英文
  • 默认hei.ttf 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("FontType") @Expose private String FontType; /** * 字体大小,格式:Npx,N 为数值,不指定则以字幕文件中为准。 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("FontSize") @Expose private String FontSize; /** * 字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色) 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("FontColor") @Expose private String FontColor; /** * 文字透明度,取值范围:(0, 1]
  • 0:完全透明
  • 1:完全不透明
  • 默认值:1。 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("FontAlpha") @Expose private Float FontAlpha; /** * Get 要压制到视频中的字幕文件地址。 注意:此字段可能返回 null,表示取不到有效值。 * @return Path 要压制到视频中的字幕文件地址。 注意:此字段可能返回 null,表示取不到有效值。 */ public String getPath() { return this.Path; } /** * Set 要压制到视频中的字幕文件地址。 注意:此字段可能返回 null,表示取不到有效值。 * @param Path 要压制到视频中的字幕文件地址。 注意:此字段可能返回 null,表示取不到有效值。 */ public void setPath(String Path) { this.Path = Path; } /** * Get 指定要压制到视频中的字幕轨道,如果有指定Path,则Path 优先级更高。Path 和 StreamIndex 至少指定一个。 注意:此字段可能返回 null,表示取不到有效值。 * @return StreamIndex 指定要压制到视频中的字幕轨道,如果有指定Path,则Path 优先级更高。Path 和 StreamIndex 至少指定一个。 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getStreamIndex() { return this.StreamIndex; } /** * Set 指定要压制到视频中的字幕轨道,如果有指定Path,则Path 优先级更高。Path 和 StreamIndex 至少指定一个。 注意:此字段可能返回 null,表示取不到有效值。 * @param StreamIndex 指定要压制到视频中的字幕轨道,如果有指定Path,则Path 优先级更高。Path 和 StreamIndex 至少指定一个。 注意:此字段可能返回 null,表示取不到有效值。 */ public void setStreamIndex(Long StreamIndex) { this.StreamIndex = StreamIndex; } /** * Get 字体类型,
  • hei.ttf:黑体
  • song.ttf:宋体
  • simkai.ttf:楷体
  • arial.ttf:仅支持英文
  • 默认hei.ttf 注意:此字段可能返回 null,表示取不到有效值。 * @return FontType 字体类型,
  • hei.ttf:黑体
  • song.ttf:宋体
  • simkai.ttf:楷体
  • arial.ttf:仅支持英文
  • 默认hei.ttf 注意:此字段可能返回 null,表示取不到有效值。 */ public String getFontType() { return this.FontType; } /** * Set 字体类型,
  • hei.ttf:黑体
  • song.ttf:宋体
  • simkai.ttf:楷体
  • arial.ttf:仅支持英文
  • 默认hei.ttf 注意:此字段可能返回 null,表示取不到有效值。 * @param FontType 字体类型,
  • hei.ttf:黑体
  • song.ttf:宋体
  • simkai.ttf:楷体
  • arial.ttf:仅支持英文
  • 默认hei.ttf 注意:此字段可能返回 null,表示取不到有效值。 */ public void setFontType(String FontType) { this.FontType = FontType; } /** * Get 字体大小,格式:Npx,N 为数值,不指定则以字幕文件中为准。 注意:此字段可能返回 null,表示取不到有效值。 * @return FontSize 字体大小,格式:Npx,N 为数值,不指定则以字幕文件中为准。 注意:此字段可能返回 null,表示取不到有效值。 */ public String getFontSize() { return this.FontSize; } /** * Set 字体大小,格式:Npx,N 为数值,不指定则以字幕文件中为准。 注意:此字段可能返回 null,表示取不到有效值。 * @param FontSize 字体大小,格式:Npx,N 为数值,不指定则以字幕文件中为准。 注意:此字段可能返回 null,表示取不到有效值。 */ public void setFontSize(String FontSize) { this.FontSize = FontSize; } /** * Get 字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色) 注意:此字段可能返回 null,表示取不到有效值。 * @return FontColor 字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色) 注意:此字段可能返回 null,表示取不到有效值。 */ public String getFontColor() { return this.FontColor; } /** * Set 字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色) 注意:此字段可能返回 null,表示取不到有效值。 * @param FontColor 字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色) 注意:此字段可能返回 null,表示取不到有效值。 */ public void setFontColor(String FontColor) { this.FontColor = FontColor; } /** * Get 文字透明度,取值范围:(0, 1]
  • 0:完全透明
  • 1:完全不透明
  • 默认值:1。 注意:此字段可能返回 null,表示取不到有效值。 * @return FontAlpha 文字透明度,取值范围:(0, 1]
  • 0:完全透明
  • 1:完全不透明
  • 默认值:1。 注意:此字段可能返回 null,表示取不到有效值。 */ public Float getFontAlpha() { return this.FontAlpha; } /** * Set 文字透明度,取值范围:(0, 1]
  • 0:完全透明
  • 1:完全不透明
  • 默认值:1。 注意:此字段可能返回 null,表示取不到有效值。 * @param FontAlpha 文字透明度,取值范围:(0, 1]
  • 0:完全透明
  • 1:完全不透明
  • 默认值:1。 注意:此字段可能返回 null,表示取不到有效值。 */ public void setFontAlpha(Float FontAlpha) { this.FontAlpha = FontAlpha; } public SubtitleTemplate() { } /** * NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, * and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. */ public SubtitleTemplate(SubtitleTemplate source) { if (source.Path != null) { this.Path = new String(source.Path); } if (source.StreamIndex != null) { this.StreamIndex = new Long(source.StreamIndex); } if (source.FontType != null) { this.FontType = new String(source.FontType); } if (source.FontSize != null) { this.FontSize = new String(source.FontSize); } if (source.FontColor != null) { this.FontColor = new String(source.FontColor); } if (source.FontAlpha != null) { this.FontAlpha = new Float(source.FontAlpha); } } /** * Internal implementation, normal users should not use it. */ public void toMap(HashMap map, String prefix) { this.setParamSimple(map, prefix + "Path", this.Path); this.setParamSimple(map, prefix + "StreamIndex", this.StreamIndex); this.setParamSimple(map, prefix + "FontType", this.FontType); this.setParamSimple(map, prefix + "FontSize", this.FontSize); this.setParamSimple(map, prefix + "FontColor", this.FontColor); this.setParamSimple(map, prefix + "FontAlpha", this.FontAlpha); } }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy