public static final class GetAIMediaAuditJobResponseBody.TextResult.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetAIMediaAuditJobResponseBody.TextResult |
build() |
GetAIMediaAuditJobResponseBody.TextResult.Builder |
content(String content)
The text.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
label(String label)
The category of the review result.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
scene(String scene)
The review scenario.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
score(String score)
The score of the image of the category that is indicated by Label.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
suggestion(String suggestion)
The recommendation for review results.
|
GetAIMediaAuditJobResponseBody.TextResult.Builder |
type(String type)
The type of the text.
|
public GetAIMediaAuditJobResponseBody.TextResult.Builder content(String content)
public GetAIMediaAuditJobResponseBody.TextResult.Builder label(String label)
* **spam** * **ad** * **abuse** * **flood**: spam posts * **contraband** * **meaningless** * **normal**
public GetAIMediaAuditJobResponseBody.TextResult.Builder scene(String scene)
public GetAIMediaAuditJobResponseBody.TextResult.Builder score(String score)
public GetAIMediaAuditJobResponseBody.TextResult.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.TextResult.Builder type(String type)
public GetAIMediaAuditJobResponseBody.TextResult build()
Copyright © 2024. All rights reserved.