public class LiveStreamAiReviewResultItem extends AbstractModel
| Constructor and Description | 
|---|
| LiveStreamAiReviewResultItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| LiveStreamAiReviewImagePoliticalResult[] | getImagePoliticalResultSet()Get Result of politically sensitive information detection in image, which is valid when `Type` is `ImagePolitical`. | 
| LiveStreamAiReviewImagePornResult[] | getImagePornResultSet()Get Result of porn information detection in image, which is valid when `Type` is `ImagePorn`. | 
| LiveStreamAiReviewImageTerrorismResult[] | getImageTerrorismResultSet()Get Result of terrorism information detection in image, which is valid when `Type` is `ImageTerrorism`. | 
| String | getType()Get Content audit type. | 
| LiveStreamAiReviewVoicePornResult[] | getVoicePornResultSet()Get Result of porn information detection in speech, which is valid when `Type` is `PornVoice`. | 
| void | setImagePoliticalResultSet(LiveStreamAiReviewImagePoliticalResult[] ImagePoliticalResultSet)Set Result of politically sensitive information detection in image, which is valid when `Type` is `ImagePolitical`. | 
| void | setImagePornResultSet(LiveStreamAiReviewImagePornResult[] ImagePornResultSet)Set Result of porn information detection in image, which is valid when `Type` is `ImagePorn`. | 
| void | setImageTerrorismResultSet(LiveStreamAiReviewImageTerrorismResult[] ImageTerrorismResultSet)Set Result of terrorism information detection in image, which is valid when `Type` is `ImageTerrorism`. | 
| void | setType(String Type)Set Content audit type. | 
| void | setVoicePornResultSet(LiveStreamAiReviewVoicePornResult[] VoicePornResultSet)Set Result of porn information detection in speech, which is valid when `Type` is `PornVoice`. | 
| 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 String getType()
public void setType(String Type)
Type - Content audit type. Valid values:
public LiveStreamAiReviewImagePornResult[] getImagePornResultSet()
public void setImagePornResultSet(LiveStreamAiReviewImagePornResult[] ImagePornResultSet)
ImagePornResultSet - Result of porn information detection in image, which is valid when `Type` is `ImagePorn`.public LiveStreamAiReviewImageTerrorismResult[] getImageTerrorismResultSet()
public void setImageTerrorismResultSet(LiveStreamAiReviewImageTerrorismResult[] ImageTerrorismResultSet)
ImageTerrorismResultSet - Result of terrorism information detection in image, which is valid when `Type` is `ImageTerrorism`.public LiveStreamAiReviewImagePoliticalResult[] getImagePoliticalResultSet()
public void setImagePoliticalResultSet(LiveStreamAiReviewImagePoliticalResult[] ImagePoliticalResultSet)
ImagePoliticalResultSet - Result of politically sensitive information detection in image, which is valid when `Type` is `ImagePolitical`.public LiveStreamAiReviewVoicePornResult[] getVoicePornResultSet()
public void setVoicePornResultSet(LiveStreamAiReviewVoicePornResult[] VoicePornResultSet)
VoicePornResultSet - Result of porn information detection in speech, which is valid when `Type` is `PornVoice`.Copyright © 2021. All rights reserved.