public Duration MediaProgressDuration { get; set; }
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][google.protobuf.Duration.seconds]
should be set to 90.
public float MediaProgressPercentage { get; set; }
Media progress should be computed using only the
[media_progress_duration][google.cloud.discoveryengine.v1beta.MediaInfo.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eMediaInfo\u003c/code\u003e class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta18, and it outlines how to use the class in C#.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMediaInfo\u003c/code\u003e class provides information about media-specific user events, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eMediaProgressDuration\u003c/code\u003e and \u003ccode\u003eMediaProgressPercentage\u003c/code\u003e, which are used to track a user's progress within media content, such as the time spent watching a video or a percentage of a video watched.\u003c/p\u003e\n"],["\u003cp\u003eThe properties \u003ccode\u003eHasMediaProgressPercentage\u003c/code\u003e can be used to know if the \u003ccode\u003emedia_progress_percentage\u003c/code\u003e has been set.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available for the \u003ccode\u003eMediaInfo\u003c/code\u003e class, one for default instantiation and another for creating a \u003ccode\u003eMediaInfo\u003c/code\u003e object based on an existing \u003ccode\u003eMediaInfo\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]