ComputerVisionInnerErrorCodeValue Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<ComputerVisionInnerErrorCodeValue> - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ComputerVisionInnerErrorCodeValue
- com.
- com.
public class ComputerVisionInnerErrorCodeValue
Defines values for ComputerVisionInnerErrorCodeValue.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Computer |
BAD_ARGUMENT
Static value BadArgument for ComputerVisionInnerErrorCodeValue. |
final Computer |
CANCELLED_REQUEST
Static value CancelledRequest for ComputerVisionInnerErrorCodeValue. |
final Computer |
DETECT_FACE_ERROR
Static value DetectFaceError for ComputerVisionInnerErrorCodeValue. |
final Computer |
FAILED_TO_PROCESS
Static value FailedToProcess for ComputerVisionInnerErrorCodeValue. |
final Computer |
INTERNAL_SERVER_ERROR
Static value InternalServerError for ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_DETAILS
Static value InvalidDetails for ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_IMAGE_FORMAT
Static value InvalidImageFormat for ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_IMAGE_SIZE
Static value InvalidImageSize for ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_IMAGE_URL
Static value InvalidImageUrl for ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_MODEL
Static value InvalidModel for ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_THUMBNAIL_SIZE
Static value InvalidThumbnailSize for ComputerVisionInnerErrorCodeValue. |
final Computer |
NOT_SUPPORTED_FEATURE
Static value NotSupportedFeature for ComputerVisionInnerErrorCodeValue. |
final Computer |
NOT_SUPPORTED_IMAGE
Static value NotSupportedImage for ComputerVisionInnerErrorCodeValue. |
final Computer |
NOT_SUPPORTED_LANGUAGE
Static value NotSupportedLanguage for ComputerVisionInnerErrorCodeValue. |
final Computer |
NOT_SUPPORTED_VISUAL_FEATURE
Static value NotSupportedVisualFeature for ComputerVisionInnerErrorCodeValue. |
final Computer |
STORAGE_EXCEPTION
Static value StorageException for ComputerVisionInnerErrorCodeValue. |
final Computer |
TIMEOUT
Static value Timeout for ComputerVisionInnerErrorCodeValue. |
final Computer |
UNSPECIFIED
Static value Unspecified for ComputerVisionInnerErrorCodeValue. |
final Computer |
UNSUPPORTED_MEDIA_TYPE
Static value UnsupportedMediaType for ComputerVisionInnerErrorCodeValue. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Computer |
fromString(String name)
Creates or finds a ComputerVisionInnerErrorCodeValue from its string representation. |
Collection<Computer |
values() |
Field Details
BAD_ARGUMENT
public static final ComputerVisionInnerErrorCodeValue BAD_ARGUMENT= fromString("BadArgument")
Static value BadArgument for ComputerVisionInnerErrorCodeValue.
CANCELLED_REQUEST
public static final ComputerVisionInnerErrorCodeValue CANCELLED_REQUEST= fromString("CancelledRequest")
Static value CancelledRequest for ComputerVisionInnerErrorCodeValue.
DETECT_FACE_ERROR
public static final ComputerVisionInnerErrorCodeValue DETECT_FACE_ERROR= fromString("DetectFaceError")
Static value DetectFaceError for ComputerVisionInnerErrorCodeValue.
FAILED_TO_PROCESS
public static final ComputerVisionInnerErrorCodeValue FAILED_TO_PROCESS= fromString("FailedToProcess")
Static value FailedToProcess for ComputerVisionInnerErrorCodeValue.
INTERNAL_SERVER_ERROR
public static final ComputerVisionInnerErrorCodeValue INTERNAL_SERVER_ERROR= fromString("InternalServerError")
Static value InternalServerError for ComputerVisionInnerErrorCodeValue.
INVALID_DETAILS
public static final ComputerVisionInnerErrorCodeValue INVALID_DETAILS= fromString("InvalidDetails")
Static value InvalidDetails for ComputerVisionInnerErrorCodeValue.
INVALID_IMAGE_FORMAT
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_FORMAT= fromString("InvalidImageFormat")
Static value InvalidImageFormat for ComputerVisionInnerErrorCodeValue.
INVALID_IMAGE_SIZE
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_SIZE= fromString("InvalidImageSize")
Static value InvalidImageSize for ComputerVisionInnerErrorCodeValue.
INVALID_IMAGE_URL
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_URL= fromString("InvalidImageUrl")
Static value InvalidImageUrl for ComputerVisionInnerErrorCodeValue.
INVALID_MODEL
public static final ComputerVisionInnerErrorCodeValue INVALID_MODEL= fromString("InvalidModel")
Static value InvalidModel for ComputerVisionInnerErrorCodeValue.
INVALID_THUMBNAIL_SIZE
public static final ComputerVisionInnerErrorCodeValue INVALID_THUMBNAIL_SIZE= fromString("InvalidThumbnailSize")
Static value InvalidThumbnailSize for ComputerVisionInnerErrorCodeValue.
NOT_SUPPORTED_FEATURE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_FEATURE= fromString("NotSupportedFeature")
Static value NotSupportedFeature for ComputerVisionInnerErrorCodeValue.
NOT_SUPPORTED_IMAGE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_IMAGE= fromString("NotSupportedImage")
Static value NotSupportedImage for ComputerVisionInnerErrorCodeValue.
NOT_SUPPORTED_LANGUAGE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_LANGUAGE= fromString("NotSupportedLanguage")
Static value NotSupportedLanguage for ComputerVisionInnerErrorCodeValue.
NOT_SUPPORTED_VISUAL_FEATURE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_VISUAL_FEATURE= fromString("NotSupportedVisualFeature")
Static value NotSupportedVisualFeature for ComputerVisionInnerErrorCodeValue.
STORAGE_EXCEPTION
public static final ComputerVisionInnerErrorCodeValue STORAGE_EXCEPTION= fromString("StorageException")
Static value StorageException for ComputerVisionInnerErrorCodeValue.
TIMEOUT
public static final ComputerVisionInnerErrorCodeValue TIMEOUT= fromString("Timeout")
Static value Timeout for ComputerVisionInnerErrorCodeValue.
UNSPECIFIED
public static final ComputerVisionInnerErrorCodeValue UNSPECIFIED= fromString("Unspecified")
Static value Unspecified for ComputerVisionInnerErrorCodeValue.
UNSUPPORTED_MEDIA_TYPE
public static final ComputerVisionInnerErrorCodeValue UNSUPPORTED_MEDIA_TYPE= fromString("UnsupportedMediaType")
Static value UnsupportedMediaType for ComputerVisionInnerErrorCodeValue.
Method Details
fromString
public static ComputerVisionInnerErrorCodeValue fromString(String name)
Creates or finds a ComputerVisionInnerErrorCodeValue from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java