public static class DocumentAnalysisResponse.DocumentAnalysis extends Object implements Iterable<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>>
| Modifier and Type | Method and Description | 
|---|---|
| String | getDocumentKey()Returns the unique key of the analyzed document. | 
| int | getFieldAnalysesCount()Returns the number of field analyses for the documents. | 
| DocumentAnalysisResponse.FieldAnalysis | getFieldAnalysis(String fieldName) | 
| Iterator<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>> | iterator()Returns an iterator over the field analyses map. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic String getDocumentKey()
public int getFieldAnalysesCount()
public DocumentAnalysisResponse.FieldAnalysis getFieldAnalysis(String fieldName)
public Iterator<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>> iterator()
iterator in interface Iterable<Map.Entry<String,DocumentAnalysisResponse.FieldAnalysis>>Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.