You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"documentation":"<p>Informs you on the kind of label associated with the group</p>"
661
+
"documentation":"<p>Informs you on whether the expense group is a name or an address.</p>"
662
662
},
663
663
"Id":{
664
664
"shape":"String",
665
665
"documentation":"<p>Provides a group Id number, which will be the same for each in the group.</p>"
666
666
}
667
667
},
668
-
"documentation":"<p>Shows the group that a certain key belongs to. This helps differentiate responses like addresses that can appear similar in response JSON.</p>"
668
+
"documentation":"<p>Shows the group that a certain key belongs to. This helps differentiate between names and addresses for different organizations, that can be hard to determine via JSON response.</p>"
669
669
},
670
670
"ExpenseGroupPropertyList":{
671
671
"type":"list",
@@ -980,6 +980,10 @@
980
980
"IdentityDocumentFields":{
981
981
"shape":"IdentityDocumentFieldList",
982
982
"documentation":"<p>The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.</p>"
983
+
},
984
+
"Blocks":{
985
+
"shape":"BlockList",
986
+
"documentation":"<p>Individual word recognition, as returned by document detection.</p>"
983
987
}
984
988
},
985
989
"documentation":"<p>The structure that lists each document processed in an AnalyzeID operation.</p>"
0 commit comments