EntityWithScore Klasse
- java.
lang. Object - EntityModel
- com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. EntityWithScore
- com.
public class EntityWithScore extends EntityModel
Das EntityWithScore-Modell.
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
double |
score()
Rufen Sie den Bewertungswert ab. |
Entity |
withScore(double score)
Legen Sie den Scorewert fest. |
Geerbte Elemente
EntityModel.additionalProperties()
EntityModel.endIndex()
EntityModel.entity()
EntityModel.startIndex()
EntityModel.type()
EntityModel.withAdditionalProperties(Map<String, Object> additionalProperties)
EntityModel.withEndIndex(int endIndex)
EntityModel.withEntity(String entity)
EntityModel.withStartIndex(int startIndex)
EntityModel.withType(String type)
Details zur Methode
score
public double score()
Rufen Sie den Bewertungswert ab.
Returns:
der Bewertungswert
withScore
public EntityWithScore withScore(double score)
Legen Sie den Scorewert fest.
Parameters:
score
- der festzulegende Bewertungswert
Returns:
das EntityWithScore-Objekt selbst.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java