TranscriptionJobSummary class
Provides a summary of information about a transcription job.
Constructors
- TranscriptionJobSummary({DateTime? completionTime, ContentRedaction? contentRedaction, DateTime? creationTime, String? failureReason, double? identifiedLanguageScore, bool? identifyLanguage, LanguageCode? languageCode, ModelSettings? modelSettings, OutputLocationType? outputLocationType, DateTime? startTime, String? transcriptionJobName, TranscriptionJobStatus? transcriptionJobStatus})
-
TranscriptionJobSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completionTime → DateTime?
-
A timestamp that shows when the job was completed.
final
- contentRedaction → ContentRedaction?
-
The content redaction settings of the transcription job.
final
- creationTime → DateTime?
-
A timestamp that shows when the job was created.
final
- failureReason → String?
-
If the
TranscriptionJobStatus
field isFAILED
, a description of the error.final - hashCode → int
-
The hash code for this object.
no setterinherited
- identifiedLanguageScore → double?
-
A value between zero and one that Amazon Transcribe assigned to the language
it identified in the source audio. A higher score indicates that Amazon
Transcribe is more confident in the language it identified.
final
- identifyLanguage → bool?
-
Whether automatic language identification was enabled for a transcription
job.
final
- languageCode → LanguageCode?
-
The language code for the input speech.
final
- modelSettings → ModelSettings?
-
final
- outputLocationType → OutputLocationType?
-
Indicates the location of the output of the transcription job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
A timestamp that shows when the job started processing.
final
- transcriptionJobName → String?
-
The name of the transcription job.
final
- transcriptionJobStatus → TranscriptionJobStatus?
-
The status of the transcription job. When the status is
COMPLETED
, use theGetTranscriptionJob
operation to get the results of the transcription.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited