public sealed class OperatorMetadata : IMessage<OperatorMetadata>, IEquatable<OperatorMetadata>, IDeepCloneable<OperatorMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class OperatorMetadata.
General information useful for labels coming from contributors.
Implements
IMessageOperatorMetadata, IEquatableOperatorMetadata, IDeepCloneableOperatorMetadata, 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 |
RepeatedFieldstring |
LabelVotes
public int LabelVotes { get; set; }
The total number of contributors that choose this label.
Property Value | |
---|---|
Type | Description |
int |
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 |
float |
TotalVotes
public int TotalVotes { get; set; }
The total number of contributors that answer this question.
Property Value | |
---|---|
Type | Description |
int |