RecognizerConfiguration interface
Configuration options for a recognizer instance.
Remarks
This interface defines the configuration properties that can be used to customize the behavior and identification of a recognizer. Recognizers use this configuration to set up their basic properties and operational parameters.
Properties
| id | Optional unique identifier for the recognizer instance. |
Property Details
id
Optional unique identifier for the recognizer instance.
id?: string
Property Value
string
Remarks
The id property allows you to distinguish between multiple recognizer instances and can be useful for logging, debugging, and telemetry purposes. If not provided, the recognizer will operate without a specific identifier.