Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata

Metadata for global schema behavior.

Inheritance
object
GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata
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.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata : IDirectResponseSchema

Properties

DocumentAllowMultipleLabels

If true, on a given page, there can be multiple document annotations covering it.

Declaration
[JsonProperty("documentAllowMultipleLabels")]
public virtual bool? DocumentAllowMultipleLabels { get; set; }
Property Value
Type Description
bool?

DocumentSplitter

If true, a document entity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification).

Declaration
[JsonProperty("documentSplitter")]
public virtual bool? DocumentSplitter { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PrefixedNamingOnProperties

If set, all the nested entities must be prefixed with the parents.

Declaration
[JsonProperty("prefixedNamingOnProperties")]
public virtual bool? PrefixedNamingOnProperties { get; set; }
Property Value
Type Description
bool?

SkipNamingValidation

If set, we will skip the naming format validation in the schema. So the string values in DocumentSchema.EntityType.name and DocumentSchema.EntityType.Property.name will not be checked.

Declaration
[JsonProperty("skipNamingValidation")]
public virtual bool? SkipNamingValidation { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX