Class TranscriptionJobBase
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public abstract class TranscriptionJobBase
Properties
| Edit this page View SourceCompletionTime
Optional. The date and time the specified transcription job finished processing.
Declaration
public UnixTime? CompletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| UnixTime? |
ContentRedaction
Optional. Indicates whether redaction was enabled in your transcript.
Declaration
public ContentRedaction ContentRedaction { get; set; }
Property Value
| Type | Description |
|---|---|
| ContentRedaction |
CreationTime
Optional. The date and time the specified transcription job request was made.
Declaration
public UnixTime? CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| UnixTime? |
FailureReason
Optional. If TranscriptionJobStatus is FAILED, FailureReason contains information about why the transcription job request failed.
Declaration
public string FailureReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IdentifiedLanguageScore
Optional. The confidence score associated with the language identified in your media file.
Declaration
public float? IdentifiedLanguageScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
IdentifyLanguage
Optional. Indicates whether automatic language identification was enabled (TRUE) for the specified transcription job.
Declaration
public bool? IdentifyLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IdentifyMultipleLanguages
Optional. Indicates whether automatic multi-language identification was enabled (TRUE) for the specified transcription job.
Declaration
public bool? IdentifyMultipleLanguages { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LanguageCode
Optional. The language code used to create your transcription job. This parameter is used with single-language identification.
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCodes
Optional. The language codes used to create your transcription job. This parameter is used with multi-language identification.
Declaration
public LanguageCodeItem[] LanguageCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| LanguageCodeItem[] |
ModelSettings
Optional. Provides information on the custom language model you included in your request.
Declaration
public ModelSettings ModelSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| ModelSettings |
StartTime
Optional. The date and time the specified transcription job began processing.
Declaration
public UnixTime? StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| UnixTime? |
ToxicityDetection
Optional. Provides information about the toxicity detection settings applied to your transcription.
Declaration
public ToxicityDetectionSettings[] ToxicityDetection { get; set; }
Property Value
| Type | Description |
|---|---|
| ToxicityDetectionSettings[] |
TranscriptionJobName
Optional. The name of the transcription job. Job names are case sensitive and must be unique within an AWS account.
Declaration
public string TranscriptionJobName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TranscriptionJobStatus
Optional. Provides the status of the specified transcription job.
Declaration
public string TranscriptionJobStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Valid Values: QUEUED | IN_PROGRESS | FAILED | COMPLETED