你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OcrLineEnding Struct

Definition

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