Class VoiceGuidance


  • public final class VoiceGuidance
    extends java.lang.Object
    Direction guidance text reformatted for speech. Contains voice guidance and type.
    Since:
    100.6.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()
      Gets the voice guidance.
      VoiceGuidance.Type getType()
      Gets the voice guidance type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getText

        public java.lang.String getText()
        Gets the voice guidance.

        String representation of voice guidance text instruction. This text can be passed to a text to speech engine.

        Returns:
        the voice guidance
        Since:
        100.6.0
      • getType

        public VoiceGuidance.Type getType()
        Gets the voice guidance type.
        Returns:
        the voice guidance type
        Since:
        100.6.0