TranscribeService class
Operations and objects for transcribing speech to text.
Constructors
- TranscribeService({required String region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → void - Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
-
createLanguageModel(
{required BaseModelName baseModelName, required InputDataConfig inputDataConfig, required CLMLanguageCode languageCode, required String modelName}) → Future< CreateLanguageModelResponse> - Creates a new custom language model. Use Amazon S3 prefixes to provide the location of your input files. The time it takes to create your model depends on the size of your training data.
-
createMedicalVocabulary(
{required LanguageCode languageCode, required String vocabularyFileUri, required String vocabularyName}) → Future< CreateMedicalVocabularyResponse> - Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.
-
createVocabulary(
{required LanguageCode languageCode, required String vocabularyName, List< String> ? phrases, String? vocabularyFileUri}) → Future<CreateVocabularyResponse> - Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
-
createVocabularyFilter(
{required LanguageCode languageCode, required String vocabularyFilterName, String? vocabularyFilterFileUri, List< String> ? words}) → Future<CreateVocabularyFilterResponse> - Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
-
deleteLanguageModel(
{required String modelName}) → Future< void> - Deletes a custom language model using its name.
-
deleteMedicalTranscriptionJob(
{required String medicalTranscriptionJobName}) → Future< void> - Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
-
deleteMedicalVocabulary(
{required String vocabularyName}) → Future< void> - Deletes a vocabulary from Amazon Transcribe Medical.
-
deleteTranscriptionJob(
{required String transcriptionJobName}) → Future< void> - Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
-
deleteVocabulary(
{required String vocabularyName}) → Future< void> - Deletes a vocabulary from Amazon Transcribe.
-
deleteVocabularyFilter(
{required String vocabularyFilterName}) → Future< void> - Removes a vocabulary filter.
-
describeLanguageModel(
{required String modelName}) → Future< DescribeLanguageModelResponse> - Gets information about a single custom language model. Use this information to see details about the language model in your AWS account. You can also see whether the base language model 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 the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it.
-
getMedicalTranscriptionJob(
{required String medicalTranscriptionJobName}) → Future< GetMedicalTranscriptionJobResponse> -
Returns information about a transcription job from Amazon Transcribe
Medical. To see the status of the job, check the
TranscriptionJobStatus
field. If the status isCOMPLETED
, the job is finished. You find the results of the completed job in theTranscriptFileUri
field. -
getMedicalVocabulary(
{required String vocabularyName}) → Future< GetMedicalVocabularyResponse> - Retrieves information about a medical vocabulary.
-
getTranscriptionJob(
{required String transcriptionJobName}) → Future< GetTranscriptionJobResponse> -
Returns information about a transcription job. To see the status of the
job, check the
TranscriptionJobStatus
field. If the status isCOMPLETED
, the job is finished and you can find the results at the location specified in theTranscriptFileUri
field. If you enable content redaction, the redacted transcript appears inRedactedTranscriptFileUri
. -
getVocabulary(
{required String vocabularyName}) → Future< GetVocabularyResponse> - Gets information about a vocabulary.
-
getVocabularyFilter(
{required String vocabularyFilterName}) → Future< GetVocabularyFilterResponse> - Returns information about a vocabulary filter.
-
listLanguageModels(
{int? maxResults, String? nameContains, String? nextToken, ModelStatus? statusEquals}) → Future< ListLanguageModelsResponse> - Provides more information about the custom language models you've created. You can use the information in this list to find a specific custom language model. You can then use the operation to get more information about it.
-
listMedicalTranscriptionJobs(
{String? jobNameContains, int? maxResults, String? nextToken, TranscriptionJobStatus? status}) → Future< ListMedicalTranscriptionJobsResponse> - Lists medical transcription jobs with a specified status or substring that matches their names.
-
listMedicalVocabularies(
{int? maxResults, String? nameContains, String? nextToken, VocabularyState? stateEquals}) → Future< ListMedicalVocabulariesResponse> - Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
-
listTranscriptionJobs(
{String? jobNameContains, int? maxResults, String? nextToken, TranscriptionJobStatus? status}) → Future< ListTranscriptionJobsResponse> - Lists transcription jobs with the specified status.
-
listVocabularies(
{int? maxResults, String? nameContains, String? nextToken, VocabularyState? stateEquals}) → Future< ListVocabulariesResponse> - Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
-
listVocabularyFilters(
{int? maxResults, String? nameContains, String? nextToken}) → Future< ListVocabularyFiltersResponse> - Gets information about vocabulary filters.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startMedicalTranscriptionJob(
{required LanguageCode languageCode, required Media media, required String medicalTranscriptionJobName, required String outputBucketName, required Specialty specialty, required Type type, MediaFormat? mediaFormat, int? mediaSampleRateHertz, String? outputEncryptionKMSKeyId, String? outputKey, MedicalTranscriptionSetting? settings}) → Future< StartMedicalTranscriptionJobResponse> - Starts a batch job to transcribe medical speech to text.
-
startTranscriptionJob(
{required Media media, required String transcriptionJobName, ContentRedaction? contentRedaction, bool? identifyLanguage, JobExecutionSettings? jobExecutionSettings, LanguageCode? languageCode, List< LanguageCode> ? languageOptions, MediaFormat? mediaFormat, int? mediaSampleRateHertz, ModelSettings? modelSettings, String? outputBucketName, String? outputEncryptionKMSKeyId, String? outputKey, Settings? settings}) → Future<StartTranscriptionJobResponse> - Starts an asynchronous job to transcribe speech to text.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateMedicalVocabulary(
{required LanguageCode languageCode, required String vocabularyName, String? vocabularyFileUri}) → Future< UpdateMedicalVocabularyResponse> -
Updates a vocabulary with new values that you provide in a different text
file from the one you used to create the vocabulary. The
UpdateMedicalVocabulary
operation overwrites all of the existing information with the values that you provide in the request. -
updateVocabulary(
{required LanguageCode languageCode, required String vocabularyName, List< String> ? phrases, String? vocabularyFileUri}) → Future<UpdateVocabularyResponse> -
Updates an existing vocabulary with new values. The
UpdateVocabulary
operation overwrites all of the existing information with the values that you provide in the request. -
updateVocabularyFilter(
{required String vocabularyFilterName, String? vocabularyFilterFileUri, List< String> ? words}) → Future<UpdateVocabularyFilterResponse> - Updates a vocabulary filter with a new list of filtered words.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited