Skip to main content
Version: 0.94

templates.UtteranceLocationTemplateSchema

class templates.UtteranceLocationTemplateSchema(*args, **kwargs)

Utterance Location template

Parameters:
  • value (str) – Pattern

  • start (int, default 0) – Start index

  • end (int, default sys.maxsize) – End index

  • regex (bool, default False) – If True, the pattern is treated as a regex

  • case_sensitive (bool, default False) – Case sensitive or not

  • tokenize (bool, default False) – Tokenize or not