public class AiRecognitionTaskAsrWordsSegmentItem extends AbstractModel
Constructor and Description |
---|
AiRecognitionTaskAsrWordsSegmentItem() |
Modifier and Type | Method and Description |
---|---|
Float |
getConfidence()
Get 识别片段置信度。取值:0~100。
|
Float |
getEndTimeOffset()
Get 识别片段终止的偏移时间,单位:秒。
|
Float |
getStartTimeOffset()
Get 识别片段起始的偏移时间,单位:秒。
|
void |
setConfidence(Float Confidence)
Set 识别片段置信度。取值:0~100。
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set 识别片段终止的偏移时间,单位:秒。
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set 识别片段起始的偏移时间,单位:秒。
|
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 AiRecognitionTaskAsrWordsSegmentItem()
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- 识别片段起始的偏移时间,单位:秒。public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- 识别片段终止的偏移时间,单位:秒。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 识别片段置信度。取值:0~100。Copyright © 2021. All rights reserved.