public sealed class OperatorMetadata : IMessage<OperatorMetadata>, IEquatable<OperatorMetadata>, IDeepCloneable<OperatorMetadata>, IBufferMessage, IMessage
General information useful for labels coming from contributors.
Implements
IMessage<OperatorMetadata>, IEquatable<OperatorMetadata>, IDeepCloneable<OperatorMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
OperatorMetadata()
public OperatorMetadata()
OperatorMetadata(OperatorMetadata)
public OperatorMetadata(OperatorMetadata other)
Parameter | |
---|---|
Name | Description |
other | OperatorMetadata |
Properties
Comments
public RepeatedField<string> Comments { get; }
Comments from contributors.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
LabelVotes
public int LabelVotes { get; set; }
The total number of contributors that choose this label.
Property Value | |
---|---|
Type | Description |
Int32 |
Score
public float Score { get; set; }
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).
Property Value | |
---|---|
Type | Description |
Single |
TotalVotes
public int TotalVotes { get; set; }
The total number of contributors that answer this question.
Property Value | |
---|---|
Type | Description |
Int32 |