Class GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult
Prediction output format for Text Extraction.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPredictPredictionTextExtractionPredictionResult : IDirectResponseSchema
Properties
Confidences
The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.
Declaration
[JsonProperty("confidences")]
public virtual IList<float?> Confidences { get; set; }
Property Value
Type | Description |
---|---|
IList<float?> |
DisplayNames
The display names of the AnnotationSpecs that had been identified, order matches the IDs.
Declaration
[JsonProperty("displayNames")]
public virtual IList<string> DisplayNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ids
The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.
Declaration
[JsonProperty("ids")]
public virtual IList<long?> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
TextSegmentEndOffsets
The end offsets, inclusive, of the text segment in which the AnnotationSpec has been identified. Expressed as a zero-based number of characters as measured from the start of the text snippet.
Declaration
[JsonProperty("textSegmentEndOffsets")]
public virtual IList<long?> TextSegmentEndOffsets { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
TextSegmentStartOffsets
The start offsets, inclusive, of the text segment in which the AnnotationSpec has been identified. Expressed as a zero-based number of characters as measured from the start of the text snippet.
Declaration
[JsonProperty("textSegmentStartOffsets")]
public virtual IList<long?> TextSegmentStartOffsets { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |