SpokenInstructionKeys

public enum SpokenInstructionKeys : String, CodingKey

The SpokenInstructionKeys are specialized markers for the timing of when to speak the spoken instruction. These include keys that can be transformed into a time interval using the duration of the step to indicate the halfway point.

  • Speak the instruction at the start of the step.

    Declaration

    Swift

    case start
  • Speak the instruction at the halfway point.

    Declaration

    Swift

    case halfway
  • Speak a countdown.

    Declaration

    Swift

    case countdown
  • end

    Speak the instruction at the end of the step.

    Declaration

    Swift

    case end