public class ImageResultResult extends AbstractModel
Constructor and Description |
---|
ImageResultResult() |
ImageResultResult(ImageResultResult 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 |
---|---|
ImageResultsResultDetail[] |
getDetails()
Get Other details
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getHitFlag()
Get Whether the video content is hit
`0`: No
`1`: Yes
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLabel()
Get Tag
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getNames()
Get If the hit video contains political content, the list of politicians will be returned; otherwise a null value is returned.
|
String |
getScene()
Get Scenario
`Porn`: Pornographic
`Sexy`: Sexy
`Polity`: Political
`Illegal`: Illegal
`Abuse`: Abusive
`Terror`: Violence and terrorism
`Ad`: Advertising
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getScore()
Get Score
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSubLabel()
Get Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSuggestion()
Get Suggestion.
|
String |
getText()
Get OCR-recognized text in the image
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDetails(ImageResultsResultDetail[] Details)
Set Other details
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHitFlag(Long HitFlag)
Set Whether the video content is hit
`0`: No
`1`: Yes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLabel(String Label)
Set Tag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNames(String[] Names)
Set If the hit video contains political content, the list of politicians will be returned; otherwise a null value is returned.
|
void |
setScene(String Scene)
Set Scenario
`Porn`: Pornographic
`Sexy`: Sexy
`Polity`: Political
`Illegal`: Illegal
`Abuse`: Abusive
`Terror`: Violence and terrorism
`Ad`: Advertising
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setScore(Long Score)
Set Score
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSubLabel(String SubLabel)
Set Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSuggestion(String Suggestion)
Set Suggestion.
|
void |
setText(String Text)
Set OCR-recognized text in the image
Note: This field may return null, indicating that no valid values can be obtained.
|
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 ImageResultResult()
public ImageResultResult(ImageResultResult source)
public String getScene()
public void setScene(String Scene)
Scene
- Scenario
`Porn`: Pornographic
`Sexy`: Sexy
`Polity`: Political
`Illegal`: Illegal
`Abuse`: Abusive
`Terror`: Violence and terrorism
`Ad`: Advertising
Note: This field may return null, indicating that no valid values can be obtained.public Long getHitFlag()
public void setHitFlag(Long HitFlag)
HitFlag
- Whether the video content is hit
`0`: No
`1`: Yes
Note: This field may return null, indicating that no valid values can be obtained.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion. Values:
`Pass`: You’re suggested to allow the video to pass.
`Review`: You’re suggested to take a manual review.
`Block`: You’re suggested to block the non-compliant video.
Note: This field may return null, indicating that no valid values can be obtained.public String getLabel()
public void setLabel(String Label)
Label
- Tag
Note: This field may return null, indicating that no valid values can be obtained.public String getSubLabel()
public void setSubLabel(String SubLabel)
SubLabel
- Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained.public Long getScore()
public void setScore(Long Score)
Score
- Score
Note: This field may return null, indicating that no valid values can be obtained.public String[] getNames()
public void setNames(String[] Names)
Names
- If the hit video contains political content, the list of politicians will be returned; otherwise a null value is returned.
Note: This field may return null, indicating that no valid values can be obtained.public String getText()
public void setText(String Text)
Text
- OCR-recognized text in the image
Note: This field may return null, indicating that no valid values can be obtained.public ImageResultsResultDetail[] getDetails()
public void setDetails(ImageResultsResultDetail[] Details)
Details
- Other details
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.