TextLocation
This is a generic model that is used for text location.
Properties​
Name | Type | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
text | str | this is the value that was found. | |
start | int | this is the start index within the original string. | |
end | int | this is the end index within the original string. |