Table of Contents

Method SetContent

Namespace
LMKit.Extraction
Assembly
LM-Kit.NET.dll

SetContent(string)

Sets the content from which the elements will be extracted.

public void SetContent(string content)

Parameters

content string

The unstructured text content to process; cannot be null or empty.

Examples

// Set the content to extract data from
textExtraction.SetContent("John Doe, aged 30, lives at 123 Main St, Anytown, 12345.");

Exceptions

ArgumentException

Thrown if content is null or empty.