Runs the execute function for obtaining the accuracy value of a keyword
Namespace: ININ.IceLib.ConfigurationAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public float GetKeywordAccuracy( string keywordId, Collection<string> words, Collection<string> pronunciations, Collection<string> antiWords, Collection<string> antiWordPronunciations, string language ) |
Visual Basic |
---|
Public Function GetKeywordAccuracy ( _ keywordId As String, _ words As Collection(Of String), _ pronunciations As Collection(Of String), _ antiWords As Collection(Of String), _ antiWordPronunciations As Collection(Of String), _ language As String _ ) As Single |
Parameters
- keywordId
- Type: System..::..String
Keyword Tag value
- words
- Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
collection of spellings for the keyword
- pronunciations
- Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
collection of user defined pronunciations
- antiWords
- Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
collection of anti word spellings
- antiWordPronunciations
- Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>
collection of user defined anti word pronunciations
- language
- Type: System..::..String
language of the keyword
Return Value
the accuracy value as an intVersion Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.