onvif
    Preparing search index...

    Interface Feedback

    interface Feedback {
        accessPointToken: string;
        feedbackType: string;
        recognitionType?: string[];
        textMessage?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    accessPointToken: string

    Token of the access point to control.

    feedbackType: string

    The feedback type to use. Feedback types starting with the prefix pt: are reserved to define ONVIF-specific types as defined in tac:FeedbackType. For custom defined feedback types, free text can be used. If feedback type is set to pt:RequireIdentifier, the RecognitionType field shall provide the required type(s). If the feedback type is not supported, it shall be ignored.

    recognitionType?: string[]

    Optional list of recognition types requested by a client to get closer to making a decision. Used if FeedbackType is set to pt:RequireIdentifier. If a recognition type is not supported, it shall be ignored.

    textMessage?: string

    Optional textual feedback message. If not supported by the access point it shall be ignored.