public class MediaContentReviewOcrTextSegmentItem extends AbstractModel
Constructor and Description |
---|
MediaContentReviewOcrTextSegmentItem() |
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 suspected segment.
|
Float |
getEndTimeOffset()
Get End time offset of suspected segment in seconds.
|
String[] |
getKeywordSet()
Get List of suspected keywords.
|
String |
getPicUrlExpireTime()
Get Expiration time of suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
Float |
getStartTimeOffset()
Get Start time offset of 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 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 |
setPicUrlExpireTime(String PicUrlExpireTime)
Set Expiration time of suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Start time offset of 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, toJsonString
public MediaContentReviewOcrTextSegmentItem()
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
- Suggestion for suspected segment audit. 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.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.
Note: this field may return null, indicating that no valid values can be obtained.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 suspected image URL in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2020. All rights reserved.