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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java