Show / Hide Table of Contents

Class GoogleCloudVisionV1p3beta1CropHint

Single crop hint that is used to generate a new crop when serving an image.

Inheritance
object
GoogleCloudVisionV1p3beta1CropHint
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.v1p2beta1.Data
Assembly: Google.Apis.Vision.v1p2beta1.dll
Syntax
public class GoogleCloudVisionV1p3beta1CropHint : IDirectResponseSchema

Properties

BoundingPoly

The bounding polygon for the crop region. The coordinates of the bounding box are in the original image's scale.

Declaration
[JsonProperty("boundingPoly")]
public virtual GoogleCloudVisionV1p3beta1BoundingPoly BoundingPoly { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p3beta1BoundingPoly

Confidence

Confidence of this being a salient region. Range [0, 1].

Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

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

ImportanceFraction

Fraction of importance of this salient region with respect to the original image.

Declaration
[JsonProperty("importanceFraction")]
public virtual float? ImportanceFraction { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX