WebMetaTag Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.websearch.models.WebMetaTag

public class WebMetaTag

Defines a webpage's metadata.

Constructor Summary

Constructor Description
WebMetaTag()

Method Summary

Modifier and Type Method and Description
java.lang.String content()

Get the content value.

java.lang.String name()

Get the name value.

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

WebMetaTag

public WebMetaTag()

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