public static final class SubmitAIMediaAuditJobRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
SubmitAIMediaAuditJobRequest |
build() |
SubmitAIMediaAuditJobRequest.Builder |
mediaAuditConfiguration(String mediaAuditConfiguration)
The configuration information about the review job.
|
SubmitAIMediaAuditJobRequest.Builder |
mediaId(String mediaId)
The ID of the video file.
|
SubmitAIMediaAuditJobRequest.Builder |
mediaType(String mediaType)
The type of the media file.
|
SubmitAIMediaAuditJobRequest.Builder |
templateId(String templateId)
The ID of the AI template.
|
SubmitAIMediaAuditJobRequest.Builder |
userData(String userData)
The custom settings.
|
public SubmitAIMediaAuditJobRequest.Builder mediaAuditConfiguration(String mediaAuditConfiguration)
* Other configuration items of the review job. Only the ResourceType field is supported. This field is used to specify the type of media files. You can adjust review standards and rules based on the type of media files. * If you want to modify the review standard and rules based on ResourceType, [submit a request on Yida](https://yida.alibaba-inc.com/o/ticketapply) to reach technical support. * The value of ResourceType can contain only letters, digits, and underscores (\_).
public SubmitAIMediaAuditJobRequest.Builder mediaId(String mediaId)
public SubmitAIMediaAuditJobRequest.Builder mediaType(String mediaType)
public SubmitAIMediaAuditJobRequest.Builder templateId(String templateId)
* Obtain the ID of the AI template from the response to the [AddAITemplate](~~102930~~) operation. The value of TemplateId is the ID of the AI template. * Obtain the ID of the AI template from the response to the [ListAITemplate](~~102936~~) operation. The value of TemplateId is the ID of the AI template. > If you do not specify an ID, the ID of the default AI template is used.
public SubmitAIMediaAuditJobRequest.Builder userData(String userData)
> To use the callback configurations specified by this parameter, you must configure an HTTP callback URL and specify the types of the callback events in the ApsaraVideo VOD console. Otherwise, the callback configurations do not take effect. For more information about how to configure HTTP callback settings in the ApsaraVideo VOD console, see [Configure callback settings](~~86071~~).
public SubmitAIMediaAuditJobRequest build()
Copyright © 2024. All rights reserved.