This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#r "Microsoft.WindowsAzure.Storage" | |
#r "Newtonsoft.Json" | |
using System.Net; | |
using Microsoft.CognitiveServices.SpeechRecognition; | |
public class ReportItem{ | |
public string id {get;set;} | |
public string audioFile {get;set;} | |
public string audioText {get;set;} | |
} |