static CitationLocation.Builder |
CitationLocation.builder() |
|
default CitationLocation.Builder |
CitationLocation.Builder.documentChar(Consumer<DocumentCharLocation.Builder> documentChar) |
The character-level location within the document where the cited content is found.
|
CitationLocation.Builder |
CitationLocation.Builder.documentChar(DocumentCharLocation documentChar) |
The character-level location within the document where the cited content is found.
|
default CitationLocation.Builder |
CitationLocation.Builder.documentChunk(Consumer<DocumentChunkLocation.Builder> documentChunk) |
The chunk-level location within the document where the cited content is found, typically used for documents
that have been segmented into logical chunks.
|
CitationLocation.Builder |
CitationLocation.Builder.documentChunk(DocumentChunkLocation documentChunk) |
The chunk-level location within the document where the cited content is found, typically used for documents
that have been segmented into logical chunks.
|
default CitationLocation.Builder |
CitationLocation.Builder.documentPage(Consumer<DocumentPageLocation.Builder> documentPage) |
The page-level location within the document where the cited content is found.
|
CitationLocation.Builder |
CitationLocation.Builder.documentPage(DocumentPageLocation documentPage) |
The page-level location within the document where the cited content is found.
|
CitationLocation.Builder |
CitationLocation.toBuilder() |
|