Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 683 Bytes

TextLocation.md

File metadata and controls

18 lines (13 loc) · 683 Bytes

core_openapi.model.TextLocation

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
text String 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.

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