revai-python-sdk
revai-python-sdk copied to clipboard
Add Forced Alignment Client and Models (#120)
- Introduced
ForcedAlignmentClientfor interacting with the Rev AI forced alignment API. - Added data models:
ForcedAlignmentJob,ForcedAlignmentResult,ElementAlignment, andMonologueto handle alignment jobs. - Implemented methods for processing jobs in forced_alignment_client.
- Created a module for forced alignment models to organize classes.