Class TriggerOnVoiceComponent
Sends a trigger when the keyphrase is heard
Inheritance
System.Object
TriggerOnVoiceComponent
Assembly: Content.Server.dll
Syntax
public sealed class TriggerOnVoiceComponent : Component
Fields
|
Improve this Doc
View Source
IsRecording
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
KeyPhrase
Declaration
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
MaxLength
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinLength
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
IsListening
Declaration
public bool IsListening { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ListenRange
Declaration
public int ListenRange { get; }
Property Value
Type |
Description |
System.Int32 |
|