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