Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1GenerateSchemaVersionRequest

Request message for GenerateSchemaVersion.

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

Properties

BaseSchemaVersion

The base schema version name to use for the schema generation. Format: projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}

Declaration
[JsonProperty("baseSchemaVersion")]
public virtual string BaseSchemaVersion { 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

GcsDocuments

The set of documents placed on Cloud Storage.

Declaration
[JsonProperty("gcsDocuments")]
public virtual GoogleCloudDocumentaiV1GcsDocuments GcsDocuments { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1GcsDocuments

GcsPrefix

The common prefix of documents placed on Cloud Storage.

Declaration
[JsonProperty("gcsPrefix")]
public virtual GoogleCloudDocumentaiV1GcsPrefix GcsPrefix { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1GcsPrefix

GenerateSchemaVersionParams

Optional. User specified parameters for the schema generation.

Declaration
[JsonProperty("generateSchemaVersionParams")]
public virtual GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams GenerateSchemaVersionParams { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams

InlineDocuments

The set of documents specified inline. For each document, its uri or content field must be set.

Declaration
[JsonProperty("inlineDocuments")]
public virtual GoogleCloudDocumentaiV1Documents InlineDocuments { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1Documents

RawDocuments

The set of raw documents.

Declaration
[JsonProperty("rawDocuments")]
public virtual GoogleCloudDocumentaiV1RawDocuments RawDocuments { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1RawDocuments

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX