Class GoogleCloudAiplatformV1beta1Claim
Claim that is extracted from the input text and facts that support it.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Claim : IDirectResponseSchemaProperties
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? |