Text |
public class TextDataArchiveCreator : IDisposable
The TextDataArchiveCreator type exposes the following members.
| Name | Description | |
|---|---|---|
| TextDataArchiveCreator | Constructor. |
| Name | Description | |
|---|---|---|
| Close | Permanently closes the TextDataArchiveCreator instance for writing. | |
| Dispose | Dispose. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WriteRecord | Write the Document extracted text record to a text data archive (.tda). This method expects that ExtractedText is set, if not, an record with only the text "[NO_TEXT_EXTRACTED]" will be written to the .tda file. |