google-cloud-document_ai-v1 0.11.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/document_ai/v1/document_processor_service/client.rb +51 -40
- data/lib/google/cloud/document_ai/v1/document_processor_service/operations.rb +5 -3
- data/lib/google/cloud/document_ai/v1/document_processor_service/rest/client.rb +51 -40
- data/lib/google/cloud/document_ai/v1/document_processor_service/rest/operations.rb +9 -7
- data/lib/google/cloud/document_ai/v1/document_processor_service/rest/service_stub.rb +22 -22
- data/lib/google/cloud/document_ai/v1/document_processor_service/rest.rb +1 -1
- data/lib/google/cloud/document_ai/v1/document_processor_service.rb +1 -1
- data/lib/google/cloud/document_ai/v1/version.rb +1 -1
- data/lib/google/cloud/documentai/v1/barcode_pb.rb +24 -6
- data/lib/google/cloud/documentai/v1/document_io_pb.rb +25 -35
- data/lib/google/cloud/documentai/v1/document_pb.rb +34 -265
- data/lib/google/cloud/documentai/v1/document_processor_service_pb.rb +34 -229
- data/lib/google/cloud/documentai/v1/document_processor_service_services_pb.rb +8 -6
- data/lib/google/cloud/documentai/v1/document_schema_pb.rb +24 -37
- data/lib/google/cloud/documentai/v1/evaluation_pb.rb +25 -52
- data/lib/google/cloud/documentai/v1/geometry_pb.rb +24 -13
- data/lib/google/cloud/documentai/v1/operation_metadata_pb.rb +25 -16
- data/lib/google/cloud/documentai/v1/processor_pb.rb +27 -47
- data/lib/google/cloud/documentai/v1/processor_type_pb.rb +24 -13
- data/proto_docs/google/api/client.rb +67 -4
- data/proto_docs/google/cloud/documentai/v1/document.rb +88 -27
- data/proto_docs/google/cloud/documentai/v1/document_processor_service.rb +188 -98
- data/proto_docs/google/cloud/documentai/v1/document_schema.rb +6 -7
- data/proto_docs/google/cloud/documentai/v1/processor.rb +11 -9
- data/proto_docs/google/cloud/documentai/v1/processor_type.rb +3 -2
- data/proto_docs/google/protobuf/any.rb +7 -4
- data/proto_docs/google/protobuf/timestamp.rb +1 -3
- metadata +4 -4
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: google/cloud/documentai/v1/operation_metadata.proto
|
3
4
|
|
@@ -5,24 +6,32 @@ require 'google/protobuf'
|
|
5
6
|
|
6
7
|
require 'google/protobuf/timestamp_pb'
|
7
8
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
9
|
+
|
10
|
+
descriptor_data = "\n3google/cloud/documentai/v1/operation_metadata.proto\x12\x1agoogle.cloud.documentai.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd5\x02\n\x17\x43ommonOperationMetadata\x12H\n\x05state\x18\x01 \x01(\x0e\x32\x39.google.cloud.documentai.v1.CommonOperationMetadata.State\x12\x15\n\rstate_message\x18\x02 \x01(\t\x12\x10\n\x08resource\x18\x05 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"e\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0e\n\nCANCELLING\x10\x02\x12\r\n\tSUCCEEDED\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\x12\r\n\tCANCELLED\x10\x05\x42\xd4\x01\n\x1e\x63om.google.cloud.documentai.v1B\x16OperationMetadataProtoP\x01Z>cloud.google.com/go/documentai/apiv1/documentaipb;documentaipb\xaa\x02\x1aGoogle.Cloud.DocumentAI.V1\xca\x02\x1aGoogle\\Cloud\\DocumentAI\\V1\xea\x02\x1dGoogle::Cloud::DocumentAI::V1b\x06proto3"
|
11
|
+
|
12
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
|
+
|
14
|
+
begin
|
15
|
+
pool.add_serialized_file(descriptor_data)
|
16
|
+
rescue TypeError => e
|
17
|
+
# Compatibility code: will be removed in the next major version.
|
18
|
+
require 'google/protobuf/descriptor_pb'
|
19
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
20
|
+
parsed.clear_dependency
|
21
|
+
serialized = parsed.class.encode(parsed)
|
22
|
+
file = pool.add_serialized_file(serialized)
|
23
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
24
|
+
imports = [
|
25
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
26
|
+
]
|
27
|
+
imports.each do |type_name, expected_filename|
|
28
|
+
import_file = pool.lookup(type_name).file_descriptor
|
29
|
+
if import_file.name != expected_filename
|
30
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
24
31
|
end
|
25
32
|
end
|
33
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
34
|
+
warn "This will become an error in the next major version."
|
26
35
|
end
|
27
36
|
|
28
37
|
module Google
|
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: google/cloud/documentai/v1/processor.proto
|
3
4
|
|
@@ -9,55 +10,34 @@ require 'google/cloud/documentai/v1/document_schema_pb'
|
|
9
10
|
require 'google/cloud/documentai/v1/evaluation_pb'
|
10
11
|
require 'google/protobuf/timestamp_pb'
|
11
12
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
value :CREATING, 5
|
37
|
-
value :DELETING, 6
|
38
|
-
value :FAILED, 7
|
39
|
-
end
|
40
|
-
add_message "google.cloud.documentai.v1.Processor" do
|
41
|
-
optional :name, :string, 1
|
42
|
-
optional :type, :string, 2
|
43
|
-
optional :display_name, :string, 3
|
44
|
-
optional :state, :enum, 4, "google.cloud.documentai.v1.Processor.State"
|
45
|
-
optional :default_processor_version, :string, 9
|
46
|
-
optional :process_endpoint, :string, 6
|
47
|
-
optional :create_time, :message, 7, "google.protobuf.Timestamp"
|
48
|
-
optional :kms_key_name, :string, 8
|
49
|
-
end
|
50
|
-
add_enum "google.cloud.documentai.v1.Processor.State" do
|
51
|
-
value :STATE_UNSPECIFIED, 0
|
52
|
-
value :ENABLED, 1
|
53
|
-
value :DISABLED, 2
|
54
|
-
value :ENABLING, 3
|
55
|
-
value :DISABLING, 4
|
56
|
-
value :CREATING, 5
|
57
|
-
value :FAILED, 6
|
58
|
-
value :DELETING, 7
|
13
|
+
|
14
|
+
descriptor_data = "\n*google/cloud/documentai/v1/processor.proto\x12\x1agoogle.cloud.documentai.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x30google/cloud/documentai/v1/document_schema.proto\x1a+google/cloud/documentai/v1/evaluation.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb0\x07\n\x10ProcessorVersion\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x43\n\x0f\x64ocument_schema\x18\x0c \x01(\x0b\x32*.google.cloud.documentai.v1.DocumentSchema\x12\x41\n\x05state\x18\x06 \x01(\x0e\x32\x32.google.cloud.documentai.v1.ProcessorVersion.State\x12/\n\x0b\x63reate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12J\n\x11latest_evaluation\x18\x08 \x01(\x0b\x32/.google.cloud.documentai.v1.EvaluationReference\x12\x14\n\x0ckms_key_name\x18\t \x01(\t\x12\x1c\n\x14kms_key_version_name\x18\n \x01(\t\x12\x16\n\x0egoogle_managed\x18\x0b \x01(\x08\x12V\n\x10\x64\x65precation_info\x18\r \x01(\x0b\x32<.google.cloud.documentai.v1.ProcessorVersion.DeprecationInfo\x1a\x9f\x01\n\x0f\x44\x65precationInfo\x12\x34\n\x10\x64\x65precation_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12V\n\x1dreplacement_processor_version\x18\x02 \x01(\tB/\xfa\x41,\n*documentai.googleapis.com/ProcessorVersion\"\x93\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44\x45PLOYED\x10\x01\x12\r\n\tDEPLOYING\x10\x02\x12\x0e\n\nUNDEPLOYED\x10\x03\x12\x0f\n\x0bUNDEPLOYING\x10\x04\x12\x0c\n\x08\x43REATING\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x06\x12\n\n\x06\x46\x41ILED\x10\x07\x12\r\n\tIMPORTING\x10\x08:\x96\x01\xea\x41\x92\x01\n*documentai.googleapis.com/ProcessorVersion\x12\x64projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}\"\xad\x04\n\tProcessor\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x03\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12?\n\x05state\x18\x04 \x01(\x0e\x32+.google.cloud.documentai.v1.Processor.StateB\x03\xe0\x41\x03\x12R\n\x19\x64\x65\x66\x61ult_processor_version\x18\t \x01(\tB/\xfa\x41,\n*documentai.googleapis.com/ProcessorVersion\x12 \n\x10process_endpoint\x18\x06 \x01(\tB\x06\xe0\x41\x03\xe0\x41\x05\x12/\n\x0b\x63reate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0ckms_key_name\x18\x08 \x01(\t\"~\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0c\n\x08\x45NABLING\x10\x03\x12\r\n\tDISABLING\x10\x04\x12\x0c\n\x08\x43REATING\x10\x05\x12\n\n\x06\x46\x41ILED\x10\x06\x12\x0c\n\x08\x44\x45LETING\x10\x07:h\xea\x41\x65\n#documentai.googleapis.com/Processor\x12>projects/{project}/locations/{location}/processors/{processor}B\xd1\x01\n\x1e\x63om.google.cloud.documentai.v1B\x13\x44ocumentAiProcessorP\x01Z>cloud.google.com/go/documentai/apiv1/documentaipb;documentaipb\xaa\x02\x1aGoogle.Cloud.DocumentAI.V1\xca\x02\x1aGoogle\\Cloud\\DocumentAI\\V1\xea\x02\x1dGoogle::Cloud::DocumentAI::V1b\x06proto3"
|
15
|
+
|
16
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
17
|
+
|
18
|
+
begin
|
19
|
+
pool.add_serialized_file(descriptor_data)
|
20
|
+
rescue TypeError => e
|
21
|
+
# Compatibility code: will be removed in the next major version.
|
22
|
+
require 'google/protobuf/descriptor_pb'
|
23
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
24
|
+
parsed.clear_dependency
|
25
|
+
serialized = parsed.class.encode(parsed)
|
26
|
+
file = pool.add_serialized_file(serialized)
|
27
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
28
|
+
imports = [
|
29
|
+
["google.cloud.documentai.v1.DocumentSchema", "google/cloud/documentai/v1/document_schema.proto"],
|
30
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
31
|
+
["google.cloud.documentai.v1.EvaluationReference", "google/cloud/documentai/v1/evaluation.proto"],
|
32
|
+
]
|
33
|
+
imports.each do |type_name, expected_filename|
|
34
|
+
import_file = pool.lookup(type_name).file_descriptor
|
35
|
+
if import_file.name != expected_filename
|
36
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
59
37
|
end
|
60
38
|
end
|
39
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
40
|
+
warn "This will become an error in the next major version."
|
61
41
|
end
|
62
42
|
|
63
43
|
module Google
|
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: google/cloud/documentai/v1/processor_type.proto
|
3
4
|
|
@@ -6,21 +7,31 @@ require 'google/protobuf'
|
|
6
7
|
require 'google/api/launch_stage_pb'
|
7
8
|
require 'google/api/resource_pb'
|
8
9
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
10
|
+
|
11
|
+
descriptor_data = "\n/google/cloud/documentai/v1/processor_type.proto\x12\x1agoogle.cloud.documentai.v1\x1a\x1dgoogle/api/launch_stage.proto\x1a\x19google/api/resource.proto\"\x93\x03\n\rProcessorType\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x10\n\x08\x63\x61tegory\x18\x03 \x01(\t\x12S\n\x13\x61vailable_locations\x18\x04 \x03(\x0b\x32\x36.google.cloud.documentai.v1.ProcessorType.LocationInfo\x12\x16\n\x0e\x61llow_creation\x18\x06 \x01(\x08\x12-\n\x0claunch_stage\x18\x08 \x01(\x0e\x32\x17.google.api.LaunchStage\x12\x1c\n\x14sample_document_uris\x18\t \x03(\t\x1a#\n\x0cLocationInfo\x12\x13\n\x0blocation_id\x18\x01 \x01(\t:u\xea\x41r\n\'documentai.googleapis.com/ProcessorType\x12Gprojects/{project}/locations/{location}/processorTypes/{processor_type}B\xd5\x01\n\x1e\x63om.google.cloud.documentai.v1B\x17\x44ocumentAiProcessorTypeP\x01Z>cloud.google.com/go/documentai/apiv1/documentaipb;documentaipb\xaa\x02\x1aGoogle.Cloud.DocumentAI.V1\xca\x02\x1aGoogle\\Cloud\\DocumentAI\\V1\xea\x02\x1dGoogle::Cloud::DocumentAI::V1b\x06proto3"
|
12
|
+
|
13
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
|
+
|
15
|
+
begin
|
16
|
+
pool.add_serialized_file(descriptor_data)
|
17
|
+
rescue TypeError => e
|
18
|
+
# Compatibility code: will be removed in the next major version.
|
19
|
+
require 'google/protobuf/descriptor_pb'
|
20
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
21
|
+
parsed.clear_dependency
|
22
|
+
serialized = parsed.class.encode(parsed)
|
23
|
+
file = pool.add_serialized_file(serialized)
|
24
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
25
|
+
imports = [
|
26
|
+
]
|
27
|
+
imports.each do |type_name, expected_filename|
|
28
|
+
import_file = pool.lookup(type_name).file_descriptor
|
29
|
+
if import_file.name != expected_filename
|
30
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
22
31
|
end
|
23
32
|
end
|
33
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
34
|
+
warn "This will become an error in the next major version."
|
24
35
|
end
|
25
36
|
|
26
37
|
module Google
|
@@ -35,7 +35,9 @@ module Google
|
|
35
35
|
# Details about how and where to publish client libraries.
|
36
36
|
# @!attribute [rw] version
|
37
37
|
# @return [::String]
|
38
|
-
# Version of the API to apply these settings to.
|
38
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
39
|
+
# package for the API, ending in the version element.
|
40
|
+
# Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
|
39
41
|
# @!attribute [rw] launch_stage
|
40
42
|
# @return [::Google::Api::LaunchStage]
|
41
43
|
# Launch stage of this version of the API.
|
@@ -81,7 +83,7 @@ module Google
|
|
81
83
|
# long-running operation pattern.
|
82
84
|
# @!attribute [rw] new_issue_uri
|
83
85
|
# @return [::String]
|
84
|
-
# Link to a
|
86
|
+
# Link to a *public* URI where users can report issues. Example:
|
85
87
|
# https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
86
88
|
# @!attribute [rw] documentation_uri
|
87
89
|
# @return [::String]
|
@@ -111,6 +113,10 @@ module Google
|
|
111
113
|
# Client library settings. If the same version string appears multiple
|
112
114
|
# times in this list, then the last one wins. Settings from earlier
|
113
115
|
# settings with the same version string are discarded.
|
116
|
+
# @!attribute [rw] proto_reference_documentation_uri
|
117
|
+
# @return [::String]
|
118
|
+
# Optional link to proto reference documentation. Example:
|
119
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
114
120
|
class Publishing
|
115
121
|
include ::Google::Protobuf::MessageExts
|
116
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -203,9 +209,57 @@ module Google
|
|
203
209
|
# @!attribute [rw] common
|
204
210
|
# @return [::Google::Api::CommonLanguageSettings]
|
205
211
|
# Some settings.
|
212
|
+
# @!attribute [rw] renamed_services
|
213
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
214
|
+
# Map from original service names to renamed versions.
|
215
|
+
# This is used when the default generated types
|
216
|
+
# would cause a naming conflict. (Neither name is
|
217
|
+
# fully-qualified.)
|
218
|
+
# Example: Subscriber to SubscriberServiceApi.
|
219
|
+
# @!attribute [rw] renamed_resources
|
220
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
221
|
+
# Map from full resource types to the effective short name
|
222
|
+
# for the resource. This is used when otherwise resource
|
223
|
+
# named from different services would cause naming collisions.
|
224
|
+
# Example entry:
|
225
|
+
# "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
|
226
|
+
# @!attribute [rw] ignored_resources
|
227
|
+
# @return [::Array<::String>]
|
228
|
+
# List of full resource types to ignore during generation.
|
229
|
+
# This is typically used for API-specific Location resources,
|
230
|
+
# which should be handled by the generator as if they were actually
|
231
|
+
# the common Location resources.
|
232
|
+
# Example entry: "documentai.googleapis.com/Location"
|
233
|
+
# @!attribute [rw] forced_namespace_aliases
|
234
|
+
# @return [::Array<::String>]
|
235
|
+
# Namespaces which must be aliased in snippets due to
|
236
|
+
# a known (but non-generator-predictable) naming collision
|
237
|
+
# @!attribute [rw] handwritten_signatures
|
238
|
+
# @return [::Array<::String>]
|
239
|
+
# Method signatures (in the form "service.method(signature)")
|
240
|
+
# which are provided separately, so shouldn't be generated.
|
241
|
+
# Snippets *calling* these methods are still generated, however.
|
206
242
|
class DotnetSettings
|
207
243
|
include ::Google::Protobuf::MessageExts
|
208
244
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
245
|
+
|
246
|
+
# @!attribute [rw] key
|
247
|
+
# @return [::String]
|
248
|
+
# @!attribute [rw] value
|
249
|
+
# @return [::String]
|
250
|
+
class RenamedServicesEntry
|
251
|
+
include ::Google::Protobuf::MessageExts
|
252
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
253
|
+
end
|
254
|
+
|
255
|
+
# @!attribute [rw] key
|
256
|
+
# @return [::String]
|
257
|
+
# @!attribute [rw] value
|
258
|
+
# @return [::String]
|
259
|
+
class RenamedResourcesEntry
|
260
|
+
include ::Google::Protobuf::MessageExts
|
261
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
262
|
+
end
|
209
263
|
end
|
210
264
|
|
211
265
|
# Settings for Ruby client libraries.
|
@@ -240,8 +294,8 @@ module Google
|
|
240
294
|
# Example of a YAML configuration::
|
241
295
|
#
|
242
296
|
# publishing:
|
243
|
-
#
|
244
|
-
# - selector:
|
297
|
+
# method_settings:
|
298
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
245
299
|
# long_running:
|
246
300
|
# initial_poll_delay:
|
247
301
|
# seconds: 60 # 1 minute
|
@@ -299,6 +353,15 @@ module Google
|
|
299
353
|
|
300
354
|
# Street View Org.
|
301
355
|
STREET_VIEW = 4
|
356
|
+
|
357
|
+
# Shopping Org.
|
358
|
+
SHOPPING = 5
|
359
|
+
|
360
|
+
# Geo Org.
|
361
|
+
GEO = 6
|
362
|
+
|
363
|
+
# Generative AI - https://developers.generativeai.google
|
364
|
+
GENERATIVE_AI = 7
|
302
365
|
end
|
303
366
|
|
304
367
|
# To where should client libraries be published?
|
@@ -28,10 +28,9 @@ module Google
|
|
28
28
|
# @!attribute [rw] uri
|
29
29
|
# @return [::String]
|
30
30
|
# Optional. Currently supports Google Cloud Storage URI of the form
|
31
|
-
#
|
32
|
-
#
|
33
|
-
#
|
34
|
-
# info.
|
31
|
+
# `gs://bucket_name/object_name`. Object versioning is not supported.
|
32
|
+
# For more information, refer to [Google Cloud Storage Request
|
33
|
+
# URIs](https://cloud.google.com/storage/docs/reference-uris).
|
35
34
|
# @!attribute [rw] content
|
36
35
|
# @return [::String]
|
37
36
|
# Optional. Inline document content, represented as a stream of bytes.
|
@@ -39,9 +38,8 @@ module Google
|
|
39
38
|
# representation, whereas JSON representations use base64.
|
40
39
|
# @!attribute [rw] mime_type
|
41
40
|
# @return [::String]
|
42
|
-
# An IANA published
|
43
|
-
#
|
44
|
-
# https://www.iana.org/assignments/media-types/media-types.xhtml.
|
41
|
+
# An IANA published [media type (MIME
|
42
|
+
# type)](https://www.iana.org/assignments/media-types/media-types.xhtml).
|
45
43
|
# @!attribute [rw] text
|
46
44
|
# @return [::String]
|
47
45
|
# Optional. UTF-8 encoded text in reading order from the document.
|
@@ -113,17 +111,18 @@ module Google
|
|
113
111
|
# Text background color.
|
114
112
|
# @!attribute [rw] font_weight
|
115
113
|
# @return [::String]
|
116
|
-
# Font weight.
|
117
|
-
#
|
114
|
+
# [Font weight](https://www.w3schools.com/cssref/pr_font_weight.asp).
|
115
|
+
# Possible values are `normal`, `bold`, `bolder`, and `lighter`.
|
118
116
|
# @!attribute [rw] text_style
|
119
117
|
# @return [::String]
|
120
|
-
# Text style.
|
121
|
-
#
|
118
|
+
# [Text style](https://www.w3schools.com/cssref/pr_font_font-style.asp).
|
119
|
+
# Possible values are `normal`, `italic`, and `oblique`.
|
122
120
|
# @!attribute [rw] text_decoration
|
123
121
|
# @return [::String]
|
124
|
-
# Text
|
125
|
-
#
|
126
|
-
#
|
122
|
+
# [Text
|
123
|
+
# decoration](https://www.w3schools.com/cssref/pr_text_text-decoration.asp).
|
124
|
+
# Follows CSS standard. <text-decoration-line> <text-decoration-color>
|
125
|
+
# <text-decoration-style>
|
127
126
|
# @!attribute [rw] font_size
|
128
127
|
# @return [::Google::Cloud::DocumentAI::V1::Document::Style::FontSize]
|
129
128
|
# Font size.
|
@@ -141,7 +140,8 @@ module Google
|
|
141
140
|
# Font size for the text.
|
142
141
|
# @!attribute [rw] unit
|
143
142
|
# @return [::String]
|
144
|
-
# Unit for the font size. Follows CSS naming (in
|
143
|
+
# Unit for the font size. Follows CSS naming (such as `in`, `px`, and
|
144
|
+
# `pt`).
|
145
145
|
class FontSize
|
146
146
|
include ::Google::Protobuf::MessageExts
|
147
147
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -208,7 +208,7 @@ module Google
|
|
208
208
|
# A list of detected barcodes.
|
209
209
|
# @!attribute [rw] image_quality_scores
|
210
210
|
# @return [::Google::Cloud::DocumentAI::V1::Document::Page::ImageQualityScores]
|
211
|
-
# Image
|
211
|
+
# Image quality scores.
|
212
212
|
# @!attribute [rw] provenance
|
213
213
|
# @return [::Google::Cloud::DocumentAI::V1::Document::Provenance]
|
214
214
|
# The history of this page.
|
@@ -237,7 +237,9 @@ module Google
|
|
237
237
|
# Raw byte content of the image.
|
238
238
|
# @!attribute [rw] mime_type
|
239
239
|
# @return [::String]
|
240
|
-
# Encoding
|
240
|
+
# Encoding [media type (MIME
|
241
|
+
# type)](https://www.iana.org/assignments/media-types/media-types.xhtml)
|
242
|
+
# for the image.
|
241
243
|
# @!attribute [rw] width
|
242
244
|
# @return [::Integer]
|
243
245
|
# Width of the image in pixels.
|
@@ -382,6 +384,9 @@ module Google
|
|
382
384
|
# @!attribute [rw] provenance
|
383
385
|
# @return [::Google::Cloud::DocumentAI::V1::Document::Provenance]
|
384
386
|
# The history of this annotation.
|
387
|
+
# @!attribute [rw] style_info
|
388
|
+
# @return [::Google::Cloud::DocumentAI::V1::Document::Page::Token::StyleInfo]
|
389
|
+
# Text style attributes.
|
385
390
|
class Token
|
386
391
|
include ::Google::Protobuf::MessageExts
|
387
392
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -410,6 +415,62 @@ module Google
|
|
410
415
|
HYPHEN = 3
|
411
416
|
end
|
412
417
|
end
|
418
|
+
|
419
|
+
# Font and other text style attributes.
|
420
|
+
# @!attribute [rw] font_size
|
421
|
+
# @return [::Integer]
|
422
|
+
# Font size in points (`1` point is `¹⁄₇₂` inches).
|
423
|
+
# @!attribute [rw] pixel_font_size
|
424
|
+
# @return [::Float]
|
425
|
+
# Font size in pixels, equal to _unrounded
|
426
|
+
# {::Google::Cloud::DocumentAI::V1::Document::Page::Token::StyleInfo#font_size font_size}_
|
427
|
+
# * _resolution_ ÷ `72.0`.
|
428
|
+
# @!attribute [rw] letter_spacing
|
429
|
+
# @return [::Float]
|
430
|
+
# Letter spacing in points.
|
431
|
+
# @!attribute [rw] font_type
|
432
|
+
# @return [::String]
|
433
|
+
# Name or style of the font.
|
434
|
+
# @!attribute [rw] bold
|
435
|
+
# @return [::Boolean]
|
436
|
+
# Whether the text is bold (equivalent to
|
437
|
+
# {::Google::Cloud::DocumentAI::V1::Document::Page::Token::StyleInfo#font_weight font_weight}
|
438
|
+
# is at least `700`).
|
439
|
+
# @!attribute [rw] italic
|
440
|
+
# @return [::Boolean]
|
441
|
+
# Whether the text is italic.
|
442
|
+
# @!attribute [rw] underlined
|
443
|
+
# @return [::Boolean]
|
444
|
+
# Whether the text is underlined.
|
445
|
+
# @!attribute [rw] strikeout
|
446
|
+
# @return [::Boolean]
|
447
|
+
# Whether the text is strikethrough.
|
448
|
+
# @!attribute [rw] subscript
|
449
|
+
# @return [::Boolean]
|
450
|
+
# Whether the text is a subscript.
|
451
|
+
# @!attribute [rw] superscript
|
452
|
+
# @return [::Boolean]
|
453
|
+
# Whether the text is a superscript.
|
454
|
+
# @!attribute [rw] smallcaps
|
455
|
+
# @return [::Boolean]
|
456
|
+
# Whether the text is in small caps.
|
457
|
+
# @!attribute [rw] font_weight
|
458
|
+
# @return [::Integer]
|
459
|
+
# TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy).
|
460
|
+
# Normal is `400`, bold is `700`.
|
461
|
+
# @!attribute [rw] handwritten
|
462
|
+
# @return [::Boolean]
|
463
|
+
# Whether the text is handwritten.
|
464
|
+
# @!attribute [rw] text_color
|
465
|
+
# @return [::Google::Type::Color]
|
466
|
+
# Color of the text.
|
467
|
+
# @!attribute [rw] background_color
|
468
|
+
# @return [::Google::Type::Color]
|
469
|
+
# Color of the background.
|
470
|
+
class StyleInfo
|
471
|
+
include ::Google::Protobuf::MessageExts
|
472
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
473
|
+
end
|
413
474
|
end
|
414
475
|
|
415
476
|
# A detected symbol.
|
@@ -552,9 +613,9 @@ module Google
|
|
552
613
|
# Detected language for a structural component.
|
553
614
|
# @!attribute [rw] language_code
|
554
615
|
# @return [::String]
|
555
|
-
# The BCP-47 language
|
556
|
-
#
|
557
|
-
#
|
616
|
+
# The [BCP-47 language
|
617
|
+
# code](https://www.unicode.org/reports/tr35/#Unicode_locale_identifier),
|
618
|
+
# such as `en-US` or `sr-Latn`.
|
558
619
|
# @!attribute [rw] confidence
|
559
620
|
# @return [::Float]
|
560
621
|
# Confidence of detected language. Range `[0, 1]`.
|
@@ -563,10 +624,10 @@ module Google
|
|
563
624
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
564
625
|
end
|
565
626
|
|
566
|
-
# Image
|
627
|
+
# Image quality scores for the page image.
|
567
628
|
# @!attribute [rw] quality_score
|
568
629
|
# @return [::Float]
|
569
|
-
# The overall quality score. Range `[0, 1]` where 1 is perfect quality.
|
630
|
+
# The overall quality score. Range `[0, 1]` where `1` is perfect quality.
|
570
631
|
# @!attribute [rw] detected_defects
|
571
632
|
# @return [::Array<::Google::Cloud::DocumentAI::V1::Document::Page::ImageQualityScores::DetectedDefect>]
|
572
633
|
# A list of detected defects.
|
@@ -589,8 +650,8 @@ module Google
|
|
589
650
|
# - `quality/defect_glare`
|
590
651
|
# @!attribute [rw] confidence
|
591
652
|
# @return [::Float]
|
592
|
-
# Confidence of detected defect. Range `[0, 1]` where 1 indicates
|
593
|
-
# strong confidence
|
653
|
+
# Confidence of detected defect. Range `[0, 1]` where `1` indicates
|
654
|
+
# strong confidence that the defect exists.
|
594
655
|
class DetectedDefect
|
595
656
|
include ::Google::Protobuf::MessageExts
|
596
657
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -877,9 +938,9 @@ module Google
|
|
877
938
|
REMOVE = 2
|
878
939
|
|
879
940
|
# Updates any fields within the given provenance scope of the message. It
|
880
|
-
#
|
881
|
-
#
|
882
|
-
#
|
941
|
+
# overwrites the fields rather than replacing them. Use this when you
|
942
|
+
# want to update a field value of an entity without also updating all the
|
943
|
+
# child properties.
|
883
944
|
UPDATE = 7
|
884
945
|
|
885
946
|
# Currently unused. Replace an element identified by `parent`.
|