ComputerVisionInnerErrorCodeValue Klasse
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<ComputerVisionInnerErrorCodeValue> - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ComputerVisionInnerErrorCodeValue
- com.
- com.
public class ComputerVisionInnerErrorCodeValue
Definiert Werte für ComputerVisionInnerErrorCodeValue.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
final Computer |
BAD_ARGUMENT
Statischer Wert BadArgument für ComputerVisionInnerErrorCodeValue. |
final Computer |
CANCELLED_REQUEST
Statischer Wert CancelledRequest für ComputerVisionInnerErrorCodeValue. |
final Computer |
DETECT_FACE_ERROR
Statischer Wert DetectFaceError für ComputerVisionInnerErrorCodeValue. |
final Computer |
FAILED_TO_PROCESS
Statischer Wert FailedToProcess für ComputerVisionInnerErrorCodeValue. |
final Computer |
INTERNAL_SERVER_ERROR
Statischer Wert InternalServerError für ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_DETAILS
Statischer Wert InvalidDetails für ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_IMAGE_FORMAT
Statischer Wert InvalidImageFormat für ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_IMAGE_SIZE
Statischer Wert InvalidImageSize für ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_IMAGE_URL
Statischer Wert InvalidImageUrl für ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_MODEL
Statischer Wert InvalidModel für ComputerVisionInnerErrorCodeValue. |
final Computer |
INVALID_THUMBNAIL_SIZE
Statischer Wert InvalidThumbnailSize für ComputerVisionInnerErrorCodeValue. |
final Computer |
NOT_SUPPORTED_FEATURE
Statischer Wert NotSupportedFeature für ComputerVisionInnerErrorCodeValue. |
final Computer |
NOT_SUPPORTED_IMAGE
Statischer Wert NotSupportedImage für ComputerVisionInnerErrorCodeValue. |
final Computer |
NOT_SUPPORTED_LANGUAGE
Statischer Wert NotSupportedLanguage für ComputerVisionInnerErrorCodeValue. |
final Computer |
NOT_SUPPORTED_VISUAL_FEATURE
Statischer Wert NotSupportedVisualFeature für ComputerVisionInnerErrorCodeValue. |
final Computer |
STORAGE_EXCEPTION
Statischer Wert StorageException für ComputerVisionInnerErrorCodeValue. |
final Computer |
TIMEOUT
Timeout des statischen Werts für ComputerVisionInnerErrorCodeValue. |
final Computer |
UNSPECIFIED
Statischer Wert Nicht angegeben für ComputerVisionInnerErrorCodeValue. |
final Computer |
UNSUPPORTED_MEDIA_TYPE
Statischer Wert UnsupportedMediaType für ComputerVisionInnerErrorCodeValue. |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
Computer |
fromString(String name)
Erstellt oder sucht einen ComputerVisionInnerErrorCodeValue aus seiner Zeichenfolgendarstellung. |
Collection<Computer |
values() |
Felddetails
BAD_ARGUMENT
public static final ComputerVisionInnerErrorCodeValue BAD_ARGUMENT= fromString("BadArgument")
Statischer Wert BadArgument für ComputerVisionInnerErrorCodeValue.
CANCELLED_REQUEST
public static final ComputerVisionInnerErrorCodeValue CANCELLED_REQUEST= fromString("CancelledRequest")
Statischer Wert CancelledRequest für ComputerVisionInnerErrorCodeValue.
DETECT_FACE_ERROR
public static final ComputerVisionInnerErrorCodeValue DETECT_FACE_ERROR= fromString("DetectFaceError")
Statischer Wert DetectFaceError für ComputerVisionInnerErrorCodeValue.
FAILED_TO_PROCESS
public static final ComputerVisionInnerErrorCodeValue FAILED_TO_PROCESS= fromString("FailedToProcess")
Statischer Wert FailedToProcess für ComputerVisionInnerErrorCodeValue.
INTERNAL_SERVER_ERROR
public static final ComputerVisionInnerErrorCodeValue INTERNAL_SERVER_ERROR= fromString("InternalServerError")
Statischer Wert InternalServerError für ComputerVisionInnerErrorCodeValue.
INVALID_DETAILS
public static final ComputerVisionInnerErrorCodeValue INVALID_DETAILS= fromString("InvalidDetails")
Statischer Wert InvalidDetails für ComputerVisionInnerErrorCodeValue.
INVALID_IMAGE_FORMAT
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_FORMAT= fromString("InvalidImageFormat")
Statischer Wert InvalidImageFormat für ComputerVisionInnerErrorCodeValue.
INVALID_IMAGE_SIZE
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_SIZE= fromString("InvalidImageSize")
Statischer Wert InvalidImageSize für ComputerVisionInnerErrorCodeValue.
INVALID_IMAGE_URL
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_URL= fromString("InvalidImageUrl")
Statischer Wert InvalidImageUrl für ComputerVisionInnerErrorCodeValue.
INVALID_MODEL
public static final ComputerVisionInnerErrorCodeValue INVALID_MODEL= fromString("InvalidModel")
Statischer Wert InvalidModel für ComputerVisionInnerErrorCodeValue.
INVALID_THUMBNAIL_SIZE
public static final ComputerVisionInnerErrorCodeValue INVALID_THUMBNAIL_SIZE= fromString("InvalidThumbnailSize")
Statischer Wert InvalidThumbnailSize für ComputerVisionInnerErrorCodeValue.
NOT_SUPPORTED_FEATURE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_FEATURE= fromString("NotSupportedFeature")
Statischer Wert NotSupportedFeature für ComputerVisionInnerErrorCodeValue.
NOT_SUPPORTED_IMAGE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_IMAGE= fromString("NotSupportedImage")
Statischer Wert NotSupportedImage für ComputerVisionInnerErrorCodeValue.
NOT_SUPPORTED_LANGUAGE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_LANGUAGE= fromString("NotSupportedLanguage")
Statischer Wert NotSupportedLanguage für ComputerVisionInnerErrorCodeValue.
NOT_SUPPORTED_VISUAL_FEATURE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_VISUAL_FEATURE= fromString("NotSupportedVisualFeature")
Statischer Wert NotSupportedVisualFeature für ComputerVisionInnerErrorCodeValue.
STORAGE_EXCEPTION
public static final ComputerVisionInnerErrorCodeValue STORAGE_EXCEPTION= fromString("StorageException")
Statischer Wert StorageException für ComputerVisionInnerErrorCodeValue.
TIMEOUT
public static final ComputerVisionInnerErrorCodeValue TIMEOUT= fromString("Timeout")
Timeout des statischen Werts für ComputerVisionInnerErrorCodeValue.
UNSPECIFIED
public static final ComputerVisionInnerErrorCodeValue UNSPECIFIED= fromString("Unspecified")
Statischer Wert Nicht angegeben für ComputerVisionInnerErrorCodeValue.
UNSUPPORTED_MEDIA_TYPE
public static final ComputerVisionInnerErrorCodeValue UNSUPPORTED_MEDIA_TYPE= fromString("UnsupportedMediaType")
Statischer Wert UnsupportedMediaType für ComputerVisionInnerErrorCodeValue.
Details zur Methode
fromString
public static ComputerVisionInnerErrorCodeValue fromString(String name)
Erstellt oder sucht einen ComputerVisionInnerErrorCodeValue aus seiner Zeichenfolgendarstellung.
Parameters:
Returns:
values
public static Collection
Returns:
Gilt für:
Azure SDK for Java