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/Speaker.md

12 lines
564 B

# # Speaker
## 属性
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | 发音人ID | [optional]
**gender** | **string** | 性别[male(男性),female(女性)] | [optional]
**year** | **string** | 年龄等级[A(小于14岁),B(14~25岁),C(26~40岁),D(大于41岁)] | [optional]
**accent** | **string** | 口音[north(北方),south(南方)] | [optional]
[[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md)