Response Class
- java.
lang. Object - ResponseBase
- Identifiable
- com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Response
- com.
public class Response extends Identifiable
Defines a response. All schemas that return at the root of the response must inherit from this object.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
readLink()
Get the readLink value. |
String |
webSearchUrl()
Get the webSearchUrl value. |
Inherited Members
Method Details
readLink
public String readLink()
Get the readLink value.
Returns:
the readLink value
webSearchUrl
public String webSearchUrl()
Get the webSearchUrl value.
Returns:
the webSearchUrl value
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java