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.v1.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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eMediaInfo\u003c/code\u003e class, part of the Google Cloud Discovery Engine v1 API, specifically within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMediaInfo\u003c/code\u003e is used to represent media-specific user event information, which is derived from the object class and implements multiple interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, \u003ccode\u003eMediaInfo()\u003c/code\u003e and \u003ccode\u003eMediaInfo(MediaInfo other)\u003c/code\u003e, where the latter is a copy constructor taking another \u003ccode\u003eMediaInfo\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMediaInfo\u003c/code\u003e includes properties like \u003ccode\u003eHasMediaProgressPercentage\u003c/code\u003e, \u003ccode\u003eMediaProgressDuration\u003c/code\u003e, and \u003ccode\u003eMediaProgressPercentage\u003c/code\u003e to provide information about the user's progress with the media, like the duration and percentage completed.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API is 1.6.0, it also lists all the versions of the API, with 1.0.0-beta06 being the oldest.\u003c/p\u003e\n"]]],[],null,[]]