Cloud Document AI v1 API - Class DocumentSchema (3.14.0)

public sealed class DocumentSchema : IMessage<DocumentSchema>, IEquatable<DocumentSchema>, IDeepCloneable<DocumentSchema>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class DocumentSchema.

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

Inheritance

object > DocumentSchema

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

DocumentSchema()

public DocumentSchema()

DocumentSchema(DocumentSchema)

public DocumentSchema(DocumentSchema other)
Parameter
NameDescription
otherDocumentSchema

Properties

Description

public string Description { get; set; }

Description of the schema.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Display name to show to users.

Property Value
TypeDescription
string

EntityTypes

public RepeatedField<DocumentSchema.Types.EntityType> EntityTypes { get; }

Entity types of the schema.

Property Value
TypeDescription
RepeatedFieldDocumentSchemaTypesEntityType

Metadata

public DocumentSchema.Types.Metadata Metadata { get; set; }

Metadata of the schema.

Property Value
TypeDescription
DocumentSchemaTypesMetadata