for GdPicture.NET
XTractFlow.API.Document Namespace / TemplateField Class / SemanticDescription Property



In This Topic

    SemanticDescription Property (TemplateField)

    In This Topic
    Specifies the semantic description of the field. E.g.: 'The customer's address mentioned on the invoice'.
    Syntax
    'Declaration
     
    
    <RequiredAttribute()>
    Public Property SemanticDescription As String
    'Usage
     
    
    Dim instance As TemplateField
    Dim value As String
     
    instance.SemanticDescription = value
     
    value = instance.SemanticDescription
    [Required()]
    public string SemanticDescription {get; set;}
    [Required()]
    public:
    property String^ SemanticDescription {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Adopting a clear and unambiguous semantic description enhances global data extraction accuracy.
    See Also