TransformStepType
Enum. The type of action that a TransformStep will apply to a Name.
Values
Name
Description
Unknown
No description available.
InsertSyllable
Adds a syllable to a Name, displacing other syllables as needed.
AppendSyllable
Adds a syllable to the end of a Name.
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 Name, displacing other syllables as needed.
Lambda
An action that is not serializable and expressed in a lambda.
Last updated