Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1DocumentSchema

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

Inheritance
object
GoogleCloudDocumentaiV1DocumentSchema
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX