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 be performed and the maximum number of results to return.\u003c/p\u003e\n"],["\u003cp\u003eIt is an inherited class from Object, and it 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, which enable it to be used in various scenarios, including protocol buffers and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFeature\u003c/code\u003e class provides three primary properties, \u003ccode\u003eMaxResults\u003c/code\u003e, \u003ccode\u003eModel\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e, which control the number of results, the model used for detection, and the type of detection, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor \u003ccode\u003eFeature()\u003c/code\u003e and a constructor that accepts another \u003ccode\u003eFeature\u003c/code\u003e object as a parameter, \u003ccode\u003eFeature(Feature other)\u003c/code\u003e, for creating copies.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API available is 3.7.0, and this documentation covers version 2.3.0, with multiple other versions in between available.\u003c/p\u003e\n"]]],[],null,[]]