Images Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Answer
- SearchResultsAnswer
- com.
microsoft. azure. cognitiveservices. search. websearch. models. Images
- com.
public class Images extends SearchResultsAnswer
Defines an image answer.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
nextOffset()
Get the nextOffset value. |
List<Query> |
queryExpansions()
Get the queryExpansions value. |
List<Query> |
relatedSearches()
Get the relatedSearches value. |
List<Query> |
similarTerms()
Get the similarTerms value. |
List<Image |
value()
Get the value value. |
Images |
withValue(List<ImageObject> value)
Set the value value. |
Inherited Members
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