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 Type
    Method
    Description
    getClaims(int index)
    Claims that are extracted from the input content and facts that support the claims.
    int
    Claims 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.
    float
    Confidence score of corroborating content.
    boolean
    Confidence score of corroborating content.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<Claim> getClaimsList()
       Claims that are extracted from the input content and facts that support the
       claims.
       
      repeated .google.cloud.aiplatform.v1.Claim claims = 2;
    • getClaims

      Claim getClaims(int index)
       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

      ClaimOrBuilder getClaimsOrBuilder(int index)
       Claims that are extracted from the input content and facts that support the
       claims.
       
      repeated .google.cloud.aiplatform.v1.Claim claims = 2;