语音克隆完善

master 1.1.5
yangbowen 12 months ago
parent efdd144a9d
commit 997488ea32
  1. 14
      .idea/deployment.xml
  2. 13
      .idea/low-carbon-platform-php.iml
  3. 8
      .idea/modules.xml
  4. 22
      .idea/php.xml
  5. 11
      .idea/phpunit.xml
  6. 6
      .idea/vcs.xml
  7. 6
      .idea/workspace.xml
  8. 2
      .openapi-generator/api-doc-php-sdk.sha256
  9. 4
      README.md
  10. 2
      composer.json
  11. 10
      docs/Api/AiApi.md
  12. 2
      docs/Model/Speaker.md
  13. 2
      docs/Model/SpeakerListResult.md
  14. 6
      docs/Model/VoiceCloneParam.md
  15. 3
      docs/Model/VoiceCloneResult.md
  16. 42
      lib/Api/AiApi.php
  17. 4
      lib/Configuration.php
  18. 32
      lib/Model/Speaker.php
  19. 32
      lib/Model/SpeakerListResult.php
  20. 6
      lib/Model/VoiceCloneParam.php
  21. 66
      lib/Model/VoiceCloneResult.php
  22. 4
      test/Api/AiApiTest.php
  23. 4
      test/Model/SpeakerListResultTest.php
  24. 4
      test/Model/SpeakerTest.php
  25. 13
      test/Model/VoiceCloneResultTest.php

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
<serverData>
<paths name="docker">
<serverdata>
<mappings>
<mapping local="$PROJECT_DIR$" web="/" />
</mappings>
</serverdata>
</paths>
</serverData>
</component>
</project>

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" packagePrefix="OpenAPI\Client\" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" packagePrefix="OpenAPI\Client\Test\" />
<sourceFolder url="file://$MODULE_DIR$/test/Api" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/test/Model" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/low-carbon-platform-php.iml" filepath="$PROJECT_DIR$/.idea/low-carbon-platform-php.iml" />
</modules>
</component>
</project>

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MessDetectorOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCSFixerOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCodeSnifferOptionsConfiguration">
<option name="highlightLevel" value="WARNING" />
<option name="transferred" value="true" />
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="8.0">
<option name="suggestChangeDefaultLanguageLevel" value="false" />
</component>
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PsalmOptionsConfiguration">
<option name="transferred" value="true" />
</component>
</project>

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PHPUnit">
<option name="directories">
<list>
<option value="$PROJECT_DIR$/test/Api" />
<option value="$PROJECT_DIR$/test/Model" />
</list>
</option>
</component>
</project>

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

@ -5,10 +5,4 @@
&quot;settings.editor.selected.configurable&quot;: &quot;configurable.group.appearance&quot; &quot;settings.editor.selected.configurable&quot;: &quot;configurable.group.appearance&quot;
} }
}</component> }</component>
<component name="RunManager">
<configuration default="true" type="ComposerRunConfigurationType" factoryName="Composer Script">
<option name="pathToComposerJson" value="$PROJECT_DIR$/composer.json" />
<method v="2" />
</configuration>
</component>
</project> </project>

@ -1 +1 @@
5126def6e9de093e395a81cb6734960c1beb6da52ca97e5c8f3ee4bc426bbb27 7aa1ab54a417e6cdb4e9f511abbfe3db4baf6132dc44a77ef538ad40fdcd4689

@ -155,7 +155,7 @@ Class | Method | HTTP request | Description
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
*AiApi* | [**chat**](docs/Api/AiApi.md#chat) | **POST** /v1/ai/chat | 元梦ai-对话 *AiApi* | [**chat**](docs/Api/AiApi.md#chat) | **POST** /v1/ai/chat | 元梦ai-对话
*AiApi* | [**extractContent**](docs/Api/AiApi.md#extractcontent) | **POST** /v1/ai/extractContent | 元梦ai-提取上传文件的内容 *AiApi* | [**extractContent**](docs/Api/AiApi.md#extractcontent) | **POST** /v1/ai/extractContent | 元梦ai-提取上传文件的内容
*AiApi* | [**speakerList**](docs/Api/AiApi.md#speakerlist) | **POST** /v1/ai/speakerList | 元梦ai-获取发音人列表 *AiApi* | [**speakers**](docs/Api/AiApi.md#speakers) | **POST** /v1/ai/speakers | 元梦ai-获取发音人列表
*AiApi* | [**tokenCount**](docs/Api/AiApi.md#tokencount) | **POST** /v1/ai/tokenCount | 元梦ai-token统计 *AiApi* | [**tokenCount**](docs/Api/AiApi.md#tokencount) | **POST** /v1/ai/tokenCount | 元梦ai-token统计
*AiApi* | [**voiceClone**](docs/Api/AiApi.md#voiceclone) | **POST** /v1/ai/voiceClone | 元梦ai-语音克隆 *AiApi* | [**voiceClone**](docs/Api/AiApi.md#voiceclone) | **POST** /v1/ai/voiceClone | 元梦ai-语音克隆
@ -193,4 +193,4 @@ vendor/bin/phpunit
## 关于 ## 关于
- API version: `0.4.8` - API version: `0.4.8`
- Package version: `1.1.3` - Package version: `1.1.5`

@ -1,6 +1,6 @@
{ {
"name": "tsl3060/low-carbon-platform", "name": "tsl3060/low-carbon-platform",
"version": "1.1.4", "version": "1.1.5",
"description": "碳丝路数据开放平台", "description": "碳丝路数据开放平台",
"keywords": [ "keywords": [
"openapitools", "openapitools",

@ -4,7 +4,7 @@
| ------------- | ------------- | ------------- | | ------------- | ------------- | ------------- |
| [**chat()**](AiApi.md#chat) | **POST** /v1/ai/chat | 元梦ai-对话 | | [**chat()**](AiApi.md#chat) | **POST** /v1/ai/chat | 元梦ai-对话 |
| [**extractContent()**](AiApi.md#extractContent) | **POST** /v1/ai/extractContent | 元梦ai-提取上传文件的内容 | | [**extractContent()**](AiApi.md#extractContent) | **POST** /v1/ai/extractContent | 元梦ai-提取上传文件的内容 |
| [**speakerList()**](AiApi.md#speakerList) | **POST** /v1/ai/speakerList | 元梦ai-获取发音人列表 | | [**speakers()**](AiApi.md#speakers) | **POST** /v1/ai/speakers | 元梦ai-获取发音人列表 |
| [**tokenCount()**](AiApi.md#tokenCount) | **POST** /v1/ai/tokenCount | 元梦ai-token统计 | | [**tokenCount()**](AiApi.md#tokenCount) | **POST** /v1/ai/tokenCount | 元梦ai-token统计 |
| [**voiceClone()**](AiApi.md#voiceClone) | **POST** /v1/ai/voiceClone | 元梦ai-语音克隆 | | [**voiceClone()**](AiApi.md#voiceClone) | **POST** /v1/ai/voiceClone | 元梦ai-语音克隆 |
@ -115,10 +115,10 @@ try {
[[返回模型列表]](../../README.md#模型文档) [[返回模型列表]](../../README.md#模型文档)
[[返回README]](../../README.md) [[返回README]](../../README.md)
## `speakerList()` ## `speakers()`
```php ```php
speakerList(): \OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult speakers(): \OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult
``` ```
元梦ai-获取发音人列表 元梦ai-获取发音人列表
@ -140,10 +140,10 @@ $apiInstance = new OpenAPI\Client\Api\AiApi(
); );
try { try {
$result = $apiInstance->speakerList(); $result = $apiInstance->speakers();
print_r($result); print_r($result);
} catch (Exception $e) { } catch (Exception $e) {
echo 'Exception when calling AiApi->speakerList: ', $e->getMessage(), PHP_EOL; echo 'Exception when calling AiApi->speakers: ', $e->getMessage(), PHP_EOL;
} }
``` ```

@ -5,7 +5,7 @@
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**name** | **string** | 发音人ID | [optional] **name** | **string** | 发音人ID | [optional]
**sex** | **string** | 性别[male(男性),female(女性)] | [optional] **gender** | **string** | 性别[male(男性),female(女性)] | [optional]
**year** | **string** | 年龄等级[A(小于14岁),B(14~25岁),C(26~40岁),D(大于41岁)] | [optional] **year** | **string** | 年龄等级[A(小于14岁),B(14~25岁),C(26~40岁),D(大于41岁)] | [optional]
**accent** | **string** | 口音[north(北方),south(南方)] | [optional] **accent** | **string** | 口音[north(北方),south(南方)] | [optional]

@ -4,6 +4,6 @@
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**speaker_list** | [**\OpenAPI\Client\Model\Speaker[]**](Speaker.md) | 发音人列表 | [optional] **speakers** | [**\OpenAPI\Client\Model\Speaker[]**](Speaker.md) | 发音人列表 | [optional]
[[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md) [[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md)

@ -8,8 +8,8 @@ Name | Type | Description | Notes
**wav** | **string** | 要克隆的音频文件URL地址,当type为custom该字段有效 | [optional] **wav** | **string** | 要克隆的音频文件URL地址,当type为custom该字段有效 | [optional]
**type** | **string** | 克隆类型,可选值[sys(系统预设), custom(用户自定义)] | **type** | **string** | 克隆类型,可选值[sys(系统预设), custom(用户自定义)] |
**speaker** | **string** | 发音人,当type为sys该字段有效 | [optional] **speaker** | **string** | 发音人,当type为sys该字段有效 | [optional]
**volume** | **int** | 音量,可选值[0 ~ 100] 默认50 | [optional] **volume** | **int** | 音量,可选值[-20 ~ 20] 默认0 | [optional]
**speed** | **float** | 语速,倍速,可选值[0.5, 1, 1.5, 2, 2.5] 默认1 | [optional] **speed** | **float** | 语速,倍速,可选值[0.5 ~ 2.0] 默认1 | [optional]
**tone** | **float** | 音调,可选值[-1 ~ 1] 默认0 | [optional] **tone** | **float** | 音调,可选值[0.5 ~ 1.5] 默认1 | [optional]
[[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md) [[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md)

@ -4,7 +4,6 @@
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**wav** | **string** | 生成的音频文件地址 | [optional] **result** | **string** | 生成文件url地址 | [optional]
**speaker** | **string** | 是否成功 success/fail | [optional]
[[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md) [[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md)

@ -84,7 +84,7 @@ class AiApi
'extractContent' => [ 'extractContent' => [
'multipart/form-data', 'multipart/form-data',
], ],
'speakerList' => [ 'speakers' => [
'application/json', 'application/json',
], ],
'tokenCount' => [ 'tokenCount' => [
@ -804,36 +804,36 @@ class AiApi
} }
/** /**
* Operation speakerList * Operation speakers
* *
* 元梦ai-获取发音人列表 * 元梦ai-获取发音人列表
* *
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation * @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
* *
* @throws \OpenAPI\Client\ApiException on non-2xx response * @throws \OpenAPI\Client\ApiException on non-2xx response
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @return \OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult * @return \OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult
*/ */
public function speakerList(string $contentType = self::contentTypes['speakerList'][0]) public function speakers(string $contentType = self::contentTypes['speakers'][0])
{ {
list($response) = $this->speakerListWithHttpInfo($contentType); list($response) = $this->speakersWithHttpInfo($contentType);
return $response; return $response;
} }
/** /**
* Operation speakerListWithHttpInfo * Operation speakersWithHttpInfo
* *
* 元梦ai-获取发音人列表 * 元梦ai-获取发音人列表
* *
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation * @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
* *
* @throws \OpenAPI\Client\ApiException on non-2xx response * @throws \OpenAPI\Client\ApiException on non-2xx response
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @return array of \OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult, HTTP status code, HTTP response headers (array of strings) * @return array of \OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult, HTTP status code, HTTP response headers (array of strings)
*/ */
public function speakerListWithHttpInfo(string $contentType = self::contentTypes['speakerList'][0]) public function speakersWithHttpInfo(string $contentType = self::contentTypes['speakers'][0])
{ {
$request = $this->speakerListRequest($contentType); $request = $this->speakersRequest($contentType);
try { try {
$options = $this->createHttpClientOption(); $options = $this->createHttpClientOption();
@ -936,18 +936,18 @@ class AiApi
} }
/** /**
* Operation speakerListAsync * Operation speakersAsync
* *
* 元梦ai-获取发音人列表 * 元梦ai-获取发音人列表
* *
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation * @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
* *
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @return \GuzzleHttp\Promise\PromiseInterface * @return \GuzzleHttp\Promise\PromiseInterface
*/ */
public function speakerListAsync(string $contentType = self::contentTypes['speakerList'][0]) public function speakersAsync(string $contentType = self::contentTypes['speakers'][0])
{ {
return $this->speakerListAsyncWithHttpInfo($contentType) return $this->speakersAsyncWithHttpInfo($contentType)
->then( ->then(
function ($response) { function ($response) {
return $response[0]; return $response[0];
@ -956,19 +956,19 @@ class AiApi
} }
/** /**
* Operation speakerListAsyncWithHttpInfo * Operation speakersAsyncWithHttpInfo
* *
* 元梦ai-获取发音人列表 * 元梦ai-获取发音人列表
* *
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation * @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
* *
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @return \GuzzleHttp\Promise\PromiseInterface * @return \GuzzleHttp\Promise\PromiseInterface
*/ */
public function speakerListAsyncWithHttpInfo(string $contentType = self::contentTypes['speakerList'][0]) public function speakersAsyncWithHttpInfo(string $contentType = self::contentTypes['speakers'][0])
{ {
$returnType = '\OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult'; $returnType = '\OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult';
$request = $this->speakerListRequest($contentType); $request = $this->speakersRequest($contentType);
return $this->client return $this->client
->sendAsync($request, $this->createHttpClientOption()) ->sendAsync($request, $this->createHttpClientOption())
@ -1007,18 +1007,18 @@ class AiApi
} }
/** /**
* Create request for operation 'speakerList' * Create request for operation 'speakers'
* *
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation * @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
* *
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @return \GuzzleHttp\Psr7\Request * @return \GuzzleHttp\Psr7\Request
*/ */
public function speakerListRequest(string $contentType = self::contentTypes['speakerList'][0]) public function speakersRequest(string $contentType = self::contentTypes['speakers'][0])
{ {
$resourcePath = '/v1/ai/speakerList'; $resourcePath = '/v1/ai/speakers';
$formParams = []; $formParams = [];
$queryParams = []; $queryParams = [];
$headerParams = []; $headerParams = [];

@ -100,7 +100,7 @@ class Configuration
* *
* @var string * @var string
*/ */
protected $userAgent = 'OpenAPI-Generator/1.1.3/PHP'; protected $userAgent = 'OpenAPI-Generator/1.1.5/PHP';
/** /**
* Debug switch (default set to false) * Debug switch (default set to false)
@ -524,7 +524,7 @@ class Configuration
$report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' The version of the OpenAPI document: 0.4.8' . PHP_EOL; $report .= ' The version of the OpenAPI document: 0.4.8' . PHP_EOL;
$report .= ' SDK Package Version: 1.1.3' . PHP_EOL; $report .= ' SDK Package Version: 1.1.5' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
return $report; return $report;

@ -59,7 +59,7 @@ class Speaker implements ModelInterface, ArrayAccess, \JsonSerializable
*/ */
protected static $openAPITypes = [ protected static $openAPITypes = [
'name' => 'string', 'name' => 'string',
'sex' => 'string', 'gender' => 'string',
'year' => 'string', 'year' => 'string',
'accent' => 'string' 'accent' => 'string'
]; ];
@ -73,7 +73,7 @@ class Speaker implements ModelInterface, ArrayAccess, \JsonSerializable
*/ */
protected static $openAPIFormats = [ protected static $openAPIFormats = [
'name' => null, 'name' => null,
'sex' => null, 'gender' => null,
'year' => null, 'year' => null,
'accent' => null 'accent' => null
]; ];
@ -85,7 +85,7 @@ class Speaker implements ModelInterface, ArrayAccess, \JsonSerializable
*/ */
protected static array $openAPINullables = [ protected static array $openAPINullables = [
'name' => false, 'name' => false,
'sex' => false, 'gender' => false,
'year' => false, 'year' => false,
'accent' => false 'accent' => false
]; ];
@ -177,7 +177,7 @@ class Speaker implements ModelInterface, ArrayAccess, \JsonSerializable
*/ */
protected static $attributeMap = [ protected static $attributeMap = [
'name' => 'name', 'name' => 'name',
'sex' => 'sex', 'gender' => 'gender',
'year' => 'year', 'year' => 'year',
'accent' => 'accent' 'accent' => 'accent'
]; ];
@ -189,7 +189,7 @@ class Speaker implements ModelInterface, ArrayAccess, \JsonSerializable
*/ */
protected static $setters = [ protected static $setters = [
'name' => 'setName', 'name' => 'setName',
'sex' => 'setSex', 'gender' => 'setGender',
'year' => 'setYear', 'year' => 'setYear',
'accent' => 'setAccent' 'accent' => 'setAccent'
]; ];
@ -201,7 +201,7 @@ class Speaker implements ModelInterface, ArrayAccess, \JsonSerializable
*/ */
protected static $getters = [ protected static $getters = [
'name' => 'getName', 'name' => 'getName',
'sex' => 'getSex', 'gender' => 'getGender',
'year' => 'getYear', 'year' => 'getYear',
'accent' => 'getAccent' 'accent' => 'getAccent'
]; ];
@ -264,7 +264,7 @@ class Speaker implements ModelInterface, ArrayAccess, \JsonSerializable
public function __construct(array $data = null) public function __construct(array $data = null)
{ {
$this->setIfExists('name', $data ?? [], null); $this->setIfExists('name', $data ?? [], null);
$this->setIfExists('sex', $data ?? [], null); $this->setIfExists('gender', $data ?? [], null);
$this->setIfExists('year', $data ?? [], null); $this->setIfExists('year', $data ?? [], null);
$this->setIfExists('accent', $data ?? [], null); $this->setIfExists('accent', $data ?? [], null);
} }
@ -339,28 +339,28 @@ class Speaker implements ModelInterface, ArrayAccess, \JsonSerializable
} }
/** /**
* Gets sex * Gets gender
* *
* @return string|null * @return string|null
*/ */
public function getSex() public function getGender()
{ {
return $this->container['sex']; return $this->container['gender'];
} }
/** /**
* Sets sex * Sets gender
* *
* @param string|null $sex 性别[male(男性),female(女性)] * @param string|null $gender 性别[male(男性),female(女性)]
* *
* @return self * @return self
*/ */
public function setSex($sex) public function setGender($gender)
{ {
if (is_null($sex)) { if (is_null($gender)) {
throw new \InvalidArgumentException('non-nullable sex cannot be null'); throw new \InvalidArgumentException('non-nullable gender cannot be null');
} }
$this->container['sex'] = $sex; $this->container['gender'] = $gender;
return $this; return $this;
} }

@ -58,7 +58,7 @@ class SpeakerListResult implements ModelInterface, ArrayAccess, \JsonSerializabl
* @var string[] * @var string[]
*/ */
protected static $openAPITypes = [ protected static $openAPITypes = [
'speaker_list' => '\OpenAPI\Client\Model\Speaker[]' 'speakers' => '\OpenAPI\Client\Model\Speaker[]'
]; ];
/** /**
@ -69,7 +69,7 @@ class SpeakerListResult implements ModelInterface, ArrayAccess, \JsonSerializabl
* @psalm-var array<string, string|null> * @psalm-var array<string, string|null>
*/ */
protected static $openAPIFormats = [ protected static $openAPIFormats = [
'speaker_list' => null 'speakers' => null
]; ];
/** /**
@ -78,7 +78,7 @@ class SpeakerListResult implements ModelInterface, ArrayAccess, \JsonSerializabl
* @var boolean[] * @var boolean[]
*/ */
protected static array $openAPINullables = [ protected static array $openAPINullables = [
'speaker_list' => false 'speakers' => false
]; ];
/** /**
@ -167,7 +167,7 @@ class SpeakerListResult implements ModelInterface, ArrayAccess, \JsonSerializabl
* @var string[] * @var string[]
*/ */
protected static $attributeMap = [ protected static $attributeMap = [
'speaker_list' => 'speakerList' 'speakers' => 'speakers'
]; ];
/** /**
@ -176,7 +176,7 @@ class SpeakerListResult implements ModelInterface, ArrayAccess, \JsonSerializabl
* @var string[] * @var string[]
*/ */
protected static $setters = [ protected static $setters = [
'speaker_list' => 'setSpeakerList' 'speakers' => 'setSpeakers'
]; ];
/** /**
@ -185,7 +185,7 @@ class SpeakerListResult implements ModelInterface, ArrayAccess, \JsonSerializabl
* @var string[] * @var string[]
*/ */
protected static $getters = [ protected static $getters = [
'speaker_list' => 'getSpeakerList' 'speakers' => 'getSpeakers'
]; ];
/** /**
@ -245,7 +245,7 @@ class SpeakerListResult implements ModelInterface, ArrayAccess, \JsonSerializabl
*/ */
public function __construct(array $data = null) public function __construct(array $data = null)
{ {
$this->setIfExists('speaker_list', $data ?? [], null); $this->setIfExists('speakers', $data ?? [], null);
} }
/** /**
@ -291,28 +291,28 @@ class SpeakerListResult implements ModelInterface, ArrayAccess, \JsonSerializabl
/** /**
* Gets speaker_list * Gets speakers
* *
* @return \OpenAPI\Client\Model\Speaker[]|null * @return \OpenAPI\Client\Model\Speaker[]|null
*/ */
public function getSpeakerList() public function getSpeakers()
{ {
return $this->container['speaker_list']; return $this->container['speakers'];
} }
/** /**
* Sets speaker_list * Sets speakers
* *
* @param \OpenAPI\Client\Model\Speaker[]|null $speaker_list 发音人列表 * @param \OpenAPI\Client\Model\Speaker[]|null $speakers 发音人列表
* *
* @return self * @return self
*/ */
public function setSpeakerList($speaker_list) public function setSpeakers($speakers)
{ {
if (is_null($speaker_list)) { if (is_null($speakers)) {
throw new \InvalidArgumentException('non-nullable speaker_list cannot be null'); throw new \InvalidArgumentException('non-nullable speakers cannot be null');
} }
$this->container['speaker_list'] = $speaker_list; $this->container['speakers'] = $speakers;
return $this; return $this;
} }

@ -459,7 +459,7 @@ class VoiceCloneParam implements ModelInterface, ArrayAccess, \JsonSerializable
/** /**
* Sets volume * Sets volume
* *
* @param int|null $volume 音量,可选值[0 ~ 100] 默认50 * @param int|null $volume 音量,可选值[-20 ~ 20] 默认0
* *
* @return self * @return self
*/ */
@ -486,7 +486,7 @@ class VoiceCloneParam implements ModelInterface, ArrayAccess, \JsonSerializable
/** /**
* Sets speed * Sets speed
* *
* @param float|null $speed 语速,倍速,可选值[0.5, 1, 1.5, 2, 2.5] 默认1 * @param float|null $speed 语速,倍速,可选值[0.5 ~ 2.0] 默认1
* *
* @return self * @return self
*/ */
@ -513,7 +513,7 @@ class VoiceCloneParam implements ModelInterface, ArrayAccess, \JsonSerializable
/** /**
* Sets tone * Sets tone
* *
* @param float|null $tone 音调,可选值[-1 ~ 1] 默认0 * @param float|null $tone 音调,可选值[0.5 ~ 1.5] 默认1
* *
* @return self * @return self
*/ */

@ -58,8 +58,7 @@ class VoiceCloneResult implements ModelInterface, ArrayAccess, \JsonSerializable
* @var string[] * @var string[]
*/ */
protected static $openAPITypes = [ protected static $openAPITypes = [
'wav' => 'string', 'result' => 'string'
'speaker' => 'string'
]; ];
/** /**
@ -70,8 +69,7 @@ class VoiceCloneResult implements ModelInterface, ArrayAccess, \JsonSerializable
* @psalm-var array<string, string|null> * @psalm-var array<string, string|null>
*/ */
protected static $openAPIFormats = [ protected static $openAPIFormats = [
'wav' => null, 'result' => null
'speaker' => null
]; ];
/** /**
@ -80,8 +78,7 @@ class VoiceCloneResult implements ModelInterface, ArrayAccess, \JsonSerializable
* @var boolean[] * @var boolean[]
*/ */
protected static array $openAPINullables = [ protected static array $openAPINullables = [
'wav' => false, 'result' => false
'speaker' => false
]; ];
/** /**
@ -170,8 +167,7 @@ class VoiceCloneResult implements ModelInterface, ArrayAccess, \JsonSerializable
* @var string[] * @var string[]
*/ */
protected static $attributeMap = [ protected static $attributeMap = [
'wav' => 'wav', 'result' => 'result'
'speaker' => 'speaker'
]; ];
/** /**
@ -180,8 +176,7 @@ class VoiceCloneResult implements ModelInterface, ArrayAccess, \JsonSerializable
* @var string[] * @var string[]
*/ */
protected static $setters = [ protected static $setters = [
'wav' => 'setWav', 'result' => 'setResult'
'speaker' => 'setSpeaker'
]; ];
/** /**
@ -190,8 +185,7 @@ class VoiceCloneResult implements ModelInterface, ArrayAccess, \JsonSerializable
* @var string[] * @var string[]
*/ */
protected static $getters = [ protected static $getters = [
'wav' => 'getWav', 'result' => 'getResult'
'speaker' => 'getSpeaker'
]; ];
/** /**
@ -251,8 +245,7 @@ class VoiceCloneResult implements ModelInterface, ArrayAccess, \JsonSerializable
*/ */
public function __construct(array $data = null) public function __construct(array $data = null)
{ {
$this->setIfExists('wav', $data ?? [], null); $this->setIfExists('result', $data ?? [], null);
$this->setIfExists('speaker', $data ?? [], null);
} }
/** /**
@ -298,55 +291,28 @@ class VoiceCloneResult implements ModelInterface, ArrayAccess, \JsonSerializable
/** /**
* Gets wav * Gets result
* *
* @return string|null * @return string|null
*/ */
public function getWav() public function getResult()
{ {
return $this->container['wav']; return $this->container['result'];
} }
/** /**
* Sets wav * Sets result
* *
* @param string|null $wav 生成的音频文件地址 * @param string|null $result 生成文件url地址
* *
* @return self * @return self
*/ */
public function setWav($wav) public function setResult($result)
{ {
if (is_null($wav)) { if (is_null($result)) {
throw new \InvalidArgumentException('non-nullable wav cannot be null'); throw new \InvalidArgumentException('non-nullable result cannot be null');
} }
$this->container['wav'] = $wav; $this->container['result'] = $result;
return $this;
}
/**
* Gets speaker
*
* @return string|null
*/
public function getSpeaker()
{
return $this->container['speaker'];
}
/**
* Sets speaker
*
* @param string|null $speaker 是否成功 success/fail
*
* @return self
*/
public function setSpeaker($speaker)
{
if (is_null($speaker)) {
throw new \InvalidArgumentException('non-nullable speaker cannot be null');
}
$this->container['speaker'] = $speaker;
return $this; return $this;
} }

@ -96,12 +96,12 @@ class AiApiTest extends TestCase
} }
/** /**
* Test case for speakerList * Test case for speakers
* *
* 元梦ai-获取发音人列表. * 元梦ai-获取发音人列表.
* *
*/ */
public function testSpeakerList() public function testSpeakers()
{ {
// TODO: implement // TODO: implement
$this->markTestIncomplete('Not implemented'); $this->markTestIncomplete('Not implemented');

@ -80,9 +80,9 @@ class SpeakerListResultTest extends TestCase
} }
/** /**
* Test attribute "speaker_list" * Test attribute "speakers"
*/ */
public function testPropertySpeakerList() public function testPropertySpeakers()
{ {
// TODO: implement // TODO: implement
$this->markTestIncomplete('Not implemented'); $this->markTestIncomplete('Not implemented');

@ -89,9 +89,9 @@ class SpeakerTest extends TestCase
} }
/** /**
* Test attribute "sex" * Test attribute "gender"
*/ */
public function testPropertySex() public function testPropertyGender()
{ {
// TODO: implement // TODO: implement
$this->markTestIncomplete('Not implemented'); $this->markTestIncomplete('Not implemented');

@ -80,18 +80,9 @@ class VoiceCloneResultTest extends TestCase
} }
/** /**
* Test attribute "wav" * Test attribute "result"
*/ */
public function testPropertyWav() public function testPropertyResult()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "speaker"
*/
public function testPropertySpeaker()
{ {
// TODO: implement // TODO: implement
$this->markTestIncomplete('Not implemented'); $this->markTestIncomplete('Not implemented');

Loading…
Cancel
Save