DetectLanguages
AsposeOcr.DetectLanguages method
分析图像上的文本以确定其所使用的语言。这使得能够选择最合适的识别语言,并有助于后续的文本处理任务,如拼写检查或翻译。
public List<LanguageDetectionOutput> DetectLanguages(OcrInput images)
| Parameter | Type | 描述 |
|---|---|---|
| images | OcrInput | 源图像 OcrInput |
返回值
返回按可能性排序的最可能语言列表 LanguageDetectionOutput。
另请参见
- class LanguageDetectionOutput
- class OcrInput
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR