AnalyzeResults Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. AnalyzeResults
- com.
public class AnalyzeResults
Analyze batch operation result.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
modelVersion()
Get the modelVersion value. |
List<Read |
readResults()
Get the readResults value. |
String |
version()
Get the version value. |
Analyze |
withModelVersion(String modelVersion)
Set the modelVersion value. |
Analyze |
withReadResults(List<ReadResult> readResults)
Set the readResults value. |
Analyze |
withVersion(String version)
Set the version value. |
Method Details
modelVersion
public String modelVersion()
Get the modelVersion value.
Returns:
the modelVersion value
readResults
public List
Get the readResults value.
Returns:
the readResults value
version
public String version()
Get the version value.
Returns:
the version value
withModelVersion
public AnalyzeResults withModelVersion(String modelVersion)
Set the modelVersion value.
Parameters:
modelVersion
- the modelVersion value to set
Returns:
the AnalyzeResults object itself.
withReadResults
public AnalyzeResults withReadResults(List
Set the readResults value.
Parameters:
readResults
- the readResults value to set
Returns:
the AnalyzeResults object itself.
withVersion
public AnalyzeResults withVersion(String version)
Set the version value.
Parameters:
version
- the version value to set
Returns:
the AnalyzeResults object itself.