Class VisionSettings

java.lang.Object
glair.vision.model.VisionSettings

public class VisionSettings extends Object
Represents configuration settings for a vision-related service.
  • Method Details

    • getBaseUrl

      public String getBaseUrl()
      Gets the base URL for the vision-related service.
      Returns:
      The base URL.
    • getApiVersion

      public String getApiVersion()
      Gets the API version used for communication with the service.
      Returns:
      The API version.
    • getApiKey

      public String getApiKey()
      Gets the API key used for authentication with the service.
      Returns:
      The API key.
    • getUsername

      public String getUsername()
      Gets the username used for authentication with the service (if applicable).
      Returns:
      The username.
    • getPassword

      public String getPassword()
      Gets the password used for authentication with the service (if applicable).
      Returns:
      The password.