Grafeas v1 API - Class DiscoveryNote (3.6.0)

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.

Inheritance

object > DiscoveryNote

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

DiscoveryNote()

public DiscoveryNote()

DiscoveryNote(DiscoveryNote)

public DiscoveryNote(DiscoveryNote other)
Parameter
NameDescription
otherDiscoveryNote

Properties

AnalysisKind

public NoteKind AnalysisKind { get; set; }

Required. Immutable. The kind of analysis that is handled by this discovery.

Property Value
TypeDescription
NoteKind