AnalysisResult Class
- java.
lang. Object - com.
azure. ai. contentunderstanding. models. AnalysisResult
- com.
Implements
public final class AnalysisResult
implements JsonSerializable<AnalysisResult>
Analyze operation result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Analysis |
fromJson(JsonReader jsonReader)
Reads an instance of Analysis |
| String |
getAnalyzerId()
Get the analyzer |
| String |
getApiVersion()
Get the api |
|
List<Analysis |
getContents()
Get the contents property: The extracted content. |
|
Offset |
getCreatedAt()
Get the created |
| String |
getStringEncoding()
Get the string |
|
List<Response |
getWarnings()
Get the warnings property: Warnings encountered while analyzing the document. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AnalysisResult fromJson(JsonReader jsonReader)
Reads an instance of AnalysisResult from the JsonReader.
Parameters:
Returns:
Throws:
getAnalyzerId
public String getAnalyzerId()
Get the analyzerId property: The unique identifier of the analyzer.
Returns:
getApiVersion
public String getApiVersion()
Get the apiVersion property: The version of the API used to analyze the document.
Returns:
getContents
public List<AnalysisContent> getContents()
Get the contents property: The extracted content.
Returns:
getCreatedAt
public OffsetDateTime getCreatedAt()
Get the createdAt property: The date and time when the result was created.
Returns:
getStringEncoding
public String getStringEncoding()
Get the stringEncoding property: The string encoding format for content spans in the response. Possible values are 'codePoint', 'utf16', and `utf8`. Default is `codePoint`.").
Returns:
getWarnings
public List<ResponseError> getWarnings()
Get the warnings property: Warnings encountered while analyzing the document.
Returns: