ComputerVisionOcrError Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ComputerVisionOcrError
- com.
public class ComputerVisionOcrError
Details about the API request error.
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
code()
Get the code value. |
String |
message()
Get the message value. |
String |
requestId()
Get the requestId value. |
Computer |
withCode(Object code)
Set the code value. |
Computer |
withMessage(String message)
Set the message value. |
Computer |
withRequestId(String requestId)
Set the requestId value. |
Method Details
code
public Object code()
Get the code value.
Returns:
message
public String message()
Get the message value.
Returns:
requestId
public String requestId()
Get the requestId value.
Returns:
withCode
public ComputerVisionOcrError withCode(Object code)
Set the code value.
Parameters:
Returns:
withMessage
public ComputerVisionOcrError withMessage(String message)
Set the message value.
Parameters:
Returns:
withRequestId
public ComputerVisionOcrError withRequestId(String requestId)
Set the requestId value.
Parameters:
Returns:
Applies to
Azure SDK for Java