ReadOperationResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ReadOperationResult
- com.
public class ReadOperationResult
OCR result of the read operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
Analyze |
analyzeResult()
Get the analyzeResult value. |
String |
createdDateTime()
Get the createdDateTime value. |
String |
lastUpdatedDateTime()
Get the lastUpdatedDateTime value. |
Operation |
status()
Get the status value. |
Read |
withAnalyzeResult(AnalyzeResults analyzeResult)
Set the analyzeResult value. |
Read |
withCreatedDateTime(String createdDateTime)
Set the createdDateTime value. |
Read |
withLastUpdatedDateTime(String lastUpdatedDateTime)
Set the lastUpdatedDateTime value. |
Read |
withStatus(OperationStatusCodes status)
Set the status value. |
Method Details
analyzeResult
public AnalyzeResults analyzeResult()
Get the analyzeResult value.
Returns:
createdDateTime
public String createdDateTime()
Get the createdDateTime value.
Returns:
lastUpdatedDateTime
public String lastUpdatedDateTime()
Get the lastUpdatedDateTime value.
Returns:
status
public OperationStatusCodes status()
Get the status value.
Returns:
withAnalyzeResult
public ReadOperationResult withAnalyzeResult(AnalyzeResults analyzeResult)
Set the analyzeResult value.
Parameters:
Returns:
withCreatedDateTime
public ReadOperationResult withCreatedDateTime(String createdDateTime)
Set the createdDateTime value.
Parameters:
Returns:
withLastUpdatedDateTime
public ReadOperationResult withLastUpdatedDateTime(String lastUpdatedDateTime)
Set the lastUpdatedDateTime value.
Parameters:
Returns:
withStatus
public ReadOperationResult withStatus(OperationStatusCodes status)
Set the status value.
Parameters:
Returns:
Applies to
Azure SDK for Java