Freigeben über


EntityType Klasse

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<EntityType>
      • com.microsoft.azure.cognitiveservices.search.entitysearch.models.EntityType

public class EntityType

Definiert Werte für EntityType.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
final EntityType ACTOR

Statischer Wert Actor für EntityType.

final EntityType ANIMAL

Statischer Wert Animal für EntityType.

final EntityType ARTIST

Statischer Wert Artist für EntityType.

final EntityType ATTORNEY

Statischer Wert Attorney für EntityType.

final EntityType ATTRACTION

Statischer Wert Attraction für EntityType.

final EntityType BOOK

Statischer Wert Book für EntityType.

final EntityType CAR

Statischer Wert Car für EntityType.

final EntityType CITY

Statischer Wert City für EntityType.

final EntityType COLLEGE_OR_UNIVERSITY

Statischer Wert CollegeOrUniversity für EntityType.

final EntityType COMPOSITION

Statischer Wert Composition für EntityType.

final EntityType CONTINENT

Statischer Wert Continent für EntityType.

final EntityType COUNTRY

Statischer Wert Country für EntityType.

final EntityType DRUG

Statischer Wert Drug for EntityType.

final EntityType EVENT

Statischer Wert Event für EntityType.

final EntityType FOOD

Statischer Wert Food for EntityType.

final EntityType GENERIC

Statischer Wert Generic für EntityType.

final EntityType HOTEL

Statischer Wert Hotel für EntityType.

final EntityType HOUSE

Statischer Wert House für EntityType.

final EntityType LOCAL_BUSINESS

Statischer Wert LocalBusiness für EntityType.

final EntityType LOCALITY

Statischer Wert Locality für EntityType.

final EntityType MEDIA

Statischer Wert Media für EntityType.

final EntityType MINOR_REGION

Statischer Wert MinorRegion für EntityType.

final EntityType MOVIE

Statischer Wert Movie für EntityType.

final EntityType MUSIC_ALBUM

Statischer Wert MusicAlbum für EntityType.

final EntityType MUSIC_GROUP

Statischer Wert MusicGroup für EntityType.

final EntityType MUSIC_RECORDING

Statischer Wert MusicRecording für EntityType.

final EntityType NEIGHBORHOOD

Statischer Wert Neighborhood für EntityType.

final EntityType ORGANIZATION

Statischer Wert Organisation für EntityType.

final EntityType OTHER

Statischer Wert Other für EntityType.

final EntityType PERSON

Statischer Wert Person für EntityType.

final EntityType PLACE

Statischer Wert Place für EntityType.

final EntityType POINT_OF_INTEREST

Statischer Wert PointOfInterest für EntityType.

final EntityType POSTAL_CODE

Statischer Wert PostalCode für EntityType.

final EntityType PRODUCT

Statischer Wert Product für EntityType.

final EntityType RADIO_STATION

Statischer Wert RadioStation für EntityType.

final EntityType REGION

Statischer Wert Region für EntityType.

final EntityType RESTAURANT

Statischer Wert Restaurant für EntityType.

final EntityType SCHOOL

Statischer Wert School für EntityType.

final EntityType SPECIALITY

Statischer Wert Specialty für EntityType.

final EntityType SPORTS_TEAM

Statischer Wert SportsTeam für EntityType.

final EntityType STATE

Statischer Wert State für EntityType.

final EntityType STREET_ADDRESS

Statischer Wert StreetAddress für EntityType.

final EntityType SUB_REGION

Statischer Wert SubRegion für EntityType.

final EntityType TELEVISION_SEASON

Statischer Wert TelevisionSeason für EntityType.

final EntityType TELEVISION_SHOW

Statischer Wert TelevisionShow für EntityType.

final EntityType THEATER_PLAY

Statischer Wert TheaterPlay für EntityType.

final EntityType TOURIST_ATTRACTION

Statischer Wert TouristAttraction für EntityType.

final EntityType TRAVEL

Statischer Wert Travel für EntityType.

final EntityType VIDEO_GAME

Statischer Wert VideoGame für EntityType.

Methodenzusammenfassung

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

Erstellt oder findet einen EntityType aus seiner Zeichenfolgendarstellung.

Collection<EntityType> values()

Felddetails

ACTOR

public static final EntityType ACTOR= fromString("Actor")

Statischer Wert Actor für EntityType.

ANIMAL

public static final EntityType ANIMAL= fromString("Animal")

Statischer Wert Animal für EntityType.

ARTIST

public static final EntityType ARTIST= fromString("Artist")

Statischer Wert Artist für EntityType.

ATTORNEY

public static final EntityType ATTORNEY= fromString("Attorney")

Statischer Wert Attorney für EntityType.

ATTRACTION

public static final EntityType ATTRACTION= fromString("Attraction")

Statischer Wert Attraction für EntityType.

BOOK

public static final EntityType BOOK= fromString("Book")

Statischer Wert Book für EntityType.

CAR

public static final EntityType CAR= fromString("Car")

Statischer Wert Car für EntityType.

CITY

public static final EntityType CITY= fromString("City")

Statischer Wert City für EntityType.

COLLEGE_OR_UNIVERSITY

public static final EntityType COLLEGE_OR_UNIVERSITY= fromString("CollegeOrUniversity")

Statischer Wert CollegeOrUniversity für EntityType.

COMPOSITION

public static final EntityType COMPOSITION= fromString("Composition")

Statischer Wert Composition für EntityType.

CONTINENT

public static final EntityType CONTINENT= fromString("Continent")

Statischer Wert Continent für EntityType.

COUNTRY

public static final EntityType COUNTRY= fromString("Country")

Statischer Wert Country für EntityType.

DRUG

public static final EntityType DRUG= fromString("Drug")

Statischer Wert Drug for EntityType.

EVENT

public static final EntityType EVENT= fromString("Event")

Statischer Wert Event für EntityType.

FOOD

public static final EntityType FOOD= fromString("Food")

Statischer Wert Food for EntityType.

GENERIC

public static final EntityType GENERIC= fromString("Generic")

Statischer Wert Generic für EntityType.

HOTEL

public static final EntityType HOTEL= fromString("Hotel")

Statischer Wert Hotel für EntityType.

HOUSE

public static final EntityType HOUSE= fromString("House")

Statischer Wert House für EntityType.

LOCAL_BUSINESS

public static final EntityType LOCAL_BUSINESS= fromString("LocalBusiness")

Statischer Wert LocalBusiness für EntityType.

LOCALITY

public static final EntityType LOCALITY= fromString("Locality")

Statischer Wert Locality für EntityType.

MEDIA

public static final EntityType MEDIA= fromString("Media")

Statischer Wert Media für EntityType.

MINOR_REGION

public static final EntityType MINOR_REGION= fromString("MinorRegion")

Statischer Wert MinorRegion für EntityType.

MOVIE

public static final EntityType MOVIE= fromString("Movie")

Statischer Wert Movie für EntityType.

MUSIC_ALBUM

public static final EntityType MUSIC_ALBUM= fromString("MusicAlbum")

Statischer Wert MusicAlbum für EntityType.

MUSIC_GROUP

public static final EntityType MUSIC_GROUP= fromString("MusicGroup")

Statischer Wert MusicGroup für EntityType.

MUSIC_RECORDING

public static final EntityType MUSIC_RECORDING= fromString("MusicRecording")

Statischer Wert MusicRecording für EntityType.

NEIGHBORHOOD

public static final EntityType NEIGHBORHOOD= fromString("Neighborhood")

Statischer Wert Neighborhood für EntityType.

ORGANIZATION

public static final EntityType ORGANIZATION= fromString("Organization")

Statischer Wert Organisation für EntityType.

OTHER

public static final EntityType OTHER= fromString("Other")

Statischer Wert Other für EntityType.

PERSON

public static final EntityType PERSON= fromString("Person")

Statischer Wert Person für EntityType.

PLACE

public static final EntityType PLACE= fromString("Place")

Statischer Wert Place für EntityType.

POINT_OF_INTEREST

public static final EntityType POINT_OF_INTEREST= fromString("PointOfInterest")

Statischer Wert PointOfInterest für EntityType.

POSTAL_CODE

public static final EntityType POSTAL_CODE= fromString("PostalCode")

Statischer Wert PostalCode für EntityType.

PRODUCT

public static final EntityType PRODUCT= fromString("Product")

Statischer Wert Product für EntityType.

RADIO_STATION

public static final EntityType RADIO_STATION= fromString("RadioStation")

Statischer Wert RadioStation für EntityType.

REGION

public static final EntityType REGION= fromString("Region")

Statischer Wert Region für EntityType.

RESTAURANT

public static final EntityType RESTAURANT= fromString("Restaurant")

Statischer Wert Restaurant für EntityType.

SCHOOL

public static final EntityType SCHOOL= fromString("School")

Statischer Wert School für EntityType.

SPECIALITY

public static final EntityType SPECIALITY= fromString("Speciality")

Statischer Wert Specialty für EntityType.

SPORTS_TEAM

public static final EntityType SPORTS_TEAM= fromString("SportsTeam")

Statischer Wert SportsTeam für EntityType.

STATE

public static final EntityType STATE= fromString("State")

Statischer Wert State für EntityType.

STREET_ADDRESS

public static final EntityType STREET_ADDRESS= fromString("StreetAddress")

Statischer Wert StreetAddress für EntityType.

SUB_REGION

public static final EntityType SUB_REGION= fromString("SubRegion")

Statischer Wert SubRegion für EntityType.

TELEVISION_SEASON

public static final EntityType TELEVISION_SEASON= fromString("TelevisionSeason")

Statischer Wert TelevisionSeason für EntityType.

TELEVISION_SHOW

public static final EntityType TELEVISION_SHOW= fromString("TelevisionShow")

Statischer Wert TelevisionShow für EntityType.

THEATER_PLAY

public static final EntityType THEATER_PLAY= fromString("TheaterPlay")

Statischer Wert TheaterPlay für EntityType.

TOURIST_ATTRACTION

public static final EntityType TOURIST_ATTRACTION= fromString("TouristAttraction")

Statischer Wert TouristAttraction für EntityType.

TRAVEL

public static final EntityType TRAVEL= fromString("Travel")

Statischer Wert Travel für EntityType.

VIDEO_GAME

public static final EntityType VIDEO_GAME= fromString("VideoGame")

Statischer Wert VideoGame für EntityType.

Details zur Methode

fromString

public static EntityType fromString(String name)

Erstellt oder findet einen EntityType aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

den entsprechenden EntityType

values

public static Collection values()

Returns:

bekannte EntityType-Werte

Gilt für: