Search Results for

    Show / Hide Table of Contents

    Class TranscriptionJob

    Inheritance
    object
    TranscriptionJobBase
    TranscriptionJob
    Implements
    IPollingJob
    Inherited Members
    TranscriptionJobBase.CompletionTime
    TranscriptionJobBase.ContentRedaction
    TranscriptionJobBase.CreationTime
    TranscriptionJobBase.FailureReason
    TranscriptionJobBase.IdentifiedLanguageScore
    TranscriptionJobBase.IdentifyLanguage
    TranscriptionJobBase.IdentifyMultipleLanguages
    TranscriptionJobBase.LanguageCode
    TranscriptionJobBase.LanguageCodes
    TranscriptionJobBase.ModelSettings
    TranscriptionJobBase.StartTime
    TranscriptionJobBase.ToxicityDetection
    TranscriptionJobBase.TranscriptionJobName
    TranscriptionJobBase.TranscriptionJobStatus
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public sealed class TranscriptionJob : TranscriptionJobBase, IPollingJob

    Properties

    | Edit this page View Source

    JobExecutionSettings

    Optional. Provides information about how your transcription job was processed. This parameter shows if your request was queued and what data access role was used.

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

    LanguageIdSettings

    Optional. Provides the name and language of all custom language models, custom vocabularies, and custom vocabulary filters that you included in your request.

    Declaration
    public Dictionary<string, LanguageIdSettings> LanguageIdSettings { get; set; }
    Property Value
    Type Description
    Dictionary<string, LanguageIdSettings>
    Remarks

    Valid Keys: af-ZA | ar-AE | ar-SA | da-DK | de-CH | de-DE | en-AB | en-AU | en-GB | en-IE | en-IN | en-US | en-WL | es-ES | es-US | fa-IR | fr-CA | fr-FR | he-IL | hi-IN | id-ID | it-IT | ja-JP | ko-KR | ms-MY | nl-NL | pt-BR | pt-PT | ru-RU | ta-IN | te-IN | tr-TR | zh-CN | zh-TW | th-TH | en-ZA | en-NZ | vi-VN | sv-SE | ab-GE | ast-ES | az-AZ | ba-RU | be-BY | bg-BG | bn-IN | bs-BA | ca-ES | ckb-IQ | ckb-IR | cs-CZ | cy-WL | el-GR | et-EE | et-ET | eu-ES | fi-FI | gl-ES | gu-IN | ha-NG | hr-HR | hu-HU | hy-AM | is-IS | ka-GE | kab-DZ | kk-KZ | kn-IN | ky-KG | lg-IN | lt-LT | lv-LV | mhr-RU | mi-NZ | mk-MK | ml-IN | mn-MN | mr-IN | mt-MT | no-NO | or-IN | pa-IN | pl-PL | ps-AF | ro-RO | rw-RW | si-LK | sk-SK | sl-SI | so-SO | sr-RS | su-ID | sw-BI | sw-KE | sw-RW | sw-TZ | sw-UG | tl-PH | tt-RU | ug-CN | uk-UA | uz-UZ | wo-SN | zh-HK | zu-ZA

    | Edit this page View Source

    LanguageOptions

    Optional. Provides the language codes you specified in your request.

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

    Media

    Optional. Provides the Amazon S3 location of the media file you used in your request.

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

    MediaFormat

    Optional. The format of the input media file.

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

    MediaSampleRateHertz

    Optional. The sample rate, in hertz, of the audio track in your input media file.

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

    Settings

    Optional. Provides information on any additional settings that were included in your request. Additional settings include channel identification, alternative transcriptions, speaker partitioning, custom vocabularies, and custom vocabulary filters.

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

    Subtitles

    Optional. Indicates whether subtitles were generated with your transcription.

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

    Tags

    Optional. The tags, each in the form of a key:value pair, assigned to the specified transcription job.

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

    Transcript

    Optional. Provides you with the Amazon S3 URI you can use to access your transcript.

    Declaration
    public TranscriptLocation Transcript { get; set; }
    Property Value
    Type Description
    TranscriptLocation

    Methods

    | Edit this page View Source

    IsCompleted()

    Declaration
    public bool IsCompleted()
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryGetError(out string)

    Declaration
    public bool TryGetError(out string error)
    Parameters
    Type Name Description
    string error
    Returns
    Type Description
    bool

    Implements

    IPollingJob

    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