public class SubtitleFormatsOperation extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubtitleFormatsOperation() |
SubtitleFormatsOperation(SubtitleFormatsOperation source)
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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getFormats()
Get 字幕格式列表,取值范围:
vtt:生成 WebVTT 字幕文件;
srt:生成 SRT 字幕文件。
|
String |
getType()
Get 操作类型,取值范围:
add:添加 Formats 指定的格式列表;
delete:删除 Formats 指定的格式列表;
|
void |
setFormats(String[] Formats)
Set 字幕格式列表,取值范围:
vtt:生成 WebVTT 字幕文件;
srt:生成 SRT 字幕文件。
|
void |
setType(String Type)
Set 操作类型,取值范围:
add:添加 Formats 指定的格式列表;
delete:删除 Formats 指定的格式列表;
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SubtitleFormatsOperation()
public SubtitleFormatsOperation(SubtitleFormatsOperation source)
public String getType()
public void setType(String Type)
Type
- 操作类型,取值范围:
public String[] getFormats()
public void setFormats(String[] Formats)
Formats
- 字幕格式列表,取值范围:
Copyright © 2024. All rights reserved.