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