Metadata
Introduction
Classification metadata are the information about the classification process. They contain the name of the training, the date of the training, and the ID of the project. Their purpose is to help you identify the training that was used to classify the text.
Format
Key | Type | Description |
---|---|---|
document_structure | Document Structure | The document structure such as the children for each chunk. |
train_date | String | The date of the training. |
document_type | String | The type of the document. |
name | String | The file name of the training. |
speakers | String[] | The speakers identified in the document. |
Example
{ "document_structure": { "0": { "children": [] }, "1": { "children": [2] }, ... }, "document_type": "", "name": "file.pdf", "speakers": [] }