Skip to content

Commit

Permalink
Expose Forced Alignment Classes
Browse files Browse the repository at this point in the history
* Added `ForcedAlignmentJob`, `ForcedAlignmentResult`,
  and `ElementAlignment` to the import statements in the
  `__init__.py` files to expose at the top level of the sdk for easy
  import access.

Signed-off-by: Ahmed Mansour <[email protected]>
  • Loading branch information
sourman committed Jan 12, 2025
1 parent c4e5987 commit f24036d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rev_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
CaptionType, GroupChannelsType, CustomVocabulary, TopicExtractionJob, TopicExtractionResult, \
Topic, Informant, SpeakerName, LanguageIdentificationJob, LanguageIdentificationResult, \
LanguageConfidence, SentimentAnalysisResult, SentimentValue, SentimentMessage, \
SentimentAnalysisJob, CustomerUrlData, RevAiApiDeploymentConfigMap, RevAiApiDeployment
SentimentAnalysisJob, CustomerUrlData, RevAiApiDeploymentConfigMap, RevAiApiDeployment, \
ForcedAlignmentJob, ForcedAlignmentResult, Monologue, ElementAlignment
1 change: 1 addition & 0 deletions src/rev_ai/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
from .language_id import LanguageIdentificationJob, LanguageIdentificationResult, LanguageConfidence
from .customer_url_data import CustomerUrlData
from .revaiapi_deployment_config_constants import RevAiApiDeployment, RevAiApiDeploymentConfigMap
from .forced_alignment import ForcedAlignmentJob, ForcedAlignmentResult, Monologue, ElementAlignment

0 comments on commit f24036d

Please sign in to comment.