| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
static TextExtractionAlgorithm |
TextExtractionAlgorithm.fromString(String value)
Parses a serialized value to a TextExtractionAlgorithm instance.
|
TextExtractionAlgorithm |
OcrSkill.getTextExtractionAlgorithm()
Get the textExtractionAlgorithm property: A value indicating which
algorithm to use for extracting text.
|
static TextExtractionAlgorithm |
TextExtractionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextExtractionAlgorithm[] |
TextExtractionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.