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