Struct SpellCheckError
Struct SpellCheckError
名称: Aspose.OCR.SpellChecker 組み合わせ: Aspose.OCR.dll (25.4.0)
追加データを含む誤った単語を表す。
public struct SpellCheckError
相続人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Length
入力テキストにおける Msspelled 単語の長さ
public int Length { readonly get; set; }
不動産価値
StartPosition
入力テキストにおける単語の位置
public int StartPosition { readonly get; set; }
不動産価値
SuggestedWords
提案された正しいプレイを含むオブジェクトのリスト
public List<suggestedword> SuggestedWords { readonly get; set; }
不動産価値
List < SuggestedWord >
Word
言葉が無視される。
public string Word { readonly get; set; }