Class TextExtractionElementFormat
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
Defines the formatting options for text extraction elements, including case conversion, spacing character handling, and maximum length constraints.
public sealed class TextExtractionElementFormat
- Inheritance
-
TextExtractionElementFormat
- Inherited Members
Properties
- CaseMode
Gets or sets the case mode to apply to the extracted text.
- DisableSpacingCharacters
Gets or sets a value indicating whether spacing characters (such as spaces, tabs, and newlines) should be removed from the extracted text.
- MaxLength
Gets or sets the maximum number of symbols allowed in the extracted text. A value of -1 indicates no limit.
- WhitelistedValues
Gets or sets a list of acceptable or permitted values for text extraction when the element type is a string.