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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java