Thing Class
- 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
- com.
- com.
- com.
- com.
public class Thing
extends Response
The Thing model.
Constructor Summary
Constructor | Description | |
---|---|---|
Thing() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
alternateName()
Get the alternate |
java.lang.String |
bingId()
Get the bing |
java.lang.String |
description()
Get the description value. |
Image |
image()
Get the image value. |
java.lang.String |
name()
Get the name value. |
java.lang.String |
url()
Get the url value. |
Methods inherited from Identifiable
Methods inherited from Response
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
Thing
public Thing()
Method Details
alternateName
public String alternateName()
Get the alternateName value.
Returns:
the alternateName value
bingId
public String bingId()
Get the bingId value.
Returns:
the bingId value
description
public String description()
Get the description value.
Returns:
the description value
image
public ImageObject image()
Get the image value.
Returns:
the image value
name
public String name()
Get the name value.
Returns:
the name value
url
public String url()
Get the url value.
Returns:
the url 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