File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed
sdk/batch/speechmatics/batch Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 1111from ._exceptions import JobError
1212from ._exceptions import TimeoutError
1313from ._exceptions import TransportError
14+ from ._models import AutoChaptersConfig
1415from ._models import ConnectionConfig
1516from ._models import FetchData
1617from ._models import FormatType
2324from ._models import NotificationContents
2425from ._models import NotificationMethod
2526from ._models import OperatingPoint
27+ from ._models import SentimentAnalysisConfig
2628from ._models import SummarizationConfig
29+ from ._models import TopicDetectionConfig
2730from ._models import Transcript
2831from ._models import TranscriptionConfig
2932from ._models import TranslationConfig
3033
3134__all__ = [
3235 "AsyncClient" ,
3336 "AuthBase" ,
34- "JWTAuth" ,
35- "StaticKeyAuth" ,
36- "ConfigurationError" ,
3737 "AuthenticationError" ,
38- "ConnectionError" ,
39- "TransportError" ,
38+ "AutoChaptersConfig" ,
4039 "BatchError" ,
41- "JobError" ,
42- "TimeoutError" ,
40+ "ConfigurationError" ,
41+ "ConnectionConfig" ,
42+ "ConnectionError" ,
43+ "FetchData" ,
44+ "FormatType" ,
4345 "JobConfig" ,
4446 "JobDetails" ,
47+ "JobError" ,
4548 "JobInfo" ,
49+ "JobStatus" ,
50+ "JobType" ,
51+ "JWTAuth" ,
4652 "NotificationConfig" ,
47- "NotificationMethod" ,
4853 "NotificationContents" ,
54+ "NotificationMethod" ,
4955 "OperatingPoint" ,
56+ "SentimentAnalysisConfig" ,
57+ "StaticKeyAuth" ,
5058 "SummarizationConfig" ,
59+ "TimeoutError" ,
60+ "TopicDetectionConfig" ,
5161 "Transcript" ,
5262 "TranscriptionConfig" ,
5363 "TranslationConfig" ,
54- "ConnectionConfig" ,
55- "JobStatus" ,
56- "JobType" ,
57- "FormatType" ,
58- "FetchData" ,
64+ "TransportError" ,
5965]
You can’t perform that action at this time.
0 commit comments