×

Get Detail From Text

iOS 14 +

Notes

Get the names of people or places, detect the language or sentiment from the given text.

Syntax

getDetailFromText(text: <#String (Allows Variables)#>, detailType: <#Enumeration (TextDetailType)#>, includeOriginal: <#Boolean#>)

Example

getDetailFromText(text: """", detailType: language, includeOriginal: true)