Display variants for some glyphs if the input is text from OCR.
[DataMemberAttribute(Name="showGlyphVariants")]
public bool ShowGlyphVariants {get; set;}
<DataMemberAttribute(Name:="showGlyphVariants")>
Public Property ShowGlyphVariants() As Boolean
Get
Set
public:
[DataMemberAttribute(Name=L"showGlyphVariants")]
property bool ShowGlyphVariants
{
bool get()
void set(bool value)
}
true to display variants for some glyphs if the input is text from OCR; otherwise, false. The default value is false.
The OCR engine may produce variants for each recognized character. When this option is on, the glyphs for these variants will also be displayed. ShowGlyphVariants is used only when the input comes from an OCR operation. When this property is true, ShowGlyphInfo is implied to be true as well.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document