Table of Contents

Property Matches

Namespace
LMKit.Document.Search
Assembly
LM-Kit.NET.dll

Matches

Gets all matches with their text, snippet, bounding box, page index, and relevance score.

public IReadOnlyList<TextMatch> Matches { get; }

Property Value

IReadOnlyList<TextMatch>
Share