TranscribeService module#
Index > TranscribeService
Auto-generated documentation for TranscribeService type annotations stubs module mypy-boto3-transcribe.
How to install#
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and TranscribeService
.
From PyPI with pip#
Install boto3-stubs
for TranscribeService
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[transcribe]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[transcribe]'
# standalone installation
python -m pip install mypy-boto3-transcribe
How to uninstall#
python -m pip uninstall -y mypy-boto3-transcribe
Usage#
Code samples can be found in Examples.
TranscribeServiceClient#
Type annotations and code completion for boto3.client("transcribe")
as TranscribeServiceClient
boto3 documentation
# TranscribeServiceClient usage example
from boto3.session import Session
from mypy_boto3_transcribe.client import TranscribeServiceClient
def get_client() -> TranscribeServiceClient:
return Session().client("transcribe")
Literals#
Type annotations for literals used in methods and schemas.
# BaseModelNameType usage example
from mypy_boto3_transcribe.literals import BaseModelNameType
def get_value() -> BaseModelNameType:
return "NarrowBand"
- BaseModelNameType
- CLMLanguageCodeType
- CallAnalyticsJobStatusType
- InputTypeType
- LanguageCodeType
- MediaFormatType
- MedicalContentIdentificationTypeType
- ModelStatusType
- OutputLocationTypeType
- ParticipantRoleType
- PiiEntityTypeType
- RedactionOutputType
- RedactionTypeType
- SentimentValueType
- SpecialtyType
- SubtitleFormatType
- TranscriptFilterTypeType
- TranscriptionJobStatusType
- TypeType
- VocabularyFilterMethodType
- VocabularyStateType
- TranscribeServiceServiceName
- ServiceName
- ResourceServiceName
- RegionName
Typed dictionaries#
Type annotations for typed dictionaries used in methods and schema.
# AbsoluteTimeRangeTypeDef usage example
from mypy_boto3_transcribe.type_defs import AbsoluteTimeRangeTypeDef
def get_value() -> AbsoluteTimeRangeTypeDef:
return {
"StartTime": ...,
}
- AbsoluteTimeRangeTypeDef
- ContentRedactionTypeDef
- LanguageIdSettingsTypeDef
- CallAnalyticsJobSummaryTypeDef
- ChannelDefinitionTypeDef
- MediaTypeDef
- TranscriptTypeDef
- InputDataConfigTypeDef
- TagTypeDef
- CreateMedicalVocabularyResponseTypeDef
- CreateVocabularyFilterResponseTypeDef
- CreateVocabularyResponseTypeDef
- DeleteCallAnalyticsCategoryRequestRequestTypeDef
- DeleteCallAnalyticsJobRequestRequestTypeDef
- DeleteLanguageModelRequestRequestTypeDef
- DeleteMedicalTranscriptionJobRequestRequestTypeDef
- DeleteMedicalVocabularyRequestRequestTypeDef
- DeleteTranscriptionJobRequestRequestTypeDef
- DeleteVocabularyFilterRequestRequestTypeDef
- DeleteVocabularyRequestRequestTypeDef
- DescribeLanguageModelRequestRequestTypeDef
- EmptyResponseMetadataTypeDef
- GetCallAnalyticsCategoryRequestRequestTypeDef
- GetCallAnalyticsJobRequestRequestTypeDef
- GetMedicalTranscriptionJobRequestRequestTypeDef
- GetMedicalVocabularyRequestRequestTypeDef
- GetMedicalVocabularyResponseTypeDef
- GetTranscriptionJobRequestRequestTypeDef
- GetVocabularyFilterRequestRequestTypeDef
- GetVocabularyFilterResponseTypeDef
- GetVocabularyRequestRequestTypeDef
- GetVocabularyResponseTypeDef
- RelativeTimeRangeTypeDef
- JobExecutionSettingsTypeDef
- LanguageCodeItemTypeDef
- ListCallAnalyticsCategoriesRequestRequestTypeDef
- ListCallAnalyticsJobsRequestRequestTypeDef
- ListLanguageModelsRequestRequestTypeDef
- ListMedicalTranscriptionJobsRequestRequestTypeDef
- MedicalTranscriptionJobSummaryTypeDef
- ListMedicalVocabulariesRequestRequestTypeDef
- VocabularyInfoTypeDef
- ListTagsForResourceRequestRequestTypeDef
- ListTranscriptionJobsRequestRequestTypeDef
- ListVocabulariesRequestRequestTypeDef
- ListVocabularyFiltersRequestRequestTypeDef
- VocabularyFilterInfoTypeDef
- MedicalTranscriptTypeDef
- MedicalTranscriptionSettingTypeDef
- ModelSettingsTypeDef
- ResponseMetadataTypeDef
- SettingsTypeDef
- SubtitlesTypeDef
- SubtitlesOutputTypeDef
- UntagResourceRequestRequestTypeDef
- UpdateMedicalVocabularyRequestRequestTypeDef
- UpdateMedicalVocabularyResponseTypeDef
- UpdateVocabularyFilterRequestRequestTypeDef
- UpdateVocabularyFilterResponseTypeDef
- UpdateVocabularyRequestRequestTypeDef
- UpdateVocabularyResponseTypeDef
- CallAnalyticsJobSettingsTypeDef
- ListCallAnalyticsJobsResponseTypeDef
- CreateLanguageModelResponseTypeDef
- LanguageModelTypeDef
- CreateLanguageModelRequestRequestTypeDef
- CreateMedicalVocabularyRequestRequestTypeDef
- CreateVocabularyFilterRequestRequestTypeDef
- CreateVocabularyRequestRequestTypeDef
- ListTagsForResourceResponseTypeDef
- TagResourceRequestRequestTypeDef
- InterruptionFilterTypeDef
- NonTalkTimeFilterTypeDef
- SentimentFilterTypeDef
- TranscriptFilterTypeDef
- ListMedicalTranscriptionJobsResponseTypeDef
- ListMedicalVocabulariesResponseTypeDef
- ListVocabulariesResponseTypeDef
- ListVocabularyFiltersResponseTypeDef
- MedicalTranscriptionJobTypeDef
- StartMedicalTranscriptionJobRequestRequestTypeDef
- TranscriptionJobSummaryTypeDef
- StartTranscriptionJobRequestRequestTypeDef
- TranscriptionJobTypeDef
- CallAnalyticsJobTypeDef
- StartCallAnalyticsJobRequestRequestTypeDef
- DescribeLanguageModelResponseTypeDef
- ListLanguageModelsResponseTypeDef
- RuleTypeDef
- GetMedicalTranscriptionJobResponseTypeDef
- StartMedicalTranscriptionJobResponseTypeDef
- ListTranscriptionJobsResponseTypeDef
- GetTranscriptionJobResponseTypeDef
- StartTranscriptionJobResponseTypeDef
- GetCallAnalyticsJobResponseTypeDef
- StartCallAnalyticsJobResponseTypeDef
- CategoryPropertiesTypeDef
- CreateCallAnalyticsCategoryRequestRequestTypeDef
- UpdateCallAnalyticsCategoryRequestRequestTypeDef
- CreateCallAnalyticsCategoryResponseTypeDef
- GetCallAnalyticsCategoryResponseTypeDef
- ListCallAnalyticsCategoriesResponseTypeDef
- UpdateCallAnalyticsCategoryResponseTypeDef