Uses of Class
com.azure.search.documents.indexes.models.LineEnding
Packages that use LineEnding
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of LineEnding in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as LineEndingModifier and TypeFieldDescriptionstatic final LineEnding
LineEnding.CARRIAGE_RETURN
Static value carriageReturn for LineEnding.static final LineEnding
LineEnding.CARRIAGE_RETURN_LINE_FEED
Static value carriageReturnLineFeed for LineEnding.static final LineEnding
LineEnding.LINE_FEED
Static value lineFeed for LineEnding.static final LineEnding
LineEnding.SPACE
Static value space for LineEnding.Methods in com.azure.search.documents.indexes.models that return LineEndingModifier and TypeMethodDescriptionstatic LineEnding
LineEnding.fromString
(String name) Creates or finds a LineEnding 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 LineEndingModifier and TypeMethodDescriptionstatic Collection<LineEnding>
LineEnding.values()
Gets known LineEnding values.Methods in com.azure.search.documents.indexes.models with parameters of type LineEndingModifier and TypeMethodDescriptionOcrSkill.setLineEnding
(LineEnding lineEnding) Set the lineEnding property: Defines the sequence of characters to use between the lines of text recognized by the OCR skill.