Class CropHintsParams
Parameters for crop hints annotation request.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class CropHintsParams : IDirectResponseSchema
Properties
AspectRatios
Aspect ratios in floats, representing the ratio of the width to the height of the image. For example, if the desired aspect ratio is 4/3, the corresponding float value should be 1.33333. If not specified, the best possible crop is returned. The number of provided aspect ratios is limited to a maximum of 16; any aspect ratios provided after the 16th are ignored.
Declaration
[JsonProperty("aspectRatios")]
public virtual IList<float?> AspectRatios { get; set; }
Property Value
Type | Description |
---|---|
IList<float?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |