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