Sdílet prostřednictvím


WebMetaTag Class

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

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