Class VideosResource
The "videos" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p3beta1
Assembly: Google.Apis.CloudVideoIntelligence.v1p3beta1.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(GoogleCloudVideointelligenceV1p3beta1AnnotateVideoRequest)
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(GoogleCloudVideointelligenceV1p3beta1AnnotateVideoRequest body)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudVideointelligenceV1p3beta1AnnotateVideoRequest | body | The body of the request. |
Returns
Type | Description |
---|---|
VideosResource.AnnotateRequest |