---
layout: default-layout
title: EnumDocumentType - Dynamsoft MRZ Scanner Android Edition
description: EnumDocumentType of DynamsoftMRZScanner Android is an enumeration class that defines the result status of the MRZScanResult.
keywords: document type, id cards, passports
needAutoGenerateSidebar: true
needGenerateH3Content: true
breadcrumbText: EnumDocumentType
---

# EnumDocumentType

`EnumDocumentType` is an enumeration class that defines the type of document to scan, such as ID cards or passports.

## Definition

*Assembly:* DynamsoftMRZScanner.aar

*Namespace:* com.dynamsoft.mrzscanner.ui

```java
public enum EnumDocumentType{
	DT_ALL,
	DT_ID,
	DT_PASSPORT,
}
```
