MessageType

public enum MessageType

Enumerates the different audio message types. Depending on the message type, certain information will be included or excluded from the generated audio message for a particular instruction.

  • Follow message

    Declaration

    Swift

    case follow
  • Far away message

    Declaration

    Swift

    case faraway
  • Early warning

    Declaration

    Swift

    case early
  • Main message

    Declaration

    Swift

    case main
  • Confirmation message

    Declaration

    Swift

    case confirmation
  • Extended confirmation message which contains more information than the regular confirmation message

    Declaration

    Swift

    case extendedConfirmation