The edit operation this item represents.
Index of the reference token, or -1 for an insertion.
Index of the recognized token, or -1 for a deletion.
Reference token at refIndex, or empty for an insertion.
Recognized token at recIndex, or empty for a deletion.
A single step in an alignment trace.
For an AlignOp.Insertion,
refIndexis-1andrefTokenis empty. For an AlignOp.Deletion,recIndexis-1andrecTokenis empty. For AlignOp.Match and AlignOp.Substitution, both indices and tokens are populated.Indices refer to positions in the post-normalization token vectors; see TextAligner.referenceTokens.