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."],[[["The `Feature` class in the Google Cloud Vision API allows users to specify the type of detection to be performed and the maximum number of results to return."],["It is an inherited class from Object, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enable it to be used in various scenarios, including protocol buffers and cloning."],["The `Feature` class provides three primary properties, `MaxResults`, `Model`, and `Type`, which control the number of results, the model used for detection, and the type of detection, respectively."],["The class has two constructors: a default constructor `Feature()` and a constructor that accepts another `Feature` object as a parameter, `Feature(Feature other)`, for creating copies."],["The latest version of the API available is 3.7.0, and this documentation covers version 2.3.0, with multiple other versions in between available."]]],[]]