Class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams
The parameters for the schema generation.
Inheritance
GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams : 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 GoogleCloudDocumentaiV1beta3SchemaGenerationHistory History { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1beta3SchemaGenerationHistory |
Prompt
Optional. The prompt used for the schema generation.
Declaration
[JsonProperty("prompt")]
public virtual string Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |