EndOfUtterance

public enum EndOfUtterance : String

If the split_transcript_at_phrase_end parameter is true, describes the reason for the split:

  • end_of_data - The end of the input audio stream.
  • full_stop - A full semantic stop, such as for the conclusion of a grammatical sentence. The insertion of splits is influenced by the base language model and biased by custom language models and grammars.
  • reset - The amount of audio that is currently being processed exceeds the two-minute maximum. The service splits the transcript to avoid excessive memory use.
  • silence - A pause or silence that is at least as long as the pause interval.
  • Undocumented

    Declaration

    Swift

    case endOfData = "end_of_data"
  • Undocumented

    Declaration

    Swift

    case fullStop = "full_stop"
  • Undocumented

    Declaration

    Swift

    case reset = "reset"
  • Undocumented

    Declaration

    Swift

    case silence = "silence"