static CitationsDelta.Builder |
CitationsDelta.builder() |
|
default CitationsDelta.Builder |
CitationsDelta.Builder.location(Consumer<CitationLocation.Builder> location) |
Specifies the precise location within a source document where cited content can be found.
|
CitationsDelta.Builder |
CitationsDelta.Builder.location(CitationLocation location) |
Specifies the precise location within a source document where cited content can be found.
|
CitationsDelta.Builder |
CitationsDelta.Builder.source(String source) |
The source from the original search result that provided the cited content.
|
CitationsDelta.Builder |
CitationsDelta.Builder.sourceContent(Collection<CitationSourceContentDelta> sourceContent) |
The specific content from the source document that was referenced or cited in the generated response.
|
CitationsDelta.Builder |
CitationsDelta.Builder.sourceContent(Consumer<CitationSourceContentDelta.Builder>... sourceContent) |
The specific content from the source document that was referenced or cited in the generated response.
|
CitationsDelta.Builder |
CitationsDelta.Builder.sourceContent(CitationSourceContentDelta... sourceContent) |
The specific content from the source document that was referenced or cited in the generated response.
|
CitationsDelta.Builder |
CitationsDelta.Builder.title(String title) |
The title or identifier of the source document being cited.
|
CitationsDelta.Builder |
CitationsDelta.toBuilder() |
|