Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extracts known entities like locations, companies, etc.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Linguistics
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface EntityExtractor(Of T)
'Usage
Dim instance As EntityExtractor(Of T)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface EntityExtractor<T>
Type Parameters
- T
The type of [EntityExtractor]
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace