Uses of Class
com.google.genai.gaos.models.interactions.WordInfo
Packages that use WordInfo
-
Uses of WordInfo in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return WordInfoModifier and TypeMethodDescriptionWordInfo.Builder.build()WordInfo.withEndIndex(Integer endIndex) End of the attributed segment, exclusive.WordInfo.withEndOffset(String endOffset) End offset in time of the word relative to the start of the audio.WordInfo.withSpeaker(String speaker) Optional.WordInfo.withStartIndex(Integer startIndex) Start of segment of the response that is attributed to this source.WordInfo.withStartOffset(String startOffset) Start offset in time of the word relative to the start of the audio.The transcribed word.