Skip to content

Commit cd5e3b2

Browse files
committed
Expose Forced Alignment Classes
* 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]>
1 parent 9f1d6d9 commit cd5e3b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/rev_ai/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
CaptionType, GroupChannelsType, CustomVocabulary, TopicExtractionJob, TopicExtractionResult, \
88
Topic, Informant, SpeakerName, LanguageIdentificationJob, LanguageIdentificationResult, \
99
LanguageConfidence, SentimentAnalysisResult, SentimentValue, SentimentMessage, \
10-
SentimentAnalysisJob, CustomerUrlData, RevAiApiDeploymentConfigMap, RevAiApiDeployment
10+
SentimentAnalysisJob, CustomerUrlData, RevAiApiDeploymentConfigMap, RevAiApiDeployment, \
11+
ForcedAlignmentJob, ForcedAlignmentResult, Monologue, ElementAlignment

src/rev_ai/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
from .language_id import LanguageIdentificationJob, LanguageIdentificationResult, LanguageConfidence
1111
from .customer_url_data import CustomerUrlData
1212
from .revaiapi_deployment_config_constants import RevAiApiDeployment, RevAiApiDeploymentConfigMap
13+
from .forced_alignment import ForcedAlignmentJob, ForcedAlignmentResult, Monologue, ElementAlignment

0 commit comments

Comments
 (0)