EntityExtractor<T> Interface
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