Class OperatorMetadata (1.0.0-beta03)

public sealed class OperatorMetadata : IMessage<OperatorMetadata>, IEquatable<OperatorMetadata>, IDeepCloneable<OperatorMetadata>, IBufferMessage, IMessage

General information useful for labels coming from contributors.

Inheritance

Object > OperatorMetadata

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

OperatorMetadata()

public OperatorMetadata()

OperatorMetadata(OperatorMetadata)

public OperatorMetadata(OperatorMetadata other)
Parameter
NameDescription
otherOperatorMetadata

Properties

Comments

public RepeatedField<string> Comments { get; }

Comments from contributors.

Property Value
TypeDescription
RepeatedField<String>

LabelVotes

public int LabelVotes { get; set; }

The total number of contributors that choose this label.

Property Value
TypeDescription
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
TypeDescription
Single

TotalVotes

public int TotalVotes { get; set; }

The total number of contributors that answer this question.

Property Value
TypeDescription
Int32