Result.Builder |
Result.Builder.alternatives(Collection<Alternative> alternatives) |
A list of possible alternative transcriptions for the input audio.
|
Result.Builder |
Result.Builder.alternatives(Consumer<Alternative.Builder>... alternatives) |
A list of possible alternative transcriptions for the input audio.
|
Result.Builder |
Result.Builder.alternatives(Alternative... alternatives) |
A list of possible alternative transcriptions for the input audio.
|
static Result.Builder |
Result.builder() |
|
Result.Builder |
Result.Builder.channelId(String channelId) |
Indicates which audio channel is associated with the Result.
|
Result.Builder |
Result.Builder.endTime(Double endTime) |
The end time of the Result in seconds, with millisecond precision (e.g., 1.056).
|
Result.Builder |
Result.Builder.isPartial(Boolean isPartial) |
Indicates if the segment is complete.
|
Result.Builder |
Result.Builder.languageCode(String languageCode) |
The language code that represents the language spoken in your audio stream.
|
Result.Builder |
Result.Builder.languageCode(LanguageCode languageCode) |
The language code that represents the language spoken in your audio stream.
|
Result.Builder |
Result.Builder.languageIdentification(Collection<LanguageWithScore> languageIdentification) |
The language code of the dominant language identified in your stream.
|
Result.Builder |
Result.Builder.languageIdentification(Consumer<LanguageWithScore.Builder>... languageIdentification) |
The language code of the dominant language identified in your stream.
|
Result.Builder |
Result.Builder.languageIdentification(LanguageWithScore... languageIdentification) |
The language code of the dominant language identified in your stream.
|
Result.Builder |
Result.Builder.resultId(String resultId) |
Provides a unique identifier for the Result.
|
Result.Builder |
Result.Builder.startTime(Double startTime) |
The start time of the Result in seconds, with millisecond precision (e.g., 1.056).
|
Result.Builder |
Result.toBuilder() |
|