setTextWeight

public final void setTextWeight(float value)

Relative weight of the text branch in the fused prediction. The fused probability for a label is (TextWeight·Pt + ImageWeight·Pi) / (TextWeight + ImageWeight). Set to 0 to use the image branch alone. Default 0.5.

Parameters

value

The value to set for the TextWeight property.