Show / Hide Table of Contents

Class GoogleCloudVisionV1p3beta1DominantColorsAnnotation

Set of dominant colors and their corresponding scores.

Inheritance
System.Object
GoogleCloudVisionV1p3beta1DominantColorsAnnotation
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p3beta1DominantColorsAnnotation : IDirectResponseSchema

Properties

Colors

RGB color values with their score and pixel fraction.

Declaration
[JsonProperty("colors")]
public virtual IList<GoogleCloudVisionV1p3beta1ColorInfo> Colors { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleCloudVisionV1p3beta1ColorInfo>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top