Class KeywordRecognizer
Inheritance
KeywordRecognizer
Assembly: UnityEngine.dll
Syntax
public sealed class KeywordRecognizer : PhraseRecognizer, IDisposable
Constructors
|
Improve this Doc
View Source
KeywordRecognizer(String[])
Declaration
public KeywordRecognizer(string[] keywords)
Parameters
Type |
Name |
Description |
String[] |
keywords |
|
|
Improve this Doc
View Source
KeywordRecognizer(String[], ConfidenceLevel)
Declaration
public KeywordRecognizer(string[] keywords, ConfidenceLevel minimumConfidence)
Parameters
Properties
|
Improve this Doc
View Source
Keywords
Declaration
public IEnumerable<string> Keywords { get; }
Property Value
Implements
Extension Methods