TrainingFileFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET