@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface EncodedSemanticClassificationsResponseBody

    Implementation response message. Gives series of text spans depending on the format ar.

    interface EncodedSemanticClassificationsResponseBody {
        endOfLineState: EndOfLineState;
        spans: number[];
    }
    Index

    Properties

    endOfLineState: EndOfLineState
    spans: number[]