Class GoogleCloudVisionV1p1beta1ColorInfo
Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p1beta1ColorInfo : IDirectResponseSchema
Properties
Color
RGB components of the color.
Declaration
[JsonProperty("color")]
public virtual Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PixelFraction
The fraction of pixels the color occupies in the image. Value in range [0, 1].
Declaration
[JsonProperty("pixelFraction")]
public virtual float? PixelFraction { get; set; }
Property Value
Type | Description |
---|---|
float? |
Score
Image-specific score for this color. Value in range [0, 1].
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |