Show / Hide Table of Contents

Class XPSRow

Inheritance
object
XPSRow
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 XPSRow : IDirectResponseSchema

Properties

ColumnIds

The ids of the columns. Note: The below values field must match order of this field, if this field is set.

Declaration
[JsonProperty("columnIds")]
public virtual IList<int?> ColumnIds { get; set; }
Property Value
Type Description
IList<int?>

ETag

The ETag of the item.

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

Values

The values of the row cells, given in the same order as the column_ids. If column_ids is not set, then in the same order as the input_feature_column_ids in TablesModelMetadata.

Declaration
[JsonProperty("values")]
public virtual IList<object> Values { get; set; }
Property Value
Type Description
IList<object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX