public class AudioResultDetailSpeakerResult extends AbstractModel
Constructor and Description |
---|
AudioResultDetailSpeakerResult() |
AudioResultDetailSpeakerResult(AudioResultDetailSpeakerResult 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 |
---|---|
Float |
getEndTime()
Get 该字段用于返回对应说话人的片段在音频文件内的结束时间,单位为毫秒。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLabel()
Get 该字段用于返回检测结果需要检测的内容类型。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScore()
Get 该字段用于返回呻吟检测的置信度,取值范围:0(置信度最低)-100(置信度最高),越高代表音频越有可能属于说话人声纹。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getStartTime()
Get 该字段用于返回对应说话人的片段在音频文件内的开始时间,单位为毫秒。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTime(Float EndTime)
Set 该字段用于返回对应说话人的片段在音频文件内的结束时间,单位为毫秒。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabel(String Label)
Set 该字段用于返回检测结果需要检测的内容类型。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Long Score)
Set 该字段用于返回呻吟检测的置信度,取值范围:0(置信度最低)-100(置信度最高),越高代表音频越有可能属于说话人声纹。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTime(Float StartTime)
Set 该字段用于返回对应说话人的片段在音频文件内的开始时间,单位为毫秒。
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public AudioResultDetailSpeakerResult()
public AudioResultDetailSpeakerResult(AudioResultDetailSpeakerResult source)
public String getLabel()
public void setLabel(String Label)
Label
- 该字段用于返回检测结果需要检测的内容类型。
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score
- 该字段用于返回呻吟检测的置信度,取值范围:0(置信度最低)-100(置信度最高),越高代表音频越有可能属于说话人声纹。
注意:此字段可能返回 null,表示取不到有效值。public Float getStartTime()
public void setStartTime(Float StartTime)
StartTime
- 该字段用于返回对应说话人的片段在音频文件内的开始时间,单位为毫秒。
注意:此字段可能返回 null,表示取不到有效值。public Float getEndTime()
public void setEndTime(Float EndTime)
EndTime
- 该字段用于返回对应说话人的片段在音频文件内的结束时间,单位为毫秒。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.