GoogleCloudDocumentaiV1GenerateSchemaVersionRequest class
Request message for GenerateSchemaVersion.
Constructors
- GoogleCloudDocumentaiV1GenerateSchemaVersionRequest({String? baseSchemaVersion, GoogleCloudDocumentaiV1GcsDocuments? gcsDocuments, GoogleCloudDocumentaiV1GcsPrefix? gcsPrefix, GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams? generateSchemaVersionParams, GoogleCloudDocumentaiV1Documents? inlineDocuments, GoogleCloudDocumentaiV1RawDocuments? rawDocuments})
- GoogleCloudDocumentaiV1GenerateSchemaVersionRequest.fromJson(Map json_)
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