public class AiRecognitionTaskAsrFullTextResultOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiRecognitionTaskAsrFullTextResultOutput() |
AiRecognitionTaskAsrFullTextResultOutput(AiRecognitionTaskAsrFullTextResultOutput 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 |
---|---|
AiRecognitionTaskAsrFullTextSegmentItem[] |
getSegmentSet()
Get List of full-text speech recognition segments
Note: this list displays up to the first 100 results.
|
String |
getSegmentSetFileUrl()
Get URL to the file of the list for full-text speech recognition segments.
|
String |
getSegmentSetFileUrlExpireTime()
Get The expiration time of the URLs of full-text speech recognition segments in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format).
|
AiRecognitionTaskAsrFullTextResultOutputSubtitleItem[] |
getSubtitleSet()
Get The subtitle files generated, whose format is determined by the `SubtitleFormats` parameter of [AsrFullTextConfigureInfo](https://intl.cloud.tencent.com/document/api/266/31773?from_cn_redirect=1#AsrFullTextConfigureInfo).
|
String |
getSubtitleUrl()
Get The URLs of the subtitle files generated, whose format is determined by the `SubtitleFormats` parameter of [AsrFullTextConfigureInfo](https://intl.cloud.tencent.com/document/api/266/31773?from_cn_redirect=1#AsrFullTextConfigureInfo).
|
void |
setSegmentSet(AiRecognitionTaskAsrFullTextSegmentItem[] SegmentSet)
Set List of full-text speech recognition segments
Note: this list displays up to the first 100 results.
|
void |
setSegmentSetFileUrl(String SegmentSetFileUrl)
Set URL to the file of the list for full-text speech recognition segments.
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set The expiration time of the URLs of full-text speech recognition segments in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format).
|
void |
setSubtitleSet(AiRecognitionTaskAsrFullTextResultOutputSubtitleItem[] SubtitleSet)
Set The subtitle files generated, whose format is determined by the `SubtitleFormats` parameter of [AsrFullTextConfigureInfo](https://intl.cloud.tencent.com/document/api/266/31773?from_cn_redirect=1#AsrFullTextConfigureInfo).
|
void |
setSubtitleUrl(String SubtitleUrl)
Set The URLs of the subtitle files generated, whose format is determined by the `SubtitleFormats` parameter of [AsrFullTextConfigureInfo](https://intl.cloud.tencent.com/document/api/266/31773?from_cn_redirect=1#AsrFullTextConfigureInfo).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiRecognitionTaskAsrFullTextResultOutput()
public AiRecognitionTaskAsrFullTextResultOutput(AiRecognitionTaskAsrFullTextResultOutput source)
public AiRecognitionTaskAsrFullTextSegmentItem[] getSegmentSet()
public void setSegmentSet(AiRecognitionTaskAsrFullTextSegmentItem[] SegmentSet)
SegmentSet
- List of full-text speech recognition segments
Note: this list displays up to the first 100 results. You can get all the results from the file whose URL is `SegmentSetFileUrl`.public String getSegmentSetFileUrl()
public void setSegmentSetFileUrl(String SegmentSetFileUrl)
SegmentSetFileUrl
- URL to the file of the list for full-text speech recognition segments. The file format is JSON, and the data structure is the same as `SegmentSet`. The file will be deleted upon the expiration time `SegmentSetFileUrlExpireTime`, instead of being stored permanently.public String getSegmentSetFileUrlExpireTime()
public void setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
SegmentSetFileUrlExpireTime
- The expiration time of the URLs of full-text speech recognition segments in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format).public AiRecognitionTaskAsrFullTextResultOutputSubtitleItem[] getSubtitleSet()
public void setSubtitleSet(AiRecognitionTaskAsrFullTextResultOutputSubtitleItem[] SubtitleSet)
SubtitleSet
- The subtitle files generated, whose format is determined by the `SubtitleFormats` parameter of [AsrFullTextConfigureInfo](https://intl.cloud.tencent.com/document/api/266/31773?from_cn_redirect=1#AsrFullTextConfigureInfo).public String getSubtitleUrl()
public void setSubtitleUrl(String SubtitleUrl)
SubtitleUrl
- The URLs of the subtitle files generated, whose format is determined by the `SubtitleFormats` parameter of [AsrFullTextConfigureInfo](https://intl.cloud.tencent.com/document/api/266/31773?from_cn_redirect=1#AsrFullTextConfigureInfo).Copyright © 2024. All rights reserved.