Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams

The parameters for the schema generation.

Inheritance
object
GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX