示例#1
0
        public async Task TranscriptionStatus()
        {
            var status = await service.GetTranscriptionStatusAsync();

            Assert.IsNotNull(status);
        }