Speech_From_Text_Available

Determines whether text-to-speech is supported.

Return Value

Returns a Boolean. TRUE if text-to-speech is supported on the computer, returns FALSE otherwise.

Example

Script(Speech_From_Text_Available_Test)
Boolean(bAvailable)
Activate(From_Menu)
bAvailable = Speech_From_Text_Available
If(bAvailable)
Message("Speech From Text is available", 5)
Else
Message("Speech From Text is not available", 5)
End_If
Return

See Also

Speech_From_Text, Speech_To_Text_Available, Speech_To_Text, Speech_To_Text_No_Wait, Speech_To_Text_Cancel, Speech_Setting_Available, Speech_Change_Setting, Speech_Get_Setting, Speech_Get_Setting_Max, Speech_Find_Setting_Value, Speech_Get_Setting_Value_Desc, Speech_To_Text_Get_User_Name, Speech_To_Text_Change_User_Name, Speech_From_Text_Error_Desc, Speech_To_Text_Error_Desc, Speech_From_Text_Cancel

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal