16 lines
483 B
C#
16 lines
483 B
C#
using Google.Cloud.Speech.V1;
|
|
|
|
namespace BLAIzor.Services
|
|
{
|
|
public class ContentService
|
|
{
|
|
//public string CurrentDOM { get; set; }
|
|
//public string currentLocale { get; set; }
|
|
//public string SelectedDocument { get; set; } = "VG3law.docx";
|
|
//public string SelectedBrandName { get; set; } = "default";
|
|
//public int SelectedSiteId { get; set; } = 1;
|
|
//public string SelectedLanguage { get; set; } = "English";
|
|
|
|
}
|
|
}
|