[This is preliminary documentation and is subject to change.]
Suggests titles by given keywords.
Namespace:
Subtitles.ServicesAssembly: Subtitles.Services (in Subtitles.Services)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
bool SuggestTitles( string keyword, int itemsCount, out string[] titles, out string error ) |
| Visual Basic (Declaration) |
|---|
Function SuggestTitles ( _ keyword As String, _ itemsCount As Integer, _ <OutAttribute> ByRef titles As String(), _ <OutAttribute> ByRef error As String _ ) As Boolean |
| Visual C++ |
|---|
bool SuggestTitles( String^ keyword, int itemsCount, [OutAttribute] array<String^>^% titles, [OutAttribute] String^% error ) |
Parameters
- keyword
- Type: System..::.String
Keywords.
- itemsCount
- Type: System..::.Int32
How many titles are suggested. Value must be less or equal to 20.
- titles
- Type: array<System..::.String>[]()[]%
Output array of suggested titles.
- error
- Type: System..::.String%
Error description.