Data Labeling v1beta1 API - Class OperatorMetadata (2.0.0-beta03)

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.

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
RepeatedFieldstring

LabelVotes

public int LabelVotes { get; set; }

The total number of contributors that choose this label.

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

TotalVotes

public int TotalVotes { get; set; }

The total number of contributors that answer this question.

Property Value
TypeDescription
int