| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
TranscribeClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
default ListTagsForResourceResponse |
TranscribeClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsForResourceResponse> |
TranscribeAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
TranscribeAsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
Copyright © 2023. All rights reserved.