Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata

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) ⇒ GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata

Returns a new instance of GoogleCloudDocumentaiUiv1beta3HumanReviewLabelingMetadata.



1624
1625
1626
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 1624

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)


1621
1622
1623
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 1621

def enable_normalization_editing
  @enable_normalization_editing
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1629
1630
1631
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 1629

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