public class MediaContentReviewOcrTextSegmentItem extends AbstractModel
Constructor and Description |
---|
MediaContentReviewOcrTextSegmentItem() |
MediaContentReviewOcrTextSegmentItem(MediaContentReviewOcrTextSegmentItem 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],即左上角坐标、右下角坐标。
|
Float |
getConfidence()
Get 嫌疑片段置信度。
|
Float |
getEndTimeOffset()
Get 嫌疑片段结束的偏移时间,单位:秒。
|
String[] |
getKeywordSet()
Get 嫌疑关键词列表。
|
String |
getPicUrlExpireTime()
Get 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
Float |
getStartTimeOffset()
Get 嫌疑片段起始的偏移时间,单位:秒。
|
String |
getSuggestion()
Get 嫌疑片段审核结果建议,取值范围:
pass。
review。
block。
|
String |
getUrl()
Get 嫌疑图片 URL (图片不会永久存储,到达
PicUrlExpireTime 时间点后图片将被删除)。
|
void |
setAreaCoordSet(Long[] AreaCoordSet)
Set 嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
|
void |
setConfidence(Float Confidence)
Set 嫌疑片段置信度。
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set 嫌疑片段结束的偏移时间,单位:秒。
|
void |
setKeywordSet(String[] KeywordSet)
Set 嫌疑关键词列表。
|
void |
setPicUrlExpireTime(String PicUrlExpireTime)
Set 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set 嫌疑片段起始的偏移时间,单位:秒。
|
void |
setSuggestion(String Suggestion)
Set 嫌疑片段审核结果建议,取值范围:
pass。
review。
block。
|
void |
setUrl(String Url)
Set 嫌疑图片 URL (图片不会永久存储,到达
PicUrlExpireTime 时间点后图片将被删除)。
|
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 MediaContentReviewOcrTextSegmentItem()
public MediaContentReviewOcrTextSegmentItem(MediaContentReviewOcrTextSegmentItem source)
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
- 嫌疑片段置信度。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 嫌疑片段审核结果建议,取值范围:
public String[] getKeywordSet()
public void setKeywordSet(String[] KeywordSet)
KeywordSet
- 嫌疑关键词列表。public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet
- 嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。public String getUrl()
public void setUrl(String Url)
Url
- 嫌疑图片 URL (图片不会永久存储,到达
PicUrlExpireTime 时间点后图片将被删除)。public String getPicUrlExpireTime()
public void setPicUrlExpireTime(String PicUrlExpireTime)
PicUrlExpireTime
- 嫌疑图片 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2021. All rights reserved.