Google Cloud Vision v1 API - Class DominantColorsAnnotation (3.6.0)

public sealed class DominantColorsAnnotation : IMessage<DominantColorsAnnotation>, IEquatable<DominantColorsAnnotation>, IDeepCloneable<DominantColorsAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class DominantColorsAnnotation.

Set of dominant colors and their corresponding scores.

Inheritance

object > DominantColorsAnnotation

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

DominantColorsAnnotation()

public DominantColorsAnnotation()

DominantColorsAnnotation(DominantColorsAnnotation)

public DominantColorsAnnotation(DominantColorsAnnotation other)
Parameter
NameDescription
otherDominantColorsAnnotation

Properties

Colors

public RepeatedField<ColorInfo> Colors { get; }

RGB color values with their score and pixel fraction.

Property Value
TypeDescription
RepeatedFieldColorInfo