Class AWSAPICallViaCloudTrail.ResponseElements
(experimental) Type definition for ResponseElements.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transcribe.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.ResponseElements : AWSAPICallViaCloudTrail.IResponseElements
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.ResponseElements Implements AWSAPICallViaCloudTrail.IResponseElements
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 responseElements = new ResponseElements {
LanguageCode = new [] { "languageCode" },
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" }
},
VocabularyName = new [] { "vocabularyName" },
VocabularyState = new [] { "vocabularyState" }
};
Synopsis
Constructors
| ResponseElements() | (experimental) Type definition for ResponseElements. |
Properties
| LanguageCode | (experimental) languageCode property. |
| TranscriptionJob | (experimental) transcriptionJob property. |
| VocabularyName | (experimental) vocabularyName property. |
| VocabularyState | (experimental) vocabularyState property. |
Constructors
ResponseElements()
(experimental) Type definition for ResponseElements.
public ResponseElements()
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 responseElements = new ResponseElements {
LanguageCode = new [] { "languageCode" },
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" }
},
VocabularyName = new [] { "vocabularyName" },
VocabularyState = new [] { "vocabularyState" }
};
Properties
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
TranscriptionJob
(experimental) transcriptionJob property.
public AWSAPICallViaCloudTrail.ITranscriptionJob? TranscriptionJob { get; set; }
Property Value
AWSAPICallViaCloudTrail.ITranscriptionJob
Remarks
Specify an array of string values to match this event if the actual value of transcriptionJob 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
VocabularyName
(experimental) vocabularyName property.
public string[]? VocabularyName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of vocabularyName 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
VocabularyState
(experimental) vocabularyState property.
public string[]? VocabularyState { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of vocabularyState 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