Class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest
Request message for GenerateSchemaVersion.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequest : 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 GoogleCloudDocumentaiV1beta3GcsDocuments GcsDocuments { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1beta3GcsDocuments |
GcsPrefix
The common prefix of documents placed on Cloud Storage.
Declaration
[JsonProperty("gcsPrefix")]
public virtual GoogleCloudDocumentaiV1beta3GcsPrefix GcsPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1beta3GcsPrefix |
GenerateSchemaVersionParams
Optional. User specified parameters for the schema generation.
Declaration
[JsonProperty("generateSchemaVersionParams")]
public virtual GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams GenerateSchemaVersionParams { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1beta3GenerateSchemaVersionRequestGenerateSchemaVersionParams |
InlineDocuments
The set of documents specified inline. For each document, its uri or content field must be set.
Declaration
[JsonProperty("inlineDocuments")]
public virtual GoogleCloudDocumentaiV1beta3Documents InlineDocuments { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1beta3Documents |
RawDocuments
The set of raw documents.
Declaration
[JsonProperty("rawDocuments")]
public virtual GoogleCloudDocumentaiV1beta3RawDocuments RawDocuments { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDocumentaiV1beta3RawDocuments |