Class GoogleCloudDocumentaiV1GenerateSchemaVersionRequest
Request message for GenerateSchemaVersion.
Implements
Inherited Members
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 |