Microsoft Speech Platform
Interface: ISpeechDataKey
CreateKey Method
The CreateKey method creates the specified subkey within the data key.
ISpeechDataKey.CreateKey(
SubKeyName As String
) As ISpeechDataKey
Parameters
- SubKeyName
- The name of the subkey.
Return Value
An ISpeechDataKey object representing the new subkey.
For an example of the use of the CreateKey method, see the code example in the code example at the end of this section.