ProsodyNumber Struct
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.
Specifies prosody attributes and their values.
public value class ProsodyNumber : IEquatable<System::Speech::Synthesis::TtsEngine::ProsodyNumber>
public struct ProsodyNumber : IEquatable<System.Speech.Synthesis.TtsEngine.ProsodyNumber>
type ProsodyNumber = struct
Public Structure ProsodyNumber
Implements IEquatable(Of ProsodyNumber)
- Inheritance
- Implements
Constructors
ProsodyNumber(Int32) |
Creates a new instance of the |
ProsodyNumber(Single) |
Creates a new instance of the |
Fields
AbsoluteNumber |
Holds a value that represents a setting for a prosody attribute. |
Properties
IsNumberPercent |
Gets whether the |
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. |
Methods
Equals(Object) |
Determines whether a specified object is an instance of |
Equals(ProsodyNumber) |
Determines whether a specified |
GetHashCode() |
Provides a hash code for a |
Operators
Equality(ProsodyNumber, ProsodyNumber) |
Determines whether two instances of |
Inequality(ProsodyNumber, ProsodyNumber) |
Determines whether two instances of |