Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb

Overview

Metadata for human review labeling config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata

Returns a new instance of GoogleCloudDocumentaiV1beta3HumanReviewLabelingMetadata.



7758
7759
7760
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7758

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enable_normalization_editingBoolean Also known as: enable_normalization_editing?

Whether to enable normalization editing. Corresponds to the JSON property enableNormalizationEditing

Returns:

  • (Boolean)


7755
7756
7757
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7755

def enable_normalization_editing
  @enable_normalization_editing
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7763
7764
7765
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7763

def update!(**args)
  @enable_normalization_editing = args[:enable_normalization_editing] if args.key?(:enable_normalization_editing)
end