templates.UtteranceLocationTemplateSchema
- class templates.UtteranceLocationTemplateSchema(*args, **kwargs)
Utterance Location template
Parameters
Parameters
Name Type Default Info value str
Pattern. start int
0
Start index. end int
sys.maxsize
End index. regex bool
False
If True, the pattern is treated as a regex. case_sensitive bool
False
Case sensitive or not. tokenize bool
False
Tokenize or not.