public sealed class VideoAnnotationProgress : IMessage<VideoAnnotationProgress>, IEquatable<VideoAnnotationProgress>, IDeepCloneable<VideoAnnotationProgress>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Video Intelligence v1 API class VideoAnnotationProgress.
Annotation progress for a single video.
Implements
IMessageVideoAnnotationProgress, IEquatableVideoAnnotationProgress, IDeepCloneableVideoAnnotationProgress, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
VideoAnnotationProgress()
public VideoAnnotationProgress()VideoAnnotationProgress(VideoAnnotationProgress)
public VideoAnnotationProgress(VideoAnnotationProgress other)| Parameter | |
|---|---|
| Name | Description |
other |
VideoAnnotationProgress |
Properties
Feature
public Feature Feature { get; set; }Specifies which feature is being tracked if the request contains more than one feature.
| Property Value | |
|---|---|
| Type | Description |
Feature |
|
InputUri
public string InputUri { get; set; }Video file location in Cloud Storage.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProgressPercent
public int ProgressPercent { get; set; }Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Segment
public VideoSegment Segment { get; set; }Specifies which segment is being tracked if the request contains more than one segment.
| Property Value | |
|---|---|
| Type | Description |
VideoSegment |
|
StartTime
public Timestamp StartTime { get; set; }Time when the request was received.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Time of the most recent update.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|