Partager via


TextFormat Classe

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

public class TextFormat

Définit des valeurs pour TextFormat.

Récapitulatif du champ

Modificateur et type Champ et description
final TextFormat HTML

Valeur statique Html pour TextFormat.

final TextFormat RAW

Valeur statique Raw pour TextFormat.

Résumé de la méthode

Modificateur et type Méthode et description
TextFormat fromString(String name)

Crée ou recherche un TextFormat à partir de sa représentation sous forme de chaîne.

Collection<TextFormat> values()

Détails du champ

HTML

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

Valeur statique Html pour TextFormat.

RAW

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

Valeur statique Raw pour TextFormat.

Détails de la méthode

fromString

public static TextFormat fromString(String name)

Crée ou recherche un TextFormat à partir de sa représentation sous forme de chaîne.

Parameters:

name - nom à rechercher

Returns:

TextFormat correspondant

values

public static Collection values()

Returns:

Valeurs TextFormat connues

S’applique à