Attempts to returns the title of the document, based on the documentBody
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
protected virtual string DeriveTitleFromDocument( string documentBody )
protected virtual string DeriveTitleFromDocument( string documentBody )
Protected Overridable Function DeriveTitleFromDocument ( documentBody As String ) As String
Protected Overridable Function DeriveTitleFromDocument ( documentBody As String ) As String
protected: virtual String^ DeriveTitleFromDocument( String^ documentBody )
protected: virtual String^ DeriveTitleFromDocument( String^ documentBody )
abstract DeriveTitleFromDocument : documentBody : string -> string override DeriveTitleFromDocument : documentBody : string -> string
abstract DeriveTitleFromDocument : documentBody : string -> string override DeriveTitleFromDocument : documentBody : string -> string
Parameters
- documentBody (String)
- The raw text of the document
Return Value
String
Null if a title couldn't be found, otherwise the title that should be used.
Null if a title couldn't be found, otherwise the title that should be used.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120