DocumentSpan 構造体

定義

オフセットと長さとして指定された、連結されたコンテンツ プロパティの連続した領域。

public readonly struct DocumentSpan : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan>
type DocumentSpan = struct
Public Structure DocumentSpan
Implements IEquatable(Of DocumentSpan)
継承
DocumentSpan
実装

プロパティ

Index

スパンで表されるコンテンツの 0 から始まるインデックス。

Length

スパンで表されるコンテンツ内の文字数。

メソッド

Equals(DocumentSpan)

現在 DocumentSpan の が同じ型の別のオブジェクトと等しいかどうかを示します。 これらは、同じ と 同じ である場合、等 Index しい Lengthと見なされます。

ToString()

この DocumentSpanの表現をstring返します。

適用対象