TranscriptionJobSummary
public struct TranscriptionJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A timestamp that shows when the job was completed.
Declaration
Swift
public let completionTime: TimeStamp? -
The content redaction settings of the transcription job.
Declaration
Swift
public let contentRedaction: ContentRedaction? -
A timestamp that shows when the job was created.
Declaration
Swift
public let creationTime: TimeStamp? -
If the TranscriptionJobStatus field is FAILED, a description of the error.
Declaration
Swift
public let failureReason: String? -
The language code for the input speech.
Declaration
Swift
public let languageCode: LanguageCode? -
Undocumented
Declaration
Swift
public let modelSettings: ModelSettings? -
Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation. If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response’s TranscriptFileUri field.
Declaration
Swift
public let outputLocationType: OutputLocationType? -
A timestamp that shows when the job started processing.
Declaration
Swift
public let startTime: TimeStamp? -
The name of the transcription job.
Declaration
Swift
public let transcriptionJobName: String? -
The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.
Declaration
Swift
public let transcriptionJobStatus: TranscriptionJobStatus? -
init(completionTime:contentRedaction:creationTime:failureReason:languageCode:modelSettings:outputLocationType:startTime:transcriptionJobName:transcriptionJobStatus:)Undocumented
Declaration
Swift
public init(completionTime: TimeStamp? = nil, contentRedaction: ContentRedaction? = nil, creationTime: TimeStamp? = nil, failureReason: String? = nil, languageCode: LanguageCode? = nil, modelSettings: ModelSettings? = nil, outputLocationType: OutputLocationType? = nil, startTime: TimeStamp? = nil, transcriptionJobName: String? = nil, transcriptionJobStatus: TranscriptionJobStatus? = nil)
View on GitHub
TranscriptionJobSummary Structure Reference