public sealed class DiscoveryNote : IMessage<DiscoveryNote>, IEquatable<DiscoveryNote>, IDeepCloneable<DiscoveryNote>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DiscoveryNote.
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.
Implements
IMessageDiscoveryNote, IEquatableDiscoveryNote, IDeepCloneableDiscoveryNote, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
Grafeas.V1.dll
Constructors
DiscoveryNote()
public DiscoveryNote()
DiscoveryNote(DiscoveryNote)
public DiscoveryNote(DiscoveryNote other)
Parameter | |
---|---|
Name | Description |
other | DiscoveryNote |
Properties
AnalysisKind
public NoteKind AnalysisKind { get; set; }
Required. Immutable. The kind of analysis that is handled by this discovery.
Property Value | |
---|---|
Type | Description |
NoteKind |