Class GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress
Video annotation progress. Included in the metadata
field of the Operation
returned by the GetOperation
call of the google::longrunning::Operations
service.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress : IDirectResponseSchema
Properties
AnnotationProgress
Progress metadata for all videos specified in AnnotateVideoRequest
.
Declaration
[JsonProperty("annotationProgress")]
public virtual IList<GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress> AnnotationProgress { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |