Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 2.06 KB

PhysicalDocumentCategory.md

File metadata and controls

12 lines (7 loc) · 2.06 KB

PhysicalDocumentCategory

The type of identity document detected in the images provided. Will always be one of the following values: drivers_license - A driver's license for the associated country id_card - A general national identification card, distinct from driver's licenses passport - A passport for the associated country residence_permit_card - An identity document permitting a foreign citizen to temporarily reside in the associated country resident_card - An identity document permitting a foreign citizen to permanently reside in the associated country Note: This value may be different from the ID type that the user selects within Link. For example, if they select "Driver's License" but then submit a picture of a passport, this field will say passport

Properties

Name Type Description Notes
value str The type of identity document detected in the images provided. Will always be one of the following values: `drivers_license` - A driver's license for the associated country `id_card` - A general national identification card, distinct from driver's licenses `passport` - A passport for the associated country `residence_permit_card` - An identity document permitting a foreign citizen to <em>temporarily</em> reside in the associated country `resident_card` - An identity document permitting a foreign citizen to <em>permanently</em> reside in the associated country Note: This value may be different from the ID type that the user selects within Link. For example, if they select &quot;Driver's License&quot; but then submit a picture of a passport, this field will say `passport` must be one of ["drivers_license", "id_card", "passport", "residence_permit_card", "resident_card", ]

[Back to Model list] [Back to API list] [Back to README]