Class XPSConfusionMatrixRow
A row in the confusion matrix.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSConfusionMatrixRow : IDirectResponseSchema
Properties
Count
Same as above except intended to represent other counts (for e.g. for segmentation this is pixel count). NOTE(params): Only example_count or count is set (oneoff does not support repeated fields unless they are embedded inside another message).
Declaration
[JsonProperty("count")]
public virtual IList<long?> Count { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleCount
Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id_token field.
Declaration
[JsonProperty("exampleCount")]
public virtual IList<int?> ExampleCount { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |