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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eFeature\u003c/code\u003e class within the Google Cloud Vision API's version 2.5.0, detailing its role in specifying the type of detection to perform and the quantity of results to return.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFeature\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its capabilities and compatibility within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eMaxResults\u003c/code\u003e, \u003ccode\u003eModel\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e, allowing users to customize the detection process by defining result limits, choosing a model, and selecting a specific feature type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFeature\u003c/code\u003e class offers two constructors: a default constructor \u003ccode\u003eFeature()\u003c/code\u003e and an overloaded constructor \u003ccode\u003eFeature(Feature other)\u003c/code\u003e that accepts another \u003ccode\u003eFeature\u003c/code\u003e instance as a parameter, allowing for the creation of new instances based off an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists numerous versions, with the latest version being 3.7.0 and version 2.5.0 being the focus of the documentation page.\u003c/p\u003e\n"]]],[],null,[]]