| Modifier and Type | Method and Description |
|---|---|
FactChunk |
FactChunk.Builder.build() |
FactChunk |
FactChunk.Builder.buildPartial() |
FactChunk |
CheckGroundingResponse.getCitedChunks(int index)
List of facts cited across all claims in the answer candidate.
|
FactChunk |
CheckGroundingResponse.Builder.getCitedChunks(int index)
List of facts cited across all claims in the answer candidate.
|
FactChunk |
CheckGroundingResponseOrBuilder.getCitedChunks(int index)
List of facts cited across all claims in the answer candidate.
|
static FactChunk |
FactChunk.getDefaultInstance() |
FactChunk |
FactChunk.getDefaultInstanceForType() |
FactChunk |
FactChunk.Builder.getDefaultInstanceForType() |
static FactChunk |
FactChunk.parseDelimitedFrom(InputStream input) |
static FactChunk |
FactChunk.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FactChunk |
FactChunk.parseFrom(byte[] data) |
static FactChunk |
FactChunk.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FactChunk |
FactChunk.parseFrom(ByteBuffer data) |
static FactChunk |
FactChunk.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FactChunk |
FactChunk.parseFrom(com.google.protobuf.ByteString data) |
static FactChunk |
FactChunk.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FactChunk |
FactChunk.parseFrom(com.google.protobuf.CodedInputStream input) |
static FactChunk |
FactChunk.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FactChunk |
FactChunk.parseFrom(InputStream input) |
static FactChunk |
FactChunk.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<FactChunk> |
CheckGroundingResponse.getCitedChunksList()
List of facts cited across all claims in the answer candidate.
|
List<FactChunk> |
CheckGroundingResponse.Builder.getCitedChunksList()
List of facts cited across all claims in the answer candidate.
|
List<FactChunk> |
CheckGroundingResponseOrBuilder.getCitedChunksList()
List of facts cited across all claims in the answer candidate.
|
com.google.protobuf.Parser<FactChunk> |
FactChunk.getParserForType() |
static com.google.protobuf.Parser<FactChunk> |
FactChunk.parser() |
| Modifier and Type | Method and Description |
|---|---|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.addCitedChunks(FactChunk value)
List of facts cited across all claims in the answer candidate.
|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.addCitedChunks(int index,
FactChunk value)
List of facts cited across all claims in the answer candidate.
|
FactChunk.Builder |
FactChunk.Builder.mergeFrom(FactChunk other) |
static FactChunk.Builder |
FactChunk.newBuilder(FactChunk prototype) |
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.setCitedChunks(int index,
FactChunk value)
List of facts cited across all claims in the answer candidate.
|
| Modifier and Type | Method and Description |
|---|---|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.addAllCitedChunks(Iterable<? extends FactChunk> values)
List of facts cited across all claims in the answer candidate.
|
Copyright © 2024 Google LLC. All rights reserved.