public sealed class DiscoveryNote : IMessage<DiscoveryNote>, IEquatable<DiscoveryNote>, IDeepCloneable<DiscoveryNote>, IBufferMessage, IMessage
A note that indicates a type of analysis a provider would perform. This note
exists in a provider's project. A Discovery occurrence is created in a
consumer's project at the start of analysis.
[[["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-04-17 UTC."],[[["The latest version of the `DiscoveryNote` documentation is 3.7.0, with other documented versions ranging from 2.2.0 to 3.6.0."],["`DiscoveryNote` is a class used to indicate the type of analysis a provider will perform and is part of the `Grafeas.V1` namespace."],["This class inherits from the base `Object` class and implements several interfaces, including `IMessage\u003cDiscoveryNote\u003e`, `IEquatable\u003cDiscoveryNote\u003e`, `IDeepCloneable\u003cDiscoveryNote\u003e`, `IBufferMessage`, and `IMessage`."],["The `DiscoveryNote` class has two constructors, a default constructor and a copy constructor that accepts another `DiscoveryNote` object as a parameter."],["The primary property within the `DiscoveryNote` class is `AnalysisKind`, which specifies the type of analysis and is of type `NoteKind`, which is immutable and required."]]],[]]