Media class

Describes the input media file in a transcription request.

Constructors

Media({String? mediaFileUri})
Media.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mediaFileUri String?
The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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