public class MediaContentReviewAsrTextSegmentItem extends AbstractModel
skipSign
Constructor and Description |
---|
MediaContentReviewAsrTextSegmentItem() |
MediaContentReviewAsrTextSegmentItem(MediaContentReviewAsrTextSegmentItem 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 Confidence of suspected segment.
|
Float |
getEndTimeOffset()
Get End time offset of suspected segment in seconds.
|
String[] |
getKeywordSet()
Get List of suspected keywords.
|
Float |
getStartTimeOffset()
Get Start time offset of suspected segment in seconds.
|
String |
getSuggestion()
Get Processing suggestion for the detected suspicious content.
|
void |
setConfidence(Float Confidence)
Set Confidence of suspected segment.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set End time offset of suspected segment in seconds.
|
void |
setKeywordSet(String[] KeywordSet)
Set List of suspected keywords.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Start time offset of suspected segment in seconds.
|
void |
setSuggestion(String Suggestion)
Set Processing suggestion for the detected suspicious content.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaContentReviewAsrTextSegmentItem()
public MediaContentReviewAsrTextSegmentItem(MediaContentReviewAsrTextSegmentItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- Start time offset of suspected segment in seconds.
Note: this field may return null, indicating that no valid values can be obtained.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- End time offset of suspected segment in seconds.
Note: this field may return null, indicating that no valid values can be obtained.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Confidence of suspected segment.
Note: this field may return null, indicating that no valid values can be obtained.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Processing suggestion for the detected suspicious content. Valid values:
public String[] getKeywordSet()
public void setKeywordSet(String[] KeywordSet)
KeywordSet
- List of suspected keywords.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.