ResponseFormat Klasse
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<ResponseFormat> - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. ResponseFormat
- com.
- com.
public class ResponseFormat
Definiert Werte für ResponseFormat.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
final Response |
JSON
Statischer Wert JSON für ResponseFormat. |
final Response |
JSON_LD
Statischer Wert JsonLd für ResponseFormat. |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
Response |
fromString(String name)
Erstellt oder sucht ein ResponseFormat aus seiner Zeichenfolgendarstellung. |
Collection<Response |
values() |
Felddetails
JSON
public static final ResponseFormat JSON= fromString("Json")
Statischer Wert JSON für ResponseFormat.
JSON_LD
public static final ResponseFormat JSON_LD= fromString("JsonLd")
Statischer Wert JsonLd für ResponseFormat.
Details zur Methode
fromString
public static ResponseFormat fromString(String name)
Erstellt oder sucht ein ResponseFormat aus seiner Zeichenfolgendarstellung.
Parameters:
Returns:
values
public static Collection
Returns:
Gilt für:
Azure SDK for Java