PropertiesItem Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.imagesearch.models.PropertiesItem

public class PropertiesItem

Defines an item.

Constructor Summary

Constructor Description
PropertiesItem()

Method Summary

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

Get the text 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

PropertiesItem

public PropertiesItem()

Method Details

text

public String text()

Get the text value.

Returns:

the text value

Applies to