Class GoogleCloudDocumentaiV1SchemaGenerationIteration
A single iteration of the schema generation.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1SchemaGenerationIteration : IDirectResponseSchema
Properties
AdjustedSchema
Optional. The previous schema version adjusted by the model.
Declaration
[JsonProperty("adjustedSchema")]
public virtual GoogleCloudDocumentaiV1SchemaVersion AdjustedSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1SchemaVersion |
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 GoogleCloudDocumentaiV1SchemaVersion GeneratedSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1SchemaVersion |
Prompt
Optional. The prompt used for the iteration.
Declaration
[JsonProperty("prompt")]
public virtual string Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |