CollectorSetCloudResultsFeedback Method

Provide the cloud results to the Collector to potentially improve the result.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool SetCloudResultsFeedback(
	string jsonCloudResults
)

Parameters

jsonCloudResults  String
JSON results from DeepAffex Cloud SubscribeToResults endpoint

Return Value

Boolean
true if feedback was set properly, false otherwise

Remarks

If the results obtained from the cloud are available to the Collector, it can make additional optimizations on future payloads and provide more informed feedback.

See Also