Interface CheckGroundingResponse.CheckGroundingFactChunkOrBuilder (0.50.0)

public static interface CheckGroundingResponse.CheckGroundingFactChunkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChunkText()

public abstract String getChunkText()

Text content of the fact chunk. Can be at most 10K characters long.

string chunk_text = 1;

Returns
Type Description
String

The chunkText.

getChunkTextBytes()

public abstract ByteString getChunkTextBytes()

Text content of the fact chunk. Can be at most 10K characters long.

string chunk_text = 1;

Returns
Type Description
ByteString

The bytes for chunkText.