public sealed class LongRunningRecognizeMetadata : IMessage<LongRunningRecognizeMetadata>, IEquatable<LongRunningRecognizeMetadata>, IDeepCloneable<LongRunningRecognizeMetadata>, IBufferMessage, IMessage
Describes the progress of a long-running LongRunningRecognize call. It is
included in the metadata field of the Operation returned by the
GetOperation call of the google::longrunning::Operations service.
[[["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-03-21 UTC."],[[["The latest version of `LongRunningRecognizeMetadata` is 3.8.0, with a history of versions down to 2.2.0 available for reference."],["`LongRunningRecognizeMetadata` describes the progress of a long-running `LongRunningRecognize` call, found in the `metadata` field of the `Operation`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["The `LongRunningRecognizeMetadata` class provides properties such as `LastUpdateTime`, `ProgressPercent`, and `StartTime` to monitor the status and progress of the long-running recognition operation."],["There are two constructors available, a default one `LongRunningRecognizeMetadata()` and an overloaded one `LongRunningRecognizeMetadata(LongRunningRecognizeMetadata other)` that lets the user create an object based off of another one."]]],[]]