public sealed class CropHintsAnnotation : IMessage<CropHintsAnnotation>, IEquatable<CropHintsAnnotation>, IDeepCloneable<CropHintsAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class CropHintsAnnotation.
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 provides documentation for the `CropHintsAnnotation` class within the Google Cloud Vision v1 API, detailing its use in generating new image crops."],["The `CropHintsAnnotation` class is a part of the `Google.Cloud.Vision.V1` namespace and is implemented using various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes version history, with version 3.7.0 being the latest, and version 3.2.0 highlighted on the page."],["The class can be constructed using a parameterless constructor or by using another `CropHintsAnnotation` object as an argument, and includes the property `CropHints` which is of type `RepeatedField\u003cCropHint\u003e`."],["The class inherits from `Object` and includes a list of inherited members, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]