Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CorroborateContentResponse.
Response message for CorroborateContent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#claims
def claims() -> ::Array<::Google::Cloud::AIPlatform::V1::Claim>
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::Claim>) — Claims that are extracted from the input content and facts that support the claims.
#claims=
def claims=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Claim>
Parameter
- value (::Array<::Google::Cloud::AIPlatform::V1::Claim>) — Claims that are extracted from the input content and facts that support the claims.
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::Claim>) — Claims that are extracted from the input content and facts that support the claims.
#corroboration_score
def corroboration_score() -> ::Float
Returns
- (::Float) — Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
#corroboration_score=
def corroboration_score=(value) -> ::Float
Parameter
- value (::Float) — Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
Returns
- (::Float) — Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.