PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
microsoft
/
microsoft-graph
/
src
/
SecurityNamespace
/
Model
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * EdiscoveryCaseSettings File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ namespace Microsoft\Graph\SecurityNamespace\Model; /** * EdiscoveryCaseSettings class * * @category Model * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ class EdiscoveryCaseSettings extends \Microsoft\Graph\Model\Entity { /** * Gets the ocr * The OCR (Optical Character Recognition) settings for the case. * * @return OcrSettings|null The ocr */ public function getOcr() { if (array_key_exists("ocr", $this->_propDict)) { if (is_a($this->_propDict["ocr"], "\Microsoft\Graph\SecurityNamespace\Model\OcrSettings") || is_null($this->_propDict["ocr"])) { return $this->_propDict["ocr"]; } else { $this->_propDict["ocr"] = new OcrSettings($this->_propDict["ocr"]); return $this->_propDict["ocr"]; } } return null; } /** * Sets the ocr * The OCR (Optical Character Recognition) settings for the case. * * @param OcrSettings $val The ocr * * @return EdiscoveryCaseSettings */ public function setOcr($val) { $this->_propDict["ocr"] = $val; return $this; } /** * Gets the redundancyDetection * The redundancy (near duplicate and email threading) detection settings for the case. * * @return RedundancyDetectionSettings|null The redundancyDetection */ public function getRedundancyDetection() { if (array_key_exists("redundancyDetection", $this->_propDict)) { if (is_a($this->_propDict["redundancyDetection"], "\Microsoft\Graph\SecurityNamespace\Model\RedundancyDetectionSettings") || is_null($this->_propDict["redundancyDetection"])) { return $this->_propDict["redundancyDetection"]; } else { $this->_propDict["redundancyDetection"] = new RedundancyDetectionSettings($this->_propDict["redundancyDetection"]); return $this->_propDict["redundancyDetection"]; } } return null; } /** * Sets the redundancyDetection * The redundancy (near duplicate and email threading) detection settings for the case. * * @param RedundancyDetectionSettings $val The redundancyDetection * * @return EdiscoveryCaseSettings */ public function setRedundancyDetection($val) { $this->_propDict["redundancyDetection"] = $val; return $this; } /** * Gets the topicModeling * The Topic Modeling (Themes) settings for the case. * * @return TopicModelingSettings|null The topicModeling */ public function getTopicModeling() { if (array_key_exists("topicModeling", $this->_propDict)) { if (is_a($this->_propDict["topicModeling"], "\Microsoft\Graph\SecurityNamespace\Model\TopicModelingSettings") || is_null($this->_propDict["topicModeling"])) { return $this->_propDict["topicModeling"]; } else { $this->_propDict["topicModeling"] = new TopicModelingSettings($this->_propDict["topicModeling"]); return $this->_propDict["topicModeling"]; } } return null; } /** * Sets the topicModeling * The Topic Modeling (Themes) settings for the case. * * @param TopicModelingSettings $val The topicModeling * * @return EdiscoveryCaseSettings */ public function setTopicModeling($val) { $this->_propDict["topicModeling"] = $val; return $this; } }
[+]
..
[-] AdditionalDataOptions.php
[edit]
[-] CaseAction.php
[edit]
[-] CaseOperation.php
[edit]
[-] CaseOperationStatus.php
[edit]
[-] CaseStatus.php
[edit]
[-] CasesRoot.php
[edit]
[-] ChildSelectability.php
[edit]
[-] DataSet.php
[edit]
[-] DataSource.php
[edit]
[-] DataSourceContainer.php
[edit]
[-] DataSourceContainerStatus.php
[edit]
[-] DataSourceHoldStatus.php
[edit]
[-] DataSourceScopes.php
[edit]
[-] EdiscoveryAddToReviewSetOperation.php
[edit]
[-] EdiscoveryCase.php
[edit]
[-] EdiscoveryCaseSettings.php
[edit]
[-] EdiscoveryCustodian.php
[edit]
[-] EdiscoveryEstimateOperation.php
[edit]
[-] EdiscoveryHoldOperation.php
[edit]
[-] EdiscoveryIndexOperation.php
[edit]
[-] EdiscoveryNoncustodialDataSource.php
[edit]
[-] EdiscoveryReviewSet.php
[edit]
[-] EdiscoveryReviewSetQuery.php
[edit]
[-] EdiscoveryReviewTag.php
[edit]
[-] EdiscoverySearch.php
[edit]
[-] EdiscoveryTagOperation.php
[edit]
[-] GraphCase.php
[edit]
[-] OcrSettings.php
[edit]
[-] RedundancyDetectionSettings.php
[edit]
[-] Search.php
[edit]
[-] SiteSource.php
[edit]
[-] SourceType.php
[edit]
[-] StringValueDictionary.php
[edit]
[-] Tag.php
[edit]
[-] TopicModelingSettings.php
[edit]
[-] UnifiedGroupSource.php
[edit]
[-] UserSource.php
[edit]
[-] .htaccess.disabled
[edit]