CloudAIDocumentOption

Request Option for processing Cloud AI Document in CW Document.

JSON representation
{
  "enableEntitiesConversions": boolean,
  "customizedEntitiesPropertiesConversions": {
    string: string,
    ...
  }
}
Fields
enableEntitiesConversions

boolean

Whether to convert all the entities to properties.

customizedEntitiesPropertiesConversions

map (key: string, value: string)

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

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.