HRESULT RecognizeBlocks(
IIntsCollection* BlockIndices,
ISynthesisParamsForPage* SynthesisParamsForPage,
IObjectsExtractionParams* ExtractionParams
);
void RecognizeBlocks(
IIntsCollection BlockIndices,
SynthesisParamsForPage SynthesisParamsForPage,
ObjectsExtractionParams ExtractionParams
);
Sub RecognizeBlocks( _
BlockIndices As IIntsCollection, _
[SynthesisParamsForPage As ISynthesisParamsForPage = Nothing], _
[ExtractionParams As ObjectsExtractionParams = Nothing] _
)
이 페이지가 도움이 되었나요?