Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph.security
Represents the Optical Character Recognition (OCR) settings for an eDiscovery case.
Properties
| Property | Type | Description |
|---|---|---|
| isEnabled | Boolean | Indicates whether or not OCR is enabled for the case. |
| maxImageSize | Int32 | Maximum image size that will be processed in KB). |
| timeout | Duration | The timeout duration for the OCR engine. A longer timeout might increase success of OCR, but might add to the total processing time. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.ocrSettings",
"isEnabled": "Boolean",
"maxImageSize": "Integer",
"timeout": "String (duration)"
}