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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe content pertains to the \u003ccode\u003eCropHintsParams\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Vision.V1\u003c/code\u003e namespace, specifically version 2.4.0, used for setting parameters for crop hints in image analysis.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCropHintsParams\u003c/code\u003e class is a sealed class that implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers two constructors, a default one and another that takes an existing \u003ccode\u003eCropHintsParams\u003c/code\u003e instance as a parameter for copying, providing flexibility in creating instances.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAspectRatios\u003c/code\u003e property, a \u003ccode\u003eRepeatedField<float>\u003c/code\u003e, allows for specifying multiple desired aspect ratios for cropping, with a limit of 16, and it defaults to returning the best possible crop if not specified.\u003c/p\u003e\n"]]],[],null,[]]