Freigeben über


ComputerVisionErrorCodes Klasse

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<ComputerVisionErrorCodes>
      • com.microsoft.azure.cognitiveservices.vision.computervision.models.ComputerVisionErrorCodes

public class ComputerVisionErrorCodes

Definiert Werte für ComputerVisionErrorCodes.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
final ComputerVisionErrorCodes INTERNAL_SERVER_ERROR

Statischer Wert InternalServerError für ComputerVisionErrorCodes.

final ComputerVisionErrorCodes INVALID_ARGUMENT

Statischer Wert InvalidArgument für ComputerVisionErrorCodes.

final ComputerVisionErrorCodes INVALID_REQUEST

Statischer Wert InvalidRequest für ComputerVisionErrorCodes.

final ComputerVisionErrorCodes SERVICE_UNAVAILABLE

Statischer Wert ServiceUnavailable für ComputerVisionErrorCodes.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
ComputerVisionErrorCodes fromString(String name)

Erstellt oder findet einen ComputerVisionErrorCodes aus seiner Zeichenfolgendarstellung.

Collection<ComputerVisionErrorCodes> values()

Felddetails

INTERNAL_SERVER_ERROR

public static final ComputerVisionErrorCodes INTERNAL_SERVER_ERROR= fromString("InternalServerError")

Statischer Wert InternalServerError für ComputerVisionErrorCodes.

INVALID_ARGUMENT

public static final ComputerVisionErrorCodes INVALID_ARGUMENT= fromString("InvalidArgument")

Statischer Wert InvalidArgument für ComputerVisionErrorCodes.

INVALID_REQUEST

public static final ComputerVisionErrorCodes INVALID_REQUEST= fromString("InvalidRequest")

Statischer Wert InvalidRequest für ComputerVisionErrorCodes.

SERVICE_UNAVAILABLE

public static final ComputerVisionErrorCodes SERVICE_UNAVAILABLE= fromString("ServiceUnavailable")

Statischer Wert ServiceUnavailable für ComputerVisionErrorCodes.

Details zur Methode

fromString

public static ComputerVisionErrorCodes fromString(String name)

Erstellt oder findet einen ComputerVisionErrorCodes aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

die entsprechenden ComputerVisionErrorCodes

values

public static Collection values()

Returns:

bekannte ComputerVisionErrorCodes-Werte

Gilt für: