Class LayoutOutput
Class LayoutOutput
이름 공간 : Aspose.OCR 모임: Aspose.OCR.dll (25.4.0)
이미지에서 발견된 콘텐츠 영역에 대한 정보.
public class LayoutOutput
Inheritance
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
LayoutOutput()
public LayoutOutput()
Properties
Captions
발견된 캡처
public List<contentarea> Captions { get; set; }
부동산 가치
List <에 대한 정보 ContentArea >
Equations
발견된 균형
public List<contentarea> Equations { get; set; }
부동산 가치
List <에 대한 정보 ContentArea >
Headers
발견된 헤드리드
public List<contentarea> Headers { get; set; }
부동산 가치
List <에 대한 정보 ContentArea >
Images
발견된 사진 / 그림
public List<contentarea> Images { get; set; }
부동산 가치
List <에 대한 정보 ContentArea >
Lists
발견된 목록
public List<contentarea> Lists { get; set; }
부동산 가치
List <에 대한 정보 ContentArea >
Page
여러 페이지 이미지에 대한 페이지 번호.
public int Page { get; set; }
부동산 가치
Paragraphs
발견된 단락들
public List<contentarea> Paragraphs { get; set; }
부동산 가치
List <에 대한 정보 ContentArea >
Source
파일 또는 URL에 대한 전체 경로, 적용 가능한 경우. 흐름, 바이트 라인 또는 Base64로 제공되는 이미지에 대한 빈.
public string Source { get; set; }
부동산 가치
Tables
발견된 테이블
public List<contentarea> Tables { get; set; }
부동산 가치
List <에 대한 정보 ContentArea >