Click or drag to resize

pipelineModelExecutionContextSetCustomDataPropertyT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets the custom data property.

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void SetCustomDataProperty<T>(
	string key,
	T newValue
)

Parameters

key
Type: SystemString
The key.
newValue
Type: T

[Missing <param name="newValue"/> documentation for "M:imbNLP.PartOfSpeech.pipeline.machine.pipelineModelExecutionContext.SetCustomDataProperty``1(System.String,``0)"]

Type Parameters

T

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

Return Value

Type: 
See Also