@mxraven/mail - v0.2.0
    Preparing search index...

    Interface LearningResult

    The outcome of a successful learning request.

    interface LearningResult {
        disposition: Disposition;
        listenerId: string;
        matchedHashKind: string;
        status: string;
        tenantId: string;
    }
    Index
    disposition: Disposition

    The training label that was applied.

    listenerId: string

    The listener that processed the matched message.

    matchedHashKind: string

    Which stored hash matched the submitted bytes.

    status: string

    The service status, normally learned.

    tenantId: string

    The tenant that owns the matched message.