Uses of Class
com.basistech.rosette.dm.LanguageDetection.DetectionResult
Packages that use LanguageDetection.DetectionResult
-
Uses of LanguageDetection.DetectionResult in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return LanguageDetection.DetectionResultModifier and TypeMethodDescriptionLanguageDetection.DetectionResult.Builder.build()Build an immutable detection result from the current state of the builder.Methods in com.basistech.rosette.dm that return types with arguments of type LanguageDetection.DetectionResultModifier and TypeMethodDescriptionLanguageDetection.getDetectionResults()Returns the detection results, in order from best to worst confidence.Constructors in com.basistech.rosette.dm with parameters of type LanguageDetection.DetectionResultModifierConstructorDescriptionConstructs a builder initialized from an existing detection result.Constructor parameters in com.basistech.rosette.dm with type arguments of type LanguageDetection.DetectionResultModifierConstructorDescriptionBuilder(int startOffset, int endOffset, List<LanguageDetection.DetectionResult> detectionResults) Constructs a builder from the required properties.protectedLanguageDetection(int startOffset, int endOffset, List<LanguageDetection.DetectionResult> detectionResults, Map<String, Object> extendedProperties)