Property ImageFileNameSanitizer
- Namespace
- LMKit.Finetuning.Export
- Assembly
- LM-Kit.NET.dll
ImageFileNameSanitizer
Gets or sets an optional file-name sanitizer for images. The delegate receives the proposed
file name (for example, "sample001_1.png"
) and should return a safe variant.
public Func<string, string> ImageFileNameSanitizer { get; set; }