RemotePredictedDocumentClassView
confidentIndexnumber<double>
Confidence rate of the prediction.
Example:
0.97predictedDocumentClassCodestring
Class code of the class that has been predicted by our IA.
Example:
DPEpredictedDocumentClassIdentifierstring
Identifier of the class that has been predicted by our IA.
Example:
aaaa-bbbb-cccc-ddddRemotePredictedDocumentClassView
{
"confidentIndex": 0.97,
"predictedDocumentClassCode": "DPE",
"predictedDocumentClassIdentifier": "aaaa-bbbb-cccc-dddd"
}