public static final class GetAIMediaAuditJobResponseBody.LiveResult.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetAIMediaAuditJobResponseBody.LiveResult.Builder |
averageScore(String averageScore)
The average score of the review results.
|
GetAIMediaAuditJobResponseBody.LiveResult |
build() |
GetAIMediaAuditJobResponseBody.LiveResult.Builder |
counterList(List<GetAIMediaAuditJobResponseBody.LiveResultCounterList> counterList)
The categories of the review results and the number of images.
|
GetAIMediaAuditJobResponseBody.LiveResult.Builder |
label(String label)
The category of the review result.
|
GetAIMediaAuditJobResponseBody.LiveResult.Builder |
maxScore(String maxScore)
The highest review score.
|
GetAIMediaAuditJobResponseBody.LiveResult.Builder |
suggestion(String suggestion)
The recommendation for review results.
|
GetAIMediaAuditJobResponseBody.LiveResult.Builder |
topList(List<GetAIMediaAuditJobResponseBody.LiveResultTopList> topList)
The information about the image with the highest score of the category that is indicated by Label.
|
public GetAIMediaAuditJobResponseBody.LiveResult.Builder averageScore(String averageScore)
public GetAIMediaAuditJobResponseBody.LiveResult.Builder counterList(List<GetAIMediaAuditJobResponseBody.LiveResultCounterList> counterList)
public GetAIMediaAuditJobResponseBody.LiveResult.Builder label(String label)
* **live**: The content contains undesirable scenes. * **normal**
public GetAIMediaAuditJobResponseBody.LiveResult.Builder maxScore(String maxScore)
public GetAIMediaAuditJobResponseBody.LiveResult.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.LiveResult.Builder topList(List<GetAIMediaAuditJobResponseBody.LiveResultTopList> topList)
public GetAIMediaAuditJobResponseBody.LiveResult build()
Copyright © 2024. All rights reserved.