public sealed class CropHintsParams : IMessage<CropHintsParams>, IEquatable<CropHintsParams>, IDeepCloneable<CropHintsParams>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `CropHintsParams` class is used to specify parameters for requesting crop hints annotations."],["It is part of the `Google.Cloud.Vision.V1` namespace in the `Google.Cloud.Vision.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage\u003cCropHintsParams\u003e`, `IEquatable\u003cCropHintsParams\u003e`, `IDeepCloneable\u003cCropHintsParams\u003e`, `IBufferMessage`, and `IMessage`."],["`CropHintsParams` has a property `AspectRatios` that allows setting the desired aspect ratios for cropping, where the best crop is used if not defined."],["The latest version of the `CropHintsParams` class is 3.7.0, with the current document specifying information for the 3.1.0 version, and there are multiple versions dating back to 2.3.0."]]],[]]