Class TextStreamReader.ReadIncrementalInstruction
- Namespace
- LiveKit
YieldInstruction for ReadIncremental().
public sealed class TextStreamReader.ReadIncrementalInstruction : ReadIncrementalInstructionBase<string>
- Inheritance
-
TextStreamReader.ReadIncrementalInstruction
- Inherited Members
- Extension Methods
Remarks
Usage: while IsEos is false (i.e. the stream has not ended), call Reset, yield the instruction, and then access Text.
Properties
Text
public string Text { get; }