Share via


SelectKeywordRecognizer Constructor

Definition

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.

Applies to