Show / Hide Table of Contents

Class AWSAPICallViaCloudTrail.TranscriptionJob

(experimental) Type definition for TranscriptionJob.

Inheritance
object
AWSAPICallViaCloudTrail.TranscriptionJob
Implements
AWSAPICallViaCloudTrail.ITranscriptionJob
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transcribe.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.TranscriptionJob : AWSAPICallViaCloudTrail.ITranscriptionJob
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.TranscriptionJob Implements AWSAPICallViaCloudTrail.ITranscriptionJob
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Transcribe.Events;

             var transcriptionJob = new TranscriptionJob {
                 CreationTime = new [] { "creationTime" },
                 LanguageCode = new [] { "languageCode" },
                 Media = new Media1 {
                     MediaFileUri = new [] { "mediaFileUri" }
                 },
                 MediaFormat = new [] { "mediaFormat" },
                 MediaSampleRateHertz = new [] { "mediaSampleRateHertz" },
                 Settings = new Settings1 {
                     ChannelIdentification = new [] { "channelIdentification" },
                     VocabularyName = new [] { "vocabularyName" }
                 },
                 TranscriptionJobName = new [] { "transcriptionJobName" },
                 TranscriptionJobStatus = new [] { "transcriptionJobStatus" }
             };

Synopsis

Constructors

TranscriptionJob()

(experimental) Type definition for TranscriptionJob.

Properties

CreationTime

(experimental) creationTime property.

LanguageCode

(experimental) languageCode property.

Media

(experimental) media property.

MediaFormat

(experimental) mediaFormat property.

MediaSampleRateHertz

(experimental) mediaSampleRateHertz property.

Settings

(experimental) settings property.

TranscriptionJobName

(experimental) transcriptionJobName property.

TranscriptionJobStatus

(experimental) transcriptionJobStatus property.

Constructors

TranscriptionJob()

(experimental) Type definition for TranscriptionJob.

public TranscriptionJob()
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Transcribe.Events;

             var transcriptionJob = new TranscriptionJob {
                 CreationTime = new [] { "creationTime" },
                 LanguageCode = new [] { "languageCode" },
                 Media = new Media1 {
                     MediaFileUri = new [] { "mediaFileUri" }
                 },
                 MediaFormat = new [] { "mediaFormat" },
                 MediaSampleRateHertz = new [] { "mediaSampleRateHertz" },
                 Settings = new Settings1 {
                     ChannelIdentification = new [] { "channelIdentification" },
                     VocabularyName = new [] { "vocabularyName" }
                 },
                 TranscriptionJobName = new [] { "transcriptionJobName" },
                 TranscriptionJobStatus = new [] { "transcriptionJobStatus" }
             };

Properties

CreationTime

(experimental) creationTime property.

public string[]? CreationTime { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of creationTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

LanguageCode

(experimental) languageCode property.

public string[]? LanguageCode { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Media

(experimental) media property.

public AWSAPICallViaCloudTrail.IMedia1? Media { get; set; }
Property Value

AWSAPICallViaCloudTrail.IMedia1

Remarks

Specify an array of string values to match this event if the actual value of media is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

MediaFormat

(experimental) mediaFormat property.

public string[]? MediaFormat { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of mediaFormat is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

MediaSampleRateHertz

(experimental) mediaSampleRateHertz property.

public string[]? MediaSampleRateHertz { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of mediaSampleRateHertz is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Settings

(experimental) settings property.

public AWSAPICallViaCloudTrail.ISettings1? Settings { get; set; }
Property Value

AWSAPICallViaCloudTrail.ISettings1

Remarks

Specify an array of string values to match this event if the actual value of settings is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

TranscriptionJobName

(experimental) transcriptionJobName property.

public string[]? TranscriptionJobName { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of transcriptionJobName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

TranscriptionJobStatus

(experimental) transcriptionJobStatus property.

public string[]? TranscriptionJobStatus { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of transcriptionJobStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Implements

AWSAPICallViaCloudTrail.ITranscriptionJob
Back to top Generated by DocFX