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-03-21 UTC."],[[["The `Feature` class in the Google Cloud Vision API allows users to specify the type of detection to perform, along with the maximum number of results to return for that type."],["The `Feature` class is implemented in multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["There are multiple versions of the API reference available, from version 2.3.0 up to the latest version 3.7.0."],["The `MaxResults` property determines the maximum number of results returned, excluding `TEXT_DETECTION`, `DOCUMENT_TEXT_DETECTION`, or `CROP_HINTS`."],["The `Model` property allows selection between different models such as \"builtin/stable\" or \"builtin/latest\", and the `Type` property defines the specific feature type to use."]]],[]]