Edit operation produced by alignment between recognized and reference token sequences. One of these is associated with every step in the alignment trace produced by TextAligner.
Values match the native SDK enum (KIOSAlignOp / KASRAlignOp) exactly.
KIOSAlignOp
KASRAlignOp
Recognized token equals reference token.
Recognized token paired with a different reference token.
Recognized token has no reference counterpart (extra word).
Reference token has no recognized counterpart (skipped word).
Edit operation produced by alignment between recognized and reference token sequences. One of these is associated with every step in the alignment trace produced by TextAligner.
Values match the native SDK enum (
KIOSAlignOp/KASRAlignOp) exactly.