Literals#
Index > TranscribeService > Literals
Auto-generated documentation for TranscribeService type annotations stubs module mypy-boto3-transcribe.
BaseModelNameType#
# BaseModelNameType usage example
from mypy_boto3_transcribe.literals import BaseModelNameType
def get_value() -> BaseModelNameType:
return "NarrowBand"
# BaseModelNameType definition
BaseModelNameType = Literal[
"NarrowBand",
"WideBand",
]
CLMLanguageCodeType#
# CLMLanguageCodeType usage example
from mypy_boto3_transcribe.literals import CLMLanguageCodeType
def get_value() -> CLMLanguageCodeType:
return "de-DE"
# CLMLanguageCodeType definition
CLMLanguageCodeType = Literal[
"de-DE",
"en-AU",
"en-GB",
"en-US",
"es-US",
"hi-IN",
"ja-JP",
]
CallAnalyticsFeatureType#
# CallAnalyticsFeatureType usage example
from mypy_boto3_transcribe.literals import CallAnalyticsFeatureType
def get_value() -> CallAnalyticsFeatureType:
return "GENERATIVE_SUMMARIZATION"
# CallAnalyticsFeatureType definition
CallAnalyticsFeatureType = Literal[
"GENERATIVE_SUMMARIZATION",
]
CallAnalyticsJobStatusType#
# CallAnalyticsJobStatusType usage example
from mypy_boto3_transcribe.literals import CallAnalyticsJobStatusType
def get_value() -> CallAnalyticsJobStatusType:
return "COMPLETED"
# CallAnalyticsJobStatusType definition
CallAnalyticsJobStatusType = Literal[
"COMPLETED",
"FAILED",
"IN_PROGRESS",
"QUEUED",
]
CallAnalyticsSkippedReasonCodeType#
# CallAnalyticsSkippedReasonCodeType usage example
from mypy_boto3_transcribe.literals import CallAnalyticsSkippedReasonCodeType
def get_value() -> CallAnalyticsSkippedReasonCodeType:
return "FAILED_SAFETY_GUIDELINES"
# CallAnalyticsSkippedReasonCodeType definition
CallAnalyticsSkippedReasonCodeType = Literal[
"FAILED_SAFETY_GUIDELINES",
"INSUFFICIENT_CONVERSATION_CONTENT",
]
InputTypeType#
# InputTypeType usage example
from mypy_boto3_transcribe.literals import InputTypeType
def get_value() -> InputTypeType:
return "POST_CALL"
# InputTypeType definition
InputTypeType = Literal[
"POST_CALL",
"REAL_TIME",
]
LanguageCodeType#
# LanguageCodeType usage example
from mypy_boto3_transcribe.literals import LanguageCodeType
def get_value() -> LanguageCodeType:
return "ab-GE"
# LanguageCodeType definition
LanguageCodeType = Literal[
"ab-GE",
"af-ZA",
"ar-AE",
"ar-SA",
"ast-ES",
"az-AZ",
"ba-RU",
"be-BY",
"bg-BG",
"bn-IN",
"bs-BA",
"ca-ES",
"ckb-IQ",
"ckb-IR",
"cs-CZ",
"cy-WL",
"da-DK",
"de-CH",
"de-DE",
"el-GR",
"en-AB",
"en-AU",
"en-GB",
"en-IE",
"en-IN",
"en-NZ",
"en-US",
"en-WL",
"en-ZA",
"es-ES",
"es-US",
"et-ET",
"eu-ES",
"fa-IR",
"fi-FI",
"fr-CA",
"fr-FR",
"gl-ES",
"gu-IN",
"ha-NG",
"he-IL",
"hi-IN",
"hr-HR",
"hu-HU",
"hy-AM",
"id-ID",
"is-IS",
"it-IT",
"ja-JP",
"ka-GE",
"kab-DZ",
"kk-KZ",
"kn-IN",
"ko-KR",
"ky-KG",
"lg-IN",
"lt-LT",
"lv-LV",
"mhr-RU",
"mi-NZ",
"mk-MK",
"ml-IN",
"mn-MN",
"mr-IN",
"ms-MY",
"mt-MT",
"nl-NL",
"no-NO",
"or-IN",
"pa-IN",
"pl-PL",
"ps-AF",
"pt-BR",
"pt-PT",
"ro-RO",
"ru-RU",
"rw-RW",
"si-LK",
"sk-SK",
"sl-SI",
"so-SO",
"sr-RS",
"su-ID",
"sv-SE",
"sw-BI",
"sw-KE",
"sw-RW",
"sw-TZ",
"sw-UG",
"ta-IN",
"te-IN",
"th-TH",
"tl-PH",
"tr-TR",
"tt-RU",
"ug-CN",
"uk-UA",
"uz-UZ",
"vi-VN",
"wo-SN",
"zh-CN",
"zh-TW",
"zu-ZA",
]
MediaFormatType#
# MediaFormatType usage example
from mypy_boto3_transcribe.literals import MediaFormatType
def get_value() -> MediaFormatType:
return "amr"
# MediaFormatType definition
MediaFormatType = Literal[
"amr",
"flac",
"m4a",
"mp3",
"mp4",
"ogg",
"wav",
"webm",
]
MedicalContentIdentificationTypeType#
# MedicalContentIdentificationTypeType usage example
from mypy_boto3_transcribe.literals import MedicalContentIdentificationTypeType
def get_value() -> MedicalContentIdentificationTypeType:
return "PHI"
# MedicalContentIdentificationTypeType definition
MedicalContentIdentificationTypeType = Literal[
"PHI",
]
MedicalScribeJobStatusType#
# MedicalScribeJobStatusType usage example
from mypy_boto3_transcribe.literals import MedicalScribeJobStatusType
def get_value() -> MedicalScribeJobStatusType:
return "COMPLETED"
# MedicalScribeJobStatusType definition
MedicalScribeJobStatusType = Literal[
"COMPLETED",
"FAILED",
"IN_PROGRESS",
"QUEUED",
]
MedicalScribeLanguageCodeType#
# MedicalScribeLanguageCodeType usage example
from mypy_boto3_transcribe.literals import MedicalScribeLanguageCodeType
def get_value() -> MedicalScribeLanguageCodeType:
return "en-US"
# MedicalScribeLanguageCodeType definition
MedicalScribeLanguageCodeType = Literal[
"en-US",
]
MedicalScribeParticipantRoleType#
# MedicalScribeParticipantRoleType usage example
from mypy_boto3_transcribe.literals import MedicalScribeParticipantRoleType
def get_value() -> MedicalScribeParticipantRoleType:
return "CLINICIAN"
# MedicalScribeParticipantRoleType definition
MedicalScribeParticipantRoleType = Literal[
"CLINICIAN",
"PATIENT",
]
ModelStatusType#
# ModelStatusType usage example
from mypy_boto3_transcribe.literals import ModelStatusType
def get_value() -> ModelStatusType:
return "COMPLETED"
# ModelStatusType definition
ModelStatusType = Literal[
"COMPLETED",
"FAILED",
"IN_PROGRESS",
]
OutputLocationTypeType#
# OutputLocationTypeType usage example
from mypy_boto3_transcribe.literals import OutputLocationTypeType
def get_value() -> OutputLocationTypeType:
return "CUSTOMER_BUCKET"
# OutputLocationTypeType definition
OutputLocationTypeType = Literal[
"CUSTOMER_BUCKET",
"SERVICE_BUCKET",
]
ParticipantRoleType#
# ParticipantRoleType usage example
from mypy_boto3_transcribe.literals import ParticipantRoleType
def get_value() -> ParticipantRoleType:
return "AGENT"
# ParticipantRoleType definition
ParticipantRoleType = Literal[
"AGENT",
"CUSTOMER",
]
PiiEntityTypeType#
# PiiEntityTypeType usage example
from mypy_boto3_transcribe.literals import PiiEntityTypeType
def get_value() -> PiiEntityTypeType:
return "ADDRESS"
# PiiEntityTypeType definition
PiiEntityTypeType = Literal[
"ADDRESS",
"ALL",
"BANK_ACCOUNT_NUMBER",
"BANK_ROUTING",
"CREDIT_DEBIT_CVV",
"CREDIT_DEBIT_EXPIRY",
"CREDIT_DEBIT_NUMBER",
"EMAIL",
"NAME",
"PHONE",
"PIN",
"SSN",
]
RedactionOutputType#
# RedactionOutputType usage example
from mypy_boto3_transcribe.literals import RedactionOutputType
def get_value() -> RedactionOutputType:
return "redacted"
# RedactionOutputType definition
RedactionOutputType = Literal[
"redacted",
"redacted_and_unredacted",
]
RedactionTypeType#
# RedactionTypeType usage example
from mypy_boto3_transcribe.literals import RedactionTypeType
def get_value() -> RedactionTypeType:
return "PII"
# RedactionTypeType definition
RedactionTypeType = Literal[
"PII",
]
SentimentValueType#
# SentimentValueType usage example
from mypy_boto3_transcribe.literals import SentimentValueType
def get_value() -> SentimentValueType:
return "MIXED"
# SentimentValueType definition
SentimentValueType = Literal[
"MIXED",
"NEGATIVE",
"NEUTRAL",
"POSITIVE",
]
SpecialtyType#
# SpecialtyType usage example
from mypy_boto3_transcribe.literals import SpecialtyType
def get_value() -> SpecialtyType:
return "PRIMARYCARE"
# SpecialtyType definition
SpecialtyType = Literal[
"PRIMARYCARE",
]
SubtitleFormatType#
# SubtitleFormatType usage example
from mypy_boto3_transcribe.literals import SubtitleFormatType
def get_value() -> SubtitleFormatType:
return "srt"
# SubtitleFormatType definition
SubtitleFormatType = Literal[
"srt",
"vtt",
]
ToxicityCategoryType#
# ToxicityCategoryType usage example
from mypy_boto3_transcribe.literals import ToxicityCategoryType
def get_value() -> ToxicityCategoryType:
return "ALL"
# ToxicityCategoryType definition
ToxicityCategoryType = Literal[
"ALL",
]
TranscriptFilterTypeType#
# TranscriptFilterTypeType usage example
from mypy_boto3_transcribe.literals import TranscriptFilterTypeType
def get_value() -> TranscriptFilterTypeType:
return "EXACT"
# TranscriptFilterTypeType definition
TranscriptFilterTypeType = Literal[
"EXACT",
]
TranscriptionJobStatusType#
# TranscriptionJobStatusType usage example
from mypy_boto3_transcribe.literals import TranscriptionJobStatusType
def get_value() -> TranscriptionJobStatusType:
return "COMPLETED"
# TranscriptionJobStatusType definition
TranscriptionJobStatusType = Literal[
"COMPLETED",
"FAILED",
"IN_PROGRESS",
"QUEUED",
]
TypeType#
# TypeType usage example
from mypy_boto3_transcribe.literals import TypeType
def get_value() -> TypeType:
return "CONVERSATION"
# TypeType definition
TypeType = Literal[
"CONVERSATION",
"DICTATION",
]
VocabularyFilterMethodType#
# VocabularyFilterMethodType usage example
from mypy_boto3_transcribe.literals import VocabularyFilterMethodType
def get_value() -> VocabularyFilterMethodType:
return "mask"
# VocabularyFilterMethodType definition
VocabularyFilterMethodType = Literal[
"mask",
"remove",
"tag",
]
VocabularyStateType#
# VocabularyStateType usage example
from mypy_boto3_transcribe.literals import VocabularyStateType
def get_value() -> VocabularyStateType:
return "FAILED"
# VocabularyStateType definition
VocabularyStateType = Literal[
"FAILED",
"PENDING",
"READY",
]
TranscribeServiceServiceName#
# TranscribeServiceServiceName usage example
from mypy_boto3_transcribe.literals import TranscribeServiceServiceName
def get_value() -> TranscribeServiceServiceName:
return "transcribe"
# TranscribeServiceServiceName definition
TranscribeServiceServiceName = Literal[
"transcribe",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_transcribe.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-runtime",
"billing",
"billingconductor",
"braket",
"budgets",
"ce",
"chatbot",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cleanroomsml",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudfront-keyvaluestore",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codeconnections",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector-scan",
"inspector2",
"internetmonitor",
"iot",
"iot-data",
"iot-jobs-data",
"iot1click-devices",
"iot1click-projects",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"kinesis",
"kinesis-video-archived-media",
"kinesis-video-media",
"kinesis-video-signaling",
"kinesis-video-webrtc-storage",
"kinesisanalytics",
"kinesisanalyticsv2",
"kinesisvideo",
"kms",
"lakeformation",
"lambda",
"launch-wizard",
"lex-models",
"lex-runtime",
"lexv2-models",
"lexv2-runtime",
"license-manager",
"license-manager-linux-subscriptions",
"license-manager-user-subscriptions",
"lightsail",
"location",
"logs",
"lookoutequipment",
"lookoutmetrics",
"lookoutvision",
"m2",
"machinelearning",
"macie2",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-entitlement",
"marketplace-reporting",
"marketplacecommerceanalytics",
"mediaconnect",
"mediaconvert",
"medialive",
"mediapackage",
"mediapackage-vod",
"mediapackagev2",
"mediastore",
"mediastore-data",
"mediatailor",
"medical-imaging",
"memorydb",
"meteringmarketplace",
"mgh",
"mgn",
"migration-hub-refactor-spaces",
"migrationhub-config",
"migrationhuborchestrator",
"migrationhubstrategy",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-selling",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"pca-connector-scep",
"pcs",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_transcribe.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
RegionName#
# RegionName usage example
from mypy_boto3_transcribe.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-north-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]