Package glair.vision.model
Class VisionSettings
java.lang.Object
glair.vision.model.VisionSettings
Represents configuration settings for a vision-related service.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder class for creating instances of VisionSettings with specific configurations. -
Method Summary
Modifier and TypeMethodDescriptionGets the API key used for authentication with the service.Gets the API version used for communication with the service.Gets the base URL for the vision-related service.Gets the password used for authentication with the service (if applicable).Gets the username used for authentication with the service (if applicable).
-
Method Details
-
getBaseUrl
Gets the base URL for the vision-related service.- Returns:
- The base URL.
-
getApiVersion
Gets the API version used for communication with the service.- Returns:
- The API version.
-
getApiKey
Gets the API key used for authentication with the service.- Returns:
- The API key.
-
getUsername
Gets the username used for authentication with the service (if applicable).- Returns:
- The username.
-
getPassword
Gets the password used for authentication with the service (if applicable).- Returns:
- The password.
-