Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1p3beta1VideoSegment

Video segment.

Inheritance
object
GoogleCloudVideointelligenceV1p3beta1VideoSegment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1VideoSegment : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndTimeOffset

Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

Declaration
[JsonProperty("endTimeOffset")]
public virtual object EndTimeOffset { get; set; }
Property Value
Type Description
object

StartTimeOffset

Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Declaration
[JsonProperty("startTimeOffset")]
public virtual object StartTimeOffset { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX