We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0064d86 commit f7bb640Copy full SHA for f7bb640
src/rev_ai/models/__init__.py
@@ -4,7 +4,7 @@
4
from .customvocabulary import CustomVocabulary
5
from .streaming import MediaConfig
6
from .asynchronous import Job, JobStatus, Account, Transcript, Monologue, Element, CaptionType, \
7
- SpeakerName
+ SpeakerName, GroupChannelsType
8
from .insights import TopicExtractionJob, TopicExtractionResult, Topic, Informant, \
9
SentimentAnalysisResult, SentimentValue, SentimentMessage, SentimentAnalysisJob
10
from .language_id import LanguageIdentificationJob, LanguageIdentificationResult, LanguageConfidence
0 commit comments