Class MindeeApiV2

    • Constructor Detail

      • MindeeApiV2

        public MindeeApiV2()
    • Method Detail

      • reqGetJob

        public abstract JobResponse reqGetJob​(String jobId)
        Attempts to poll the queue.
        Parameters:
        jobId - id of the job to get.
      • reqGetInference

        public abstract InferenceResponse reqGetInference​(String inferenceId)
        Retrieves the inference from a 302 redirect.
        Parameters:
        inferenceId - ID of the inference to poll.