public class AiRecognitionTaskAsrFullTextResultOutputSubtitleItem extends AbstractModel
| 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 |
getUrl()
Get The URL of a subtitle file.
|
void |
setFormat(String Format)
Set The format of the subtitle files.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic AiRecognitionTaskAsrFullTextResultOutputSubtitleItem()
public AiRecognitionTaskAsrFullTextResultOutputSubtitleItem(AiRecognitionTaskAsrFullTextResultOutputSubtitleItem source)
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 © 2022. All rights reserved.