LabeledUtterance interface
Predikce a dvojice popisků příkladu.
Vlastnosti
entity |
Entity odpovídající příkladu. |
entity |
Seznam navrhovaných entit |
id | ID označené promluvy. |
intent |
Záměr odpovídající příkladu. |
intent |
Seznam navrhovaných záměrů |
text | Promluva. Například "What's the weather like in seattle?" (Jaké je počasí v Seattlu?) |
tokenized |
Promluva byla tokenizována. |
Podrobnosti vlastnosti
entityLabels
entityPredictions
Seznam navrhovaných entit
entityPredictions?: EntityPrediction[]
Hodnota vlastnosti
id
ID označené promluvy.
id?: number
Hodnota vlastnosti
number
intentLabel
Záměr odpovídající příkladu.
intentLabel?: string
Hodnota vlastnosti
string
intentPredictions
Seznam navrhovaných záměrů
intentPredictions?: IntentPrediction[]
Hodnota vlastnosti
text
Promluva. Například "What's the weather like in seattle?" (Jaké je počasí v Seattlu?)
text?: string
Hodnota vlastnosti
string
tokenizedText
Promluva byla tokenizována.
tokenizedText?: string[]
Hodnota vlastnosti
string[]