Show / Hide Table of Contents

Class GoogleCloudVisionV1p1beta1ImageProperties

Stores image properties, such as dominant colors.

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

Properties

DominantColors

If present, dominant colors completed successfully.

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

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