ClassificationOutputOutputJson
    Preparing search index...

    Type Alias DocClass

    type DocClass = {
        confidence: number;
        type:
            | "advertisement"
            | "budget"
            | "email"
            | "file_folder"
            | "form"
            | "handwritten"
            | "id"
            | "invoice"
            | "letter"
            | "memo"
            | "news_article"
            | "passport"
            | "presentation"
            | "questionnaire"
            | "receipt"
            | "resume"
            | "scientific_publication"
            | "scientific_report"
            | "specification";
    }
    Index

    Properties

    Properties

    confidence: number

    A number between 0.0 and 1.0

    Reflects how likely it is that the page belongs to this class

    1.0 is highly confident, and 0.0 is not confident at all

    type:
        | "advertisement"
        | "budget"
        | "email"
        | "file_folder"
        | "form"
        | "handwritten"
        | "id"
        | "invoice"
        | "letter"
        | "memo"
        | "news_article"
        | "passport"
        | "presentation"
        | "questionnaire"
        | "receipt"
        | "resume"
        | "scientific_publication"
        | "scientific_report"
        | "specification"

    One of the pre-defined document classes