Table of Contents

Property Components

Namespace
MailFathom.Application.Emails.Embeddings
Assembly
MailFathom.Application.dll

Components

Gets the components in the order the provider produced them.

public ReadOnlyMemory<float> Components { get; }

Property Value

ReadOnlyMemory<float>

Remarks

A ReadOnlyMemory<T> rather than an array, so the value crosses an asynchronous boundary without handing a caller something it could write through.