Class GoogleCloudVisionV1p1beta1CropHint
Single crop hint that is used to generate a new crop when serving an image.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p1beta1CropHint : 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 GoogleCloudVisionV1p1beta1BoundingPoly BoundingPoly { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p1beta1BoundingPoly |
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? |