OcrLineEnding Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the sequence of characters to use between the lines of text recognized by the OCR skill. The default value is "space".
public readonly struct OcrLineEnding : IEquatable<Azure.Search.Documents.Indexes.Models.OcrLineEnding>
type OcrLineEnding = struct
Public Structure OcrLineEnding
Implements IEquatable(Of OcrLineEnding)
- Inheritance
-
OcrLineEnding
- Implements
Constructors
OcrLineEnding(String) |
Initializes a new instance of OcrLineEnding. |
Properties
CarriageReturn |
Lines are separated by a carriage return ('\r') character. |
CarriageReturnLineFeed |
Lines are separated by a carriage return and a line feed ('\r\n') character. |
LineFeed |
Lines are separated by a single line feed ('\n') character. |
Space |
Lines are separated by a single space character. |
Methods
Equals(OcrLineEnding) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OcrLineEnding, OcrLineEnding) |
Determines if two OcrLineEnding values are the same. |
Implicit(String to OcrLineEnding) |
Converts a string to a OcrLineEnding. |
Inequality(OcrLineEnding, OcrLineEnding) |
Determines if two OcrLineEnding values are not the same. |
Applies to
Azure SDK for .NET