![](../icons/VELogo.jpg) |
FormatSpoken Enumeration |
Indicates the format to be spoken when playing numbers. Dates are not effected by this setting.
Namespace:
VoiceElements.Common
Assembly:
VoiceElementsCommon (in VoiceElementsCommon.dll) Version: 8.6.1.1
SyntaxPublic Enumeration FormatSpoken
public enum class FormatSpoken
Members
| Member name | Value | Description |
---|
| Standard | 0 |
Plays a numbers in standard fashion. Fort example, 1002.5 yeilds "one zero zero two point five".
|
| Intelligently | 1 |
Plays a numbers intelligently. For example, 1002.5 yeilds "one thousand two point five".
|
| Currency | 2 |
Plays numbers as currency. For Example, 12.5 yeilds "twelve dollars and fifty cents".
|
RemarksDocumentation In Development
We are constantly adding features and new capabilities to
The Voice Elements Platform. Therefore, our documentation of individual methods, properties and other elements
is constantly being developed and improved. If you would like to know more about this element, please help us perfect our documentation and help you develop your application by doing one or more of the following:
Thank you for your continued support of Voice Elements.
See Also