Segment
io.cequence.openaiscala.gemini.domain.response.Segment
Segment of the content.
Attributes
- endIndex
Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.
- partIndex
Output only. The index of a Part object within its parent Content object.
- startIndex
Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.
- text
Output only. The text corresponding to the segment from the response.
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any