SayAsInterpretAs 枚举 (uiautomationcore.h)
定义指示文本转语音引擎应如何解释特定数据的值。
语法
typedef enum SayAsInterpretAs {
SayAsInterpretAs_None = 0,
SayAsInterpretAs_Spell = 1,
SayAsInterpretAs_Cardinal = 2,
SayAsInterpretAs_Ordinal = 3,
SayAsInterpretAs_Number = 4,
SayAsInterpretAs_Date = 5,
SayAsInterpretAs_Time = 6,
SayAsInterpretAs_Telephone = 7,
SayAsInterpretAs_Currency = 8,
SayAsInterpretAs_Net = 9,
SayAsInterpretAs_Url = 10,
SayAsInterpretAs_Address = 11,
SayAsInterpretAs_Alphanumeric = 12,
SayAsInterpretAs_Name = 13,
SayAsInterpretAs_Media = 14,
SayAsInterpretAs_Date_MonthDayYear = 15,
SayAsInterpretAs_Date_DayMonthYear = 16,
SayAsInterpretAs_Date_YearMonthDay = 17,
SayAsInterpretAs_Date_YearMonth = 18,
SayAsInterpretAs_Date_MonthYear = 19,
SayAsInterpretAs_Date_DayMonth = 20,
SayAsInterpretAs_Date_MonthDay = 21,
SayAsInterpretAs_Date_Year = 22,
SayAsInterpretAs_Time_HoursMinutesSeconds12 = 23,
SayAsInterpretAs_Time_HoursMinutes12 = 24,
SayAsInterpretAs_Time_HoursMinutesSeconds24 = 25,
SayAsInterpretAs_Time_HoursMinutes24 = 26
} ;
常量
SayAsInterpretAs_None 值: 0 文本应使用文本转语音引擎的默认值进行朗读。 |
SayAsInterpretAs_Spell 值:1 文本应逐个字符朗读。 |
SayAsInterpretAs_Cardinal 值: 2 文本是整数或十进制数,应作为基数朗读。 |
SayAsInterpretAs_Ordinal 值: 3 文本是整数,应以序号的形式朗读。 |
SayAsInterpretAs_Number 值: 4 文本应以数字的形式朗读。 |
SayAsInterpretAs_Date 值: 5 文本应作为日期朗读。 |
SayAsInterpretAs_Time 值: 6 文本应作为时间值朗读。 |
SayAsInterpretAs_Telephone 值: 7 文本应以电话号码的形式朗读。 |
SayAsInterpretAs_Currency 值: 8 文本应以货币的形式朗读。 |
SayAsInterpretAs_Net 值: 9 文本应作为网络地址朗读,包括“”、“/”和“@”字符。 |
SayAsInterpretAs_Url 值: 10 文本应作为 URL 朗读。 |
SayAsInterpretAs_Address 值: 11 文本应作为地址朗读。 |
SayAsInterpretAs_Alphanumeric 值: 12 文本应以字母数字的形式朗读。 |
SayAsInterpretAs_Name 值: 13 文本应作为名称朗读。 |
SayAsInterpretAs_Media 值: 14 文本应作为媒体朗读。 |
SayAsInterpretAs_Date_MonthDayYear 值: 15 文本应以月/日/年格式作为日期朗读。 |
SayAsInterpretAs_Date_DayMonthYear 值: 16 文本应以日/月/年格式作为日期朗读。 |
SayAsInterpretAs_Date_YearMonthDay 值: 17 文本应以年/月/日格式作为日期朗读。 |
SayAsInterpretAs_Date_YearMonth 值: 18 文本应以年/月格式作为日期朗读。 |
SayAsInterpretAs_Date_MonthYear 值: 19 文本应以月/年格式作为日期朗读。 |
SayAsInterpretAs_Date_DayMonth 值: 20 文本应以日/月格式作为日期朗读。 |
SayAsInterpretAs_Date_MonthDay 值: 21 文本应以月/日格式作为日期朗读。 |
SayAsInterpretAs_Date_Year 值: 22 文本应以年份格式作为日期朗读。 |
SayAsInterpretAs_Time_HoursMinutesSeconds12 值: 23 文本应以小时:分钟:秒 12 小时格式作为时间值朗读。 |
SayAsInterpretAs_Time_HoursMinutes12 值: 24 文本应以小时:分钟 12 小时格式作为时间值朗读。 |
SayAsInterpretAs_Time_HoursMinutesSeconds24 值: 25 文本应以小时:分钟:秒 24 小时格式作为时间值朗读。 |
SayAsInterpretAs_Time_HoursMinutes24 值: 26 文本应以小时:分钟 24 小时格式作为时间值朗读。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10版本 1703 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2016 [仅限桌面应用] |
标头 | uiautomationcore.h (包括 UIAutomation.h) |