public class RcbAsr extends AbstractModel
| Constructor and Description | 
|---|
| RcbAsr() | 
| RcbAsr(RcbAsr 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 | getCreatedAt()Get This field is used to return the creation time of the queried task in ISO 8601 format. | 
| String | getText()Get This field is used to return the recognized text content of an audio file. | 
| void | setCreatedAt(String CreatedAt)Set This field is used to return the creation time of the queried task in ISO 8601 format. | 
| void | setText(String Text)Set This field is used to return the recognized text content of an audio 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 RcbAsr()
public RcbAsr(RcbAsr source)
public String getText()
public void setText(String Text)
Text - This field is used to return the recognized text content of an audio file. **Up to the first 1,000 characters** can be recognized.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - This field is used to return the creation time of the queried task in ISO 8601 format.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.