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
Examples
var tags = new TextExtractionElement("Tags", ElementType.StringArray);
Console.WriteLine(tags.IsArray); // True