NluEnrichmentConcepts
public struct NluEnrichmentConcepts : Codable, Equatable
An object specifiying the concepts enrichment and related parameters.
-
The maximum number of concepts enrichments to extact from each instance of the specified field.
Declaration
Swift
public var limit: Int?
-
Initialize a
NluEnrichmentConcepts
with member variables.Declaration
Swift
public init( limit: Int? = nil )
Parameters
limit
The maximum number of concepts enrichments to extact from each instance of the specified field.
Return Value
An initialized
NluEnrichmentConcepts
.