Class GoogleCloudDatalabelingV1beta1OperatorMetadata
General information useful for labels coming from contributors.
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1OperatorMetadata : IDirectResponseSchema
Properties
Comments
Comments from contributors.
Declaration
[JsonProperty("comments")]
public virtual IList<string> Comments { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LabelVotes
The total number of contributors that choose this label.
Declaration
[JsonProperty("labelVotes")]
public virtual int? LabelVotes { get; set; }
Property Value
Type | Description |
---|---|
int? |
Score
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).
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |
TotalVotes
The total number of contributors that answer this question.
Declaration
[JsonProperty("totalVotes")]
public virtual int? TotalVotes { get; set; }
Property Value
Type | Description |
---|---|
int? |