static CitationLocation |
CitationLocation.fromDocumentChar(Consumer<DocumentCharLocation.Builder> documentChar) |
Create an instance of this class with documentChar() initialized to the given value.
|
static CitationLocation |
CitationLocation.fromDocumentChar(DocumentCharLocation documentChar) |
Create an instance of this class with documentChar() initialized to the given value.
|
static CitationLocation |
CitationLocation.fromDocumentChunk(Consumer<DocumentChunkLocation.Builder> documentChunk) |
Create an instance of this class with documentChunk() initialized to the given value.
|
static CitationLocation |
CitationLocation.fromDocumentChunk(DocumentChunkLocation documentChunk) |
Create an instance of this class with documentChunk() initialized to the given value.
|
static CitationLocation |
CitationLocation.fromDocumentPage(Consumer<DocumentPageLocation.Builder> documentPage) |
Create an instance of this class with documentPage() initialized to the given value.
|
static CitationLocation |
CitationLocation.fromDocumentPage(DocumentPageLocation documentPage) |
Create an instance of this class with documentPage() initialized to the given value.
|
static CitationLocation |
CitationLocation.fromSearchResultLocation(Consumer<SearchResultLocation.Builder> searchResultLocation) |
|
static CitationLocation |
CitationLocation.fromSearchResultLocation(SearchResultLocation searchResultLocation) |
|
static CitationLocation |
CitationLocation.fromWeb(Consumer<WebLocation.Builder> web) |
Create an instance of this class with web() initialized to the given value.
|
static CitationLocation |
CitationLocation.fromWeb(WebLocation web) |
Create an instance of this class with web() initialized to the given value.
|
CitationLocation |
Citation.location() |
The precise location within the source document where the cited content can be found, including character
positions, page numbers, or chunk identifiers.
|
CitationLocation |
CitationsDelta.location() |
Specifies the precise location within a source document where cited content can be found.
|