mindee
    Preparing search index...

    Class ClientV2

    Mindee Client V2 class that centralizes most basic operations.

    Index

    Asynchronous

    • Retrieves an inference.

      Parameters

      • inferenceId: string

        id of the queue to poll.

      Returns Promise<InferenceResponse>

      a Promise containing a Job, which also contains a Document if the parsing is complete.

    • Get the status of an inference that was previously enqueued. Can be used for polling.

      Parameters

      • jobId: string

        id of the queue to poll.

      Returns Promise<JobResponse>

      a Promise containing a Job, which also contains a Document if the parsing is complete.

    Other

    • Parameters

      • options: ClientOptions = ...

        options for the initialization of a client.

      Returns ClientV2

    mindeeApi: MindeeApiV2

    Mindee API handler.

    Synchronous