AWSComprehendDominantLanguage Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSComprehendModel.h AWSComprehendModel.m |
Overview
Returns the code for the dominant language in the input text and the level of confidence that Amazon Comprehend has in the accuracy of the detection.
languageCode
The RFC 5646 language code for the dominant language. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
@property (nonatomic, strong) NSString *languageCode
Declared In
AWSComprehendModel.h
score
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
@property (nonatomic, strong) NSNumber *score
Declared In
AWSComprehendModel.h