Values.DominantLanguageSourceReturns 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.
type nonrec t = {languageCode : String_.t option;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.
*)score : Float_.t option;The level of confidence that Amazon Comprehend has in the accuracy of the detection.
*)}