Class AutomaticTranscription
java.lang.Object
ca.phon.autotranscribe.AutomaticTranscription
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAutomaticTranscription
(Orthography orthography, Map<OrthographyElement, IPATranscript[]> transcriptionOptions) -
Method Summary
Modifier and TypeMethodDescriptionint
Return the current selected transcription for OrthographygetWords()
void
setSelectedTranscription
(OrthographyElement word, int idx) void
setSelectedTranscriptionIndex
(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
-