public class VideoSynthesisParam extends HalfDuplexServiceParam
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,Object> |
extraInputs
The extra parameters.
|
headers, parameters| 构造器和说明 |
|---|
VideoSynthesisParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkAndUpload() |
ByteBuffer |
getBinaryData()
The binary data of the request.
|
com.google.gson.JsonObject |
getHttpBody()
The http body of the request.
|
com.google.gson.JsonObject |
getInput()
The inputs of the model.
|
Map<String,Object> |
getParameters()
The parameters of the model.
|
void |
validate()
Validate all parameters.
|
getHeaders, getModel, getResources, putHeaderpublic com.google.gson.JsonObject getInput()
getInput 在类中 HalfDuplexParamBasepublic Map<String,Object> getParameters()
getParameters 在类中 HalfDuplexServiceParampublic com.google.gson.JsonObject getHttpBody()
getHttpBody 在类中 HalfDuplexParamBasepublic ByteBuffer getBinaryData()
getBinaryData 在类中 HalfDuplexParamBasepublic void validate()
throws InputRequiredException
validate 在类中 HalfDuplexParamBaseInputRequiredException - Missing input fields.public void checkAndUpload()
throws NoApiKeyException,
UploadFileException
Copyright © 2025. All rights reserved.