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

    Arguments for EncodedSemanticClassificationsRequest request.

    interface EncodedSemanticClassificationsRequestArgs {
        file: string;
        format?: "original" | "2020";
        length: number;
        projectFileName?: string;
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string

    The file for the request (absolute pathname required).

    format?: "original" | "2020"

    Optional parameter for the semantic highlighting response, if absent it defaults to "original".

    length: number

    Length of the span.

    projectFileName?: string
    start: number

    Start position of the span.