IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.sdk.common.infomining.analysis
Class DKIKFLanguageIdentificationResult

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentificationResult
All Implemented Interfaces:
java.io.Serializable

public abstract class DKIKFLanguageIdentificationResult
extends java.lang.Object
implements java.io.Serializable

Represents a result of the DKIKFLanguageIdentifier.

See Also:
Serialized Form

Constructor Summary
protected DKIKFLanguageIdentificationResult()
          Objects can be obtained from DKIKFLanguageIdentifier.
 
Method Summary
abstract  float getConfidence()
          Returns a level of confidence between 0 and 1 how sure the language is.
abstract  java.lang.String getLanguage()
          Returns the language.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKIKFLanguageIdentificationResult

protected DKIKFLanguageIdentificationResult()
Objects can be obtained from DKIKFLanguageIdentifier.
Method Detail

getLanguage

public abstract java.lang.String getLanguage()
Returns the language.
Returns:
the language

getConfidence

public abstract float getConfidence()
Returns a level of confidence between 0 and 1 how sure the language is.
Returns:
a level of confidence for the language.

IBM Information Integrator for Content V8.2 APIs

© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.