Uses of Enum
com.azure.search.documents.indexes.models.EntityRecognitionSkillVersion
Packages that use EntityRecognitionSkillVersion
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of EntityRecognitionSkillVersion in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return EntityRecognitionSkillVersionModifier and TypeMethodDescriptionEntityRecognitionSkillVersion.fromString(String value) Gets theEntityRecognitionSkillVersionfrom the stringvalue.EntityRecognitionSkillVersion.getLatest()Gets the latestEntityRecognitionSkillversion.EntityRecognitionSkill.getSkillVersion()Gets the version of theEntityRecognitionSkill.Returns the enum constant of this type with the specified name.static EntityRecognitionSkillVersion[]EntityRecognitionSkillVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.search.documents.indexes.models with parameters of type EntityRecognitionSkillVersionModifierConstructorDescriptionEntityRecognitionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs, EntityRecognitionSkillVersion version) Creates an instance of EntityRecognitionSkill class.