feat: wip on implementing gemini analyzer
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace StreamShorts.Library.Analysis;
|
||||
|
||||
public class TranscriptAnalysis(IEnumerable<ShortClip> shortClips)
|
||||
{
|
||||
public IEnumerable<ShortClip> ShortClips { get; init; } = shortClips;
|
||||
}
|
||||
Reference in New Issue
Block a user