| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
List<LanguageWithScore> |
Result.languageIdentification()
The language code of the dominant language identified in your stream.
|
| Modifier and Type | Method and Description |
|---|---|
Result.Builder |
Result.Builder.languageIdentification(LanguageWithScore... languageIdentification)
The language code of the dominant language identified in your stream.
|
| Modifier and Type | Method and Description |
|---|---|
Result.Builder |
Result.Builder.languageIdentification(Collection<LanguageWithScore> languageIdentification)
The language code of the dominant language identified in your stream.
|
Copyright © 2023. All rights reserved.