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."],[[["The `Feature` class in the Google Cloud Vision v1 API defines the type of detection to perform and the maximum number of results to return."],["The latest version of the documentation is 3.7.0, with multiple versions available for reference, ranging down to version 2.3.0."],["`Feature` objects can be used to specify various Google Cloud Vision API detection types in a list of features."],["The `Feature` class has properties like `MaxResults`, `Model`, and `Type`, which control the detection behavior and results, it also inherits from object, and implements a variety of other interfaces."],["The class is part of the `Google.Cloud.Vision.V1` namespace and is contained in the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]