| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
Lists all tags associated with the given transcription job, vocabulary, or resource.
|
List<Tag> |
TagResourceRequest.tags()
The tags you are assigning to a given Amazon Transcribe resource.
|
List<Tag> |
MedicalTranscriptionJob.tags()
A key:value pair assigned to a given medical transcription job.
|
List<Tag> |
StartMedicalTranscriptionJobRequest.tags()
Add tags to an Amazon Transcribe Medical transcription job.
|
List<Tag> |
CreateMedicalVocabularyRequest.tags()
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create
the new vocabulary.
|
List<Tag> |
CreateVocabularyFilterRequest.tags()
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create
this new vocabulary filter.
|
List<Tag> |
CreateLanguageModelRequest.tags()
Optionally add tags, each in the form of a key:value pair, to your new language model.
|
List<Tag> |
StartTranscriptionJobRequest.tags()
Add tags to an Amazon Transcribe transcription job.
|
List<Tag> |
CreateVocabularyRequest.tags()
Adds one or more tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create
this new vocabulary.
|
List<Tag> |
TranscriptionJob.tags()
A key:value pair assigned to a given transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Lists all tags associated with the given transcription job, vocabulary, or resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags you are assigning to a given Amazon Transcribe resource.
|
MedicalTranscriptionJob.Builder |
MedicalTranscriptionJob.Builder.tags(Tag... tags)
A key:value pair assigned to a given medical transcription job.
|
StartMedicalTranscriptionJobRequest.Builder |
StartMedicalTranscriptionJobRequest.Builder.tags(Tag... tags)
Add tags to an Amazon Transcribe Medical transcription job.
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.tags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create the new vocabulary.
|
CreateVocabularyFilterRequest.Builder |
CreateVocabularyFilterRequest.Builder.tags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you
create this new vocabulary filter.
|
CreateLanguageModelRequest.Builder |
CreateLanguageModelRequest.Builder.tags(Tag... tags)
Optionally add tags, each in the form of a key:value pair, to your new language model.
|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.tags(Tag... tags)
Add tags to an Amazon Transcribe transcription job.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new custom vocabulary at the time you
create this new vocabulary.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.tags(Tag... tags)
A key:value pair assigned to a given transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Lists all tags associated with the given transcription job, vocabulary, or resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags you are assigning to a given Amazon Transcribe resource.
|
MedicalTranscriptionJob.Builder |
MedicalTranscriptionJob.Builder.tags(Collection<Tag> tags)
A key:value pair assigned to a given medical transcription job.
|
StartMedicalTranscriptionJobRequest.Builder |
StartMedicalTranscriptionJobRequest.Builder.tags(Collection<Tag> tags)
Add tags to an Amazon Transcribe Medical transcription job.
|
CreateMedicalVocabularyRequest.Builder |
CreateMedicalVocabularyRequest.Builder.tags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create the new vocabulary.
|
CreateVocabularyFilterRequest.Builder |
CreateVocabularyFilterRequest.Builder.tags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you
create this new vocabulary filter.
|
CreateLanguageModelRequest.Builder |
CreateLanguageModelRequest.Builder.tags(Collection<Tag> tags)
Optionally add tags, each in the form of a key:value pair, to your new language model.
|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.tags(Collection<Tag> tags)
Add tags to an Amazon Transcribe transcription job.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new custom vocabulary at the time you
create this new vocabulary.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.tags(Collection<Tag> tags)
A key:value pair assigned to a given transcription job.
|
Copyright © 2022. All rights reserved.