Show / Hide Table of Contents

Class VideosResource

The "videos" collection of methods.

Inheritance
object
VideosResource
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.v1
Assembly: Google.Apis.CloudVideoIntelligence.v1.dll
Syntax
public class VideosResource

Constructors

VideosResource(IClientService)

Constructs a new resource.

Declaration
public VideosResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Annotate(GoogleCloudVideointelligenceV1AnnotateVideoRequest)

Performs asynchronous video annotation. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains AnnotateVideoProgress (progress). Operation.response contains AnnotateVideoResponse (results).

Declaration
public virtual VideosResource.AnnotateRequest Annotate(GoogleCloudVideointelligenceV1AnnotateVideoRequest body)
Parameters
Type Name Description
GoogleCloudVideointelligenceV1AnnotateVideoRequest body

The body of the request.

Returns
Type Description
VideosResource.AnnotateRequest
In This Article
Back to top Generated by DocFX