google-apis-documentai_v1beta3 0.120.0 → 0.121.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd4e148801b9a9f995252319fc8ff080add819d277fe33b617cd973b2a1375bd
|
|
4
|
+
data.tar.gz: 8ace5c93a86ba1d48127ff7dcafee27618041b6ad98b3caaff26393ed4b60ee7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0e4e3ecd1091d5c32d527a2431dad219685fb86459e69f2d97a1040f147a9beb4f29ebb26ac7f4bee9692d72f97de32bcae5d70d44daf0580bbf7dd2ccde093
|
|
7
|
+
data.tar.gz: da43aad9d1488014233411e3dcbd00cbf654061974cdc51ab005f71b570a1c505c9aeca80299f1bd5cc95bb3090783a453c5c1c2d4ab3dc75b75eb6f92693d3f
|
data/CHANGELOG.md
CHANGED
|
@@ -6761,6 +6761,13 @@ module Google
|
|
|
6761
6761
|
# @return [String]
|
|
6762
6762
|
attr_accessor :display_name
|
|
6763
6763
|
|
|
6764
|
+
# Optional. Document level prompt provided by the user. This custom text is
|
|
6765
|
+
# injected into the AI model's prompt to provide extra, document-wide guidance
|
|
6766
|
+
# for processing.
|
|
6767
|
+
# Corresponds to the JSON property `documentPrompt`
|
|
6768
|
+
# @return [String]
|
|
6769
|
+
attr_accessor :document_prompt
|
|
6770
|
+
|
|
6764
6771
|
# Entity types of the schema.
|
|
6765
6772
|
# Corresponds to the JSON property `entityTypes`
|
|
6766
6773
|
# @return [Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType>]
|
|
@@ -6779,6 +6786,7 @@ module Google
|
|
|
6779
6786
|
def update!(**args)
|
|
6780
6787
|
@description = args[:description] if args.key?(:description)
|
|
6781
6788
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
6789
|
+
@document_prompt = args[:document_prompt] if args.key?(:document_prompt)
|
|
6782
6790
|
@entity_types = args[:entity_types] if args.key?(:entity_types)
|
|
6783
6791
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
6784
6792
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocumentaiV1beta3
|
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.121.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260118"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4092,6 +4092,7 @@ module Google
|
|
|
4092
4092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4093
4093
|
property :description, as: 'description'
|
|
4094
4094
|
property :display_name, as: 'displayName'
|
|
4095
|
+
property :document_prompt, as: 'documentPrompt'
|
|
4095
4096
|
collection :entity_types, as: 'entityTypes', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaEntityType::Representation
|
|
4096
4097
|
|
|
4097
4098
|
property :metadata, as: 'metadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-documentai_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.121.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.121.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|