public sealed class OperatorMetadata : IMessage<OperatorMetadata>, IEquatable<OperatorMetadata>, IDeepCloneable<OperatorMetadata>, IBufferMessage, IMessage
General information useful for labels coming from contributors.
Confidence score corresponding to a label. For examle, if 3 contributors
have answered the question and 2 of them agree on the final label, the
confidence score will be 0.67 (2/3).
[[["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 `OperatorMetadata` class, found in the `Google.Cloud.DataLabeling.V1Beta1` namespace, provides information regarding labels submitted by contributors."],["`OperatorMetadata` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used within the Google Protobuf environment."],["This class has properties such as `Comments` for storing contributor feedback, `LabelVotes` for counting label selections, `Score` for confidence metrics, and `TotalVotes` for tracking total contributor responses."],["There are two versions of `OperatorMetadata` constructors, one which is parameterless, and another that accepts `OperatorMetadata` as a parameter."],["The latest version of `OperatorMetadata` is 2.0.0-beta05, which can be found under `/dotnet/docs/reference/Google.Cloud.DataLabeling.V1Beta1/latest/Google.Cloud.DataLabeling.V1Beta1.OperatorMetadata`."]]],[]]