Uses of Class
com.azure.ai.formrecognizer.training.models.TrainingFileFilter
Packages that use TrainingFileFilter
Package
Description
Package containing model classes to perform operations using
FormTrainingClient and
FormTrainingAsyncClient.-
Uses of TrainingFileFilter in com.azure.ai.formrecognizer.training.models
Methods in com.azure.ai.formrecognizer.training.models that return TrainingFileFilterModifier and TypeMethodDescriptionTrainingOptions.getTrainingFileFilter()Get the filter to apply to the documents in the source path for training.Set the case-sensitive prefix string to filter documents in the source path for training.TrainingFileFilter.setSubfoldersIncluded(boolean includeSubfolders) Set the includeSubfolders flag to indicate if sub folders are also to be included when searching for content to be preprocessed.Methods in com.azure.ai.formrecognizer.training.models with parameters of type TrainingFileFilterModifier and TypeMethodDescriptionTrainingOptions.setTrainingFileFilter(TrainingFileFilter trainingFileFilter) Set the filter to apply to the documents in the source path for training.