public static interface IssueDetected.Builder extends SdkPojo, CopyableBuilder<IssueDetected.Builder,IssueDetected>
| Modifier and Type | Method and Description |
|---|---|
IssueDetected.Builder |
characterOffsets(CharacterOffsets characterOffsets)
Provides the timestamps that identify when in an audio segment the specified issue occurs.
|
default IssueDetected.Builder |
characterOffsets(Consumer<CharacterOffsets.Builder> characterOffsets)
Provides the timestamps that identify when in an audio segment the specified issue occurs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIssueDetected.Builder characterOffsets(CharacterOffsets characterOffsets)
Provides the timestamps that identify when in an audio segment the specified issue occurs.
characterOffsets - Provides the timestamps that identify when in an audio segment the specified issue occurs.default IssueDetected.Builder characterOffsets(Consumer<CharacterOffsets.Builder> characterOffsets)
Provides the timestamps that identify when in an audio segment the specified issue occurs.
This is a convenience method that creates an instance of theCharacterOffsets.Builder avoiding the
need to create one manually via CharacterOffsets.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to characterOffsets(CharacterOffsets).
characterOffsets - a consumer that will call methods on CharacterOffsets.BuildercharacterOffsets(CharacterOffsets)Copyright © 2023. All rights reserved.