Share via


ISpeechPhraseElement LexicalForm Property (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechPhraseElement

LexicalForm Property

The LexicalForm property returns the lexical form of the element without normalization of numbers, currency values, and ordinals (for example, displays "two dollars" for the spoken words "two dollars").

The DisplayText property displays text with normalization of numbers, currency values, and ordinals.

Syntax

Set: (This property is read-only)
Get: String = ISpeechPhraseElement.LexicalForm

Parts

  • ISpeechPhraseElement
    The owning object.
  • String
    Set: (This property is read-only)
    Get: A String variable that gets the value of the property.

Example

Use of the ISpeechPhraseElement is demonstrated in a code example at the end of this section.