Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1AnnotateVideoResponse

Video annotation response. Included in the response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

Inheritance
object
GoogleCloudVideointelligenceV1AnnotateVideoResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1AnnotateVideoResponse : IDirectResponseSchema

Properties

AnnotationResults

Annotation results for all videos specified in AnnotateVideoRequest.

Declaration
[JsonProperty("annotationResults")]
public virtual IList<GoogleCloudVideointelligenceV1VideoAnnotationResults> AnnotationResults { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1VideoAnnotationResults>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX