| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
Claim.Builder |
Claim.Builder.addAllFactIndexes(Iterable<? extends Integer> values)
Indexes of the facts supporting this claim.
|
Claim.Builder |
CorroborateContentResponse.Builder.addClaimsBuilder()
Claims that are extracted from the input content and facts that support the
claims.
|
Claim.Builder |
CorroborateContentResponse.Builder.addClaimsBuilder(int index)
Claims that are extracted from the input content and facts that support the
claims.
|
Claim.Builder |
Claim.Builder.addFactIndexes(int value)
Indexes of the facts supporting this claim.
|
Claim.Builder |
Claim.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Claim.Builder |
Claim.Builder.clear() |
Claim.Builder |
Claim.Builder.clearEndIndex()
Index in the input text where the claim ends (exclusive).
|
Claim.Builder |
Claim.Builder.clearFactIndexes()
Indexes of the facts supporting this claim.
|
Claim.Builder |
Claim.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Claim.Builder |
Claim.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Claim.Builder |
Claim.Builder.clearScore()
Confidence score of this corroboration.
|
Claim.Builder |
Claim.Builder.clearStartIndex()
Index in the input text where the claim starts (inclusive).
|
Claim.Builder |
Claim.Builder.clone() |
Claim.Builder |
CorroborateContentResponse.Builder.getClaimsBuilder(int index)
Claims that are extracted from the input content and facts that support the
claims.
|
Claim.Builder |
Claim.Builder.mergeFrom(Claim other) |
Claim.Builder |
Claim.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Claim.Builder |
Claim.Builder.mergeFrom(com.google.protobuf.Message other) |
Claim.Builder |
Claim.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Claim.Builder |
Claim.newBuilder() |
static Claim.Builder |
Claim.newBuilder(Claim prototype) |
Claim.Builder |
Claim.newBuilderForType() |
protected Claim.Builder |
Claim.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Claim.Builder |
Claim.Builder.setEndIndex(int value)
Index in the input text where the claim ends (exclusive).
|
Claim.Builder |
Claim.Builder.setFactIndexes(int index,
int value)
Indexes of the facts supporting this claim.
|
Claim.Builder |
Claim.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Claim.Builder |
Claim.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Claim.Builder |
Claim.Builder.setScore(float value)
Confidence score of this corroboration.
|
Claim.Builder |
Claim.Builder.setStartIndex(int value)
Index in the input text where the claim starts (inclusive).
|
Claim.Builder |
Claim.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Claim.Builder |
Claim.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Claim.Builder> |
CorroborateContentResponse.Builder.getClaimsBuilderList()
Claims that are extracted from the input content and facts that support the
claims.
|
| Modifier and Type | Method and Description |
|---|---|
CorroborateContentResponse.Builder |
CorroborateContentResponse.Builder.addClaims(Claim.Builder builderForValue)
Claims that are extracted from the input content and facts that support the
claims.
|
CorroborateContentResponse.Builder |
CorroborateContentResponse.Builder.addClaims(int index,
Claim.Builder builderForValue)
Claims that are extracted from the input content and facts that support the
claims.
|
CorroborateContentResponse.Builder |
CorroborateContentResponse.Builder.setClaims(int index,
Claim.Builder builderForValue)
Claims that are extracted from the input content and facts that support the
claims.
|
Copyright © 2025 Google LLC. All rights reserved.