public sealed class Feature : IMessage<Feature>, IEquatable<Feature>, IDeepCloneable<Feature>, IBufferMessage, IMessage
The type of Google Cloud Vision API detection to perform, and the maximum
number of results to return for that type. Multiple Feature objects can
be specified in the features list.
[[["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 document outlines the `Feature` class within the Google Cloud Vision API's version 2.5.0, detailing its role in specifying the type of detection to perform and the quantity of results to return."],["The `Feature` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and compatibility within the .NET ecosystem."],["It contains properties such as `MaxResults`, `Model`, and `Type`, allowing users to customize the detection process by defining result limits, choosing a model, and selecting a specific feature type."],["The `Feature` class offers two constructors: a default constructor `Feature()` and an overloaded constructor `Feature(Feature other)` that accepts another `Feature` instance as a parameter, allowing for the creation of new instances based off an existing one."],["The document lists numerous versions, with the latest version being 3.7.0 and version 2.5.0 being the focus of the documentation page."]]],[]]