Package com.google.genai.types
Class WordInfo.Builder
java.lang.Object
com.google.genai.types.WordInfo.Builder
- Enclosing class:
- WordInfo
Builder for WordInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract WordInfobuild()Clears the value of endOffset field.Clears the value of startOffset field.Clears the value of word field.abstract WordInfo.BuilderSetter for endOffset.abstract WordInfo.BuilderstartOffset(String startOffset) Setter for startOffset.abstract WordInfo.BuilderSetter for word.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
word
Setter for word.word: Transcript of the word.
-
clearWord
Clears the value of word field. -
startOffset
Setter for startOffset.startOffset: Start offset in time of the word relative to the start of the audio.
-
clearStartOffset
Clears the value of startOffset field. -
endOffset
Setter for endOffset.endOffset: End offset in time of the word relative to the start of the audio.
-
clearEndOffset
Clears the value of endOffset field. -
build
-