Files
alt-gen/src/AltGen.Console/Generate/GenerateAltTextRequest.cs
T

10 lines
167 B
C#
Raw Normal View History

namespace AltGen.Console.Generate;
record GenerateAltTextRequest(
string Provider,
string ProviderKey,
string FileName,
byte[] Image,
string ContentType
);