Interface IBedrockFramer
Converts a byte stream into discrete text frames based on specific delimiters or structures.
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public interface IBedrockFramer
Methods
|
Edit this page
View Source
Feed(ReadOnlyMemory<byte>)
Declaration
IEnumerable<BedrockEventStreamFrame> Feed(ReadOnlyMemory<byte> chunk)
Parameters
Returns
|
Edit this page
View Source
FlushPending()
Declaration
IEnumerable<BedrockEventStreamFrame> FlushPending()
Returns
Extension Methods