Uses of Class
com.basistech.rosette.dm.LanguageDetection
Packages that use LanguageDetection
-
Uses of LanguageDetection in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return LanguageDetectionModifier and TypeMethodDescriptionLanguageDetection.Builder.build()Constructs an immutable language detection result from the current state of the builder.AnnotatedText.getWholeTextLanguageDetection()Returns the language results for the entire text.Methods in com.basistech.rosette.dm that return types with arguments of type LanguageDetectionModifier and TypeMethodDescriptionAnnotatedText.getLanguageDetectionRegions()Returns the list of language regions.Methods in com.basistech.rosette.dm with parameters of type LanguageDetectionModifier and TypeMethodDescriptionAnnotatedText.Builder.wholeDocumentLanguageDetection(LanguageDetection languageDetection) Attaches a whole-document language detection.Method parameters in com.basistech.rosette.dm with type arguments of type LanguageDetectionModifier and TypeMethodDescriptionAnnotatedText.Builder.languageDetectionRegions(ListAttribute<LanguageDetection> languageDetectionRegions) Attaches a list of language detections.Constructors in com.basistech.rosette.dm with parameters of type LanguageDetectionModifierConstructorDescriptionBuilder(LanguageDetection toCopy) Constructs a builder by copying the values from an existing language detection.