Type Alias TJIIXWord

TJIIXWord: {
    "bounding-box": undefined | TBox;
    candidates?: undefined | string[];
    "first-char": undefined | number;
    id?: undefined | string;
    items?: undefined | TJIIXStrokeItem[];
    label: string;
    "last-char": undefined | number;
}

Word object