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 Zone coordinates (at the pixel level) of suspected text: [x1, y1, x2, y2], i.e., the coordinates of the top-left and bottom-right corners. | 
| Float | getConfidence()Get Confidence of a suspected segment. | 
| Float | getEndTimeOffset()Get End time offset of a suspected segment in seconds. | 
| String[] | getKeywordSet()Get List of suspected keywords. | 
| String | getPicUrlExpireTime()Get Expiration time of a suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| Float | getStartTimeOffset()Get Start time offset of a suspected segment in seconds. | 
| String | getSuggestion()Get Suggestion for suspected segment audit. | 
| String | getUrl()Get URL of a suspected image (which will not be permanently stored
and will be deleted after `PicUrlExpireTime`). | 
| void | setAreaCoordSet(Long[] AreaCoordSet)Set Zone coordinates (at the pixel level) of suspected text: [x1, y1, x2, y2], i.e., the coordinates of the top-left and bottom-right corners. | 
| void | setConfidence(Float Confidence)Set Confidence of a suspected segment. | 
| void | setEndTimeOffset(Float EndTimeOffset)Set End time offset of a suspected segment in seconds. | 
| void | setKeywordSet(String[] KeywordSet)Set List of suspected keywords. | 
| void | setPicUrlExpireTime(String PicUrlExpireTime)Set Expiration time of a suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F). | 
| void | setStartTimeOffset(Float StartTimeOffset)Set Start time offset of a suspected segment in seconds. | 
| void | setSuggestion(String Suggestion)Set Suggestion for suspected segment audit. | 
| void | setUrl(String Url)Set URL of a suspected image (which will not be permanently stored
and will be deleted after `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, toJsonStringpublic MediaContentReviewOcrTextSegmentItem()
public MediaContentReviewOcrTextSegmentItem(MediaContentReviewOcrTextSegmentItem source)
public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Start time offset of a suspected segment in seconds.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - End time offset of a suspected segment in seconds.public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Confidence of a suspected segment.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Suggestion for suspected segment audit. Valid values:
public String[] getKeywordSet()
public void setKeywordSet(String[] KeywordSet)
KeywordSet - List of suspected keywords.public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet - Zone coordinates (at the pixel level) of suspected text: [x1, y1, x2, y2], i.e., the coordinates of the top-left and bottom-right corners.public String getUrl()
public void setUrl(String Url)
Url - URL of a suspected image (which will not be permanently stored
and will be deleted after `PicUrlExpireTime`).public String getPicUrlExpireTime()
public void setPicUrlExpireTime(String PicUrlExpireTime)
PicUrlExpireTime - Expiration time of a suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).Copyright © 2021. All rights reserved.