Class NKJPSegmentationDocument
public class NKJPSegmentationDocument
- Inheritance
-
NKJPSegmentationDocument
- Inherited Members
Properties
Segments
public IDictionary<string, IDictionary<string, NKJPSegmentationDocument.Pointer>> Segments { get; }
Property Value
Methods
Parse(Stream)
public static NKJPSegmentationDocument Parse(Stream isStream)
Parameters
isStreamStream
Returns
Exceptions
- IOException
Thrown if the XML cannot be parsed.