SelectKeywordRecognizer Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new SelectKeywordRecognizer.
public SelectKeywordRecognizer ();
Public Sub New ()
Remarks
Use IsSupported to check whether the recognizer is supported by the current platform / Unity version first before calling the constructor. The constructor does the same check and will throw an exception if not supported.