Interface InstructionsVoice


public interface InstructionsVoice
Navigation instructions voices
Since:
1.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Instruction voice types
  • Method Summary

    Modifier and Type
    Method
    Description
    Get instructions voice ID
    Get instructions voice name
    Get instructions voice type
  • Method Details

    • getId

      @NonNull String getId()
      Get instructions voice ID
      Returns:
      voice unique ID
      Since:
      1.0
    • getName

      @NonNull String getName()
      Get instructions voice name
      Returns:
      voice name
      Since:
      1.0
    • getType

      @NonNull InstructionsVoice.Type getType()
      Get instructions voice type
      Returns:
      instructions voice type
      Since:
      1.4