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.
Implements
IMessageDocumentSchema, IEquatableDocumentSchema, IDeepCloneableDocumentSchema, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
DocumentSchema()
public DocumentSchema()
DocumentSchema(DocumentSchema)
public DocumentSchema(DocumentSchema other)
Parameter | |
---|---|
Name | Description |
other | DocumentSchema |
Properties
Description
public string Description { get; set; }
Description of the schema.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Display name to show to users.
Property Value | |
---|---|
Type | Description |
string |
EntityTypes
public RepeatedField<DocumentSchema.Types.EntityType> EntityTypes { get; }
Entity types of the schema.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentSchemaTypesEntityType |
Metadata
public DocumentSchema.Types.Metadata Metadata { get; set; }
Metadata of the schema.
Property Value | |
---|---|
Type | Description |
DocumentSchemaTypesMetadata |