Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::Document::ChunkedDocument.
Represents the chunks that the document is divided into.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#chunks
def chunks() -> ::Array<::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk>) — List of chunks.
#chunks=
def chunks=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk>) — List of chunks.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk>) — List of chunks.