- GetAsrVocab(GetAsrVocabRequest) - Method in class com.tencentcloudapi.asr.v20190614.AsrClient
-
用户根据词表的ID可以获取对应的热词表信息
- GetAsrVocabList(GetAsrVocabListRequest) - Method in class com.tencentcloudapi.asr.v20190614.AsrClient
-
用户通过该接口,可获得所有的热词表及其信息。
- GetAsrVocabListRequest - Class in com.tencentcloudapi.asr.v20190614.models
-
- GetAsrVocabListRequest() - Constructor for class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListRequest
-
- GetAsrVocabListResponse - Class in com.tencentcloudapi.asr.v20190614.models
-
- GetAsrVocabListResponse() - Constructor for class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListResponse
-
- GetAsrVocabRequest - Class in com.tencentcloudapi.asr.v20190614.models
-
- GetAsrVocabRequest() - Constructor for class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabRequest
-
- GetAsrVocabResponse - Class in com.tencentcloudapi.asr.v20190614.models
-
- GetAsrVocabResponse() - Constructor for class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
- getAtUpdated() - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Get 最后更新时间
- getAudioDuration() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Get 请求的音频时长,单位为ms
- getCallbackUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 支持HTTP和HTTPS协议,用于接收识别结果,您需要自行搭建公网可调用的服务。回调格式&内容详见:[语音流异步识别回调说明](https://cloud.tencent.com/document/product/1093/52633)
- getCallbackUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 回调 URL,用户自行搭建的用于接收识别结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。回调格式&内容详见:[录音识别回调说明](https://cloud.tencent.com/document/product/1093/52632)
- getChannelNum() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 识别声道数。1:单声道;2:双声道(仅支持 8k_zh 引擎模)。注意:录音识别会自动将音频转码为填写的识别声道数
- getConvertNumMode() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 是否进行阿拉伯数字智能转换。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字。默认值为1
- getConvertNumMode() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1。
- getConvertNumMode() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 是否进行阿拉伯数字智能转换。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字。默认值为1
- getCreateTime() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Get 词表创建时间
- getCreateTime() - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Get 词表创建时间
- GetCustomizationList(GetCustomizationListRequest) - Method in class com.tencentcloudapi.asr.v20190614.AsrClient
-
查询自学习模型列表
- GetCustomizationListRequest - Class in com.tencentcloudapi.asr.v20190614.models
-
- GetCustomizationListRequest() - Constructor for class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
- GetCustomizationListResponse - Class in com.tencentcloudapi.asr.v20190614.models
-
- GetCustomizationListResponse() - Constructor for class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListResponse
-
- getData() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskResponse
-
Get 请求返回结果,包含本次的任务ID(TaskId)
- getData() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 语音数据,当SourceType 值为1时必须填写,为0可不写。要base64编码(采用python语言时注意读取文件应该为string而不是byte,以byte格式读取后要decode()。编码后的数据不可带有回车换行符)。音频数据要小于5MB。
- getData() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskResponse
-
Get 录音文件识别的请求返回结果,包含结果查询需要的TaskId
- getData() - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeAsyncRecognitionTasksResponse
-
Get 任务列表
注意:此字段可能返回 null,表示取不到有效值。
- getData() - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeTaskStatusResponse
-
Get 录音文件识别的请求返回结果。
- getData() - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListResponse
-
Get 自学习模型数组
注意:此字段可能返回 null,表示取不到有效值。
- getData() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 语音数据,当SourceType 值为1(本地语音数据上传)时必须填写,当SourceType 值为0(语音 URL上传)可不写。要使用base64编码(采用python语言时注意读取文件应该为string而不是byte,以byte格式读取后要decode()。编码后的数据不可带有回车换行符)。数据长度要小于3MB(Base64后)。
- getDataLen() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 数据长度,非必填(此数据长度为数据未进行base64编码时的数据长度)。
- getDataLen() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 数据长度,单位为字节。当 SourceType 值为1(本地语音数据上传)时必须填写,当 SourceType 值为0(语音 URL上传)可不写(此数据长度为数据未进行base64编码时的数据长度)。
- getDescription() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Get 热词表描述,长度在0-1000之间
- getDescription() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Get 热词表描述
- getDescription() - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Get 热词表描述
- getDescription() - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Get 热词表描述
- getDictName() - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Get 模型文件名称
- getDownloadUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationResponse
-
Get 下载地址
- getEndMs() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Get 单句结束时间(毫秒)
注意:此字段可能返回 null,表示取不到有效值。
- getEndTime() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
Get 词在音频中的结束时间
- getEngineModelType() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 引擎模型类型。
电话场景:
• 8k_en:电话 8k 英语;
• 8k_zh:电话 8k 中文普通话通用;
非电话场景:
• 16k_zh:16k 中文普通话通用;
• 16k_zh_video:16k 音视频领域;
• 16k_en:16k 英语;
• 16k_ca:16k 粤语;
• 16k_ja:16k 日语;
• 16k_wuu-SH:16k 上海话方言;
• 16k_zh_edu 中文教育;
• 16k_en_edu 英文教育;
• 16k_zh_medical 医疗;
• 16k_th 泰语;
- getEngineType() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 引擎模型类型。
• 16k_zh:16k 中文普通话通用;
• 16k_zh_video:16k 音视频领域;
• 16k_en:16k 英语;
• 16k_ca:16k 粤语;
- getEngSerViceType() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 引擎模型类型。
电话场景:
• 8k_en:电话 8k 英语;
• 8k_zh:电话 8k 中文普通话通用;
非电话场景:
• 16k_zh:16k 中文普通话通用;
• 16k_en:16k 英语;
• 16k_ca:16k 粤语;
• 16k_ja:16k 日语;
•16k_wuu-SH:16k 上海话方言;
•16k_zh_medical:16k 医疗。
- getErrorMsg() - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Get 失败原因说明。
- getExtra() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 附加参数
- getFilterDirty() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0
- getFilterDirty() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
- getFilterDirty() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。
- getFilterModal() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 是否过语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0
- getFilterModal() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 是否过语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
- getFilterModal() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 是否过语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。
- getFilterPunc() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认为0
- getFilterPunc() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认为0。
- getFilterPunc() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认为0。
- getFinalSentence() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Get 单句最终识别结果
注意:此字段可能返回 null,表示取不到有效值。
- getHotwordId() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id。
- getHotwordId() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id。
- getHotwordId() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id。
- getLimit() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListRequest
-
Get 分页Limit
- getLimit() - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
Get 分页大小
- getModelId() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationResponse
-
Get 模型ID
- getModelId() - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteCustomizationRequest
-
Get 要删除的模型ID
- getModelId() - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationRequest
-
Get 自学习模型ID
- getModelId() - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Get 模型Id
- getModelId() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Get 要修改的模型ID
- getModelId() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateRequest
-
Get 自学习模型ID
- getModelId() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateResponse
-
Get 自学习模型ID
- getModelName() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Get 自学习模型名称,需在1-20字符之间
- getModelName() - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Get 模型名称
- getModelName() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Get 要修改的模型名称,长度需在1-20个字符之间
- getModelState() - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Get 模型状态,-1下线状态,1上线状态, 0训练中, -2 训练失败
- getModelType() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Get 自学习模型类型,填写8k或者16k
- getModelType() - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Get 模型类型,“8k”或者”16k“
- getModelType() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Get 要修改的模型类型,为8k或者16k
- getName() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Get 热词表名称,长度在1-255之间
- getName() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Get 热词表名称
- getName() - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Get 热词表名称
- getName() - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Get 热词表名称
- getOffset() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListRequest
-
Get 分页Offset
- getOffset() - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
Get 分页offset
- getOffsetEndMs() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWords
-
Get 在句子中的结束时间偏移量
注意:此字段可能返回 null,表示取不到有效值。
- getOffsetStartMs() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWords
-
Get 在句子中的开始时间偏移量
注意:此字段可能返回 null,表示取不到有效值。
- getProjectId() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 腾讯云项目 ID,可填 0,总长度不超过 1024 字节。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.CloseAsyncRecognitionTaskResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteAsrVocabResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteCustomizationResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeAsyncRecognitionTasksResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeTaskStatusResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getResTextFormat() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值)
- getResult() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Get 识别结果。
- getResult() - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Get 识别结果。
- getResultDetail() - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Get 识别结果详情,包含每个句子中的词时间偏移,一般用于生成字幕的场景。(录音识别请求中ResTextFormat=1时该字段不为空)
注意:此字段可能返回 null,表示取不到有效值。
- getServiceType() - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Get 服务类型
- getSignToken() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 用于生成回调通知中的签名
- getSliceSentence() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Get 单句中间识别结果,使用空格拆分为多个词
注意:此字段可能返回 null,表示取不到有效值。
- getSourceType() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 语音数据来源。0:语音 URL;1:语音数据(post body)。
- getSourceType() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 语音数据来源。0:语音 URL;1:语音数据(post body)。
- getSpeakerDiarization() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 是否开启说话人分离,0:不开启,1:开启(仅支持8k_zh,16k_zh,16k_zh_video引擎模型,单声道音频)
- getSpeakerNumber() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 说话人分离人数(需配合开启说话人分离使用),取值范围:0-10,0代表自动分离(目前仅支持≤6个人),1-10代表指定说话人数分离。
注:话者分离目前是beta版本,请根据您的需要谨慎使用
- getSpeechSpeed() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Get 单句语速,单位:字数/秒
注意:此字段可能返回 null,表示取不到有效值。
- getStartMs() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Get 单句开始时间(毫秒)
注意:此字段可能返回 null,表示取不到有效值。
- getStartTime() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
Get 词在音频中的开始时间
- getState() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Get 热词表状态,1为默认状态即在识别时默认加载该热词表进行识别,0为初始状态
- getState() - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateRequest
-
Get 热词表状态,1:设为默认状态;0:设为非默认状态。
- getState() - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Get 热词表状态,1为默认状态即在识别时默认加载该热词表进行识别,0为初始状态
- getStatus() - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Get 任务状态码,0:任务等待,1:任务执行中,2:任务成功,3:任务失败。
- getStatusStr() - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Get 任务状态,waiting:任务等待,doing:任务执行中,success:任务成功,failed:任务失败。
- getSubServiceType() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 子服务类型。2: 一句话识别。
- getTagInfos() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Get 标签信息
- getTagInfos() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListRequest
-
Get 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
- getTagInfos() - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
Get 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
- getTagInfos() - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Get 标签信息
注意:此字段可能返回 null,表示取不到有效值。
- getTagInfos() - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Get 标签数组
注意:此字段可能返回 null,表示取不到有效值。
- getTaskId() - Method in class com.tencentcloudapi.asr.v20190614.models.AsyncRecognitionTaskInfo
-
Get 任务ID
- getTaskId() - Method in class com.tencentcloudapi.asr.v20190614.models.CloseAsyncRecognitionTaskRequest
-
Get 语音流异步识别任务的唯一标识,在创建任务时会返回
- getTaskId() - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeTaskStatusRequest
-
Get 从CreateRecTask接口获取的TaskId,用于获取任务状态与结果。
- getTaskId() - Method in class com.tencentcloudapi.asr.v20190614.models.Task
-
Get 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64
- getTaskId() - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Get 任务标识。
- getTasks() - Method in class com.tencentcloudapi.asr.v20190614.models.AsyncRecognitionTasks
-
Get 任务列表
注意:此字段可能返回 null,表示取不到有效值。
- getTextUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Get 文本文件的下载地址,服务会从该地址下载文件, 以训练模型,目前仅支持腾讯云cos
- getTextUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Get 要修改的模型语料的下载地址,目前仅支持腾讯云cos
- getToState() - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateRequest
-
Get 想要变换的模型状态,-1代表下线,1代表上线
- getTotalCount() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListResponse
-
Get 热词列表总数
- getTotalCount() - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListResponse
-
Get 自学习模型总量
注意:此字段可能返回 null,表示取不到有效值。
- getUpdateTime() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Get 词表更新时间
- getUpdateTime() - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Get 词表更新时间
- getUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.AsyncRecognitionTaskInfo
-
Get 音频流Url
- getUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 语音流地址,支持rtmp、hls、rtsp等流媒体协议,以及各类基于http协议的直播流
- getUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Get 语音的URL地址,需要公网可下载。长度小于2048字节,当 SourceType 值为 0 时须填写该字段,为 1 时不需要填写。注意:请确保录音文件时长在5个小时之内,否则可能识别失败。请保证文件的下载速度,否则可能下载失败。
- getUrl() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 语音 URL,公网可下载。当 SourceType 值为 0(语音 URL上传) 时须填写该字段,为 1 时不填;URL 的长度大于 0,小于 2048,需进行urlencode编码。音频时间长度要小于60s。
- getUsrAudioKey() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 用户端对此任务的唯一标识,用户自助生成,用于用户查找识别结果。
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabResponse
-
Get 词表ID,可用于获取词表信息
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteAsrVocabRequest
-
Get 热词表Id
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabRequest
-
Get 词表ID。
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabResponse
-
Get 词表ID。
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabRequest
-
Get 热词表ID
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Get 热词表ID
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateRequest
-
Get 热词表ID。
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateResponse
-
Get 热词表ID
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Get 热词表ID
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabResponse
-
Get 热词表ID
- getVocabId() - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Get 热词表ID
- getVocabList() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListResponse
-
Get 热词表列表
- getVoiceFormat() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 识别音频的音频格式。mp3、wav。
- getWeight() - Method in class com.tencentcloudapi.asr.v20190614.models.HotWord
-
Get 权重
- getWord() - Method in class com.tencentcloudapi.asr.v20190614.models.HotWord
-
Get 热词
- getWord() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
Get 词结果
- getWord() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWords
-
Get 词文本
注意:此字段可能返回 null,表示取不到有效值。
- getWordInfo() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Get 是否显示词级别时间戳。0:不显示;1:显示,不包含标点时间戳,2:显示,包含标点时间戳。默认为0
- getWordInfo() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Get 是否显示词级别时间戳。0:不显示;1:显示,不包含标点时间戳,2:显示,包含标点时间戳。支持引擎8k_zh,16k_zh,16k_en,16k_ca,16k_ja,16k_wuu-SH
- getWordList() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Get 词时间戳列表
注意:此字段可能返回 null,表示取不到有效值。
- getWords() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Get 单句中词详情
注意:此字段可能返回 null,表示取不到有效值。
- getWordSize() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Get 词时间戳列表的长度
注意:此字段可能返回 null,表示取不到有效值。
- getWordsNum() - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Get 单句中词个数
注意:此字段可能返回 null,表示取不到有效值。
- getWordWeights() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Get 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
- getWordWeights() - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Get 词权重列表
- getWordWeights() - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Get 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
- getWordWeights() - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Get 词权重列表
- getWordWeightStr() - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Get 词权重文件(纯文本文件)的二进制base64编码,以行分隔,每行的格式为word|weight,即以英文符号|为分割,左边为词,右边为权重,如:你好|5。
当用户传此参数(参数长度大于0),即以此参数解析词权重,WordWeights会被忽略
- getWordWeightStr() - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabResponse
-
Get 词表权重文件形式的base64值。
- getWordWeightStr() - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Get 词权重文件(纯文本文件)的二进制base64编码,以行分隔,每行的格式为word|weight,即以英文符号|为分割,左边为词,右边为权重,如:你好|5。
当用户传此参数(参数长度大于0),即以此参数解析词权重,WordWeights会被忽略
- SentenceDetail - Class in com.tencentcloudapi.asr.v20190614.models
-
- SentenceDetail() - Constructor for class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
- SentenceRecognition(SentenceRecognitionRequest) - Method in class com.tencentcloudapi.asr.v20190614.AsrClient
-
本接口用于对60秒之内的短音频文件进行识别。
• 支持中文普通话、英语、粤语、日语、上海话方言。
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s。
• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。
• 当音频文件通过请求中body内容上传时,请求大小不能超过3MB。
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
- SentenceRecognitionRequest - Class in com.tencentcloudapi.asr.v20190614.models
-
- SentenceRecognitionRequest() - Constructor for class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
- SentenceRecognitionResponse - Class in com.tencentcloudapi.asr.v20190614.models
-
- SentenceRecognitionResponse() - Constructor for class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
- SentenceWord - Class in com.tencentcloudapi.asr.v20190614.models
-
- SentenceWord() - Constructor for class com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
- SentenceWords - Class in com.tencentcloudapi.asr.v20190614.models
-
- SentenceWords() - Constructor for class com.tencentcloudapi.asr.v20190614.models.SentenceWords
-
- setAtUpdated(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Set 最后更新时间
- setAudioDuration(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Set 请求的音频时长,单位为ms
- setCallbackUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 支持HTTP和HTTPS协议,用于接收识别结果,您需要自行搭建公网可调用的服务。回调格式&内容详见:[语音流异步识别回调说明](https://cloud.tencent.com/document/product/1093/52633)
- setCallbackUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 回调 URL,用户自行搭建的用于接收识别结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。回调格式&内容详见:[录音识别回调说明](https://cloud.tencent.com/document/product/1093/52632)
- setChannelNum(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 识别声道数。1:单声道;2:双声道(仅支持 8k_zh 引擎模)。注意:录音识别会自动将音频转码为填写的识别声道数
- setConvertNumMode(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 是否进行阿拉伯数字智能转换。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字。默认值为1
- setConvertNumMode(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1。
- setConvertNumMode(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 是否进行阿拉伯数字智能转换。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字。默认值为1
- setCreateTime(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Set 词表创建时间
- setCreateTime(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Set 词表创建时间
- setData(Task) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskResponse
-
Set 请求返回结果,包含本次的任务ID(TaskId)
- setData(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 语音数据,当SourceType 值为1时必须填写,为0可不写。要base64编码(采用python语言时注意读取文件应该为string而不是byte,以byte格式读取后要decode()。编码后的数据不可带有回车换行符)。音频数据要小于5MB。
- setData(Task) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskResponse
-
Set 录音文件识别的请求返回结果,包含结果查询需要的TaskId
- setData(AsyncRecognitionTasks) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeAsyncRecognitionTasksResponse
-
Set 任务列表
注意:此字段可能返回 null,表示取不到有效值。
- setData(TaskStatus) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeTaskStatusResponse
-
Set 录音文件识别的请求返回结果。
- setData(Model[]) - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListResponse
-
Set 自学习模型数组
注意:此字段可能返回 null,表示取不到有效值。
- setData(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 语音数据,当SourceType 值为1(本地语音数据上传)时必须填写,当SourceType 值为0(语音 URL上传)可不写。要使用base64编码(采用python语言时注意读取文件应该为string而不是byte,以byte格式读取后要decode()。编码后的数据不可带有回车换行符)。数据长度要小于3MB(Base64后)。
- setDataLen(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 数据长度,非必填(此数据长度为数据未进行base64编码时的数据长度)。
- setDataLen(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 数据长度,单位为字节。当 SourceType 值为1(本地语音数据上传)时必须填写,当 SourceType 值为0(语音 URL上传)可不写(此数据长度为数据未进行base64编码时的数据长度)。
- setDescription(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Set 热词表描述,长度在0-1000之间
- setDescription(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Set 热词表描述
- setDescription(String) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Set 热词表描述
- setDescription(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Set 热词表描述
- setDictName(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Set 模型文件名称
- setDownloadUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationResponse
-
Set 下载地址
- setEndMs(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Set 单句结束时间(毫秒)
注意:此字段可能返回 null,表示取不到有效值。
- setEndTime(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
Set 词在音频中的结束时间
- setEngineModelType(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 引擎模型类型。
电话场景:
• 8k_en:电话 8k 英语;
• 8k_zh:电话 8k 中文普通话通用;
非电话场景:
• 16k_zh:16k 中文普通话通用;
• 16k_zh_video:16k 音视频领域;
• 16k_en:16k 英语;
• 16k_ca:16k 粤语;
• 16k_ja:16k 日语;
• 16k_wuu-SH:16k 上海话方言;
• 16k_zh_edu 中文教育;
• 16k_en_edu 英文教育;
• 16k_zh_medical 医疗;
• 16k_th 泰语;
- setEngineType(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 引擎模型类型。
• 16k_zh:16k 中文普通话通用;
• 16k_zh_video:16k 音视频领域;
• 16k_en:16k 英语;
• 16k_ca:16k 粤语;
- setEngSerViceType(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 引擎模型类型。
电话场景:
• 8k_en:电话 8k 英语;
• 8k_zh:电话 8k 中文普通话通用;
非电话场景:
• 16k_zh:16k 中文普通话通用;
• 16k_en:16k 英语;
• 16k_ca:16k 粤语;
• 16k_ja:16k 日语;
•16k_wuu-SH:16k 上海话方言;
•16k_zh_medical:16k 医疗。
- setErrorMsg(String) - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Set 失败原因说明。
- setExtra(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 附加参数
- setFilterDirty(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0
- setFilterDirty(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
- setFilterDirty(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。
- setFilterModal(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 是否过语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0
- setFilterModal(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 是否过语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
- setFilterModal(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 是否过语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。
- setFilterPunc(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认为0
- setFilterPunc(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认为0。
- setFilterPunc(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认为0。
- setFinalSentence(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Set 单句最终识别结果
注意:此字段可能返回 null,表示取不到有效值。
- setHotwordId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id。
- setHotwordId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id。
- setHotwordId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id。
- setLimit(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListRequest
-
Set 分页Limit
- setLimit(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
Set 分页大小
- setModelId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationResponse
-
Set 模型ID
- setModelId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteCustomizationRequest
-
Set 要删除的模型ID
- setModelId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationRequest
-
Set 自学习模型ID
- setModelId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Set 模型Id
- setModelId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Set 要修改的模型ID
- setModelId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateRequest
-
Set 自学习模型ID
- setModelId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateResponse
-
Set 自学习模型ID
- setModelName(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Set 自学习模型名称,需在1-20字符之间
- setModelName(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Set 模型名称
- setModelName(String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Set 要修改的模型名称,长度需在1-20个字符之间
- setModelState(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Set 模型状态,-1下线状态,1上线状态, 0训练中, -2 训练失败
- setModelType(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Set 自学习模型类型,填写8k或者16k
- setModelType(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Set 模型类型,“8k”或者”16k“
- setModelType(String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Set 要修改的模型类型,为8k或者16k
- setName(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Set 热词表名称,长度在1-255之间
- setName(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Set 热词表名称
- setName(String) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Set 热词表名称
- setName(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Set 热词表名称
- setOffset(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListRequest
-
Set 分页Offset
- setOffset(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
Set 分页offset
- setOffsetEndMs(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWords
-
Set 在句子中的结束时间偏移量
注意:此字段可能返回 null,表示取不到有效值。
- setOffsetStartMs(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWords
-
Set 在句子中的开始时间偏移量
注意:此字段可能返回 null,表示取不到有效值。
- setProjectId(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 腾讯云项目 ID,可填 0,总长度不超过 1024 字节。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CloseAsyncRecognitionTaskResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteAsrVocabResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteCustomizationResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeAsyncRecognitionTasksResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeTaskStatusResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setResTextFormat(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值)
- setResult(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Set 识别结果。
- setResult(String) - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Set 识别结果。
- setResultDetail(SentenceDetail[]) - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Set 识别结果详情,包含每个句子中的词时间偏移,一般用于生成字幕的场景。(录音识别请求中ResTextFormat=1时该字段不为空)
注意:此字段可能返回 null,表示取不到有效值。
- setServiceType(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Set 服务类型
- setSignToken(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 用于生成回调通知中的签名
- setSliceSentence(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Set 单句中间识别结果,使用空格拆分为多个词
注意:此字段可能返回 null,表示取不到有效值。
- setSourceType(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 语音数据来源。0:语音 URL;1:语音数据(post body)。
- setSourceType(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 语音数据来源。0:语音 URL;1:语音数据(post body)。
- setSpeakerDiarization(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 是否开启说话人分离,0:不开启,1:开启(仅支持8k_zh,16k_zh,16k_zh_video引擎模型,单声道音频)
- setSpeakerNumber(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 说话人分离人数(需配合开启说话人分离使用),取值范围:0-10,0代表自动分离(目前仅支持≤6个人),1-10代表指定说话人数分离。
注:话者分离目前是beta版本,请根据您的需要谨慎使用
- setSpeechSpeed(Float) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Set 单句语速,单位:字数/秒
注意:此字段可能返回 null,表示取不到有效值。
- setStartMs(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Set 单句开始时间(毫秒)
注意:此字段可能返回 null,表示取不到有效值。
- setStartTime(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
Set 词在音频中的开始时间
- setState(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Set 热词表状态,1为默认状态即在识别时默认加载该热词表进行识别,0为初始状态
- setState(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateRequest
-
Set 热词表状态,1:设为默认状态;0:设为非默认状态。
- setState(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Set 热词表状态,1为默认状态即在识别时默认加载该热词表进行识别,0为初始状态
- setStatus(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Set 任务状态码,0:任务等待,1:任务执行中,2:任务成功,3:任务失败。
- setStatusStr(String) - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Set 任务状态,waiting:任务等待,doing:任务执行中,success:任务成功,failed:任务失败。
- setSubServiceType(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 子服务类型。2: 一句话识别。
- setTagInfos(String[]) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Set 标签信息
- setTagInfos(String[]) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListRequest
-
Set 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
- setTagInfos(String[]) - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
Set 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
- setTagInfos(String[]) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Set 标签信息
注意:此字段可能返回 null,表示取不到有效值。
- setTagInfos(String[]) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Set 标签数组
注意:此字段可能返回 null,表示取不到有效值。
- setTaskId(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.AsyncRecognitionTaskInfo
-
Set 任务ID
- setTaskId(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CloseAsyncRecognitionTaskRequest
-
Set 语音流异步识别任务的唯一标识,在创建任务时会返回
- setTaskId(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeTaskStatusRequest
-
Set 从CreateRecTask接口获取的TaskId,用于获取任务状态与结果。
- setTaskId(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.Task
-
Set 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64
- setTaskId(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Set 任务标识。
- setTasks(AsyncRecognitionTaskInfo[]) - Method in class com.tencentcloudapi.asr.v20190614.models.AsyncRecognitionTasks
-
Set 任务列表
注意:此字段可能返回 null,表示取不到有效值。
- setTextUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Set 文本文件的下载地址,服务会从该地址下载文件, 以训练模型,目前仅支持腾讯云cos
- setTextUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Set 要修改的模型语料的下载地址,目前仅支持腾讯云cos
- setToState(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateRequest
-
Set 想要变换的模型状态,-1代表下线,1代表上线
- setTotalCount(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListResponse
-
Set 热词列表总数
- setTotalCount(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListResponse
-
Set 自学习模型总量
注意:此字段可能返回 null,表示取不到有效值。
- setUpdateTime(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Set 词表更新时间
- setUpdateTime(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Set 词表更新时间
- setUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.AsyncRecognitionTaskInfo
-
Set 音频流Url
- setUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 语音流地址,支持rtmp、hls、rtsp等流媒体协议,以及各类基于http协议的直播流
- setUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Set 语音的URL地址,需要公网可下载。长度小于2048字节,当 SourceType 值为 0 时须填写该字段,为 1 时不需要填写。注意:请确保录音文件时长在5个小时之内,否则可能识别失败。请保证文件的下载速度,否则可能下载失败。
- setUrl(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 语音 URL,公网可下载。当 SourceType 值为 0(语音 URL上传) 时须填写该字段,为 1 时不填;URL 的长度大于 0,小于 2048,需进行urlencode编码。音频时间长度要小于60s。
- setUsrAudioKey(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 用户端对此任务的唯一标识,用户自助生成,用于用户查找识别结果。
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabResponse
-
Set 词表ID,可用于获取词表信息
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteAsrVocabRequest
-
Set 热词表Id
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabRequest
-
Set 词表ID。
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabResponse
-
Set 词表ID。
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabRequest
-
Set 热词表ID
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Set 热词表ID
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateRequest
-
Set 热词表ID。
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateResponse
-
Set 热词表ID
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Set 热词表ID
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabResponse
-
Set 热词表ID
- setVocabId(String) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Set 热词表ID
- setVocabList(Vocab[]) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListResponse
-
Set 热词表列表
- SetVocabState(SetVocabStateRequest) - Method in class com.tencentcloudapi.asr.v20190614.AsrClient
-
用户通过该接口可以设置热词表的默认状态。初始状态为0,用户可设置状态为1,即为默认状态。默认状态表示用户在请求识别时,如不设置热词表ID,则默认使用状态为1的热词表。
- SetVocabStateRequest - Class in com.tencentcloudapi.asr.v20190614.models
-
- SetVocabStateRequest() - Constructor for class com.tencentcloudapi.asr.v20190614.models.SetVocabStateRequest
-
- SetVocabStateResponse - Class in com.tencentcloudapi.asr.v20190614.models
-
- SetVocabStateResponse() - Constructor for class com.tencentcloudapi.asr.v20190614.models.SetVocabStateResponse
-
- setVoiceFormat(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 识别音频的音频格式。mp3、wav。
- setWeight(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.HotWord
-
Set 权重
- setWord(String) - Method in class com.tencentcloudapi.asr.v20190614.models.HotWord
-
Set 热词
- setWord(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
Set 词结果
- setWord(String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWords
-
Set 词文本
注意:此字段可能返回 null,表示取不到有效值。
- setWordInfo(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Set 是否显示词级别时间戳。0:不显示;1:显示,不包含标点时间戳,2:显示,包含标点时间戳。默认为0
- setWordInfo(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Set 是否显示词级别时间戳。0:不显示;1:显示,不包含标点时间戳,2:显示,包含标点时间戳。支持引擎8k_zh,16k_zh,16k_en,16k_ca,16k_ja,16k_wuu-SH
- setWordList(SentenceWord[]) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Set 词时间戳列表
注意:此字段可能返回 null,表示取不到有效值。
- setWords(SentenceWords[]) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Set 单句中词详情
注意:此字段可能返回 null,表示取不到有效值。
- setWordSize(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Set 词时间戳列表的长度
注意:此字段可能返回 null,表示取不到有效值。
- setWordsNum(Long) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Set 单句中词个数
注意:此字段可能返回 null,表示取不到有效值。
- setWordWeights(HotWord[]) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Set 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
- setWordWeights(HotWord[]) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Set 词权重列表
- setWordWeights(HotWord[]) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Set 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10,权重为[1,10]之间整数,数组长度不大于128
- setWordWeights(HotWord[]) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Set 词权重列表
- setWordWeightStr(String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Set 词权重文件(纯文本文件)的二进制base64编码,以行分隔,每行的格式为word|weight,即以英文符号|为分割,左边为词,右边为权重,如:你好|5。
当用户传此参数(参数长度大于0),即以此参数解析词权重,WordWeights会被忽略
- setWordWeightStr(String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabResponse
-
Set 词表权重文件形式的base64值。
- setWordWeightStr(String) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Set 词权重文件(纯文本文件)的二进制base64编码,以行分隔,每行的格式为word|weight,即以英文符号|为分割,左边为词,右边为权重,如:你好|5。
当用户传此参数(参数长度大于0),即以此参数解析词权重,WordWeights会被忽略
- Task - Class in com.tencentcloudapi.asr.v20190614.models
-
- Task() - Constructor for class com.tencentcloudapi.asr.v20190614.models.Task
-
- TaskStatus - Class in com.tencentcloudapi.asr.v20190614.models
-
- TaskStatus() - Constructor for class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.AsyncRecognitionTaskInfo
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.AsyncRecognitionTasks
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CloseAsyncRecognitionTaskRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CloseAsyncRecognitionTaskResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsrVocabResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateAsyncRecognitionTaskResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateCustomizationResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.CreateRecTaskResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteAsrVocabRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteAsrVocabResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteCustomizationRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DeleteCustomizationResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeAsyncRecognitionTasksRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeAsyncRecognitionTasksResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeTaskStatusRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DescribeTaskStatusResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadAsrVocabResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.DownloadCustomizationResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabListResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetAsrVocabResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.GetCustomizationListResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.HotWord
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.Model
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.ModifyCustomizationStateResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceDetail
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceRecognitionResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWord
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.SentenceWords
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.SetVocabStateResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.Task
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.TaskStatus
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.UpdateAsrVocabResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.asr.v20190614.models.Vocab
-
Internal implementation, normal users should not use it.