Uses of Class
com.azure.search.documents.indexes.models.OcrSkill
Packages that use OcrSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of OcrSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return OcrSkillModifier and TypeMethodDescriptionOcrSkill.setContext
(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).OcrSkill.setDefaultLanguageCode
(OcrSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.OcrSkill.setDescription
(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.OcrSkill.setLineEnding
(LineEnding lineEnding) Set the lineEnding property: Defines the sequence of characters to use between the lines of text recognized by the OCR skill.Set the name property: The name of the skill which uniquely identifies it within the skillset.OcrSkill.setShouldDetectOrientation
(Boolean shouldDetectOrientation) Set the shouldDetectOrientation property: A value indicating to turn orientation detection on or not.