public interface CorroborateContentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Claim |
getClaims(int index)
Claims that are extracted from the input content and facts that support the
claims.
|
int |
getClaimsCount()
Claims that are extracted from the input content and facts that support the
claims.
|
List<Claim> |
getClaimsList()
Claims that are extracted from the input content and facts that support the
claims.
|
ClaimOrBuilder |
getClaimsOrBuilder(int index)
Claims that are extracted from the input content and facts that support the
claims.
|
List<? extends ClaimOrBuilder> |
getClaimsOrBuilderList()
Claims that are extracted from the input content and facts that support the
claims.
|
float |
getCorroborationScore()
Confidence score of corroborating content.
|
boolean |
hasCorroborationScore()
Confidence score of corroborating content.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCorroborationScore()
Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
optional float corroboration_score = 1;float getCorroborationScore()
Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
optional float corroboration_score = 1;List<Claim> getClaimsList()
Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;Claim getClaims(int index)
Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;int getClaimsCount()
Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;List<? extends ClaimOrBuilder> getClaimsOrBuilderList()
Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;ClaimOrBuilder getClaimsOrBuilder(int index)
Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1beta1.Claim claims = 2;Copyright © 2025 Google LLC. All rights reserved.