ComputerVisionErrorResponse Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ComputerVisionErrorResponse
- com.
public class ComputerVisionErrorResponse
The API error response.
Method Summary
Modifier and Type | Method and Description |
---|---|
Computer |
error()
Get the error value. |
Computer |
withError(ComputerVisionError error)
Set the error value. |
Method Details
error
public ComputerVisionError error()
Get the error value.
Returns:
the error value
withError
public ComputerVisionErrorResponse withError(ComputerVisionError error)
Set the error value.
Parameters:
error
- the error value to set
Returns:
the ComputerVisionErrorResponse object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java