Class: Win32::SpObjectTokenCategory

Inherits:
SAPI5
  • Object
show all
Defined in:
lib/win32/sapi5.rb

Overview

The SpObjectTokenCategory automation object represents a class of object tokens. Object tokens are associated with specific folders in the Speech configuration database, and these folders are organized into categories, such as Recognizers, AudioInputs and Voices. An SpObjectTokenCategory object represents a single category of object tokens, and provides access to all the tokens within that category.

Constant Summary

Constants inherited from SAPI5

Win32::SAPI5::VERSION

Instance Method Summary collapse

Constructor Details

#initializeSpObjectTokenCategory

Returns a new instance of SpObjectTokenCategory.



117
118
119
# File 'lib/win32/sapi5.rb', line 117

def initialize
  super("{A910187F-0C7A-45AC-92CC-59EDAFB77B53}")
end