# HasVerticalQuietZone

Parameter `HasVerticalQuietZone` defines whether there is a sufficient vertical quiet zone above and below the barcode.

**Remarks**

- Introduced in version 11.2.1000.

## JSON Structure

**Location in template:**
```
BarcodeFormatSpecificationOptions[i]
    └── HasVerticalQuietzone
```

**Parent object:** [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/barcode-format-specification/index.md) object

**Example:**

```json
{
    "HasVerticalQuietZone": 0
}
```

> [!NOTE]
> - This snippet shows only the `HasVerticalQuietzone` parameter.
> - To use it, embed this parameter within a [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/barcode-format-specification/index.md) object.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#minimal-valid-json-example)

## Parameter Details

The structure of the `HasVerticalQuietZone` is shown as follow:

| HasVerticalQuietZone  Parameter Details |
| :--------------------------------- |
| **Type**<br>*int* |
| **Range**<br>[0, 1] |
| **Default Value**<br> 1|

**Remarks**

- 0: Do not require a sufficient vertical quiet zone above and below the barcode.
- 1: Require a sufficient vertical quiet zone above and below the barcode.
- Valid for linear barcodes.