# TailModuleRatio

`TailModuleRatio` defines the module count and module size ratio of the barcode tail section.
## JSON Structure

**Location in template:**
```
BarcodeFormatSpecificationOptions[i]
    └── TailModuleRatio
```

**Parent object:** [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/auxiliary/barcode-format-specification.md) object

**Example:**

```json
{
    "TailModuleRatio": "233112"
}
```

> [!NOTE]
> - This snippet shows only the `TailModuleRatio` parameter.
> - To use it, embed this parameter within a [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/auxiliary/barcode-format-specification.md) object.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#minimal-valid-json-example)

## Parameter Details

The structure of the`TailModuleRatio` is shown as follow:

| TailModuleRatio  Parameter Details |
| :--------------------------------- |
| **Type**<br>*string* |
| **Range**<br>N/A |
| **Default Value**<br>"" |

**Remarks**

- The length of the string indicates the count of the barcode tail section.
- The number in the string expresses the ratio relationship between the modules.
