Label | Explanation | Data Type |
Input Table | The input point, line, or polygon feature class, or table, containing the text that will be classified and labelled. | Feature Layer; Table View |
Text Field | A text field in the input feature class or table that contains the text that will be classified. | Field |
Input Model Definition File | The trained model that will be used for classification. The model definition file can be an Esri model definition JSON file (.emd) or a deep learning model package (.dlpk) stored locally. | File |
Class Label Field (Optional) | The name of the field that will contain the class or category label assigned by the model. The default field name is ClassLabel. | String |
Model Arguments (Optional) | Additional arguments, such as sequence_length or confidence_threshold, that will be used to adjust the model's output. The names of the arguments will be populated by the tool. Note:The model argument confidence_threshold is only applicable for multilabel text classification. | Value Table |
Derived Output
Label | Explanation | Data Type |
Updated Table | The output point, line, or polygon feature class, or table, containing the classified and labelled text derived from the input data along with the confidence value for each class. | Table View; Feature Layer |