DocumentCategory Property
                In This Topic
            
            
            Specifies an optional document category associated with a template. 
            Assigning a category can improve classification and enhance data extraction accuracy
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
<Newtonsoft.Json.JsonConverterAttribute(Newtonsoft.Json.Converters.StringEnumConverter, Mono.Cecil.CustomAttributeArgument[])>
Public Property DocumentCategory As DocumentCategory
             
        
            
            'Usage
 
Dim instance As TemplateHints
Dim value As DocumentCategory
 
instance.DocumentCategory = value
 
value = instance.DocumentCategory
             
        
            
            [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter, Mono.Cecil.CustomAttributeArgument[])]
public DocumentCategory DocumentCategory {get; set;}
             
        
            
            [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter, Mono.Cecil.CustomAttributeArgument[])]
public:
property DocumentCategory DocumentCategory {
   DocumentCategory get();
   void set (    DocumentCategory value);
}
             
        
             
        
            
            
            Property Value
Default value is 
DocumentCategory.Undefined 
            
            
            
            
            
            
            
            
            
            
            
            See Also