Interface SentencesResponse._FinalStage
-
- All Known Implementing Classes:
SentencesResponse.Builder
- Enclosing class:
- SentencesResponse
public static interface SentencesResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SentencesResponse._FinalStageaddAllSentences(java.util.List<TranscriptSentence> sentences)SentencesResponse._FinalStageaddSentences(TranscriptSentence sentences)SentencesResponsebuild()SentencesResponse._FinalStagesentences(java.util.List<TranscriptSentence> sentences)
-
-
-
Method Detail
-
build
SentencesResponse build()
-
sentences
SentencesResponse._FinalStage sentences(java.util.List<TranscriptSentence> sentences)
-
addSentences
SentencesResponse._FinalStage addSentences(TranscriptSentence sentences)
-
addAllSentences
SentencesResponse._FinalStage addAllSentences(java.util.List<TranscriptSentence> sentences)
-
-