reference-implementations/semantic-search-for-images/src/ingestion/Services/IDataIngestor.cs (
6
lines of code) (
raw
):
namespace ingestion { interface IDataIngestor { Task IngestDataAsync(); } }