AlchemyAPIExtractEntities Method |
Namespace:
IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1
Assembly:
UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ExtractEntities(
AlchemyAPISuccessCallback<EntityData> successCallback,
AlchemyAPIFailCallback failCallback,
string source,
int maxRetrieve = 50,
bool resolveCoreference = true,
bool disambiguate = true,
bool includeKnowledgeGraph = false,
bool includeLinkedData = true,
bool includeQuotations = false,
bool analyzeSentiment = false,
bool includeSourceText = false,
bool extractStructuredEntities = true,
Dictionary<string, Object> customData = null
)
Parameters
- successCallback
- Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1AlchemyAPISuccessCallbackEntityData
- failCallback
- Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1AlchemyAPIFailCallback
- source
- Type: SystemString
- maxRetrieve (Optional)
- Type: SystemInt32
- resolveCoreference (Optional)
- Type: SystemBoolean
- disambiguate (Optional)
- Type: SystemBoolean
- includeKnowledgeGraph (Optional)
- Type: SystemBoolean
- includeLinkedData (Optional)
- Type: SystemBoolean
- includeQuotations (Optional)
- Type: SystemBoolean
- analyzeSentiment (Optional)
- Type: SystemBoolean
- includeSourceText (Optional)
- Type: SystemBoolean
- extractStructuredEntities (Optional)
- Type: SystemBoolean
- customData (Optional)
- Type: System.Collections.GenericDictionaryString, Object
Return Value
Type:
BooleanSee Also