public class AiRecognitionTaskAsrWordsResultOutput extends AbstractModel
skipSign
Constructor and Description |
---|
AiRecognitionTaskAsrWordsResultOutput() |
AiRecognitionTaskAsrWordsResultOutput(AiRecognitionTaskAsrWordsResultOutput 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 |
---|---|
AiRecognitionTaskAsrWordsResultItem[] |
getResultSet()
Get Speech keyword recognition result set
Note: this list displays up to the first 100 results.
|
String |
getResultSetFileUrl()
Get URL to the file of the speech keyword recognition result set.
|
String |
getResultSetFileUrlExpireTime()
Get Expiration time of the URL to the file of the speech keyword recognition result set, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)
|
void |
setResultSet(AiRecognitionTaskAsrWordsResultItem[] ResultSet)
Set Speech keyword recognition result set
Note: this list displays up to the first 100 results.
|
void |
setResultSetFileUrl(String ResultSetFileUrl)
Set URL to the file of the speech keyword recognition result set.
|
void |
setResultSetFileUrlExpireTime(String ResultSetFileUrlExpireTime)
Set Expiration time of the URL to the file of the speech keyword recognition result set, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiRecognitionTaskAsrWordsResultOutput()
public AiRecognitionTaskAsrWordsResultOutput(AiRecognitionTaskAsrWordsResultOutput source)
public AiRecognitionTaskAsrWordsResultItem[] getResultSet()
public void setResultSet(AiRecognitionTaskAsrWordsResultItem[] ResultSet)
ResultSet
- Speech keyword recognition result set
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 getResultSetFileUrl()
public void setResultSetFileUrl(String ResultSetFileUrl)
ResultSetFileUrl
- URL to the file of the speech keyword recognition result set. 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 getResultSetFileUrlExpireTime()
public void setResultSetFileUrlExpireTime(String ResultSetFileUrlExpireTime)
ResultSetFileUrlExpireTime
- Expiration time of the URL to the file of the speech keyword recognition result set, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732)Copyright © 2023. All rights reserved.