for GdPicture.NET
XTractFlow.API.Document Namespace / TemplateHints Class
Members



In This Topic
    TemplateHints Class
    In This Topic
    Represents the structure of a template's hints. Template hints has been designed to elevate the accuracy and efficiency of the processor within specific contexts. These insights serve as guidance for the processor, empowering it to make more informed decisions, such as selecting a tailored layout analysis system for a specific document family or utilizing an optimal recognition system, among other possibilities.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class TemplateHints 
    'Usage
     
    
    Dim instance As TemplateHints
    [Serializable()]
    public sealed class TemplateHints 
    [Serializable()]
    public ref class TemplateHints sealed 
    Inheritance Hierarchy

    System.Object
       XTractFlow.API.Document.TemplateHints

    See Also