Property IsObject
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
IsObject
Gets a value indicating whether this element represents a complex object with nested elements.
public bool IsObject { get; }
Property Value
- bool
true
if the element is of type Object or ObjectArray; otherwise,false
.