Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaMediaInfo

Media-specific user event information.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaMediaInfo
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaMediaInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MediaProgressDuration

The media progress time in seconds, if applicable. For example, if the end user has finished 90 seconds of a playback video, then MediaInfo.media_progress_duration.seconds should be set to 90.

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

MediaProgressPercentage

Media progress should be computed using only the media_progress_duration relative to the media total length. This value must be between [0, 1.0] inclusive. If this is not a playback or the progress cannot be computed (e.g. ongoing livestream), this field should be unset.

Declaration
[JsonProperty("mediaProgressPercentage")]
public virtual float? MediaProgressPercentage { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX