com.textrazor.annotations
Class AnalyzedText

java.lang.Object
  extended by com.textrazor.annotations.AnalyzedText

public class AnalyzedText
extends java.lang.Object


Constructor Summary
AnalyzedText()
           
 
Method Summary
 void createAnnotationLinks()
           
 Response getResponse()
           
 double getTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyzedText

public AnalyzedText()
Method Detail

getTime

public double getTime()
Returns:
Total time in seconds TextRazor took to process this request. This does not include any time spent sending or receiving the request/response.

getResponse

public Response getResponse()
Returns:
The Response containing extracted TextRazor metadata.

createAnnotationLinks

public void createAnnotationLinks()