Freigeben über


ImageInsightModule Klasse

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<ImageInsightModule>
      • com.microsoft.azure.cognitiveservices.search.imagesearch.models.ImageInsightModule

public class ImageInsightModule

Definiert Werte für ImageInsightModule.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
final ImageInsightModule ALL

Statischer Wert All für ImageInsightModule.

final ImageInsightModule BRQ

Statischer Wert BRQ für ImageInsightModule.

final ImageInsightModule CAPTION

Statischer Wert Caption für ImageInsightModule.

final ImageInsightModule COLLECTIONS

Statische Wertauflistungen für ImageInsightModule.

final ImageInsightModule PAGES_INCLUDING

Statischer Wert PagesIncluding für ImageInsightModule.

final ImageInsightModule RECIPES

Statischer Wert Rezepte für ImageInsightModule.

final ImageInsightModule RECOGNIZED_ENTITIES

Statischer Wert RecognizedEntities für ImageInsightModule.

final ImageInsightModule RELATED_SEARCHES

Statischer Wert RelatedSearches für ImageInsightModule.

final ImageInsightModule SHOPPING_SOURCES

Statischer Wert ShoppingSources für ImageInsightModule.

final ImageInsightModule SIMILAR_IMAGES

Statischer Wert SimilarImages für ImageInsightModule.

final ImageInsightModule SIMILAR_PRODUCTS

Statischer Wert SimilarProducts für ImageInsightModule.

final ImageInsightModule TAGS

Statische Werttags für ImageInsightModule.

Methodenzusammenfassung

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

Erstellt oder sucht ein ImageInsightModule aus seiner Zeichenfolgendarstellung.

Collection<ImageInsightModule> values()

Felddetails

ALL

public static final ImageInsightModule ALL= fromString("All")

Statischer Wert All für ImageInsightModule.

BRQ

public static final ImageInsightModule BRQ= fromString("BRQ")

Statischer Wert BRQ für ImageInsightModule.

CAPTION

public static final ImageInsightModule CAPTION= fromString("Caption")

Statischer Wert Caption für ImageInsightModule.

COLLECTIONS

public static final ImageInsightModule COLLECTIONS= fromString("Collections")

Statische Wertauflistungen für ImageInsightModule.

PAGES_INCLUDING

public static final ImageInsightModule PAGES_INCLUDING= fromString("PagesIncluding")

Statischer Wert PagesIncluding für ImageInsightModule.

RECIPES

public static final ImageInsightModule RECIPES= fromString("Recipes")

Statischer Wert Rezepte für ImageInsightModule.

RECOGNIZED_ENTITIES

public static final ImageInsightModule RECOGNIZED_ENTITIES= fromString("RecognizedEntities")

Statischer Wert RecognizedEntities für ImageInsightModule.

public static final ImageInsightModule RELATED_SEARCHES= fromString("RelatedSearches")

Statischer Wert RelatedSearches für ImageInsightModule.

SHOPPING_SOURCES

public static final ImageInsightModule SHOPPING_SOURCES= fromString("ShoppingSources")

Statischer Wert ShoppingSources für ImageInsightModule.

SIMILAR_IMAGES

public static final ImageInsightModule SIMILAR_IMAGES= fromString("SimilarImages")

Statischer Wert SimilarImages für ImageInsightModule.

SIMILAR_PRODUCTS

public static final ImageInsightModule SIMILAR_PRODUCTS= fromString("SimilarProducts")

Statischer Wert SimilarProducts für ImageInsightModule.

TAGS

public static final ImageInsightModule TAGS= fromString("Tags")

Statische Werttags für ImageInsightModule.

Details zur Methode

fromString

public static ImageInsightModule fromString(String name)

Erstellt oder sucht ein ImageInsightModule aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

das entsprechende ImageInsightModule

values

public static Collection values()

Returns:

bekannte ImageInsightModule-Werte

Gilt für: