# Enumeration: EnumDDSViews

[Mobile Document Scanner API Reference](../index.md) / EnumDDSViews

# Enumeration: EnumDDSViews

Defined in: [src/views/utils/types.ts:15](https://github.com/Dynamsoft/document-scanner-javascript/blob/main/src/views/utils/types.ts#L15)

Enumeration of available view types in the Document Scanner system.

## Remarks

Scanner: camera view, Result: final view, Correction: boundary adjustment view.

## Enumeration Members

### Correction

> **Correction**: `"correction"`

Defined in: [src/views/utils/types.ts:27](https://github.com/Dynamsoft/document-scanner-javascript/blob/main/src/views/utils/types.ts#L27)

Intermediate view for adjusting detected document boundaries.

***

### Result

> **Result**: `"scan-result"`

Defined in: [src/views/utils/types.ts:23](https://github.com/Dynamsoft/document-scanner-javascript/blob/main/src/views/utils/types.ts#L23)

Final view displaying processed document results.

***

### Scanner

> **Scanner**: `"scanner"`

Defined in: [src/views/utils/types.ts:19](https://github.com/Dynamsoft/document-scanner-javascript/blob/main/src/views/utils/types.ts#L19)

Main camera view for capturing documents.
