Package com.mindee.v2

Class MindeeClient


  • public class MindeeClient
    extends Object
    Entry point for the Mindee **V2** API features.
    • Constructor Detail

      • MindeeClient

        public MindeeClient()
        Uses an API key read from the environment variables.
      • MindeeClient

        public MindeeClient​(String apiKey)
        Uses the supplied API key.
      • MindeeClient

        public MindeeClient​(MindeeApiV2 mindeeApi)
        Inject a custom HTTP API implementation.