public class HighlightSegmentItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
HighlightSegmentItem() |
HighlightSegmentItem(HighlightSegmentItem 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 |
getConfidence()
Get The confidence score.
|
Float |
getEndTimeOffset()
Get The end time offset of the segment.
|
Float |
getStartTimeOffset()
Get The start time offset of the segment.
|
void |
setConfidence(Float Confidence)
Set The confidence score.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set The end time offset of the segment.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set The start time offset of the segment.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HighlightSegmentItem()
public HighlightSegmentItem(HighlightSegmentItem source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- The confidence score.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- The start time offset of the segment.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- The end time offset of the segment.Copyright © 2024. All rights reserved.