Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 637 Bytes

LexiconEntryTargetSpan.md

File metadata and controls

12 lines (8 loc) · 637 Bytes

LexiconEntryTargetSpan

An object that indicates the location in the target of contiguous words that align with the source query.

Properties

Name Type Description Notes
start float The zero-indexed start index when `target` is split on whitespace. [optional]
length float The length in words after `start` of the target aligned phrase. [optional]

[Back to Model list] [Back to API list] [Back to README]