Jump to top

VisionBarcodePersonName

interface

A persons name, both formatted version and their individual name components.

Properties

first

</>

The persons first name.

first: string | null;

formatted

</>

A properly formatted name.

formatted: string | null;

last

</>

The persons last name.

last: string | null;

middle

</>

The persons middle name.

middle: string | null;

prefix

</>

The prefix of the name.

prefix: string | null;

pronunciation

</>

Designates a text string to be set as the kana name in the phonebook.

pronunciation: string | null;

suffix

</>

The suffix of the persons name.

suffix: string | null;