ComputerVisionInnerErrorCodeValue クラス
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<ComputerVisionInnerErrorCodeValue> - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ComputerVisionInnerErrorCodeValue
- com.
- com.
public class ComputerVisionInnerErrorCodeValue
ComputerVisionInnerErrorCodeValue の値を定義します。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
final Computer |
BAD_ARGUMENT
ComputerVisionInnerErrorCodeValue の静的な値 BadArgument。 |
final Computer |
CANCELLED_REQUEST
ComputerVisionInnerErrorCodeValue の静的な値 CancelledRequest。 |
final Computer |
DETECT_FACE_ERROR
ComputerVisionInnerErrorCodeValue の静的値 DetectFaceError。 |
final Computer |
FAILED_TO_PROCESS
ComputerVisionInnerErrorCodeValue の静的値 FailedToProcess。 |
final Computer |
INTERNAL_SERVER_ERROR
ComputerVisionInnerErrorCodeValue の静的な値 InternalServerError。 |
final Computer |
INVALID_DETAILS
ComputerVisionInnerErrorCodeValue の静的な値 InvalidDetails。 |
final Computer |
INVALID_IMAGE_FORMAT
ComputerVisionInnerErrorCodeValue の静的な値 InvalidImageFormat。 |
final Computer |
INVALID_IMAGE_SIZE
ComputerVisionInnerErrorCodeValue の静的な値 InvalidImageSize。 |
final Computer |
INVALID_IMAGE_URL
ComputerVisionInnerErrorCodeValue の静的な値 InvalidImageUrl。 |
final Computer |
INVALID_MODEL
ComputerVisionInnerErrorCodeValue の静的な値 InvalidModel。 |
final Computer |
INVALID_THUMBNAIL_SIZE
ComputerVisionInnerErrorCodeValue の静的な値 InvalidThumbnailSize。 |
final Computer |
NOT_SUPPORTED_FEATURE
ComputerVisionInnerErrorCodeValue の静的値 NotSupportedFeature。 |
final Computer |
NOT_SUPPORTED_IMAGE
ComputerVisionInnerErrorCodeValue の静的値 NotSupportedImage。 |
final Computer |
NOT_SUPPORTED_LANGUAGE
ComputerVisionInnerErrorCodeValue の静的値 NotSupportedLanguage。 |
final Computer |
NOT_SUPPORTED_VISUAL_FEATURE
ComputerVisionInnerErrorCodeValue の静的な値 NotSupportedVisualFeature。 |
final Computer |
STORAGE_EXCEPTION
ComputerVisionInnerErrorCodeValue の静的値 StorageException。 |
final Computer |
TIMEOUT
ComputerVisionInnerErrorCodeValue の静的値タイムアウト。 |
final Computer |
UNSPECIFIED
ComputerVisionInnerErrorCodeValue の静的な値が指定されていません。 |
final Computer |
UNSUPPORTED_MEDIA_TYPE
ComputerVisionInnerErrorCodeValue の静的な値 UnsupportedMediaType。 |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Computer |
fromString(String name)
ComputerVisionInnerErrorCodeValue を文字列表現から作成または検索します。 |
Collection<Computer |
values() |
フィールドの詳細
BAD_ARGUMENT
public static final ComputerVisionInnerErrorCodeValue BAD_ARGUMENT= fromString("BadArgument")
ComputerVisionInnerErrorCodeValue の静的な値 BadArgument。
CANCELLED_REQUEST
public static final ComputerVisionInnerErrorCodeValue CANCELLED_REQUEST= fromString("CancelledRequest")
ComputerVisionInnerErrorCodeValue の静的な値 CancelledRequest。
DETECT_FACE_ERROR
public static final ComputerVisionInnerErrorCodeValue DETECT_FACE_ERROR= fromString("DetectFaceError")
ComputerVisionInnerErrorCodeValue の静的値 DetectFaceError。
FAILED_TO_PROCESS
public static final ComputerVisionInnerErrorCodeValue FAILED_TO_PROCESS= fromString("FailedToProcess")
ComputerVisionInnerErrorCodeValue の静的値 FailedToProcess。
INTERNAL_SERVER_ERROR
public static final ComputerVisionInnerErrorCodeValue INTERNAL_SERVER_ERROR= fromString("InternalServerError")
ComputerVisionInnerErrorCodeValue の静的な値 InternalServerError。
INVALID_DETAILS
public static final ComputerVisionInnerErrorCodeValue INVALID_DETAILS= fromString("InvalidDetails")
ComputerVisionInnerErrorCodeValue の静的な値 InvalidDetails。
INVALID_IMAGE_FORMAT
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_FORMAT= fromString("InvalidImageFormat")
ComputerVisionInnerErrorCodeValue の静的な値 InvalidImageFormat。
INVALID_IMAGE_SIZE
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_SIZE= fromString("InvalidImageSize")
ComputerVisionInnerErrorCodeValue の静的な値 InvalidImageSize。
INVALID_IMAGE_URL
public static final ComputerVisionInnerErrorCodeValue INVALID_IMAGE_URL= fromString("InvalidImageUrl")
ComputerVisionInnerErrorCodeValue の静的な値 InvalidImageUrl。
INVALID_MODEL
public static final ComputerVisionInnerErrorCodeValue INVALID_MODEL= fromString("InvalidModel")
ComputerVisionInnerErrorCodeValue の静的な値 InvalidModel。
INVALID_THUMBNAIL_SIZE
public static final ComputerVisionInnerErrorCodeValue INVALID_THUMBNAIL_SIZE= fromString("InvalidThumbnailSize")
ComputerVisionInnerErrorCodeValue の静的な値 InvalidThumbnailSize。
NOT_SUPPORTED_FEATURE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_FEATURE= fromString("NotSupportedFeature")
ComputerVisionInnerErrorCodeValue の静的値 NotSupportedFeature。
NOT_SUPPORTED_IMAGE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_IMAGE= fromString("NotSupportedImage")
ComputerVisionInnerErrorCodeValue の静的値 NotSupportedImage。
NOT_SUPPORTED_LANGUAGE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_LANGUAGE= fromString("NotSupportedLanguage")
ComputerVisionInnerErrorCodeValue の静的値 NotSupportedLanguage。
NOT_SUPPORTED_VISUAL_FEATURE
public static final ComputerVisionInnerErrorCodeValue NOT_SUPPORTED_VISUAL_FEATURE= fromString("NotSupportedVisualFeature")
ComputerVisionInnerErrorCodeValue の静的な値 NotSupportedVisualFeature。
STORAGE_EXCEPTION
public static final ComputerVisionInnerErrorCodeValue STORAGE_EXCEPTION= fromString("StorageException")
ComputerVisionInnerErrorCodeValue の静的値 StorageException。
TIMEOUT
public static final ComputerVisionInnerErrorCodeValue TIMEOUT= fromString("Timeout")
ComputerVisionInnerErrorCodeValue の静的値タイムアウト。
UNSPECIFIED
public static final ComputerVisionInnerErrorCodeValue UNSPECIFIED= fromString("Unspecified")
ComputerVisionInnerErrorCodeValue の静的な値が指定されていません。
UNSUPPORTED_MEDIA_TYPE
public static final ComputerVisionInnerErrorCodeValue UNSUPPORTED_MEDIA_TYPE= fromString("UnsupportedMediaType")
ComputerVisionInnerErrorCodeValue の静的な値 UnsupportedMediaType。
メソッドの詳細
fromString
public static ComputerVisionInnerErrorCodeValue fromString(String name)
ComputerVisionInnerErrorCodeValue を文字列表現から作成または検索します。
Parameters:
Returns:
values
public static Collection
Returns:
適用対象
Azure SDK for Java