Class Document.Layout (2.76.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.76.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Document . Layout   extends   GeneratedMessageV3   implements   Document . LayoutOrBuilder  
   Describes the layout information of a text_segment  in the document.
 Protobuf type google.cloud.automl.v1beta1.Document.Layout
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  BOUNDING_POLY_FIELD_NUMBER 
  
    
public   static   final   int   BOUNDING_POLY_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PAGE_NUMBER_FIELD_NUMBER 
  
    
public   static   final   int   PAGE_NUMBER_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  TEXT_SEGMENT_FIELD_NUMBER 
  
    
public   static   final   int   TEXT_SEGMENT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  TEXT_SEGMENT_TYPE_FIELD_NUMBER 
  
    
public   static   final   int   TEXT_SEGMENT_TYPE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   Document . Layout   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   Document . Layout . Builder   newBuilder ()  
  
  newBuilder(Document.Layout prototype) 
  
    
public   static   Document . Layout . Builder   newBuilder ( Document . Layout   prototype )  
  
  
  
    
public   static   Document . Layout   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   Document . Layout   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   Document . Layout   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Document . Layout   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   Document . Layout   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Document . Layout   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Document . Layout   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   Document . Layout   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Document . Layout   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   Document . Layout   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   Document . Layout   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Document . Layout   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<Document . Layout >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getBoundingPoly() 
  
    
public   BoundingPoly   getBoundingPoly ()  
   The position of the text_segment  in the page.
 Contains exactly 4
 normalized_vertices 
 and they are connected by edges in the order provided, which will
 represent a rectangle parallel to the frame. The
 NormalizedVertex-s  are
 relative to the page.
 Coordinates are based on top-left as point (0,0).
 .google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;
getBoundingPolyOrBuilder() 
  
    
public   BoundingPolyOrBuilder   getBoundingPolyOrBuilder ()  
   The position of the text_segment  in the page.
 Contains exactly 4
 normalized_vertices 
 and they are connected by edges in the order provided, which will
 represent a rectangle parallel to the frame. The
 NormalizedVertex-s  are
 relative to the page.
 Coordinates are based on top-left as point (0,0).
 .google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;
getDefaultInstanceForType() 
  
    
public   Document . Layout   getDefaultInstanceForType ()  
  
  getPageNumber() 
  
    
public   int   getPageNumber ()  
   Page number of the text_segment  in the original document, starts
 from 1.
 int32 page_number = 2;
    
      
        Returns  
      
        Type Description  
      
        int The pageNumber.
 
     
  
  getParserForType() 
  
    
public   Parser<Document . Layout >  getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getTextSegment() 
  
    
public   TextSegment   getTextSegment ()  
   Text Segment that represents a segment in
 document_text .
 .google.cloud.automl.v1beta1.TextSegment text_segment = 1;
getTextSegmentOrBuilder() 
  
    
public   TextSegmentOrBuilder   getTextSegmentOrBuilder ()  
   Text Segment that represents a segment in
 document_text .
 .google.cloud.automl.v1beta1.TextSegment text_segment = 1;
getTextSegmentType() 
  
    
public   Document . Layout . TextSegmentType   getTextSegmentType ()  
   The type of the text_segment  in document.
 .google.cloud.automl.v1beta1.Document.Layout.TextSegmentType text_segment_type = 4;
 
getTextSegmentTypeValue() 
  
    
public   int   getTextSegmentTypeValue ()  
   The type of the text_segment  in document.
 .google.cloud.automl.v1beta1.Document.Layout.TextSegmentType text_segment_type = 4;
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for textSegmentType.
 
     
  
  hasBoundingPoly() 
  
    
public   boolean   hasBoundingPoly ()  
   The position of the text_segment  in the page.
 Contains exactly 4
 normalized_vertices 
 and they are connected by edges in the order provided, which will
 represent a rectangle parallel to the frame. The
 NormalizedVertex-s  are
 relative to the page.
 Coordinates are based on top-left as point (0,0).
 .google.cloud.automl.v1beta1.BoundingPoly bounding_poly = 3;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the boundingPoly field is set.
 
     
  
  hasTextSegment() 
  
    
public   boolean   hasTextSegment ()  
   Text Segment that represents a segment in
 document_text .
 .google.cloud.automl.v1beta1.TextSegment text_segment = 1;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the textSegment field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   Document . Layout . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   Document . Layout . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   Document . Layout . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]