Class GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams
The parameters for the schema generation.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
History
Optional. Previous prompt-answers in a chronological order.
Declaration
[JsonProperty("history")]
public virtual GoogleCloudDocumentaiV1SchemaGenerationHistory History { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1SchemaGenerationHistory |
Prompt
Optional. The prompt used for the schema generation.
Declaration
[JsonProperty("prompt")]
public virtual string Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |