public class AiRecognitionTaskAsrFullTextResultOutputSubtitleItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AiRecognitionTaskAsrFullTextResultOutputSubtitleItem() |
AiRecognitionTaskAsrFullTextResultOutputSubtitleItem(AiRecognitionTaskAsrFullTextResultOutputSubtitleItem 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 |
getFormat()
Get The format of the subtitle files.
|
String |
getId()
Get Media asset subtitle ID, used for media asset subtitle management, only valid when Format is vtt.
|
String |
getLanguage()
Get Subtitle Language.
|
String |
getName()
Get Media asset subtitle name, used for player display, only valid when Format is vtt.
|
String |
getUrl()
Get The URL of a subtitle file.
|
void |
setFormat(String Format)
Set The format of the subtitle files.
|
void |
setId(String Id)
Set Media asset subtitle ID, used for media asset subtitle management, only valid when Format is vtt.
|
void |
setLanguage(String Language)
Set Subtitle Language.
|
void |
setName(String Name)
Set Media asset subtitle name, used for player display, only valid when Format is vtt.
|
void |
setUrl(String Url)
Set The URL of a subtitle file.
|
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, toJsonStringpublic AiRecognitionTaskAsrFullTextResultOutputSubtitleItem()
public AiRecognitionTaskAsrFullTextResultOutputSubtitleItem(AiRecognitionTaskAsrFullTextResultOutputSubtitleItem source)
public String getId()
public void setId(String Id)
Id - Media asset subtitle ID, used for media asset subtitle management, only valid when Format is vtt.
Note: Tasks before 2024-11-01T10:00:00Z return this field as invalid.public String getName()
public void setName(String Name)
Name - Media asset subtitle name, used for player display, only valid when Format is vtt.
Note: Tasks before 2024-11-01T10:00:00Z return this field as invalid.public String getLanguage()
public void setLanguage(String Language)
Language - Subtitle Language.public String getFormat()
public void setFormat(String Format)
Format - The format of the subtitle files. Valid values:
public String getUrl()
public void setUrl(String Url)
Url - The URL of a subtitle file.Copyright © 2025. All rights reserved.