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 library, specifically version 2.3.0."],["`CropHintsAnnotation` is used to generate new crops when serving images, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that accepts another `CropHintsAnnotation` object."],["The `CropHints` property, of type `RepeatedField\u003cCropHint\u003e`, provides the crop hint results."],["There are multiple versions available, with 3.7.0 being the latest, and this page specifically documenting version 2.3.0."]]],[]]