Click or drag to resize

pipelineModelExecutionContextGetCustomDataPropertyT Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the custom data property.

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public T GetCustomDataProperty<T>(
	string key
)

Parameters

key
Type: SystemString
The key.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbNLP.PartOfSpeech.pipeline.machine.pipelineModelExecutionContext.GetCustomDataProperty``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipeline.machine.pipelineModelExecutionContext.GetCustomDataProperty``1(System.String)"]

See Also