enum ReadingAssistanceMode { /// Overlay message is directly over the original message selectMode, /// Overlay message is centered and larger than the original message practiceMode, /// Overlay message is moving to the center of the screen transitionMode, }