Google Cloud Video Intelligence v1 API - Class AnnotateVideoException (3.3.0)

public sealed class AnnotateVideoException : Exception, ISerializable

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class AnnotateVideoException.

An error occurring when annotating an video.

Inheritance

object > Exception > AnnotateVideoException

Implements

ISerializable

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

AnnotateVideoException(VideoAnnotationResults)

public AnnotateVideoException(VideoAnnotationResults response)

Constructs an exception based on the error in response.

Parameter
NameDescription
responseVideoAnnotationResults

The 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
TypeDescription
VideoAnnotationResults