Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 946 Bytes

EzsigntemplatedocumentGetWordsPositionsV1Request.md

File metadata and controls

17 lines (12 loc) · 946 Bytes

openapi.model.EzsigntemplatedocumentGetWordsPositionsV1Request

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
eGet String Specify if you want to retrieve All words or specific Words from the document. If you specify Words, you must send the list of words to search for in a_sWord.
bWordCaseSensitive bool IF true, words will be searched case-sensitive and results will be returned case-sensitive. IF false, words will be searched case-insensitive and results will be returned case-insensitive.
aSWord List Array of words to find in the document [optional] [default to const []]

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