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.
Provides detailed information about a specific transcription job.
Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public class TranscriptionJobSummary
The TranscriptionJobSummary type exposes the following members
Name | Description | |
---|---|---|
![]() |
TranscriptionJobSummary() |
Name | Type | Description | |
---|---|---|---|
![]() |
CompletionTime | System.Nullable<System.DateTime> |
Gets and sets the property CompletionTime. The date and time the specified transcription job finished processing.
Timestamps are in the format |
![]() |
ContentRedaction | Amazon.TranscribeService.Model.ContentRedaction |
Gets and sets the property ContentRedaction. The content redaction settings of the transcription job. |
![]() |
CreationTime | System.Nullable<System.DateTime> |
Gets and sets the property CreationTime. The date and time the specified transcription job request was made.
Timestamps are in the format |
![]() |
FailureReason | System.String |
Gets and sets the property FailureReason.
If |
![]() |
IdentifiedLanguageScore | System.Nullable<System.Single> |
Gets and sets the property IdentifiedLanguageScore. The confidence score associated with the language identified in your media file. Confidence scores are values between 0 and 1; a larger value indicates a higher probability that the identified language correctly matches the language spoken in your media. |
![]() |
IdentifyLanguage | System.Nullable<System.Boolean> |
Gets and sets the property IdentifyLanguage.
Indicates whether automatic language identification was enabled ( |
![]() |
IdentifyMultipleLanguages | System.Nullable<System.Boolean> |
Gets and sets the property IdentifyMultipleLanguages.
Indicates whether automatic multi-language identification was enabled ( |
![]() |
LanguageCode | Amazon.TranscribeService.LanguageCode |
Gets and sets the property LanguageCode. The language code used to create your transcription. |
![]() |
LanguageCodes | System.Collections.Generic.List<Amazon.TranscribeService.Model.LanguageCodeItem> |
Gets and sets the property LanguageCodes.
The language codes used to create your transcription job. This parameter is used with
multi-language identification. For single-language identification, the singular version
of this parameter, |
![]() |
ModelSettings | Amazon.TranscribeService.Model.ModelSettings |
Gets and sets the property ModelSettings. |
![]() |
OutputLocationType | Amazon.TranscribeService.OutputLocationType |
Gets and sets the property OutputLocationType. Indicates where the specified transcription output is stored.
If the value is
If the value is |
![]() |
StartTime | System.Nullable<System.DateTime> |
Gets and sets the property StartTime. The date and time your transcription job began processing.
Timestamps are in the format |
![]() |
ToxicityDetection | System.Collections.Generic.List<Amazon.TranscribeService.Model.ToxicityDetectionSettings> |
Gets and sets the property ToxicityDetection. Indicates whether toxicity detection was enabled for the specified transcription job. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
TranscriptionJobName | System.String |
Gets and sets the property TranscriptionJobName. The name of the transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account. |
![]() |
TranscriptionJobStatus | Amazon.TranscribeService.TranscriptionJobStatus |
Gets and sets the property TranscriptionJobStatus. Provides the status of your transcription job.
If the status is |
.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