GET OpenAI/GetDigitalVideoDraft?customizationCode={customizationCode}&videoDraftId={videoDraftId}
编辑视频信息
请求信息
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
customizationCode | string |
Required |
|
videoDraftId | integer |
Required |
Body 参数
空.
响应信息
资源描述
编辑视频信息
ApiJsonBaseOfAmemoriDigitalVideoDraft名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Result | boolean |
None. |
|
Message | string |
None. |
|
State | integer |
None. |
|
BizData | AmemoriDigitalVideoDraft |
None. |
响应格式
application/json, text/json
Sample:
{ "Result": true, "Message": "sample string 2", "State": 3, "BizData": { "Id": 1, "IdStr": "1", "modelSrc": "sample string 2", "content": "sample string 3", "modelId": "sample string 4", "voiceId": "sample string 5", "voiceSpeed": 6, "volume": 7, "voiceUrl": "sample string 8", "showText": 9, "fontSize": 10 } }
application/xml, text/xml
Sample:
<ApiJsonBaseOfAmemoriDigitalVideoDraftn_PUTc8Nr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models"> <BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels"> <content xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">sample string 3</content> <fontSize xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">10</fontSize> <modelId xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">sample string 4</modelId> <showText xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">9</showText> <voiceId xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">sample string 5</voiceId> <voiceSpeed xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">6</voiceSpeed> <voiceUrl xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">sample string 8</voiceUrl> <volume xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">7</volume> <d2p1:Id>1</d2p1:Id> <d2p1:modelSrc>sample string 2</d2p1:modelSrc> </BizData> <Message>sample string 2</Message> <Result>true</Result> <State>3</State> </ApiJsonBaseOfAmemoriDigitalVideoDraftn_PUTc8Nr>