Show / Hide Table of Contents

Class XPSConfusionMatrixRow

A row in the confusion matrix.

Inheritance
object
XPSConfusionMatrixRow
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1beta2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1beta2.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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX