AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing TranscribeService
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics.Standard transcriptions are the most common option. Refer to for details.
Medical transcriptions are tailored to medical professionals and incorporate medical terms. A common use case for this service is transcribing doctor-patient dialogue into after-visit notes. Refer to for details.
Call Analytics transcriptions are designed for use with call center audio on two different channels; if you're looking for insight into customer service calls, use this option. Refer to for details.
Namespace: Amazon.TranscribeService
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public class AmazonTranscribeServiceClient : AmazonServiceClient IAmazonService, IAmazonTranscribeService, IDisposable
The AmazonTranscribeServiceClient type exposes the following members
Name | Description | |
---|---|---|
AmazonTranscribeServiceClient() |
Constructs AmazonTranscribeServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonTranscribeServiceClient(RegionEndpoint) |
Constructs AmazonTranscribeServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonTranscribeServiceClient(AmazonTranscribeServiceConfig) |
Constructs AmazonTranscribeServiceClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonTranscribeServiceClient(AWSCredentials) |
Constructs AmazonTranscribeServiceClient with AWS Credentials |
|
AmazonTranscribeServiceClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonTranscribeServiceClient with AWS Credentials |
|
AmazonTranscribeServiceClient(AWSCredentials, AmazonTranscribeServiceConfig) |
Constructs AmazonTranscribeServiceClient with AWS Credentials and an AmazonTranscribeServiceClient Configuration object. |
|
AmazonTranscribeServiceClient(string, string) |
Constructs AmazonTranscribeServiceClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTranscribeServiceClient(string, string, RegionEndpoint) |
Constructs AmazonTranscribeServiceClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTranscribeServiceClient(string, string, AmazonTranscribeServiceConfig) |
Constructs AmazonTranscribeServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonTranscribeServiceClient Configuration object. |
|
AmazonTranscribeServiceClient(string, string, string) |
Constructs AmazonTranscribeServiceClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTranscribeServiceClient(string, string, string, RegionEndpoint) |
Constructs AmazonTranscribeServiceClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTranscribeServiceClient(string, string, string, AmazonTranscribeServiceConfig) |
Constructs AmazonTranscribeServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonTranscribeServiceClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. | |
Paginators | Amazon.TranscribeService.Model.ITranscribeServicePaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
CreateCallAnalyticsCategory(CreateCallAnalyticsCategoryRequest) |
Creates a new Call Analytics category. All categories are automatically applied to your Call Analytics transcriptions. Note that in order to apply categories to your transcriptions, you must create them before submitting your transcription request, as categories cannot be applied retroactively.
When creating a new category, you can use the Call Analytics categories are composed of rules. For each category, you must create between 1 and 20 rules. Rules can include these parameters: , , , and . To update an existing category, see . To learn more about Call Analytics categories, see Creating categories for post-call transcriptions and Creating categories for real-time transcriptions. |
|
CreateCallAnalyticsCategoryAsync(CreateCallAnalyticsCategoryRequest, CancellationToken) |
Creates a new Call Analytics category. All categories are automatically applied to your Call Analytics transcriptions. Note that in order to apply categories to your transcriptions, you must create them before submitting your transcription request, as categories cannot be applied retroactively.
When creating a new category, you can use the Call Analytics categories are composed of rules. For each category, you must create between 1 and 20 rules. Rules can include these parameters: , , , and . To update an existing category, see . To learn more about Call Analytics categories, see Creating categories for post-call transcriptions and Creating categories for real-time transcriptions. |
|
CreateLanguageModel(CreateLanguageModelRequest) |
Creates a new custom language model. When creating a new custom language model, you must specify:
|
|
CreateLanguageModelAsync(CreateLanguageModelRequest, CancellationToken) |
Creates a new custom language model. When creating a new custom language model, you must specify:
|
|
CreateMedicalVocabulary(CreateMedicalVocabularyRequest) |
Creates a new custom medical vocabulary.
Before creating a new custom medical vocabulary, you must first upload a text file
that contains your vocabulary table into an Amazon S3 bucket. Note that this differs
from , where you can include a list of terms within your request using the Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your custom vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language. For more information, see Custom vocabularies. |
|
CreateMedicalVocabularyAsync(CreateMedicalVocabularyRequest, CancellationToken) |
Creates a new custom medical vocabulary.
Before creating a new custom medical vocabulary, you must first upload a text file
that contains your vocabulary table into an Amazon S3 bucket. Note that this differs
from , where you can include a list of terms within your request using the Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your custom vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language. For more information, see Custom vocabularies. |
|
CreateVocabulary(CreateVocabularyRequest) |
Creates a new custom vocabulary.
When creating a new custom vocabulary, you can either upload a text file that contains
your new entries, phrases, and terms into an Amazon S3 bucket and include the URI
in your request. Or you can include a list of terms directly in your request using
the Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your custom vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language. For more information, see Custom vocabularies. |
|
CreateVocabularyAsync(CreateVocabularyRequest, CancellationToken) |
Creates a new custom vocabulary.
When creating a new custom vocabulary, you can either upload a text file that contains
your new entries, phrases, and terms into an Amazon S3 bucket and include the URI
in your request. Or you can include a list of terms directly in your request using
the Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your custom vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language. For more information, see Custom vocabularies. |
|
CreateVocabularyFilter(CreateVocabularyFilterRequest) |
Creates a new custom vocabulary filter. You can use custom vocabulary filters to mask, delete, or flag specific words from your transcript. Custom vocabulary filters are commonly used to mask profanity in transcripts. Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your custom vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language. For more information, see Vocabulary filtering. |
|
CreateVocabularyFilterAsync(CreateVocabularyFilterRequest, CancellationToken) |
Creates a new custom vocabulary filter. You can use custom vocabulary filters to mask, delete, or flag specific words from your transcript. Custom vocabulary filters are commonly used to mask profanity in transcripts. Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your custom vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language. For more information, see Vocabulary filtering. |
|
DeleteCallAnalyticsCategory(DeleteCallAnalyticsCategoryRequest) |
Deletes a Call Analytics category. To use this operation, specify the name of the
category you want to delete using |
|
DeleteCallAnalyticsCategoryAsync(DeleteCallAnalyticsCategoryRequest, CancellationToken) |
Deletes a Call Analytics category. To use this operation, specify the name of the
category you want to delete using |
|
DeleteCallAnalyticsJob(DeleteCallAnalyticsJobRequest) |
Deletes a Call Analytics job. To use this operation, specify the name of the job you
want to delete using |
|
DeleteCallAnalyticsJobAsync(DeleteCallAnalyticsJobRequest, CancellationToken) |
Deletes a Call Analytics job. To use this operation, specify the name of the job you
want to delete using |
|
DeleteLanguageModel(DeleteLanguageModelRequest) |
Deletes a custom language model. To use this operation, specify the name of the language
model you want to delete using |
|
DeleteLanguageModelAsync(DeleteLanguageModelRequest, CancellationToken) |
Deletes a custom language model. To use this operation, specify the name of the language
model you want to delete using |
|
DeleteMedicalScribeJob(DeleteMedicalScribeJobRequest) |
Deletes a Medical Scribe job. To use this operation, specify the name of the job you
want to delete using |
|
DeleteMedicalScribeJobAsync(DeleteMedicalScribeJobRequest, CancellationToken) |
Deletes a Medical Scribe job. To use this operation, specify the name of the job you
want to delete using |
|
DeleteMedicalTranscriptionJob(DeleteMedicalTranscriptionJobRequest) |
Deletes a medical transcription job. To use this operation, specify the name of the
job you want to delete using |
|
DeleteMedicalTranscriptionJobAsync(DeleteMedicalTranscriptionJobRequest, CancellationToken) |
Deletes a medical transcription job. To use this operation, specify the name of the
job you want to delete using |
|
DeleteMedicalVocabulary(DeleteMedicalVocabularyRequest) |
Deletes a custom medical vocabulary. To use this operation, specify the name of the
custom vocabulary you want to delete using |
|
DeleteMedicalVocabularyAsync(DeleteMedicalVocabularyRequest, CancellationToken) |
Deletes a custom medical vocabulary. To use this operation, specify the name of the
custom vocabulary you want to delete using |
|
DeleteTranscriptionJob(DeleteTranscriptionJobRequest) |
Deletes a transcription job. To use this operation, specify the name of the job you
want to delete using |
|
DeleteTranscriptionJobAsync(DeleteTranscriptionJobRequest, CancellationToken) |
Deletes a transcription job. To use this operation, specify the name of the job you
want to delete using |
|
DeleteVocabulary(DeleteVocabularyRequest) |
Deletes a custom vocabulary. To use this operation, specify the name of the custom
vocabulary you want to delete using |
|
DeleteVocabularyAsync(DeleteVocabularyRequest, CancellationToken) |
Deletes a custom vocabulary. To use this operation, specify the name of the custom
vocabulary you want to delete using |
|
DeleteVocabularyFilter(DeleteVocabularyFilterRequest) |
Deletes a custom vocabulary filter. To use this operation, specify the name of the
custom vocabulary filter you want to delete using |
|
DeleteVocabularyFilterAsync(DeleteVocabularyFilterRequest, CancellationToken) |
Deletes a custom vocabulary filter. To use this operation, specify the name of the
custom vocabulary filter you want to delete using |
|
DescribeLanguageModel(DescribeLanguageModelRequest) |
Provides information about the specified custom language model. This operation also shows if the base language model that you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful,
you can use |
|
DescribeLanguageModelAsync(DescribeLanguageModelRequest, CancellationToken) |
Provides information about the specified custom language model. This operation also shows if the base language model that you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful,
you can use |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. | |
GetCallAnalyticsCategory(GetCallAnalyticsCategoryRequest) |
Provides information about the specified Call Analytics category. To get a list of your Call Analytics categories, use the operation. |
|
GetCallAnalyticsCategoryAsync(GetCallAnalyticsCategoryRequest, CancellationToken) |
Provides information about the specified Call Analytics category. To get a list of your Call Analytics categories, use the operation. |
|
GetCallAnalyticsJob(GetCallAnalyticsJobRequest) |
Provides information about the specified Call Analytics job.
To view the job's status, refer to
If you enabled personally identifiable information (PII) redaction, the redacted transcript
appears at the location specified in
If you chose to redact the audio in your media file, you can find your redacted media
file at the location specified in To get a list of your Call Analytics jobs, use the operation. |
|
GetCallAnalyticsJobAsync(GetCallAnalyticsJobRequest, CancellationToken) |
Provides information about the specified Call Analytics job.
To view the job's status, refer to
If you enabled personally identifiable information (PII) redaction, the redacted transcript
appears at the location specified in
If you chose to redact the audio in your media file, you can find your redacted media
file at the location specified in To get a list of your Call Analytics jobs, use the operation. |
|
GetMedicalScribeJob(GetMedicalScribeJobRequest) |
Provides information about the specified Medical Scribe job.
To view the status of the specified medical transcription job, check the To get a list of your Medical Scribe jobs, use the operation. |
|
GetMedicalScribeJobAsync(GetMedicalScribeJobRequest, CancellationToken) |
Provides information about the specified Medical Scribe job.
To view the status of the specified medical transcription job, check the To get a list of your Medical Scribe jobs, use the operation. |
|
GetMedicalTranscriptionJob(GetMedicalTranscriptionJobRequest) |
Provides information about the specified medical transcription job.
To view the status of the specified medical transcription job, check the To get a list of your medical transcription jobs, use the operation. |
|
GetMedicalTranscriptionJobAsync(GetMedicalTranscriptionJobRequest, CancellationToken) |
Provides information about the specified medical transcription job.
To view the status of the specified medical transcription job, check the To get a list of your medical transcription jobs, use the operation. |
|
GetMedicalVocabulary(GetMedicalVocabularyRequest) |
Provides information about the specified custom medical vocabulary.
To view the status of the specified custom medical vocabulary, check the To get a list of your custom medical vocabularies, use the operation. |
|
GetMedicalVocabularyAsync(GetMedicalVocabularyRequest, CancellationToken) |
Provides information about the specified custom medical vocabulary.
To view the status of the specified custom medical vocabulary, check the To get a list of your custom medical vocabularies, use the operation. |
|
GetTranscriptionJob(GetTranscriptionJobRequest) |
Provides information about the specified transcription job.
To view the status of the specified transcription job, check the
If you enabled content redaction, the redacted transcript can be found at the location
specified in To get a list of your transcription jobs, use the operation. |
|
GetTranscriptionJobAsync(GetTranscriptionJobRequest, CancellationToken) |
Provides information about the specified transcription job.
To view the status of the specified transcription job, check the
If you enabled content redaction, the redacted transcript can be found at the location
specified in To get a list of your transcription jobs, use the operation. |
|
GetVocabulary(GetVocabularyRequest) |
Provides information about the specified custom vocabulary.
To view the status of the specified custom vocabulary, check the To get a list of your custom vocabularies, use the operation. |
|
GetVocabularyAsync(GetVocabularyRequest, CancellationToken) |
Provides information about the specified custom vocabulary.
To view the status of the specified custom vocabulary, check the To get a list of your custom vocabularies, use the operation. |
|
GetVocabularyFilter(GetVocabularyFilterRequest) |
Provides information about the specified custom vocabulary filter. To get a list of your custom vocabulary filters, use the operation. |
|
GetVocabularyFilterAsync(GetVocabularyFilterRequest, CancellationToken) |
Provides information about the specified custom vocabulary filter. To get a list of your custom vocabulary filters, use the operation. |
|
ListCallAnalyticsCategories(ListCallAnalyticsCategoriesRequest) |
Provides a list of Call Analytics categories, including all rules that make up each category. To get detailed information about a specific Call Analytics category, use the operation. |
|
ListCallAnalyticsCategoriesAsync(ListCallAnalyticsCategoriesRequest, CancellationToken) |
Provides a list of Call Analytics categories, including all rules that make up each category. To get detailed information about a specific Call Analytics category, use the operation. |
|
ListCallAnalyticsJobs(ListCallAnalyticsJobsRequest) |
Provides a list of Call Analytics jobs that match the specified criteria. If no criteria are specified, all Call Analytics jobs are returned. To get detailed information about a specific Call Analytics job, use the operation. |
|
ListCallAnalyticsJobsAsync(ListCallAnalyticsJobsRequest, CancellationToken) |
Provides a list of Call Analytics jobs that match the specified criteria. If no criteria are specified, all Call Analytics jobs are returned. To get detailed information about a specific Call Analytics job, use the operation. |
|
ListLanguageModels(ListLanguageModelsRequest) |
Provides a list of custom language models that match the specified criteria. If no criteria are specified, all custom language models are returned. To get detailed information about a specific custom language model, use the operation. |
|
ListLanguageModelsAsync(ListLanguageModelsRequest, CancellationToken) |
Provides a list of custom language models that match the specified criteria. If no criteria are specified, all custom language models are returned. To get detailed information about a specific custom language model, use the operation. |
|
ListMedicalScribeJobs(ListMedicalScribeJobsRequest) |
Provides a list of Medical Scribe jobs that match the specified criteria. If no criteria are specified, all Medical Scribe jobs are returned. To get detailed information about a specific Medical Scribe job, use the operation. |
|
ListMedicalScribeJobsAsync(ListMedicalScribeJobsRequest, CancellationToken) |
Provides a list of Medical Scribe jobs that match the specified criteria. If no criteria are specified, all Medical Scribe jobs are returned. To get detailed information about a specific Medical Scribe job, use the operation. |
|
ListMedicalTranscriptionJobs(ListMedicalTranscriptionJobsRequest) |
Provides a list of medical transcription jobs that match the specified criteria. If no criteria are specified, all medical transcription jobs are returned. To get detailed information about a specific medical transcription job, use the operation. |
|
ListMedicalTranscriptionJobsAsync(ListMedicalTranscriptionJobsRequest, CancellationToken) |
Provides a list of medical transcription jobs that match the specified criteria. If no criteria are specified, all medical transcription jobs are returned. To get detailed information about a specific medical transcription job, use the operation. |
|
ListMedicalVocabularies(ListMedicalVocabulariesRequest) |
Provides a list of custom medical vocabularies that match the specified criteria. If no criteria are specified, all custom medical vocabularies are returned. To get detailed information about a specific custom medical vocabulary, use the operation. |
|
ListMedicalVocabulariesAsync(ListMedicalVocabulariesRequest, CancellationToken) |
Provides a list of custom medical vocabularies that match the specified criteria. If no criteria are specified, all custom medical vocabularies are returned. To get detailed information about a specific custom medical vocabulary, use the operation. |
|
ListTagsForResource(ListTagsForResourceRequest) |
Lists all tags associated with the specified transcription job, vocabulary, model, or resource. To learn more about using tags with Amazon Transcribe, refer to Tagging resources. |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Lists all tags associated with the specified transcription job, vocabulary, model, or resource. To learn more about using tags with Amazon Transcribe, refer to Tagging resources. |
|
ListTranscriptionJobs(ListTranscriptionJobsRequest) |
Provides a list of transcription jobs that match the specified criteria. If no criteria are specified, all transcription jobs are returned. To get detailed information about a specific transcription job, use the operation. |
|
ListTranscriptionJobsAsync(ListTranscriptionJobsRequest, CancellationToken) |
Provides a list of transcription jobs that match the specified criteria. If no criteria are specified, all transcription jobs are returned. To get detailed information about a specific transcription job, use the operation. |
|
ListVocabularies(ListVocabulariesRequest) |
Provides a list of custom vocabularies that match the specified criteria. If no criteria are specified, all custom vocabularies are returned. To get detailed information about a specific custom vocabulary, use the operation. |
|
ListVocabulariesAsync(ListVocabulariesRequest, CancellationToken) |
Provides a list of custom vocabularies that match the specified criteria. If no criteria are specified, all custom vocabularies are returned. To get detailed information about a specific custom vocabulary, use the operation. |
|
ListVocabularyFilters(ListVocabularyFiltersRequest) |
Provides a list of custom vocabulary filters that match the specified criteria. If no criteria are specified, all custom vocabularies are returned. To get detailed information about a specific custom vocabulary filter, use the operation. |
|
ListVocabularyFiltersAsync(ListVocabularyFiltersRequest, CancellationToken) |
Provides a list of custom vocabulary filters that match the specified criteria. If no criteria are specified, all custom vocabularies are returned. To get detailed information about a specific custom vocabulary filter, use the operation. |
|
StartCallAnalyticsJob(StartCallAnalyticsJobRequest) |
Transcribes the audio from a customer service call and applies any additional Request Parameters you choose to include in your request. In addition to many standard transcription features, Call Analytics provides you with call characteristics, call summarization, speaker sentiment, and optional redaction of your text transcript and your audio file. You can also apply custom categories to flag specified conditions. To learn more about these features and insights, refer to Analyzing call center audio with Call Analytics. If you want to apply categories to your Call Analytics job, you must create them before submitting your job request. Categories cannot be retroactively applied to a job. To create a new category, use the operation. To learn more about Call Analytics categories, see Creating categories for post-call transcriptions and Creating categories for real-time transcriptions.
To make a Note that job queuing is enabled by default for Call Analytics jobs.
You must include the following parameters in your
With Call Analytics, you can redact the audio contained in your media file by including
|
|
StartCallAnalyticsJobAsync(StartCallAnalyticsJobRequest, CancellationToken) |
Transcribes the audio from a customer service call and applies any additional Request Parameters you choose to include in your request. In addition to many standard transcription features, Call Analytics provides you with call characteristics, call summarization, speaker sentiment, and optional redaction of your text transcript and your audio file. You can also apply custom categories to flag specified conditions. To learn more about these features and insights, refer to Analyzing call center audio with Call Analytics. If you want to apply categories to your Call Analytics job, you must create them before submitting your job request. Categories cannot be retroactively applied to a job. To create a new category, use the operation. To learn more about Call Analytics categories, see Creating categories for post-call transcriptions and Creating categories for real-time transcriptions.
To make a Note that job queuing is enabled by default for Call Analytics jobs.
You must include the following parameters in your
With Call Analytics, you can redact the audio contained in your media file by including
|
|
StartMedicalScribeJob(StartMedicalScribeJobRequest) |
Transcribes patient-clinician conversations and generates clinical notes. Amazon Web Services HealthScribe automatically provides rich conversation transcripts, identifies speaker roles, classifies dialogues, extracts medical terms, and generates preliminary clinical notes. To learn more about these features, refer to Amazon Web Services HealthScribe.
To make a
You must include the following parameters in your
|
|
StartMedicalScribeJobAsync(StartMedicalScribeJobRequest, CancellationToken) |
Transcribes patient-clinician conversations and generates clinical notes. Amazon Web Services HealthScribe automatically provides rich conversation transcripts, identifies speaker roles, classifies dialogues, extracts medical terms, and generates preliminary clinical notes. To learn more about these features, refer to Amazon Web Services HealthScribe.
To make a
You must include the following parameters in your
|
|
StartMedicalTranscriptionJob(StartMedicalTranscriptionJobRequest) |
Transcribes the audio from a medical dictation or conversation and applies any additional Request Parameters you choose to include in your request. In addition to many standard transcription features, Amazon Transcribe Medical provides you with a robust medical vocabulary and, optionally, content identification, which adds flags to personal health information (PHI). To learn more about these features, refer to How Amazon Transcribe Medical works.
To make a
You must include the following parameters in your
|
|
StartMedicalTranscriptionJobAsync(StartMedicalTranscriptionJobRequest, CancellationToken) |
Transcribes the audio from a medical dictation or conversation and applies any additional Request Parameters you choose to include in your request. In addition to many standard transcription features, Amazon Transcribe Medical provides you with a robust medical vocabulary and, optionally, content identification, which adds flags to personal health information (PHI). To learn more about these features, refer to How Amazon Transcribe Medical works.
To make a
You must include the following parameters in your
|
|
StartTranscriptionJob(StartTranscriptionJobRequest) |
Transcribes the audio from a media file and applies any additional Request Parameters you choose to include in your request.
To make a
You must include the following parameters in your
|
|
StartTranscriptionJobAsync(StartTranscriptionJobRequest, CancellationToken) |
Transcribes the audio from a media file and applies any additional Request Parameters you choose to include in your request.
To make a
You must include the following parameters in your
|
|
TagResource(TagResourceRequest) |
Adds one or more custom tags, each in the form of a key:value pair, to the specified resource. To learn more about using tags with Amazon Transcribe, refer to Tagging resources. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Adds one or more custom tags, each in the form of a key:value pair, to the specified resource. To learn more about using tags with Amazon Transcribe, refer to Tagging resources. |
|
UntagResource(UntagResourceRequest) |
Removes the specified tags from the specified Amazon Transcribe resource.
If you include |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes the specified tags from the specified Amazon Transcribe resource.
If you include |
|
UpdateCallAnalyticsCategory(UpdateCallAnalyticsCategoryRequest) |
Updates the specified Call Analytics category with new rules. Note that the To create a new category, see . |
|
UpdateCallAnalyticsCategoryAsync(UpdateCallAnalyticsCategoryRequest, CancellationToken) |
Updates the specified Call Analytics category with new rules. Note that the To create a new category, see . |
|
UpdateMedicalVocabulary(UpdateMedicalVocabularyRequest) |
Updates an existing custom medical vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing custom vocabulary. |
|
UpdateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest, CancellationToken) |
Updates an existing custom medical vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing custom vocabulary. |
|
UpdateVocabulary(UpdateVocabularyRequest) |
Updates an existing custom vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing custom vocabulary. |
|
UpdateVocabularyAsync(UpdateVocabularyRequest, CancellationToken) |
Updates an existing custom vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing custom vocabulary. |
|
UpdateVocabularyFilter(UpdateVocabularyFilterRequest) |
Updates an existing custom vocabulary filter with a new list of words. The new list you provide overwrites all previous entries; you cannot append new terms onto an existing custom vocabulary filter. |
|
UpdateVocabularyFilterAsync(UpdateVocabularyFilterRequest, CancellationToken) |
Updates an existing custom vocabulary filter with a new list of words. The new list you provide overwrites all previous entries; you cannot append new terms onto an existing custom vocabulary filter. |
Name | Description | |
---|---|---|
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5