Show / Hide Table of Contents

Class XPSColumnSpecCorrelatedColumn

Identifies a table's column, and its correlation with the column this ColumnSpec describes.

Inheritance
object
XPSColumnSpecCorrelatedColumn
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.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSColumnSpecCorrelatedColumn : IDirectResponseSchema

Properties

ColumnId

Declaration
[JsonProperty("columnId")]
public virtual int? ColumnId { get; set; }
Property Value
Type Description
int?

CorrelationStats

Declaration
[JsonProperty("correlationStats")]
public virtual XPSCorrelationStats CorrelationStats { get; set; }
Property Value
Type Description
XPSCorrelationStats

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX