Class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
Annotation progress for a single video.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Feature
Specifies which feature is being tracked if the request contains more than one feature.
Declaration
[JsonProperty("feature")]
public virtual string Feature { get; set; }
Property Value
Type | Description |
---|---|
string |
InputUri
Video file location in Cloud Storage.
Declaration
[JsonProperty("inputUri")]
public virtual string InputUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ProgressPercent
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
Declaration
[JsonProperty("progressPercent")]
public virtual int? ProgressPercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
Segment
Specifies which segment is being tracked if the request contains more than one segment.
Declaration
[JsonProperty("segment")]
public virtual GoogleCloudVideointelligenceV1p1beta1VideoSegment Segment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p1beta1VideoSegment |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Time when the request was received.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Time of the most recent update.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |