SpeechRecognizer GetPropertyString method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechRecognizer
Type: Hidden

GetPropertyString Method


The GetPropertyString method returns the string value corresponding to the specified key name.

The SAPI 5 speech recognition (SR) engine does not support any properties with associated string values. However, other manufacturer's engines could. See ISpeechRecognizer.GetPropertyNumber for a related and similar feature.


SpeechRecognizer.GetPropertyString(
     Name As String,
     Value As String
) As Boolean

Parameters

Name
Specifies the string name of the property.
Value
Specifies the String value associated with the property Name. This value is passed back upon successful completion of the call. If the return value is False, Value will not be updated.

Return Value

A Boolean variable of True if the property is supported, or False if not supported.


Example

See ISpeechRecognizer.GetPropertyNumber for a related code sample.