ProsodyNumber Struct

Definition

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
ProsodyNumber
Implements

Constructors

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.

Fields

AbsoluteNumber

Holds a value that represents a setting for a prosody attribute.

Properties

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.

Methods

Equals(Object)

Determines whether a specified object is an instance of ProsodyNumber and equal to the current instance of ProsodyNumber.

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.

Operators

Equality(ProsodyNumber, ProsodyNumber)

Determines whether two instances of ProsodyNumber are equal.

Inequality(ProsodyNumber, ProsodyNumber)

Determines whether two instances of ProsodyNumber are not equal.

Applies to