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

9 lines
166 B
C#
Raw Normal View History

namespace AltGen.Console.Generate;
record GenerateAltTextRequest(
string Provider,
string ProviderKey,
string FileName,
byte[] Image,
string ContentType
2025-03-27 19:45:09 +00:00
);