Skip to content

Commit 95a5fbc

Browse files
authored
Update filestoragecontainersettings.md
1 parent 817ea38 commit 95a5fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/v1.0/resources/filestoragecontainersettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ doc_type: resourcePageType
1111

1212
Namespace: microsoft.graph
1313

14-
Represents settings associated with a [fileStorageContainer](../resources/filestoragecontainer.md).
14+
Represents the settings of a [fileStorageContainer](../resources/filestoragecontainer.md) object.
1515

1616

1717
## Properties
1818

1919
|Property|Type|Description|
2020
|:---|:---|:---|
21-
|isOcrEnabled|Boolean|Indicates whether optical character recognition (OCR) is enabled for a given container. When OCR is enabled on a container, OCR extraction is performed for new and updated documents of supported types. The extracted fields are added to the metadata of the document, enabling end-user search and search-driven solutions. Changing this property from `true` to `false` doesn't remove OCR metadata that was created while it was `true`. Default value is `false`.|
21+
|isOcrEnabled|Boolean|Indicates whether Optical Character Recognition (OCR) is enabled for the container. The default value is `false`. When set to `true`, OCR extraction is performed for new and updated documents of supported document types, and the extracted fields in the metadata of the document enable end-user search and search-driven solutions. When set to `false`, existing OCR metadata is not impacted. Optional. Read-write.|
2222

2323
## Relationships
2424

0 commit comments

Comments
 (0)