/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/regions/TextRegion.js
17 строк
461 B
Julio Sgarbi
feat: LEAP-452: FE Repo Modernization / Monorepo (#5154)
04 янв 2024, 15:59
Не верифицирован
04 янв 2024, 15:59
ca09b8f
Код
Авторство
О чём код?
// stub file to keep TextRegion docs /** * @example * { * "value": { * "start": 2, * "end": 81, * "labels": ["Car"] * } * } * @typedef {Object} TextRegionResult * @property {Object} value * @property {string} value.start position of the start of the region in characters * @property {string} value.end position of the end of the region in characters * @property {string} [value.text] text content of the region, can be skipped */