GoogleCloudDocumentaiV1GenerateSchemaVersionRequest class

Request message for GenerateSchemaVersion.

Properties

baseSchemaVersion String?
The base schema version name to use for the schema generation.
getter/setter pair
gcsDocuments GoogleCloudDocumentaiV1GcsDocuments?
The set of documents placed on Cloud Storage.
getter/setter pair
gcsPrefix GoogleCloudDocumentaiV1GcsPrefix?
The common prefix of documents placed on Cloud Storage.
getter/setter pair
generateSchemaVersionParams GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams?
User specified parameters for the schema generation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inlineDocuments GoogleCloudDocumentaiV1Documents?
The set of documents specified inline.
getter/setter pair
rawDocuments GoogleCloudDocumentaiV1RawDocuments?
The set of raw documents.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited