Table of Contents

Class TextSpansEvent

Namespace
Glitch9.AIDevKit
public sealed class TextSpansEvent : StreamEventArgs
Inheritance
object
TextSpansEvent
Inherited Members

Constructors

TextSpansEvent(StreamHeader, IReadOnlyList<TextSpan>)

public TextSpansEvent(StreamHeader header, IReadOnlyList<TextSpan> spans)

Parameters

header StreamHeader
spans IReadOnlyList<TextSpan>

Properties

Spans

public IReadOnlyList<TextSpan> Spans { get; }

Property Value

IReadOnlyList<TextSpan>