TransformStepType
Last updated
Last updated
Enum. The type of action that a will apply to a .
Unknown
No description available.
InsertSyllable
Adds a syllable to a , displacing other syllables as needed.
AppendSyllable
Adds a syllable to the end of a .
ReplaceSyllable
Replaces a single syllable with a another syllable.
ReplaceAllSubstring
Replaces all instances of a substring with another substring.
RemoveSyllable
Deletes a syllable from a , displacing other syllables as needed.
Lambda
An action that is not serializable and expressed in a lambda.