GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs

data class GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs(val customizedEntitiesPropertiesConversions: Output<Map<String, String>>? = null, val enableEntitiesConversions: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs>

Request Option for processing Cloud AI Document in CW Document.

Constructors

fun GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs(customizedEntitiesPropertiesConversions: Output<Map<String, String>>? = null, enableEntitiesConversions: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs

Properties

Link copied to clipboard

If set, only selected entities will be converted to properties.

Link copied to clipboard
val enableEntitiesConversions: Output<Boolean>? = null

Whether to convert all the entities to properties.