AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A wrapper for your audio chunks
For more information, see Event stream encoding.
Namespace: Amazon.TranscribeStreaming.Model
Assembly: AWSSDK.TranscribeStreaming.dll
Version: 3.x.y.z
public class MedicalScribeAudioEvent IEventStreamEvent, IMedicalScribeInputStreamEvent
The MedicalScribeAudioEvent type exposes the following members
Name | Description | |
---|---|---|
![]() |
MedicalScribeAudioEvent() |
Name | Type | Description | |
---|---|---|---|
![]() |
AudioChunk | System.IO.MemoryStream |
Gets and sets the property AudioChunk. An audio blob containing the next segment of audio from your application, with a maximum duration of 1 second. The maximum size in bytes varies based on audio properties. Find recommended size in Transcribing streaming best practices.
Size calculation:
For example, a 1-second chunk of 16 kHz, 2-channel, 16-bit audio would be
For 8 kHz, 1-channel, 16-bit audio, a 1-second chunk would be |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer