Class ComputerVisionErrorResponse
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.vision.computervision.models.ComputerVisionErrorResponse
-
public class ComputerVisionErrorResponse extends Object
The API error response.
-
-
Constructor Summary
Constructors Constructor Description ComputerVisionErrorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputerVisionError
error()
Get the error value.ComputerVisionErrorResponse
withError(ComputerVisionError error)
Set the error value.
-
-
-
Method Detail
-
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.
-
-