ProsodyNumber Structure
Specifies prosody attributes and their values.
Assembly: System.Speech (in System.Speech.dll)
| 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() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | AbsoluteNumber | Holds a value that represents a setting for a prosody attribute. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(ProsodyNumber, ProsodyNumber) | Determines whether two instances of ProsodyNumber are equal. |
![]() ![]() | Inequality(ProsodyNumber, ProsodyNumber) | Determines whether two instances of ProsodyNumber are not equal. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




