public static final class GetAIMediaAuditJobResponseBody.TextResult.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetAIMediaAuditJobResponseBody.TextResult |
build() |
GetAIMediaAuditJobResponseBody.TextResult.Builder |
content(String content)
The number of images.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
label(String label)
The recommendation for review results.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
scene(String scene)
The categories of the review results and the number of images.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
score(String score)
The URL of the image.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
suggestion(String suggestion)
The information about the intelligent review job.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
type(String type)
The category of the review result.
|
public GetAIMediaAuditJobResponseBody.TextResult.Builder content(String content)
public GetAIMediaAuditJobResponseBody.TextResult.Builder label(String label)
* **block**: The content violates the regulations. * **review**: The content may violate the regulations. * **pass**: The content passes the review.
public GetAIMediaAuditJobResponseBody.TextResult.Builder scene(String scene)
public GetAIMediaAuditJobResponseBody.TextResult.Builder score(String score)
public GetAIMediaAuditJobResponseBody.TextResult.Builder suggestion(String suggestion)
public GetAIMediaAuditJobResponseBody.TextResult.Builder type(String type)
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.TextResult build()
Copyright © 2023. All rights reserved.