編輯

共用方式為


ocrSettings resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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)"
}