Package com.google.cloud.aiplatform.v1
Interface CorroborateContentResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CorroborateContentResponse,CorroborateContentResponse.Builder
@Generated
public interface CorroborateContentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClaims(int index) Claims that are extracted from the input content and facts that support the claims.intClaims that are extracted from the input content and facts that support the claims.Claims that are extracted from the input content and facts that support the claims.getClaimsOrBuilder(int index) Claims that are extracted from the input content and facts that support the claims.List<? extends ClaimOrBuilder>Claims that are extracted from the input content and facts that support the claims.floatConfidence score of corroborating content.booleanConfidence score of corroborating content.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCorroborationScore
boolean hasCorroborationScore()Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
optional float corroboration_score = 1;- Returns:
- Whether the corroborationScore field is set.
-
getCorroborationScore
float getCorroborationScore()Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
optional float corroboration_score = 1;- Returns:
- The corroborationScore.
-
getClaimsList
Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1.Claim claims = 2; -
getClaims
Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1.Claim claims = 2; -
getClaimsCount
int getClaimsCount()Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1.Claim claims = 2; -
getClaimsOrBuilderList
List<? extends ClaimOrBuilder> getClaimsOrBuilderList()Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1.Claim claims = 2; -
getClaimsOrBuilder
Claims that are extracted from the input content and facts that support the claims.
repeated .google.cloud.aiplatform.v1.Claim claims = 2;
-