SayAs Enumeration

Enumerates the data formats for the speaking of elements such as times, dates, and currency.

Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Enumeration SayAs
public enum SayAs
public enum class SayAs
public enum SayAs
public enum SayAs

Members

Member name Description
Currency  
Date Same as DayMonthYear.
Day  
DayMonth  
DayMonthYear  
Month  
MonthDay  
MonthDayYear  
MonthYear  
NumberCardinal Speak a number as a cardinal number. For example, speak "3" as "three."
NumberOrdinal Speak a number as an ordinal number. For example, speak "3" as "third."
SpellOut Spell the word or phrase.
Telephone Speak the word or phrase as a U.S. telephone number.
Text Speak the word or phrase as text.
Time Speak the word or phrase as a time.
Time12  
Time24  
Year  
YearMonth  
YearMonthDay  

Remarks

For examples, see SSML say-as Examples.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Speech.Synthesis Namespace