Class GoogleCloudDocumentaiV1beta3SchemaGenerationIteration
A single iteration of the schema generation.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3SchemaGenerationIteration : IDirectResponseSchema
Properties
AdjustedSchema
Optional. The previous schema version adjusted by the model.
Declaration
[JsonProperty("adjustedSchema")]
public virtual GoogleCloudDocumentaiV1beta3SchemaVersion AdjustedSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1beta3SchemaVersion |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GeneratedSchema
Required. The schema version generated by the model.
Declaration
[JsonProperty("generatedSchema")]
public virtual GoogleCloudDocumentaiV1beta3SchemaVersion GeneratedSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1beta3SchemaVersion |
Prompt
Optional. The prompt used for the iteration.
Declaration
[JsonProperty("prompt")]
public virtual string Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |