Class: Google::Cloud::DocumentAI::V1beta3::DocumentMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_service.rb

Overview

Metadata about a document.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_type::Google::Cloud::DocumentAI::V1beta3::DatasetSplitType

Returns Type of the dataset split to which the document belongs.

Returns:



345
346
347
348
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 345

class DocumentMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns The display name of the document.

Returns:

  • (::String)

    The display name of the document.



345
346
347
348
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 345

class DocumentMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#document_id::Google::Cloud::DocumentAI::V1beta3::DocumentId

Returns Document identifier.

Returns:



345
346
347
348
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 345

class DocumentMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#labeling_state::Google::Cloud::DocumentAI::V1beta3::DocumentLabelingState

Returns Labelling state of the document.

Returns:



345
346
347
348
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 345

class DocumentMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_count::Integer

Returns Number of pages in the document.

Returns:

  • (::Integer)

    Number of pages in the document.



345
346
347
348
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 345

class DocumentMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end