Interface TranscriptParagraph._FinalStage
-
- All Known Implementing Classes:
TranscriptParagraph.Builder
- Enclosing class:
- TranscriptParagraph
public static interface TranscriptParagraph._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TranscriptParagraph._FinalStageaddAllWords(java.util.List<TranscriptWord> words)TranscriptParagraph._FinalStageaddWords(TranscriptWord words)TranscriptParagraphbuild()TranscriptParagraph._FinalStagespeaker(java.lang.String speaker)TranscriptParagraph._FinalStagespeaker(java.util.Optional<java.lang.String> speaker)TranscriptParagraph._FinalStagewords(java.util.List<TranscriptWord> words)
-
-
-
Method Detail
-
build
TranscriptParagraph build()
-
words
TranscriptParagraph._FinalStage words(java.util.List<TranscriptWord> words)
-
addWords
TranscriptParagraph._FinalStage addWords(TranscriptWord words)
-
addAllWords
TranscriptParagraph._FinalStage addAllWords(java.util.List<TranscriptWord> words)
-
speaker
TranscriptParagraph._FinalStage speaker(java.util.Optional<java.lang.String> speaker)
-
speaker
TranscriptParagraph._FinalStage speaker(java.lang.String speaker)
-
-