AnalyzeBatchResultDetails Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. AnalyzeBatchResultDetails
- com.
Implements
public final class AnalyzeBatchResultDetails
implements JsonSerializable<AnalyzeBatchResultDetails>
Operation detail for a document in a batch analysis.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Analyze |
fromJson(JsonReader jsonReader)
Reads an instance of Analyze |
Document |
getError()
Get the error property: Encountered error. |
String |
getResultUrl()
Get the result |
String |
getSourceUrl()
Get the source |
Document |
getStatus()
Get the status property: Analyze status. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AnalyzeBatchResultDetails fromJson(JsonReader jsonReader)
Reads an instance of AnalyzeBatchResultDetails from the JsonReader.
Parameters:
Returns:
Throws:
getError
public DocumentIntelligenceError getError()
Get the error property: Encountered error.
Returns:
getResultUrl
public String getResultUrl()
Get the resultUrl property: URL of the analyze result JSON.
Returns:
getSourceUrl
public String getSourceUrl()
Get the sourceUrl property: URL of the source document.
Returns:
getStatus
public DocumentIntelligenceOperationStatus getStatus()
Get the status property: Analyze status. succeeded, failed, or skipped.
Returns:
toJson
Applies to
Azure SDK for Java