| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
OcrSkill |
OcrSkill.setDefaultLanguageCode(OcrSkillLanguage defaultLanguageCode)
Set the defaultLanguageCode property: A value indicating which language
code to use.
|
OcrSkill |
OcrSkill.setShouldDetectOrientation(Boolean shouldDetectOrientation)
Set the shouldDetectOrientation property: A value indicating to turn
orientation detection on or not.
|
OcrSkill |
OcrSkill.setTextExtractionAlgorithm(TextExtractionAlgorithm textExtractionAlgorithm)
Set the textExtractionAlgorithm property: A value indicating which
algorithm to use for extracting text.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.