AnalyzeResults Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. AnalyzeResults
- com.
public class AnalyzeResults
Analyze batch operation result.
Constructor Summary
Constructor | Description | |
---|---|---|
AnalyzeResults() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
modelVersion()
Get the model |
List<Read |
readResults()
Get the read |
String |
version()
Get the version value. |
Analyze |
withModelVersion(String modelVersion)
Set the model |
Analyze |
withReadResults(List<ReadResult> readResults)
Set the read |
Analyze |
withVersion(String version)
Set the version value. |
Methods inherited from java.lang.Object
Constructor Details
AnalyzeResults
public AnalyzeResults()
Method Details
modelVersion
public String modelVersion()
Get the modelVersion value.
Returns:
readResults
public List
Get the readResults value.
Returns:
version
public String version()
Get the version value.
Returns:
withModelVersion
public AnalyzeResults withModelVersion(String modelVersion)
Set the modelVersion value.
Parameters:
Returns:
withReadResults
public AnalyzeResults withReadResults(List
Set the readResults value.
Parameters:
Returns:
withVersion
public AnalyzeResults withVersion(String version)
Set the version value.
Parameters:
Returns:
Applies to
Azure SDK for Java