Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty

Defines properties that can be part of the entity type.

Inheritance
object
GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty
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 GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty : IDirectResponseSchema

Properties

DisplayName

User defined name for the property.

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

Method

Specifies how the entity's value is obtained.

Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type Description
string

Name

The name of the property. Follows the same guidelines as the EntityType name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OccurrenceType

Occurrence type limits the number of instances an entity type appears in the document.

Declaration
[JsonProperty("occurrenceType")]
public virtual string OccurrenceType { get; set; }
Property Value
Type Description
string

ValueType

A reference to the value type of the property. This type is subject to the same conventions as the Entity.base_types field.

Declaration
[JsonProperty("valueType")]
public virtual string ValueType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX