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-03-21 UTC."],[[["The provided content is reference documentation for the `CropHintsAnnotation` class within the Google Cloud Vision v1 API, specifically version 3.3.0, with links to other versions of the API."],["`CropHintsAnnotation` is a class used to generate new image crops, serving as a set of crop hints within the API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting members from the base `Object` class."],["The `CropHintsAnnotation` class has two constructors, one default constructor and another that takes in another `CropHintsAnnotation` object as a parameter, and contains the property `CropHints` which is of type `RepeatedField`."]]],[]]