Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewLabelingMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1HumanReviewLabelingMetadata
- 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
-
#enable_normalization_editing ⇒ Boolean
(also: #enable_normalization_editing?)
Whether to enable normalization editing.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1HumanReviewLabelingMetadata
constructor
A new instance of GoogleCloudDocumentaiV1HumanReviewLabelingMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_editing ⇒ Boolean Also known as: enable_normalization_editing?
Whether to enable normalization editing.
Corresponds to the JSON property enableNormalizationEditing
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 |