Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewLabelingMetadata

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

Overview

Metadata for human review labeling config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1HumanReviewLabelingMetadata

Returns a new instance of GoogleCloudDocumentaiV1HumanReviewLabelingMetadata.



3366
3367
3368
# File 'lib/google/apis/documentai_v1/classes.rb', line 3366

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)


3363
3364
3365
# File 'lib/google/apis/documentai_v1/classes.rb', line 3363

def enable_normalization_editing
  @enable_normalization_editing
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3371
3372
3373
# File 'lib/google/apis/documentai_v1/classes.rb', line 3371

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