ImageOcrIndexingOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ImageOcrIndexingOptions
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract, 131072)]
/// [Windows.Foundation.Metadata.Experimental]
enum class ImageOcrIndexingOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Search.AppContentIndex.AppContentIndexContract), 131072)]
[Windows.Foundation.Metadata.Experimental]
public enum ImageOcrIndexingOptions
var value = Microsoft.Windows.Search.AppContentIndex.ImageOcrIndexingOptions.default
Public Enum ImageOcrIndexingOptions
- Inheritance
-
ImageOcrIndexingOptions
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | |
| SuppressSemanticIndexing | 1 | |
| SuppressLexicalAndSemanticIndexing | 2 |