ProsodyNumber Structure
.NET Framework 4.5
Specifies prosody attributes and their values.
Namespace: System.Speech.Synthesis.TtsEngine
Assembly: System.Speech (in System.Speech.dll)
The ProsodyNumber type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ProsodyNumber(Int32) | Creates a new instance of the ProsodyNumber class and specifies the identifier for a prosody attribute. |
![]() | ProsodyNumber(Single) | Creates a new instance of the ProsodyNumber class and specifies a value for a prosody attribute. |
| Name | Description | |
|---|---|---|
![]() | IsNumberPercent | Gets whether the Number property represents a percent value. |
![]() | Number | Gets a numeric value for an SSML prosody attribute. |
![]() | SsmlAttributeId | Gets the identifier for an SSML prosody attribute. |
![]() | Unit | Gets the unit in which the amount of change is specified. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether a specified object is an instance of ProsodyNumber and equal to the current instance of ProsodyNumber. (Overrides ValueType.Equals(Object).) |
![]() | Equals(ProsodyNumber) | Determines whether a specified ProsodyNumber object is equal to the current instance of ProsodyNumber. |
![]() | GetHashCode | Provides a hash code for a ProsodyNumber object. (Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Determines whether two instances of ProsodyNumber are equal. |
![]() ![]() | Inequality | Determines whether two instances of ProsodyNumber are not equal. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
