Uses of Class
software.amazon.awssdk.services.comprehend.model.SyntaxLanguageCode
-
Packages that use SyntaxLanguageCode Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of SyntaxLanguageCode in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return SyntaxLanguageCode Modifier and Type Method Description static SyntaxLanguageCodeSyntaxLanguageCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SyntaxLanguageCodeBatchDetectSyntaxRequest. languageCode()The language of the input documents.SyntaxLanguageCodeDetectSyntaxRequest. languageCode()The language code of the input documents.static SyntaxLanguageCodeSyntaxLanguageCode. valueOf(String name)Returns the enum constant of this type with the specified name.static SyntaxLanguageCode[]SyntaxLanguageCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type SyntaxLanguageCode Modifier and Type Method Description static Set<SyntaxLanguageCode>SyntaxLanguageCode. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type SyntaxLanguageCode Modifier and Type Method Description BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest.Builder. languageCode(SyntaxLanguageCode languageCode)The language of the input documents.DetectSyntaxRequest.BuilderDetectSyntaxRequest.Builder. languageCode(SyntaxLanguageCode languageCode)The language code of the input documents.
-