public sealed class CropHintsParams : IMessage<CropHintsParams>, IEquatable<CropHintsParams>, IDeepCloneable<CropHintsParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class CropHintsParams.
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 document provides reference documentation for the `CropHintsParams` class within the Google Cloud Vision v1 API."],["`CropHintsParams` is a class used to define parameters for crop hints annotation requests within image analysis and is part of the `Google.Cloud.Vision.V1` namespace."],["The latest available version of the API is 3.7.0, and the content includes versions ranging from 2.3.0 to 3.7.0."],["The `CropHintsParams` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `AspectRatios` property, which is a `RepeatedField\u003cfloat\u003e`, allows specifying desired aspect ratios for cropping, with a limit of 16 provided ratios."]]],[]]