ComputerVisionInnerErrorCodeValue type

Определяет значения для ComputerVisionInnerErrorCodeValue. Возможные значения: InvalidImageFormat, UnsupportedMediaType, InvalidImageUrl, NotSupportedFeature, NotSupportedFeature, NotSupportedImage, Timeout, InternalServerError, InvalidImageSize, BadArgument, "DetectFaceError", "NotSupportedLanguage", "InvalidThumbnailSize", "InvalidDetailSize", "InvalidDetails", "InvalidModel", "CancelledRequest", "NotSupportedVisualFeature", "FailedToProcess", "Unspecified", "StorageException"

type ComputerVisionInnerErrorCodeValue =
  | "InvalidImageFormat"
  | "UnsupportedMediaType"
  | "InvalidImageUrl"
  | "NotSupportedFeature"
  | "NotSupportedImage"
  | "Timeout"
  | "InternalServerError"
  | "InvalidImageSize"
  | "BadArgument"
  | "DetectFaceError"
  | "NotSupportedLanguage"
  | "InvalidThumbnailSize"
  | "InvalidDetails"
  | "InvalidModel"
  | "CancelledRequest"
  | "NotSupportedVisualFeature"
  | "FailedToProcess"
  | "Unspecified"
  | "StorageException"