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