Skip to content

Classification 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

KeyTypeDescription
train_nameStringThe name of the training.
train_dateStringThe date of the training.
project_idStringThe ID of the project.

Example

{
	"train_name": "my train",
	"train_date": "2020-01-01",
	"project_id": "6368c91854ce60002bcaac40"
}