Table of Contents

Property Mime

Namespace
LMKit.Extraction.Ocr
Assembly
LM-Kit.NET.dll

Mime

Gets the MIME type of the image data.

public string Mime { get; }

Property Value

string

Examples

Console.WriteLine($"Image format: {parameters.Mime}"); // "image/png"

Remarks

In the current version, this value is always image/png.

Share