using System; using System.Collections.Generic; using System.Text; using TEAMModelOS.SDK.Context.Configuration; namespace TEAMModelOS.Service.Services.Exam.Interfaces { public interface IHtmlAnalyzeService: IBusinessService { List AnalyzeWordAsync(string htmlString, string Lang); } }