Match interface
Details about the specific substring in a document that refers to a linked entity identified by the Text Analytics model.
Properties
confidence |
If a well known item is recognized, a decimal number denoting the confidence level between 0 and 1 will be returned. |
length | Length for the entity match text. |
offset | Start position for the entity match text. |
text | Entity text as appears in the request. |
Property Details
confidenceScore
If a well known item is recognized, a decimal number denoting the confidence level between 0 and 1 will be returned.
confidenceScore: number
Property Value
number
length
Length for the entity match text.
length: number
Property Value
number
offset
Start position for the entity match text.
offset: number
Property Value
number
text
Entity text as appears in the request.
text: string
Property Value
string