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.
|
default CitationLocation.Builder |
CitationLocation.Builder.searchResultLocation(Consumer<SearchResultLocation.Builder> searchResultLocation) |
The search result location where the cited content is found, including the search result index and block
positions within the content array.
|
CitationLocation.Builder |
CitationLocation.Builder.searchResultLocation(SearchResultLocation searchResultLocation) |
The search result location where the cited content is found, including the search result index and block
positions within the content array.
|
CitationLocation.Builder |
CitationLocation.toBuilder() |
|
default CitationLocation.Builder |
CitationLocation.Builder.web(Consumer<WebLocation.Builder> web) |
The web URL that was cited for this reference.
|
CitationLocation.Builder |
CitationLocation.Builder.web(WebLocation web) |
The web URL that was cited for this reference.
|