public class VodOcrTextSegmentItem extends AbstractModel
Constructor and Description |
---|
VodOcrTextSegmentItem() |
VodOcrTextSegmentItem(VodOcrTextSegmentItem 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 |
---|---|
Long[] |
getAreaCoordSet()
Get 嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getConfidence()
Get 嫌疑片段置信度。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getEndTimeOffset()
Get 嫌疑片段结束的偏移时间,单位:秒。
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getKeywordSet()
Get 嫌疑关键词列表。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getStartTimeOffset()
Get 嫌疑片段起始的偏移时间,单位:秒。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSuggestion()
Get 嫌疑片段审核结果建议,取值范围:
pass。
review。
block。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAreaCoordSet(Long[] AreaCoordSet)
Set 嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfidence(Float Confidence)
Set 嫌疑片段置信度。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set 嫌疑片段结束的偏移时间,单位:秒。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeywordSet(String[] KeywordSet)
Set 嫌疑关键词列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set 嫌疑片段起始的偏移时间,单位:秒。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuggestion(String Suggestion)
Set 嫌疑片段审核结果建议,取值范围:
pass。
review。
block。
注意:此字段可能返回 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 VodOcrTextSegmentItem()
public VodOcrTextSegmentItem(VodOcrTextSegmentItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset
- 嫌疑片段起始的偏移时间,单位:秒。
注意:此字段可能返回 null,表示取不到有效值。public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset
- 嫌疑片段结束的偏移时间,单位:秒。
注意:此字段可能返回 null,表示取不到有效值。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 嫌疑片段置信度。
注意:此字段可能返回 null,表示取不到有效值。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 嫌疑片段审核结果建议,取值范围:
pass。
review。
block。
注意:此字段可能返回 null,表示取不到有效值。public String[] getKeywordSet()
public void setKeywordSet(String[] KeywordSet)
KeywordSet
- 嫌疑关键词列表。
注意:此字段可能返回 null,表示取不到有效值。public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet
- 嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.