Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3FieldExtractionMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3FieldExtractionMetadata
- 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 how this field value is extracted.
Instance Attribute Summary collapse
-
#summary_options ⇒ Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SummaryOptions
Metadata for document summarization.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3FieldExtractionMetadata
constructor
A new instance of GoogleCloudDocumentaiV1beta3FieldExtractionMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3FieldExtractionMetadata
Returns a new instance of GoogleCloudDocumentaiV1beta3FieldExtractionMetadata.
10908 10909 10910 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 10908 def initialize(**args) update!(**args) end |
Instance Attribute Details
#summary_options ⇒ Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3SummaryOptions
Metadata for document summarization.
Corresponds to the JSON property summaryOptions
10906 10907 10908 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 10906 def @summary_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10913 10914 10915 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 10913 def update!(**args) @summary_options = args[:summary_options] if args.key?(:summary_options) end |