AnalyzeBatchResult Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. AnalyzeBatchResult
- com.
Implements
public final class AnalyzeBatchResult
implements JsonSerializable<AnalyzeBatchResult>
Batch document analysis result.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Analyze |
fromJson(JsonReader jsonReader)
Reads an instance of Analyze |
List<Analyze |
getDetails()
Get the details property: Operation detail for each document in the batch. |
int |
getFailedCount()
Get the failed |
int |
getSkippedCount()
Get the skipped |
int |
getSucceededCount()
Get the succeeded |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AnalyzeBatchResult fromJson(JsonReader jsonReader)
Reads an instance of AnalyzeBatchResult from the JsonReader.
Parameters:
Returns:
Throws:
getDetails
public List
Get the details property: Operation detail for each document in the batch.
Returns:
getFailedCount
public int getFailedCount()
Get the failedCount property: Number of documents that completed with status failed.
Returns:
getSkippedCount
public int getSkippedCount()
Get the skippedCount property: Number of documents that completed with status skipped.
Returns:
getSucceededCount
public int getSucceededCount()
Get the succeededCount property: Number of documents that completed with status succeeded.
Returns:
toJson
Applies to
Azure SDK for Java