AWSComprehendBatchDetectDominantLanguageRequest
Objective-C
@interface AWSComprehendBatchDetectDominantLanguageRequest
Swift
class AWSComprehendBatchDetectDominantLanguageRequest
-
A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters. The maximum size of each document is 5 KB.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable textList;
Swift
var textList: [String]? { get set }