Class AttributeAnnotation

Namespace
NOpenNLP.Tools.Formats.Brat
Assembly
NOpenNLP.Tools.dll
public class AttributeAnnotation : BratAnnotation
Inheritance
AttributeAnnotation
Inherited Members

Constructors

AttributeAnnotation(string, string, string, string?)

protected AttributeAnnotation(string id, string type, string attachedTo, string? value)

Parameters

id string
type string
attachedTo string
value string

Properties

AttachedTo

public string AttachedTo { get; }

Property Value

string

Value

public string? Value { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.