Uses of Class
com.azure.search.documents.indexes.models.OcrLineEnding
Packages that use OcrLineEnding
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of OcrLineEnding in com.azure.search.documents.indexes.models
Subclasses with type arguments of type OcrLineEnding in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDefines the sequence of characters to use between the lines of text recognized by the OCR skill.Fields in com.azure.search.documents.indexes.models declared as OcrLineEndingModifier and TypeFieldDescriptionstatic final OcrLineEndingOcrLineEnding.CARRIAGE_RETURNLines are separated by a carriage return ('\r') character.static final OcrLineEndingOcrLineEnding.CARRIAGE_RETURN_LINE_FEEDLines are separated by a carriage return and a line feed ('\r\n') character.static final OcrLineEndingOcrLineEnding.LINE_FEEDLines are separated by a single line feed ('\n') character.static final OcrLineEndingOcrLineEnding.SPACELines are separated by a single space character.Methods in com.azure.search.documents.indexes.models that return OcrLineEndingModifier and TypeMethodDescriptionstatic OcrLineEndingOcrLineEnding.fromString(String name) Creates or finds a OcrLineEnding from its string representation.OcrSkill.getLineEnding()Get the lineEnding property: Defines the sequence of characters to use between the lines of text recognized by the OCR skill.Methods in com.azure.search.documents.indexes.models that return types with arguments of type OcrLineEndingModifier and TypeMethodDescriptionstatic Collection<OcrLineEnding> OcrLineEnding.values()Gets known OcrLineEnding values.Methods in com.azure.search.documents.indexes.models with parameters of type OcrLineEndingModifier and TypeMethodDescriptionOcrSkill.setLineEnding(OcrLineEnding lineEnding) Set the lineEnding property: Defines the sequence of characters to use between the lines of text recognized by the OCR skill.