public static final class GetAIMediaAuditJobResponseBody.Result.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetAIMediaAuditJobResponseBody.Result |
build() |
GetAIMediaAuditJobResponseBody.Result.Builder |
label(String label)
The category of the review result.
|
GetAIMediaAuditJobResponseBody.Result.Builder |
scene(String scene)
The review scenario.
|
GetAIMediaAuditJobResponseBody.Result.Builder |
score(String score)
The score of the image of the category that is indicated by Label.
|
GetAIMediaAuditJobResponseBody.Result.Builder |
suggestion(String suggestion)
The recommendation for review results.
|
public GetAIMediaAuditJobResponseBody.Result.Builder label(String label)
Valid values if scene is **porn**: * **porn** * **sexy** * **normal** Valid values if scene is **terrorism**: * **normal** * **bloody** * **explosion** * **outfit** * **logo** * **weapon** * **politics** * **violence** * **crowd** * **parade** * **carcrash** * **flag** * **location** * **others** Valid values if scene is **ad**: * **normal** * **ad** * **politics** * **porn** * **abuse** * **terrorism** * **contraband** * **spam** * **npx**: illegal ad * **qrcode**: QR code * **programCode** Valid values if scene is **live**: * **normal** * **meaningless** * **PIP** * **smoking** * **drivelive** Valid values if scene is **logo**: * **normal** * **TV** * **trademark**
public GetAIMediaAuditJobResponseBody.Result.Builder scene(String scene)
* **porn** * **terrorism** * **ad** * **live**: undesirable scenes * **logo**
public GetAIMediaAuditJobResponseBody.Result.Builder score(String score)
public GetAIMediaAuditJobResponseBody.Result.Builder suggestion(String suggestion)
* **block**: The content violates the regulations. * **review**: The content may violate the regulations. * **pass**: The content passes the review.
public GetAIMediaAuditJobResponseBody.Result build()
Copyright © 2024. All rights reserved.