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; }

ค่า Property

int

StartPosition

ตำแหน่งของคำในข้อความที่ป้อน.

public int StartPosition { readonly get; set; }

ค่า Property

int

SuggestedWords

รายการของวัตถุที่มีการสะกดที่ถูกต้องที่แนะนำ

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

ค่า Property

List<SuggestedWord&gt;

Word

คำที่ถูกสะกดผิด.

public string Word { readonly get; set; }

ค่า Property

string

 แบบไทย