Show / Hide Table of Contents

Class GoogleCloudAiplatformV1Claim

Claim that is extracted from the input text and facts that support it.

Inheritance
object
GoogleCloudAiplatformV1Claim
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1Claim : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndIndex

Index in the input text where the claim ends (exclusive).

Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
Type Description
int?

FactIndexes

Indexes of the facts supporting this claim.

Declaration
[JsonProperty("factIndexes")]
public virtual IList<int?> FactIndexes { get; set; }
Property Value
Type Description
IList<int?>

Score

Confidence score of this corroboration.

Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type Description
float?

StartIndex

Index in the input text where the claim starts (inclusive).

Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX