Class GoogleCloudDocumentaiV1beta3DocumentSchema
The schema defines the output of the processed document by a processor.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentSchema : 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 |
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<GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType> EntityTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType> |
Metadata
Metadata of the schema.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata |