TextFormat Classe
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<TextFormat> - com.
microsoft. azure. cognitiveservices. search. websearch. models. TextFormat
- com.
- com.
public class TextFormat
Définit des valeurs pour TextFormat.
Récapitulatif du champ
Modificateur et type | Champ et description |
---|---|
final Text |
HTML
Valeur statique Html pour TextFormat. |
final Text |
RAW
Valeur statique Raw pour TextFormat. |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
Text |
fromString(String name)
Crée ou recherche un TextFormat à partir de sa représentation sous forme de chaîne. |
Collection<Text |
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:
Returns:
values
public static Collection
Returns:
S’applique à
Azure SDK for Java