ImagesModel Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. ResponseBase - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Identifiable - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Response - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Answer - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. SearchResultsAnswer - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. ImagesModel
- com.
- com.
- com.
- com.
- com.
- com.
public class ImagesModel
extends SearchResultsAnswer
Defines an image answer.
Constructor Summary
Constructor | Description | |
---|---|---|
ImagesModel() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
nextOffset()
Get the next |
java.util.List<Pivot |
pivotSuggestions()
Get the pivot |
java.util.List<Query> |
queryExpansions()
Get the query |
java.util.List<Query> |
similarTerms()
Get the similar |
java.util.List<Image |
value()
Get the value value. |
Images |
withValue(List<ImageObject> value)
Set the value value. |
Methods inherited from Identifiable
Methods inherited from Response
Methods inherited from SearchResultsAnswer
Methods inherited from java.lang.Object
Constructor Details
ImagesModel
public ImagesModel()
Method Details
nextOffset
public Integer nextOffset()
Get the nextOffset value.
Returns:
pivotSuggestions
public List
Get the pivotSuggestions value.
Returns:
queryExpansions
public List
Get the queryExpansions value.
Returns:
similarTerms
public List
Get the similarTerms value.
Returns:
value
public List
Get the value value.
Returns:
withValue
public ImagesModel withValue(List
Set the value value.
Parameters:
Returns:
Applies to
Azure SDK for Java