Class RcbAsr
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vm.v20210922.models.RcbAsr
-
public class RcbAsr extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedAt()Get 该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。 注意:此字段可能返回 null,表示取不到有效值。StringgetText()Get 该字段用于返回音频文件识别出的对应文本内容,最大支持**前1000个字符**。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedAt(String CreatedAt)Set 该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。 注意:此字段可能返回 null,表示取不到有效值。voidsetText(String Text)Set 该字段用于返回音频文件识别出的对应文本内容,最大支持**前1000个字符**。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RcbAsr
public RcbAsr()
-
RcbAsr
public 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.
-
-
Method Detail
-
getText
public String getText()
Get 该字段用于返回音频文件识别出的对应文本内容,最大支持**前1000个字符**。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Text 该字段用于返回音频文件识别出的对应文本内容,最大支持**前1000个字符**。 注意:此字段可能返回 null,表示取不到有效值。
-
setText
public void setText(String Text)
Set 该字段用于返回音频文件识别出的对应文本内容,最大支持**前1000个字符**。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Text- 该字段用于返回音频文件识别出的对应文本内容,最大支持**前1000个字符**。 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedAt
public String getCreatedAt()
Get 该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedAt 该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedAt
public void setCreatedAt(String CreatedAt)
Set 该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedAt- 该字段用于返回被查询任务创建的时间,格式采用 ISO 8601标准。 注意:此字段可能返回 null,表示取不到有效值。
-
-