TranscribeStreamingRequest class abstract

A base class for a request to the Amazon Transcribe Streaming API.

Implementers

Constructors

TranscribeStreamingRequest()
Creates a TranscribeStreamingRequest.
const

Properties

chunkDurationMs int
The duration of each audio chunk in milliseconds.
no setter
chunkSize int
The chunk size for the audio stream. Zero value disables chunking.
no setter
hashCode int
The hash code for this object.
no setterinherited
path String
The path for the request, for example /stream-transcription
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String
The target for the request, for example com.amazonaws.transcribe.Transcribe.StartStreamTranscription
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toHeaders() Map<String, String>
Returns the headers for the request.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited