ISpeechDataKey SetBinaryValue Method (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechDataKey

SetBinaryValue Method

The SetBinaryValue method sets the specified binary value in the data key.

  
    ISpeechDataKey.SetBinaryValue(
     ValueName As String,
     Value As Variant
)

Parameters

  • ValueName
    The name of the value.
  • Value
    The binary data value.

Return Value

None.

For an example of the use of the SetBinaryValue method, see the code example in the code example at the end of this section.