google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
RagChunkPageSpan
/
Builder
Builder
public
abstract
class
Builder
Builder for RagChunkPageSpan.
Members
Constructors
Rag
Chunk
Page
Span.
Builder
Link copied to clipboard
public
void
RagChunkPageSpan.Builder
(
)
Functions
build
Link copied to clipboard
public
abstract
RagChunkPageSpan
build
(
)
clear
First
Page
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
RagChunkPageSpan.Builder
clearFirstPage
(
)
Clears the value of firstPage field.
clear
Last
Page
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
RagChunkPageSpan.Builder
clearLastPage
(
)
Clears the value of lastPage field.
first
Page
Link copied to clipboard
public
abstract
RagChunkPageSpan.Builder
firstPage
(
Integer
firstPage
)
Setter for firstPage.
last
Page
Link copied to clipboard
public
abstract
RagChunkPageSpan.Builder
lastPage
(
Integer
lastPage
)
Setter for lastPage.