API Reference
Class
OfficeDocumentArtifactClassificationOptions
Options for repeated page-boundary artifact classification.
Inheritance
- Object
- OfficeDocumentArtifactClassificationOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public OfficeDocumentArtifactClassificationOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MinimumPageOccurrences { get; set; } #Minimum number of distinct pages on which boundary text must repeat.
public Int32 BoundaryBlockCount { get; set; } #Number of non-empty blocks inspected at each page boundary.
public Int32 MaximumTextLength { get; set; } #Maximum normalized text length eligible for artifact classification.