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 Grafeas.V1.DiscoveryNote is 3.7.0, with several previous versions available, including the current page's version, 2.4.0."],["`DiscoveryNote` is a class that represents a note indicating the type of analysis a provider performs, existing within a provider's project and creating a `Discovery` occurrence in a consumer's project at the start of analysis."],["`DiscoveryNote` inherits from `Object` and implements `IMessage\u003cDiscoveryNote\u003e`, `IEquatable\u003cDiscoveryNote\u003e`, `IDeepCloneable\u003cDiscoveryNote\u003e`, `IBufferMessage`, and `IMessage`."],["The `DiscoveryNote` class provides a constructor to create a new instance and accepts another `DiscoveryNote` instance as an argument for creating a new `DiscoveryNote` object."],["The `AnalysisKind` property, of type `NoteKind`, is required, immutable, and indicates the type of analysis handled by the discovery."]]],[]]