- DescribeVRSTaskStatus(DescribeVRSTaskStatusRequest) - Method in class com.tencentcloudapi.vrs.v20200824.VrsClient
-
在调用声音复刻创建任务请求接口后,有回调和轮询两种方式获取识别结果。
• 当采用回调方式时,识别完成后会将结果通过 POST 请求的形式通知到用户在请求时填写的回调 URL,具体请参见 声音复刻结果回调 。
• 当采用轮询方式时,需要主动提交任务ID来轮询识别结果,共有任务成功、等待、执行中和失败四种结果,具体信息请参见下文说明。
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
• 签名方法参考 公共参数 中签名方法v3。
- DescribeVRSTaskStatusRequest - Class in com.tencentcloudapi.vrs.v20200824.models
-
- DescribeVRSTaskStatusRequest() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRequest
-
- DescribeVRSTaskStatusRequest(DescribeVRSTaskStatusRequest) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRequest
-
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.
- DescribeVRSTaskStatusRespData - Class in com.tencentcloudapi.vrs.v20200824.models
-
- DescribeVRSTaskStatusRespData() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
- DescribeVRSTaskStatusRespData(DescribeVRSTaskStatusRespData) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
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.
- DescribeVRSTaskStatusResponse - Class in com.tencentcloudapi.vrs.v20200824.models
-
- DescribeVRSTaskStatusResponse() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusResponse
-
- DescribeVRSTaskStatusResponse(DescribeVRSTaskStatusResponse) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusResponse
-
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.
- DetectEnvAndSoundQuality(DetectEnvAndSoundQualityRequest) - Method in class com.tencentcloudapi.vrs.v20200824.VrsClient
-
本接口用于检测音频的环境和音频质量。
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
• 签名方法参考 公共参数 中签名方法v3。
- DetectEnvAndSoundQualityRequest - Class in com.tencentcloudapi.vrs.v20200824.models
-
- DetectEnvAndSoundQualityRequest() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
- DetectEnvAndSoundQualityRequest(DetectEnvAndSoundQualityRequest) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
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.
- DetectEnvAndSoundQualityResponse - Class in com.tencentcloudapi.vrs.v20200824.models
-
- DetectEnvAndSoundQualityResponse() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityResponse
-
- DetectEnvAndSoundQualityResponse(DetectEnvAndSoundQualityResponse) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityResponse
-
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.
- DetectionEnvAndSoundQualityRespData - Class in com.tencentcloudapi.vrs.v20200824.models
-
- DetectionEnvAndSoundQualityRespData() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
- DetectionEnvAndSoundQualityRespData(DetectionEnvAndSoundQualityRespData) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
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.
- getAudioData() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Get 语音数据 要使用base64编码(采用python语言时注意读取文件时需要转成base64字符串编码,例如:str(base64.b64encode(open("input.aac", mode="rb").read()), encoding='utf-8') )。
- getAudioId() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Get 音频ID (用于创建任务接口AudioIds),环境检测该值为空,仅在音质检测情况下返回
注意:此字段可能返回 null,表示取不到有效值。
- getAudioIdList() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Get 音频ID集合
- getCallbackUrl() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Get 回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。
回调采用POST请求方式,Content-Type为application/json,回调数据格式如下:{"TaskId":"xxxxxxxxxxxxxx","Status":2,"StatusStr":"success","VoiceType":xxxxx,"ErrorMsg":""}
- getCodec() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Get 音频格式,音频类型(wav,mp3,aac,m4a)
- getCodec() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Get 音频格式,音频类型(wav,mp3,aac,m4a)
- getData() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskResponse
-
Get 创建任务结果
- getData() - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusResponse
-
Get 声音复刻任务结果
- getData() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityResponse
-
Get 检测结果
- getData() - Method in class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextResponse
-
Get 文本列表
- getDetectionCode() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Get 检测code
0 表示当前语音通过
-1 表示检测失败,需要重试
-2 表示语音检测不通过,提示用户再重新录制一下(通常漏读,错读,或多读)
-3 表示语音中噪声较大,不通过
注意:此字段可能返回 null,表示取不到有效值。
- getDetectionMsg() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Get 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。
- getDetectionTip() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Get 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。
- getErrorMsg() - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Get 失败原因说明。
注意:此字段可能返回 null,表示取不到有效值。
- getPronAccuracy() - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Get 准确度 (<75则认为不合格)
注意:此字段可能返回 null,表示取不到有效值。
- getPronFluency() - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Get 流畅度 (<0.95则认为不合格)
注意:此字段可能返回 null,表示取不到有效值。
- getRequestId() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getSampleRate() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Get 音频采样率:
16000:16k
- getSampleRate() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Get 音频采样率:
16000:16k(默认)
- getSessionId() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Get 唯一请求 ID
- getStatus() - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Get 任务状态码,0:任务等待,1:任务执行中,2:任务成功,3:任务失败。
注意:此字段可能返回 null,表示取不到有效值。
- getStatusStr() - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Get 任务状态,waiting:任务等待,doing:任务执行中,success:任务成功,failed:任务失败。
注意:此字段可能返回 null,表示取不到有效值。
- getTag() - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Get tag:
0: match 匹配
1: insert 多读
2: delete 少读
3: replace 错读
4: oov 待评估字不在发音评估的词库
5: unknown 未知错误
注意:此字段可能返回 null,表示取不到有效值。
- getTaskId() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRespData
-
Get 任务ID
注意:此字段可能返回 null,表示取不到有效值。
- getTaskId() - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRequest
-
Get 任务ID
- getTaskId() - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Get 任务ID
注意:此字段可能返回 null,表示取不到有效值。
- getText() - Method in class com.tencentcloudapi.vrs.v20200824.models.TrainingText
-
Get 文本
注意:此字段可能返回 null,表示取不到有效值。
- getTextId() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Get 标注文本信息 ID
- getTextId() - Method in class com.tencentcloudapi.vrs.v20200824.models.TrainingText
-
Get 文本ID
注意:此字段可能返回 null,表示取不到有效值。
- GetTrainingText(GetTrainingTextRequest) - Method in class com.tencentcloudapi.vrs.v20200824.VrsClient
-
本接口用于获取声音复刻训练文本信息。
请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
• 签名方法参考 公共参数 中签名方法v3。
- getTrainingTextList() - Method in class com.tencentcloudapi.vrs.v20200824.models.TrainingTexts
-
Get 训练文本列表
注意:此字段可能返回 null,表示取不到有效值。
- GetTrainingTextRequest - Class in com.tencentcloudapi.vrs.v20200824.models
-
- GetTrainingTextRequest() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextRequest
-
- GetTrainingTextRequest(GetTrainingTextRequest) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextRequest
-
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.
- GetTrainingTextResponse - Class in com.tencentcloudapi.vrs.v20200824.models
-
- GetTrainingTextResponse() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextResponse
-
- GetTrainingTextResponse(GetTrainingTextResponse) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextResponse
-
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.
- getTypeId() - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Get 1:环境检测 2:音质检测
- getValue() - Method in enum com.tencentcloudapi.vrs.v20200824.VrsErrorCode
-
- getVoiceGender() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Get 音色性别:
1-male
2-female
- getVoiceLanguage() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Get 语言类型:
1-中文
- getVoiceName() - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Get 音色名称
- getVoiceType() - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Get 音色id
注意:此字段可能返回 null,表示取不到有效值。
- getWord() - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Get 字
注意:此字段可能返回 null,表示取不到有效值。
- setAudioData(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Set 语音数据 要使用base64编码(采用python语言时注意读取文件时需要转成base64字符串编码,例如:str(base64.b64encode(open("input.aac", mode="rb").read()), encoding='utf-8') )。
- setAudioId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Set 音频ID (用于创建任务接口AudioIds),环境检测该值为空,仅在音质检测情况下返回
注意:此字段可能返回 null,表示取不到有效值。
- setAudioIdList(String[]) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Set 音频ID集合
- setCallbackUrl(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Set 回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。
回调采用POST请求方式,Content-Type为application/json,回调数据格式如下:{"TaskId":"xxxxxxxxxxxxxx","Status":2,"StatusStr":"success","VoiceType":xxxxx,"ErrorMsg":""}
- setCodec(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Set 音频格式,音频类型(wav,mp3,aac,m4a)
- setCodec(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Set 音频格式,音频类型(wav,mp3,aac,m4a)
- setData(CreateVRSTaskRespData) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskResponse
-
Set 创建任务结果
- setData(DescribeVRSTaskStatusRespData) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusResponse
-
Set 声音复刻任务结果
- setData(DetectionEnvAndSoundQualityRespData) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityResponse
-
Set 检测结果
- setData(TrainingTexts) - Method in class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextResponse
-
Set 文本列表
- setDetectionCode(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Set 检测code
0 表示当前语音通过
-1 表示检测失败,需要重试
-2 表示语音检测不通过,提示用户再重新录制一下(通常漏读,错读,或多读)
-3 表示语音中噪声较大,不通过
注意:此字段可能返回 null,表示取不到有效值。
- setDetectionMsg(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Set 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。
- setDetectionTip(Words[]) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Set 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。
- setErrorMsg(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Set 失败原因说明。
注意:此字段可能返回 null,表示取不到有效值。
- setPronAccuracy(Float) - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Set 准确度 (<75则认为不合格)
注意:此字段可能返回 null,表示取不到有效值。
- setPronFluency(Float) - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Set 流畅度 (<0.95则认为不合格)
注意:此字段可能返回 null,表示取不到有效值。
- setRequestId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setSampleRate(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Set 音频采样率:
16000:16k
- setSampleRate(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Set 音频采样率:
16000:16k(默认)
- setSessionId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Set 唯一请求 ID
- setStatus(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Set 任务状态码,0:任务等待,1:任务执行中,2:任务成功,3:任务失败。
注意:此字段可能返回 null,表示取不到有效值。
- setStatusStr(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Set 任务状态,waiting:任务等待,doing:任务执行中,success:任务成功,failed:任务失败。
注意:此字段可能返回 null,表示取不到有效值。
- setTag(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Set tag:
0: match 匹配
1: insert 多读
2: delete 少读
3: replace 错读
4: oov 待评估字不在发音评估的词库
5: unknown 未知错误
注意:此字段可能返回 null,表示取不到有效值。
- setTaskId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRespData
-
Set 任务ID
注意:此字段可能返回 null,表示取不到有效值。
- setTaskId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRequest
-
Set 任务ID
- setTaskId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Set 任务ID
注意:此字段可能返回 null,表示取不到有效值。
- setText(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.TrainingText
-
Set 文本
注意:此字段可能返回 null,表示取不到有效值。
- setTextId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Set 标注文本信息 ID
- setTextId(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.TrainingText
-
Set 文本ID
注意:此字段可能返回 null,表示取不到有效值。
- setTrainingTextList(TrainingText[]) - Method in class com.tencentcloudapi.vrs.v20200824.models.TrainingTexts
-
Set 训练文本列表
注意:此字段可能返回 null,表示取不到有效值。
- setTypeId(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Set 1:环境检测 2:音质检测
- setVoiceGender(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Set 音色性别:
1-male
2-female
- setVoiceLanguage(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Set 语言类型:
1-中文
- setVoiceName(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Set 音色名称
- setVoiceType(Long) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Set 音色id
注意:此字段可能返回 null,表示取不到有效值。
- setWord(String) - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Set 字
注意:此字段可能返回 null,表示取不到有效值。
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskRespData
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.CreateVRSTaskResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusRespData
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DescribeVRSTaskStatusResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectEnvAndSoundQualityResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.DetectionEnvAndSoundQualityRespData
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.GetTrainingTextResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.TrainingText
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.TrainingTexts
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.vrs.v20200824.models.Words
-
Internal implementation, normal users should not use it.
- TrainingText - Class in com.tencentcloudapi.vrs.v20200824.models
-
- TrainingText() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.TrainingText
-
- TrainingText(TrainingText) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.TrainingText
-
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.
- TrainingTexts - Class in com.tencentcloudapi.vrs.v20200824.models
-
- TrainingTexts() - Constructor for class com.tencentcloudapi.vrs.v20200824.models.TrainingTexts
-
- TrainingTexts(TrainingTexts) - Constructor for class com.tencentcloudapi.vrs.v20200824.models.TrainingTexts
-
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.