Table of Contents

Property IsArray

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

IsArray

Gets a value indicating whether this element represents an array.

public bool IsArray { get; }

Property Value

bool

Examples

var tags = new TextExtractionElement("Tags", ElementType.StringArray);
Console.WriteLine(tags.IsArray); // True