Class VideosResource
The "videos" collection of methods.
Inheritance
System.Object
VideosResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class VideosResource
Constructors
VideosResource(IClientService)
Constructs a new resource.
Declaration
public VideosResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Annotate(GoogleCloudVideointelligenceV1beta2AnnotateVideoRequest)
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(GoogleCloudVideointelligenceV1beta2AnnotateVideoRequest body)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudVideointelligenceV1beta2AnnotateVideoRequest | body | The body of the request. |
Returns
Type | Description |
---|---|
VideosResource.AnnotateRequest |