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.



7737
7738
7739
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7737

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)


7734
7735
7736
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7734

def enable_normalization_editing
  @enable_normalization_editing
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7742
7743
7744
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7742

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