public class DetectionEnvAndSoundQualityRespData extends AbstractModel
header, skipSign
Constructor and Description |
---|
DetectionEnvAndSoundQualityRespData() |
DetectionEnvAndSoundQualityRespData(DetectionEnvAndSoundQualityRespData 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 |
getAudioId()
Get 音频ID (用于创建任务接口AudioIds),环境检测该值为空,仅在音质检测情况下返回
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDetectionCode()
Get 检测code
0 表示当前语音通过
-1 表示检测失败,需要重试
-2 表示语音检测不通过,提示用户再重新录制一下(通常漏读,错读,或多读)
-3 表示语音中噪声较大,不通过
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDetectionMsg()
Get 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。
|
Words[] |
getDetectionTip()
Get 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAudioId(String AudioId)
Set 音频ID (用于创建任务接口AudioIds),环境检测该值为空,仅在音质检测情况下返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetectionCode(Long DetectionCode)
Set 检测code
0 表示当前语音通过
-1 表示检测失败,需要重试
-2 表示语音检测不通过,提示用户再重新录制一下(通常漏读,错读,或多读)
-3 表示语音中噪声较大,不通过
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetectionMsg(String DetectionMsg)
Set 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetectionTip(Words[] DetectionTip)
Set 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DetectionEnvAndSoundQualityRespData()
public DetectionEnvAndSoundQualityRespData(DetectionEnvAndSoundQualityRespData source)
public String getAudioId()
public void setAudioId(String AudioId)
AudioId
- 音频ID (用于创建任务接口AudioIds),环境检测该值为空,仅在音质检测情况下返回
注意:此字段可能返回 null,表示取不到有效值。public Long getDetectionCode()
public void setDetectionCode(Long DetectionCode)
DetectionCode
- 检测code
0 表示当前语音通过
-1 表示检测失败,需要重试
-2 表示语音检测不通过,提示用户再重新录制一下(通常漏读,错读,或多读)
-3 表示语音中噪声较大,不通过
注意:此字段可能返回 null,表示取不到有效值。public String getDetectionMsg()
public void setDetectionMsg(String DetectionMsg)
DetectionMsg
- 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。public Words[] getDetectionTip()
public void setDetectionTip(Words[] DetectionTip)
DetectionTip
- 检测提示信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.