DocumentDataExtractorConfiguration

constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(resultAccumulationConfig: ResultAccumulationConfiguration = ResultAccumulationConfiguration( ), fieldExcludeList: List<String> = listOf( ), configurations: List<DocumentDataExtractorConfigurationElement> = listOf( DocumentDataExtractorCommonConfiguration( ) ), returnCrops: Boolean = false, documentTrustMode: DocumentTrustMode = DocumentTrustMode.TRUSTED)