Show / Hide Table of Contents

Class ImageProperties

Stores image properties, such as dominant colors.

Inheritance
System.Object
ImageProperties
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 ImageProperties : IDirectResponseSchema

Properties

DominantColors

If present, dominant colors completed successfully.

Declaration
[JsonProperty("dominantColors")]
public virtual DominantColorsAnnotation DominantColors { get; set; }
Property Value
Type Description
DominantColorsAnnotation

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