| title | topicModelingSettings resource type |
|---|---|
| description | Article modeling settings for an eDiscovery case |
| author | mahage-msft |
| ms.localizationpriority | medium |
| ms.subservice | ediscovery |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph.ediscovery
[!INCLUDE beta-disclaimer]
[!INCLUDE ediscovery-deprecation]
Article modeling (Themes) settings for an eDiscovery case. To learn more, see Configure search and analytics settings in Advanced eDiscovery.
| Property | Type | Description |
|---|---|---|
| dynamicallyAdjustTopicCount | Boolean | To learn more, see Adjust maximum number of themes dynamically. |
| ignoreNumbers | Boolean | To learn more, see Include numbers in themes. |
| isEnabled | Boolean | Indicates whether themes are enabled for the case. |
| topicCount | Int32 | To learn more, see Maximum number of themes. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.ediscovery.topicModelingSettings",
"isEnabled": "Boolean",
"ignoreNumbers": "Boolean",
"topicCount": "Integer",
"dynamicallyAdjustTopicCount": "Boolean"
}