Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DatasetSchema

Dataset Schema.

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

Properties

DocumentSchema

Optional. Schema of the dataset.

Declaration
[JsonProperty("documentSchema")]
public virtual GoogleCloudDocumentaiV1beta3DocumentSchema DocumentSchema { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentSchema

ETag

The ETag of the item.

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

Name

Dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema

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

SatisfiesPzi

Output only. Reserved for future use.

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

SatisfiesPzs

Output only. Reserved for future use.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX