Table of Contents

Property ModelVersion

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

ModelVersion

Gets the model version the provider exposes, or null where it exposes none.

public string? ModelVersion { get; }

Property Value

string

Remarks

Null is a provider that versions nothing, which is a different statement from a version nobody recorded. Most providers replace a model rather than version it, so absence is the ordinary case.