ImageGallery Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- WebPage
- CollectionPage
- com.
microsoft. azure. cognitiveservices. search. imagesearch. models. ImageGallery
- com.
public class ImageGallery extends CollectionPage
Defines a link to a webpage that contains a collection of related images.
Method Summary
Modifier and Type | Method and Description |
---|---|
Long |
followersCount()
Get the followersCount value. |
Long |
imagesCount()
Get the imagesCount value. |
String |
source()
Get the source value. |
Inherited Members
Thing.alternateName()
Thing.bingId()
CreativeWork.datePublished()
Thing.description()
Identifiable.id()
Thing.image()
Thing.name()
CreativeWork.provider()
Response.readLink()
CreativeWork.text()
CreativeWork.thumbnailUrl()
Thing.url()
Response.webSearchUrl()
Method Details
followersCount
public Long followersCount()
Get the followersCount value.
Returns:
the followersCount value
imagesCount
public Long imagesCount()
Get the imagesCount value.
Returns:
the imagesCount value
source
public String source()
Get the source value.
Returns:
the source 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