AWSTranscribeCreateLanguageModelResponse
Objective-C
@interface AWSTranscribeCreateLanguageModelResponse
Swift
class AWSTranscribeCreateLanguageModelResponse
-
The Amazon Transcribe standard language model, or base model, you specified when creating your custom language model.
Declaration
Objective-C
@property (nonatomic) AWSTranscribeBaseModelName baseModelName;Swift
var baseModelName: AWSTranscribeBaseModelName { get set } -
Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations you provided for your training (
S3Uri) and tuning (TuningDataS3Uri) data.Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeInputDataConfig *_Nullable inputDataConfig;Swift
var inputDataConfig: AWSTranscribeInputDataConfig? { get set } -
The language code you selected for your custom language model.
Declaration
Objective-C
@property (nonatomic) AWSTranscribeCLMLanguageCode languageCode;Swift
var languageCode: AWSTranscribeCLMLanguageCode { get set } -
The name of your custom language model.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable modelName;Swift
var modelName: String? { get set } -
The status of your custom language model. When the status displays as
COMPLETED, your model is ready to use.Declaration
Objective-C
@property (nonatomic) AWSTranscribeModelStatus modelStatus;Swift
var modelStatus: AWSTranscribeModelStatus { get set }
View on GitHub
Install in Dash
AWSTranscribeCreateLanguageModelResponse Class Reference