WebMetaTag Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. customsearch. models. WebMetaTag
- com.
public class WebMetaTag
Defines a webpage's metadata.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
content()
Get the content value. |
String |
name()
Get the name value. |
Method Details
content
public String content()
Get the content value.
Returns:
the content value
name
public String name()
Get the name value.
Returns:
the name 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