Table of Contents

Method GetText

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

GetText(CancellationToken)

Extracts and returns the textual content from the attachment.

public string GetText(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to monitor for cancellation requests. Default: None.

Returns

string

The textual content; empty string if no text is available.