AiBcrParseRequest

Contents
[ ]

Request model for EmailCloud.Ai.Bcr.Parse method.

Properties:

Name Type Description Notes
file System.IO.Stream File to parse
countries string Comma-separated codes of countries. [optional]
languages string Comma-separated ISO-639 codes of languages (either 639-1 or 639-3; i.e. "it" or "ita" for Italian); it’s "" by default. [optional]
isSingle bool? Determines that image contains single VCard or more. [optional] [default to true]

Example