GoogleCloudContentwarehouseV1CloudAIDocumentOption.fromJson constructor

GoogleCloudContentwarehouseV1CloudAIDocumentOption.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContentwarehouseV1CloudAIDocumentOption.fromJson(core.Map json_)
  : this(
      customizedEntitiesPropertiesConversions:
          (json_['customizedEntitiesPropertiesConversions']
                  as core.Map<core.String, core.dynamic>?)
              ?.map((key, value) => core.MapEntry(key, value as core.String)),
      enableEntitiesConversions:
          json_['enableEntitiesConversions'] as core.bool?,
    );