Class Thing
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.ResponseBase
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Identifiable
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Response
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Thing
-
- Direct Known Subclasses:
CreativeWork
public class Thing extends Response
The Thing model.
-
-
Constructor Summary
Constructors Constructor Description Thing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringalternateName()Get the alternateName value.StringbingId()Get the bingId value.Stringdescription()Get the description value.ImageObjectimage()Get the image value.Stringname()Get the name value.Stringurl()Get the url value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Response
webSearchUrl
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Identifiable
id
-
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
url
public String url()
Get the url value.- Returns:
- the url value
-
image
public ImageObject image()
Get the image value.- Returns:
- the image value
-
description
public String description()
Get the description value.- Returns:
- the description value
-
alternateName
public String alternateName()
Get the alternateName value.- Returns:
- the alternateName value
-
bingId
public String bingId()
Get the bingId value.- Returns:
- the bingId value
-
-