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."],[[["The `CropHintsAnnotation` class, part of the Google Cloud Vision v1 API, is used to define a set of crop hints that aid in generating new crops for image serving."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is located within the `Google.Cloud.Vision.V1` namespace and is contained within the `Google.Cloud.Vision.V1.dll` assembly."],["`CropHintsAnnotation` includes a `CropHints` property, which is a `RepeatedField` containing `CropHint` objects, representing the crop hint results."],["The most current version is 3.7.0, with the reference documentation showing versions from 2.3.0 to 3.7.0."]]],[]]