Class GoogleCloudDocumentaiV1DocumentSchemaMetadata
Metadata for global schema behavior.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentSchemaMetadata : 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? |