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, part of the Google Cloud Vision API's .NET library."],["The `CropHintsAnnotation` class is a sealed class used to generate new image crops, as well as inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is part of the Google.Cloud.Vision.V1.dll assembly and contains a `CropHints` property, which is a `RepeatedField` of `CropHint` objects that represent the crop hint results."],["The page also lists previous version of the class all the way back to version 2.3.0 with the latest being 3.7.0."]]],[]]