GroundingSegment

@Serializable
data class GroundingSegment(val partIndex: Int? = null, val startIndex: Int? = null, val endIndex: Int? = null, val text: String? = null)

Grounding segment information

Constructors

Link copied to clipboard
constructor(partIndex: Int? = null, startIndex: Int? = null, endIndex: Int? = null, text: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "end_index")
val endIndex: Int? = null
Link copied to clipboard
@SerialName(value = "part_index")
val partIndex: Int? = null
Link copied to clipboard
@SerialName(value = "start_index")
val startIndex: Int? = null
Link copied to clipboard
val text: String? = null