POST OpenAI/MergeVoice

请求信息

URI 参数

None.

Body 参数

VoiceMergeParameter
名称描述类型附加信息
speakerId

string

None.

text

string

None.

type

integer

None.

voiceSpeed

decimal number

None.

请求格式

application/json, text/json

Sample:
{
  "speakerId": "sample string 1",
  "text": "sample string 2",
  "type": 3,
  "voiceSpeed": 4.0
}

application/xml, text/xml

Sample:
<VoiceMergeParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
  <speakerId>sample string 1</speakerId>
  <text>sample string 2</text>
  <type>3</type>
  <voiceSpeed>4</voiceSpeed>
</VoiceMergeParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

ApiJsonBaseOfObject
名称描述类型附加信息
Result

boolean

None.

Message

string

None.

State

integer

None.

BizData

Object

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": {}
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
  <BizData />
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfanyType>