Show / Hide Table of Contents

Class GoogleCloudVisionV1p3beta1ImageProperties

Stores image properties, such as dominant colors.

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

Properties

DominantColors

If present, dominant colors completed successfully.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX