共用方式為


StringIndexType Struct

Definition

Method used to compute string offset and length.

public readonly struct StringIndexType : IEquatable<Azure.AI.DocumentIntelligence.StringIndexType>
type StringIndexType = struct
Public Structure StringIndexType
Implements IEquatable(Of StringIndexType)
Inheritance
StringIndexType
Implements

Constructors

StringIndexType(String)

Initializes a new instance of StringIndexType.

Properties

TextElements

User-perceived display character, or grapheme cluster, as defined by Unicode 8.0.0.

UnicodeCodePoint

Character unit represented by a single unicode code point. Used by Python 3.

Utf16CodeUnit

Character unit represented by a 16-bit Unicode code unit. Used by JavaScript, Java, and .NET.

Methods

Equals(StringIndexType)

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(StringIndexType, StringIndexType)

Determines if two StringIndexType values are the same.

Implicit(String to StringIndexType)

Converts a string to a StringIndexType.

Inequality(StringIndexType, StringIndexType)

Determines if two StringIndexType values are not the same.

Applies to