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-03-21 UTC."],[[["This document provides reference information for the `Feature` class within the Google Cloud Vision v1 API, outlining its purpose in specifying the type and quantity of detections."],["The `Feature` class is the main component used in the Google Cloud Vision API to define the type of detection to be performed, as well as the maximum results that can be returned, and is implemented with various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The document presents a range of versions for the `Feature` class, with the latest version being 3.7.0, including documentation for version as far back as 2.3.0."],["Key properties of the `Feature` class include `MaxResults`, allowing control over the number of detection results; `Model`, for selecting specific models like \"builtin/stable\" or \"builtin/latest\"; and `Type`, to specify the type of feature detection to utilize."],["The `Feature` class has two constructors: a default parameterless constructor and one to allow for passing another `Feature` object."]]],[]]