Documentation - v1.2.0-alpha.3
    Preparing search index...

    Configuration options for a recognizer instance.

    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.

    interface RecognizerConfiguration {
        id?: string;
    }

    Implemented by

    Index

    Properties

    Properties

    id?: string

    Optional unique identifier for the recognizer instance.

    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.