GoogleCloudContentwarehouseV1CloudAIDocumentOption class

Request Option for processing Cloud AI Document in CW Document.

Constructors

GoogleCloudContentwarehouseV1CloudAIDocumentOption({Map<String, String>? customizedEntitiesPropertiesConversions, bool? enableEntitiesConversions})
GoogleCloudContentwarehouseV1CloudAIDocumentOption.fromJson(Map json_)

Properties

customizedEntitiesPropertiesConversions Map<String, String>?
If set, only selected entities will be converted to properties.
getter/setter pair
enableEntitiesConversions bool?
Whether to convert all the entities to properties.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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