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
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