public sealed class CorroborateContentResponse : IMessage<CorroborateContentResponse>, IEquatable<CorroborateContentResponse>, IDeepCloneable<CorroborateContentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CorroborateContentResponse.
Response message for CorroborateContent.
Implements
IMessageCorroborateContentResponse, IEquatableCorroborateContentResponse, IDeepCloneableCorroborateContentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CorroborateContentResponse()
public CorroborateContentResponse()
CorroborateContentResponse(CorroborateContentResponse)
public CorroborateContentResponse(CorroborateContentResponse other)
Parameter | |
---|---|
Name | Description |
other |
CorroborateContentResponse |
Properties
Claims
public RepeatedField<Claim> Claims { get; }
Claims that are extracted from the input content and facts that support the claims.
Property Value | |
---|---|
Type | Description |
RepeatedFieldClaim |
CorroborationScore
public float CorroborationScore { get; set; }
Confidence score of corroborating content. Value is [0,1] with 1 is the most confidence.
Property Value | |
---|---|
Type | Description |
float |
HasCorroborationScore
public bool HasCorroborationScore { get; }
Gets whether the "corroboration_score" field is set
Property Value | |
---|---|
Type | Description |
bool |