public sealed class Feature : IMessage<Feature>, IEquatable<Feature>, IDeepCloneable<Feature>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class Feature.
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.
Model to use for the feature.
Supported values: "builtin/stable" (the default if unset) and
"builtin/latest". DOCUMENT_TEXT_DETECTION and TEXT_DETECTION also
support "builtin/weekly" for the bleeding edge release updated weekly.
[[["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 provides reference documentation for the `Feature` class within the Google Cloud Vision v1 API, which defines the type of detection to perform and the maximum results to return."],["The `Feature` class is a core component for specifying detection tasks in the Google Cloud Vision API and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Feature` class offers properties such as `MaxResults`, `Model`, and `Type` to customize the detection behavior, including the maximum number of results and the specific model to use."],["The latest version available is 3.7.0, while the current document is based on version 3.4.0, and older versions ranging from 3.6.0 to 2.3.0 are also accessible."]]],[]]