PredictionQueryResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. PredictionQueryResult
- com.
public class PredictionQueryResult
The PredictionQueryResult model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Stored |
results()
Get the results value. |
Prediction |
token()
Get the token value. |
Method Details
results
public List
Get the results value.
Returns:
the results value
token
public PredictionQueryToken token()
Get the token value.
Returns:
the token value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java