Skip to main content

RemotePredictedDocumentClassView

confidentIndexnumber<double>

Confidence rate of the prediction.

Example: 0.97
predictedDocumentClassCodestring

Class code of the class that has been predicted by our IA.

Example: DPE
predictedDocumentClassIdentifierstring

Identifier of the class that has been predicted by our IA.

Example: aaaa-bbbb-cccc-dddd
RemotePredictedDocumentClassView
{
"confidentIndex": 0.97,
"predictedDocumentClassCode": "DPE",
"predictedDocumentClassIdentifier": "aaaa-bbbb-cccc-dddd"
}