Freigeben über


TextFormat Klasse

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<TextFormat>
      • com.microsoft.azure.cognitiveservices.search.customsearch.models.TextFormat

public class TextFormat

Definiert Werte für TextFormat.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
final TextFormat HTML

Statischer Wert Html für TextFormat.

final TextFormat RAW

Statischer Wert Raw für TextFormat.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
TextFormat fromString(String name)

Erstellt oder sucht ein TextFormat aus seiner Zeichenfolgendarstellung.

Collection<TextFormat> values()

Felddetails

HTML

public static final TextFormat HTML= fromString("Html")

Statischer Wert Html für TextFormat.

RAW

public static final TextFormat RAW= fromString("Raw")

Statischer Wert Raw für TextFormat.

Details zur Methode

fromString

public static TextFormat fromString(String name)

Erstellt oder sucht ein TextFormat aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

das entsprechende TextFormat

values

public static Collection values()

Returns:

bekannte TextFormat-Werte

Gilt für: