Show / Hide Table of Contents

Class GoogleCloudDocumentaiUiv1beta3DocumentSchema

The schema defines the output of the processed document by a processor.

Inheritance
object
GoogleCloudDocumentaiUiv1beta3DocumentSchema
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.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3DocumentSchema : IDirectResponseSchema

Properties

Description

Description of the schema.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Display name to show to users.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

DocumentPrompt

Optional. Document level prompt provided by the user. This custom text is injected into the AI model's prompt to provide extra, document-wide guidance for processing.

Declaration
[JsonProperty("documentPrompt")]
public virtual string DocumentPrompt { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntityTypes

Entity types of the schema.

Declaration
[JsonProperty("entityTypes")]
public virtual IList<GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType> EntityTypes { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType>

Metadata

Metadata of the schema.

Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata Metadata { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiUiv1beta3DocumentSchemaMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX