ListModelsResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ListModelsResult
- com.
public class ListModelsResult
Result of the List Domain Models operation.
Constructor Summary
Constructor | Description | |
---|---|---|
ListModelsResult() |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Model |
modelsProperty()
Get the models |
Methods inherited from java.lang.Object
Constructor Details
ListModelsResult
public ListModelsResult()
Method Details
modelsProperty
public List
Get the modelsProperty value.
Returns:
the modelsProperty value
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java