Class XPSRow
Implements
Inherited Members
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> |