Search Results for

    Show / Hide Table of Contents

    Class TranscriptionJobBase

    Inheritance
    object
    TranscriptionJobBase
    TranscriptionJob
    TranscriptionJobSummary
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public abstract class TranscriptionJobBase

    Properties

    | Edit this page View Source

    CompletionTime

    Optional. The date and time the specified transcription job finished processing.

    Declaration
    public UnixTime? CompletionTime { get; set; }
    Property Value
    Type Description
    UnixTime?
    | Edit this page View Source

    ContentRedaction

    Optional. Indicates whether redaction was enabled in your transcript.

    Declaration
    public ContentRedaction ContentRedaction { get; set; }
    Property Value
    Type Description
    ContentRedaction
    | Edit this page View Source

    CreationTime

    Optional. The date and time the specified transcription job request was made.

    Declaration
    public UnixTime? CreationTime { get; set; }
    Property Value
    Type Description
    UnixTime?
    | Edit this page View Source

    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
    | Edit this page View Source

    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?
    | Edit this page View Source

    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?
    | Edit this page View Source

    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?
    | Edit this page View Source

    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
    | Edit this page View Source

    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[]
    | Edit this page View Source

    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
    | Edit this page View Source

    StartTime

    Optional. The date and time the specified transcription job began processing.

    Declaration
    public UnixTime? StartTime { get; set; }
    Property Value
    Type Description
    UnixTime?
    | Edit this page View Source

    ToxicityDetection

    Optional. Provides information about the toxicity detection settings applied to your transcription.

    Declaration
    public ToxicityDetectionSettings[] ToxicityDetection { get; set; }
    Property Value
    Type Description
    ToxicityDetectionSettings[]
    | Edit this page View Source

    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
    | Edit this page View Source

    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

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation