class documentation
class BabelSensePhonetics:
A class modeling audio and transcription of a BabelSense.
Method | __init__ |
init method |
Instance Variable | audios |
Set of audio items. |
Instance Variable | transcriptions |
Set of pronunciation transcriptions. |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
def __init__(self, audios, transcriptions):
init method
Parameters | |
audios:Set[BabelAudio] | Set of audio items. |
transcriptions:Set[str] | Set of pronunciation transcriptions. |