GetSeparateScoreThresh
Function Usage
Obtains the score threshold after character segmentation.
Prototype
1 | APP_ERROR ObjectPostProcessBase::GetSeparateScoreThresh(std::string& strSeparateScoreThresh); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
strSeparateScoreThresh |
Input |
Original character string that is not split. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: ObjectPostProcessBase