Uses of Class
odata.msgraph.client.beta.ediscovery.complex.OcrSettings
-
Packages that use OcrSettings Package Description odata.msgraph.client.beta.ediscovery.complex odata.msgraph.client.beta.ediscovery.entity -
-
Uses of OcrSettings in odata.msgraph.client.beta.ediscovery.complex
Methods in odata.msgraph.client.beta.ediscovery.complex that return OcrSettings Modifier and Type Method Description OcrSettingsOcrSettings.Builder. build()OcrSettingsOcrSettings. withIsEnabled(Boolean isEnabled)OcrSettingsOcrSettings. withMaxImageSize(Integer maxImageSize)OcrSettingsOcrSettings. withTimeout(Duration timeout)OcrSettingsOcrSettings. withUnmappedField(String name, String value) -
Uses of OcrSettings in odata.msgraph.client.beta.ediscovery.entity
Fields in odata.msgraph.client.beta.ediscovery.entity declared as OcrSettings Modifier and Type Field Description protected OcrSettingsCaseSettings. ocrMethods in odata.msgraph.client.beta.ediscovery.entity that return types with arguments of type OcrSettings Modifier and Type Method Description Optional<OcrSettings>CaseSettings. getOcr()Methods in odata.msgraph.client.beta.ediscovery.entity with parameters of type OcrSettings Modifier and Type Method Description CaseSettings.BuilderCaseSettings.Builder. ocr(OcrSettings ocr)CaseSettingsCaseSettings. withOcr(OcrSettings ocr)
-