Class AutomaticTranscription
java.lang.Object
ca.phon.autotranscribe.AutomaticTranscription
Container for automatic transcription results.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAutomaticTranscription(Orthography orthography, Map<OrthographyElement, IPATranscript[]> transcriptionOptions) -
Method Summary
Modifier and TypeMethodDescriptionintReturn the current selected transcription for OrthographygetWords()voidsetSelectedTranscription(OrthographyElement word, int idx) voidsetSelectedTranscriptionIndex(OrthographyElement word, int idx)
-
Constructor Details
-
AutomaticTranscription
public AutomaticTranscription(Orthography orthography, Map<OrthographyElement, IPATranscript[]> transcriptionOptions)
-
-
Method Details
-
getOrthography
-
getTranscriptionOptions
-
getTranscriptionOptions
-
getTranscription
Return the current selected transcription for Orthography- Returns:
- the selected transcription
-
getSelectedTranscriptionIndex
-
setSelectedTranscriptionIndex
-
getSelectedTranscription
-
setSelectedTranscription
-
getWords
-