# TextZone

The `TextZone` interface describes a text zone.

```typescript
interface TextZone {
    location: Quadrilateral;
    charContoursIndices: Array<number>;
}
```

## location

The location of the text zone.

[Quadrilateral](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/core/basic-structures/quadrilateral.md)

## charContoursIndices

The indices of the character contours.
