TrainingFileFilter Class

Definition

Used by the FormTrainingClient to filter the documents by name in the source path provided for training.

public class TrainingFileFilter
type TrainingFileFilter = class
Public Class TrainingFileFilter
Inheritance
TrainingFileFilter

Constructors

TrainingFileFilter()

Initializes a new instance of the TrainingFileFilter class which is used by the FormTrainingClient to filter the documents by name in the source path provided for training.

Properties

IncludeSubfolders

A flag to indicate whether subfolders within the set of prefix folders should be included when searching for content to be preprocessed.

Prefix

A case-sensitive prefix string to filter documents in the source path for training. For example, you may use the prefix to restrict subfolders for training.

Applies to