Block
class Block extends Collection (View source)
Properties
| protected | $collection_key | ||
| string | $blockType | ||
| protected | $boundingBoxType | ||
| protected | $boundingBoxDataType | ||
| float | $confidence | ||
| protected | $paragraphsType | ||
| protected | $paragraphsDataType | ||
| protected | $propertyType | ||
| protected | $propertyDataType | 
Methods
                    setBlockType($blockType)
        
                                            
                
            No description
                    string
                
                
                    getBlockType()
        
                                            
                
            No description
                    getBoundingBox()
        
                                            
                
            No description
                    setConfidence($confidence)
        
                                            
                
            No description
                    float
                
                
                    getConfidence()
        
                                            
                
            No description
                    setParagraphs($paragraphs)
        
                                            
                
            No description
                    getParagraphs()
        
                                            
                
            No description
                    getProperty()
        
                                            
                
            No description
Details
        
                            
    setBlockType($blockType)
        
    
    No description
        
                            string
    getBlockType()
        
    
    No description
        
                            
    setBoundingBox(BoundingPoly $boundingBox)
        
    
    No description
        
                            BoundingPoly
    getBoundingBox()
        
    
    No description
        
                            
    setConfidence($confidence)
        
    
    No description
        
                            float
    getConfidence()
        
    
    No description
        
                            
    setParagraphs($paragraphs)
        
    
    No description
        
                            Paragraph[]
    getParagraphs()
        
    
    No description
        
                            
    setProperty(TextProperty $property)
        
    
    No description
        
                            TextProperty
    getProperty()
        
    
    No description