public class LiveStreamAiReviewResultItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveStreamAiReviewResultItem() |
LiveStreamAiReviewResultItem(LiveStreamAiReviewResultItem 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 |
---|---|
LiveStreamAiReviewImagePoliticalResult[] |
getImagePoliticalResultSet()
Get The result of detecting sensitive information in images, which is valid if `Type` is `ImagePolitical`.
|
LiveStreamAiReviewImagePornResult[] |
getImagePornResultSet()
Get Result of porn information detection in image, which is valid when `Type` is `ImagePorn`.
|
LiveStreamAiReviewImageTerrorismResult[] |
getImageTerrorismResultSet()
Get The result of detecting sensitive information in images, which is valid if `Type` is `ImageTerrorism`.
|
String |
getType()
Get The type of moderation result.
|
LiveStreamAiReviewVoicePornResult[] |
getVoicePornResultSet()
Get The result for moderation of pornographic content in audio.
|
void |
setImagePoliticalResultSet(LiveStreamAiReviewImagePoliticalResult[] ImagePoliticalResultSet)
Set The result of detecting sensitive information in images, which is valid if `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 The result of detecting sensitive information in images, which is valid if `Type` is `ImageTerrorism`.
|
void |
setType(String Type)
Set The type of moderation result.
|
void |
setVoicePornResultSet(LiveStreamAiReviewVoicePornResult[] VoicePornResultSet)
Set The result for moderation of pornographic content in audio.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveStreamAiReviewResultItem()
public LiveStreamAiReviewResultItem(LiveStreamAiReviewResultItem source)
public String getType()
public void setType(String Type)
Type
- The type of moderation result. 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
- The result of detecting sensitive information in images, which is valid if `Type` is `ImageTerrorism`.public LiveStreamAiReviewImagePoliticalResult[] getImagePoliticalResultSet()
public void setImagePoliticalResultSet(LiveStreamAiReviewImagePoliticalResult[] ImagePoliticalResultSet)
ImagePoliticalResultSet
- The result of detecting sensitive information in images, which is valid if `Type` is `ImagePolitical`.public LiveStreamAiReviewVoicePornResult[] getVoicePornResultSet()
public void setVoicePornResultSet(LiveStreamAiReviewVoicePornResult[] VoicePornResultSet)
VoicePornResultSet
- The result for moderation of pornographic content in audio. This parameter is valid if `Type` is `VoicePorn`.Copyright © 2024. All rights reserved.