Class MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases

java.lang.Object
org.opencastproject.transcription.microsoft.azure.model.MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases

public class MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases extends Object
  • Field Details

  • Constructor Details

    • MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases

      public MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases()
  • Method Details

    • toSrt

      public String[] toSrt(float minConfidence, int maxCueLength)
    • toWebVtt

      public String[] toWebVtt(float minConfidence, int maxCueLength)
    • getBestRecognizedText

      public String getBestRecognizedText(float minConfidence)
    • splitCueText

      public static String[] splitCueText(String text, int maxCueLength)