public sealed class AnnotateImageException : Exception, ISerializableReference documentation and code samples for the Google Cloud Vision v1 API class AnnotateImageException.
An error occurring when annotating an image.
Implements
ISerializableNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
AnnotateImageException(AnnotateImageResponse)
public AnnotateImageException(AnnotateImageResponse response)Constructs an exception based on the error in response.
| Parameter | |
|---|---|
| Name | Description |
response |
AnnotateImageResponseThe response containing the error. Must not be null, and the Error property must not be null. |
Properties
Response
public AnnotateImageResponse Response { get; }The complete response containing the error.
| Property Value | |
|---|---|
| Type | Description |
AnnotateImageResponse |
|