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