TextDocument Class |
Namespace: imbNLP.Toolkit
[SerializableAttribute] public class TextDocument : TextDocumentBase, ITextCached
The TextDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| TextDocument | Initializes a new instance of the TextDocument class | |
| TextDocument(String) |
Initializes a new instance of the TextDocument class.
|
| Name | Description | |
|---|---|---|
| content |
Content of the document
| |
| labels |
Labels attached to the document (i.e. categories)
(Inherited from TextDocumentBase.) | |
| name |
Gets or sets the name.
(Inherited from TextDocumentBase.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromString | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |