Struct SpellCheckError

Struct SpellCheckError

Namespace: Aspose.OCR.SpellChecker
Assembly: Aspose.OCR.dll (25.1.0)

追加データを持つスペルミスの単語を表します。

public struct SpellCheckError

継承されたメンバー

object.GetType(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()

プロパティ

Length

入力テキストにおけるスペルミスの単語の長さ。

public int Length { readonly get; set; }

プロパティ値

int

StartPosition

入力テキストにおける単語の位置。

public int StartPosition { readonly get; set; }

プロパティ値

int

SuggestedWords

正しいスペルの提案されたオブジェクトのリスト。

public List<suggestedword> SuggestedWords { readonly get; set; }

プロパティ値

List<SuggestedWord&gt;

Word

スペルミスの単語。

public string Word { readonly get; set; }

プロパティ値

string

 日本語