Class MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases
java.lang.Object
org.opencastproject.transcription.microsoft.azure.model.MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases
-
Field Summary
FieldsModifier and TypeFieldDescriptionintlonglong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBestRecognizedText(float minConfidence) static String[]splitCueText(String text, int maxCueLength) String[]toSrt(float minConfidence, int maxCueLength) String[]toWebVtt(float minConfidence, int maxCueLength)
-
Field Details
-
recognitionStatus
-
channel
public int channel -
offset
-
duration
-
offsetInTicks
public long offsetInTicks -
durationInTicks
public long durationInTicks -
nBest
-
locale
-
-
Constructor Details
-
MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases
public MicrosoftAzureSpeechTranscriptionJsonRecognizedPhrases()
-
-
Method Details
-
toSrt
-
toWebVtt
-
getBestRecognizedText
-
splitCueText
-