Prosody Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Inheritance
-
Prosody
Remarks
The Prosody
class represents a collection of voice properties on a FragmentState object. The FragmentState
object is returned in the State
property on a TextFragment object.
Constructors
Prosody() |
Constructs a new instance of the |
Properties
Duration |
Gets or sets the duration of the |
Pitch |
Gets or sets the baseline pitch of the |
Range |
Gets or sets the pitch range of the |
Rate |
Gets or sets the speaking rate of the |
Volume |
Gets or sets the speaking volume (loudness) of the |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetContourPoints() |
Returns an array containing the |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SetContourPoints(ContourPoint[]) |
Sets the |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |