You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
low-carbon-platform-php/docs/Model/SynthesizerParam.md

14 lines
663 B

# # SynthesizerParam
## 属性
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **string** | 需要转换为语音的文本 |
**model** | **string** | 使用的语音合成模型 |
**format** | **string** | 生成的音频格式 |
**volume** | **int** | 返回音频音量,取值范围是0~100。(默认50) |
**rate** | **float** | 返回音频语速,取值范围0.5-2(默认1.0) |
**pitch** | **float** | 返回音频语调,取值范围:0.5-2(默认1.0) |
[[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md)