Prosody 类
定义
表示语音属性设置的集合,如 Pitch、 Rate 和 Volume。Represents a collection of settings for voice properties such as Pitch, Rate and Volume.
public ref class Prosody
public class Prosody
type Prosody = class
Public Class Prosody
- 继承
-
Prosody
注解
Prosody类表示对象的语音属性的集合 FragmentState 。The Prosody class represents a collection of voice properties on a FragmentState object. 对象的 FragmentState 属性中返回对象 State TextFragment 。The FragmentState object is returned in the State property on a TextFragment object.
构造函数
| Prosody() |
构造 |
属性
| Duration |
获取或设置 |
| Pitch |
获取或设置 |
| Range |
获取或设置 |
| Rate |
获取或设置 |
| Volume |
获取或设置 |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetContourPoints() |
返回包含 |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| SetContourPoints(ContourPoint[]) |
设置 |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |