Class TranscriptionJob
Inheritance
TranscriptionJob
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
|
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
|
Edit this page
View Source
LanguageOptions
Optional. Provides the language codes you specified in your request.
Declaration
public string[] LanguageOptions { get; set; }
Property Value
|
Edit this page
View Source
Optional. Provides the Amazon S3 location of the media file you used in your request.
Declaration
public Media Media { get; set; }
Property Value
|
Edit this page
View Source
Optional. The format of the input media file.
Declaration
public string MediaFormat { get; set; }
Property Value
|
Edit this page
View Source
Optional. The sample rate, in hertz, of the audio track in your input media file.
Declaration
public int? MediaSampleRateHertz { get; set; }
Property Value
|
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
|
Edit this page
View Source
Subtitles
Optional. Indicates whether subtitles were generated with your transcription.
Declaration
public SubtitlesOutput Subtitles { get; set; }
Property Value
|
Edit this page
View Source
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
|
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
Methods
|
Edit this page
View Source
IsCompleted()
Declaration
public bool IsCompleted()
Returns
|
Edit this page
View Source
TryGetError(out string)
Declaration
public bool TryGetError(out string error)
Parameters
| Type |
Name |
Description |
| string |
error |
|
Returns
Implements
Extension Methods