Class XPSColorMapIntColor
RGB color and each channel is represented by an integer.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSColorMapIntColor : IDirectResponseSchema
Properties
Blue
The value should be in range of [0, 255].
Declaration
[JsonProperty("blue")]
public virtual int? Blue { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Green
The value should be in range of [0, 255].
Declaration
[JsonProperty("green")]
public virtual int? Green { get; set; }
Property Value
Type | Description |
---|---|
int? |
Red
The value should be in range of [0, 255].
Declaration
[JsonProperty("red")]
public virtual int? Red { get; set; }
Property Value
Type | Description |
---|---|
int? |