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 page details the `DiscoveryNote` class, which is a key component in indicating the type of analysis performed by a provider within the `Grafeas.V1` namespace."],["`DiscoveryNote` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the .NET environment."],["This class includes constructors for creating new instances, either as a default object or as a copy of an existing `DiscoveryNote`."],["The `AnalysisKind` property is required and immutable, defining the specific type of analysis managed by the discovery."],["There are multiple versions available, with the latest version being 3.7.0 and going as far back as 2.2.0, allowing for support for various iterations and dependencies."]]],[]]