[[["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."],[[["`OperationInfo` is a message class representing the message types used by a long-running operation, such as `LongRunningRecognize` with `LongRunningRecognizeResponse` and `LongRunningRecognizeMetadata`."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`OperationInfo` has two key properties: `MetadataType`, which is the message name of the metadata type, and `ResponseType`, which is the message name of the primary return type for the operation."],["The `MetadataType` and `ResponseType` properties require fully-qualified message names if they are in a different package than the rpc, and altering these values constitutes a breaking change."],["The class provides two constructors: a default constructor `OperationInfo()` and a copy constructor `OperationInfo(OperationInfo other)`."]]],[]]