Extraction of Confidence level in Document Understanding

Hello,

You can use for each field that code :

invoicesDocumentData.Data.BillingName.Confidence ( For regular Fields)
invoicesDocumentData.Data.Items(0).Description.Confidence (For item Fields)

In here, BillingName is regular field of my invoice. The output of that code will be between 0-1.
I hope it wil help you.

1 Like