Language

ContentRegionImageOptions.ImageOcrIndexingOptions Property

Definition

public:
 property ImageOcrIndexingOptions ImageOcrIndexingOptions { ImageOcrIndexingOptions get(); void set(ImageOcrIndexingOptions value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
ImageOcrIndexingOptions ImageOcrIndexingOptions();

void ImageOcrIndexingOptions(ImageOcrIndexingOptions value);
[Windows.Foundation.Metadata.Experimental]
public ImageOcrIndexingOptions ImageOcrIndexingOptions { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var imageOcrIndexingOptions = contentRegionImageOptions.imageOcrIndexingOptions;
contentRegionImageOptions.imageOcrIndexingOptions = imageOcrIndexingOptions;
Public Property ImageOcrIndexingOptions As ImageOcrIndexingOptions

Property Value

Attributes

Applies to