public sealed class CropHintsAnnotation : IMessage<CropHintsAnnotation>, IEquatable<CropHintsAnnotation>, IDeepCloneable<CropHintsAnnotation>, IBufferMessage, IMessage
Set of crop hints that are used to generate new crops when serving images.
[[["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."],[[["This webpage details the `CropHintsAnnotation` class within the `Google.Cloud.Vision.V1` namespace, a component used in image processing to suggest new image crops."],["The latest version of the library documented is 3.7.0, while this specific page documents version 2.4.0."],["`CropHintsAnnotation` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `CropHints` property of type `RepeatedField\u003cCropHint\u003e`, representing the collection of crop hint results."],["The class has two constructors: a default one, and another to construct a new `CropHintsAnnotation` from a pre existing `CropHintsAnnotation` object."]]],[]]