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\u003eThe \u003ccode\u003eFeature\u003c/code\u003e 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.\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.\u003c/p\u003e\n"],["\u003cp\u003eUsers can set the maximum number of results via the \u003ccode\u003eMaxResults\u003c/code\u003e property, while the \u003ccode\u003eModel\u003c/code\u003e property allows selection of a specific model (e.g., "builtin/stable" or "builtin/latest").\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eType\u003c/code\u003e property is used to define the type of detection, and can be set using \u003ccode\u003eFeature.Types.Type\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation provides reference information for various versions of the Google.Cloud.Vision.V1 package, with version 3.7.0 being the most recent.\u003c/p\u003e\n"]]],[],null,[]]