google-apis-documentai_v1 0.12.0 → 0.13.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: 6542e2ca4839fdd994db558cc58072d3100e99c4f86d44d7675254e60a9de9dd
|
4
|
+
data.tar.gz: ea198618a0fe5063533a12dcba2f5fbfde0489d5862413f53131cc22d0ba9fbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d825808139f8705869745bf4bc196f2f8346f1217118f2287d98334143586e2236d30b0a5b969e894a9eaa7125d1561d11404aa53f1aebcd13562f815a2c8cf7
|
7
|
+
data.tar.gz: 8bb2f936ea74767c11ee9f830155cb462727e18e0d2f9f02c6cf1ef34a563eff19973178647393c192d9cb71703044c1b85d185827e5c9d7bf24210cf5c4cd8c
|
data/CHANGELOG.md
CHANGED
@@ -22,6 +22,70 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DocumentaiV1
|
24
24
|
|
25
|
+
#
|
26
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
27
|
+
include Google::Apis::Core::Hashable
|
28
|
+
|
29
|
+
# The common metadata for long running operations.
|
30
|
+
# Corresponds to the JSON property `commonMetadata`
|
31
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
|
32
|
+
attr_accessor :common_metadata
|
33
|
+
|
34
|
+
def initialize(**args)
|
35
|
+
update!(**args)
|
36
|
+
end
|
37
|
+
|
38
|
+
# Update properties of this object
|
39
|
+
def update!(**args)
|
40
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
# Response of the delete documents operation.
|
45
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
46
|
+
include Google::Apis::Core::Hashable
|
47
|
+
|
48
|
+
def initialize(**args)
|
49
|
+
update!(**args)
|
50
|
+
end
|
51
|
+
|
52
|
+
# Update properties of this object
|
53
|
+
def update!(**args)
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
#
|
58
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
59
|
+
include Google::Apis::Core::Hashable
|
60
|
+
|
61
|
+
# The common metadata for long running operations.
|
62
|
+
# Corresponds to the JSON property `commonMetadata`
|
63
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
|
64
|
+
attr_accessor :common_metadata
|
65
|
+
|
66
|
+
def initialize(**args)
|
67
|
+
update!(**args)
|
68
|
+
end
|
69
|
+
|
70
|
+
# Update properties of this object
|
71
|
+
def update!(**args)
|
72
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
# Response of the batch move documents operation.
|
77
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
78
|
+
include Google::Apis::Core::Hashable
|
79
|
+
|
80
|
+
def initialize(**args)
|
81
|
+
update!(**args)
|
82
|
+
end
|
83
|
+
|
84
|
+
# Update properties of this object
|
85
|
+
def update!(**args)
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
25
89
|
# The common metadata for long running operations.
|
26
90
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
27
91
|
include Google::Apis::Core::Hashable
|
@@ -309,6 +373,38 @@ module Google
|
|
309
373
|
end
|
310
374
|
end
|
311
375
|
|
376
|
+
# Metadata of the import document operation.
|
377
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
378
|
+
include Google::Apis::Core::Hashable
|
379
|
+
|
380
|
+
# The common metadata for long running operations.
|
381
|
+
# Corresponds to the JSON property `commonMetadata`
|
382
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
|
383
|
+
attr_accessor :common_metadata
|
384
|
+
|
385
|
+
def initialize(**args)
|
386
|
+
update!(**args)
|
387
|
+
end
|
388
|
+
|
389
|
+
# Update properties of this object
|
390
|
+
def update!(**args)
|
391
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
392
|
+
end
|
393
|
+
end
|
394
|
+
|
395
|
+
# Response of the import document operation.
|
396
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
397
|
+
include Google::Apis::Core::Hashable
|
398
|
+
|
399
|
+
def initialize(**args)
|
400
|
+
update!(**args)
|
401
|
+
end
|
402
|
+
|
403
|
+
# Update properties of this object
|
404
|
+
def update!(**args)
|
405
|
+
end
|
406
|
+
end
|
407
|
+
|
312
408
|
# The long running operation metadata for set default processor version method.
|
313
409
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
314
410
|
include Google::Apis::Core::Hashable
|
@@ -466,6 +562,25 @@ module Google
|
|
466
562
|
end
|
467
563
|
end
|
468
564
|
|
565
|
+
#
|
566
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
567
|
+
include Google::Apis::Core::Hashable
|
568
|
+
|
569
|
+
# The common metadata for long running operations.
|
570
|
+
# Corresponds to the JSON property `commonMetadata`
|
571
|
+
# @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]
|
572
|
+
attr_accessor :common_metadata
|
573
|
+
|
574
|
+
def initialize(**args)
|
575
|
+
update!(**args)
|
576
|
+
end
|
577
|
+
|
578
|
+
# Update properties of this object
|
579
|
+
def update!(**args)
|
580
|
+
@common_metadata = args[:common_metadata] if args.key?(:common_metadata)
|
581
|
+
end
|
582
|
+
end
|
583
|
+
|
469
584
|
# The long running operation metadata for updating the human review
|
470
585
|
# configuration.
|
471
586
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
@@ -834,8 +949,9 @@ module Google
|
|
834
949
|
end
|
835
950
|
end
|
836
951
|
|
837
|
-
#
|
838
|
-
# organization, or
|
952
|
+
# An entity that could be a phrase in the text or a property belongs to the
|
953
|
+
# document. It is a known entity type, such as a person, an organization, or
|
954
|
+
# location.
|
839
955
|
class GoogleCloudDocumentaiV1DocumentEntity
|
840
956
|
include Google::Apis::Core::Hashable
|
841
957
|
|
@@ -855,7 +971,8 @@ module Google
|
|
855
971
|
# @return [String]
|
856
972
|
attr_accessor :mention_id
|
857
973
|
|
858
|
-
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
|
974
|
+
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
|
975
|
+
# entity is not present in the document, this field will be empty.
|
859
976
|
# Corresponds to the JSON property `mentionText`
|
860
977
|
# @return [String]
|
861
978
|
attr_accessor :mention_text
|
@@ -974,17 +1091,29 @@ module Google
|
|
974
1091
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDateTime]
|
975
1092
|
attr_accessor :datetime_value
|
976
1093
|
|
1094
|
+
# Float value.
|
1095
|
+
# Corresponds to the JSON property `floatValue`
|
1096
|
+
# @return [Float]
|
1097
|
+
attr_accessor :float_value
|
1098
|
+
|
1099
|
+
# Integer value.
|
1100
|
+
# Corresponds to the JSON property `integerValue`
|
1101
|
+
# @return [Fixnum]
|
1102
|
+
attr_accessor :integer_value
|
1103
|
+
|
977
1104
|
# Represents an amount of money with its currency type.
|
978
1105
|
# Corresponds to the JSON property `moneyValue`
|
979
1106
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeMoney]
|
980
1107
|
attr_accessor :money_value
|
981
1108
|
|
982
|
-
#
|
983
|
-
#
|
984
|
-
#
|
985
|
-
#
|
986
|
-
#
|
987
|
-
# ISO
|
1109
|
+
# Optional. An optional field to store a normalized string. For some entity
|
1110
|
+
# types, one of respective 'structured_value' fields may also be populated. Also
|
1111
|
+
# not all the types of 'structured_value' will be normalized. For example, some
|
1112
|
+
# processors may not generate float or int normalized text by default. Below are
|
1113
|
+
# sample formats mapped to structured values. - Money/Currency type (`
|
1114
|
+
# money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
|
1115
|
+
# the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
|
1116
|
+
# 8601 text format.
|
988
1117
|
# Corresponds to the JSON property `text`
|
989
1118
|
# @return [String]
|
990
1119
|
attr_accessor :text
|
@@ -999,6 +1128,8 @@ module Google
|
|
999
1128
|
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
1000
1129
|
@date_value = args[:date_value] if args.key?(:date_value)
|
1001
1130
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
1131
|
+
@float_value = args[:float_value] if args.key?(:float_value)
|
1132
|
+
@integer_value = args[:integer_value] if args.key?(:integer_value)
|
1002
1133
|
@money_value = args[:money_value] if args.key?(:money_value)
|
1003
1134
|
@text = args[:text] if args.key?(:text)
|
1004
1135
|
end
|
@@ -2653,8 +2784,9 @@ module Google
|
|
2653
2784
|
end
|
2654
2785
|
end
|
2655
2786
|
|
2656
|
-
#
|
2657
|
-
# organization, or
|
2787
|
+
# An entity that could be a phrase in the text or a property belongs to the
|
2788
|
+
# document. It is a known entity type, such as a person, an organization, or
|
2789
|
+
# location.
|
2658
2790
|
class GoogleCloudDocumentaiV1beta1DocumentEntity
|
2659
2791
|
include Google::Apis::Core::Hashable
|
2660
2792
|
|
@@ -2674,7 +2806,8 @@ module Google
|
|
2674
2806
|
# @return [String]
|
2675
2807
|
attr_accessor :mention_id
|
2676
2808
|
|
2677
|
-
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
|
2809
|
+
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
|
2810
|
+
# entity is not present in the document, this field will be empty.
|
2678
2811
|
# Corresponds to the JSON property `mentionText`
|
2679
2812
|
# @return [String]
|
2680
2813
|
attr_accessor :mention_text
|
@@ -2793,17 +2926,29 @@ module Google
|
|
2793
2926
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDateTime]
|
2794
2927
|
attr_accessor :datetime_value
|
2795
2928
|
|
2929
|
+
# Float value.
|
2930
|
+
# Corresponds to the JSON property `floatValue`
|
2931
|
+
# @return [Float]
|
2932
|
+
attr_accessor :float_value
|
2933
|
+
|
2934
|
+
# Integer value.
|
2935
|
+
# Corresponds to the JSON property `integerValue`
|
2936
|
+
# @return [Fixnum]
|
2937
|
+
attr_accessor :integer_value
|
2938
|
+
|
2796
2939
|
# Represents an amount of money with its currency type.
|
2797
2940
|
# Corresponds to the JSON property `moneyValue`
|
2798
2941
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeMoney]
|
2799
2942
|
attr_accessor :money_value
|
2800
2943
|
|
2801
|
-
#
|
2802
|
-
#
|
2803
|
-
#
|
2804
|
-
#
|
2805
|
-
#
|
2806
|
-
# ISO
|
2944
|
+
# Optional. An optional field to store a normalized string. For some entity
|
2945
|
+
# types, one of respective 'structured_value' fields may also be populated. Also
|
2946
|
+
# not all the types of 'structured_value' will be normalized. For example, some
|
2947
|
+
# processors may not generate float or int normalized text by default. Below are
|
2948
|
+
# sample formats mapped to structured values. - Money/Currency type (`
|
2949
|
+
# money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
|
2950
|
+
# the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
|
2951
|
+
# 8601 text format.
|
2807
2952
|
# Corresponds to the JSON property `text`
|
2808
2953
|
# @return [String]
|
2809
2954
|
attr_accessor :text
|
@@ -2818,6 +2963,8 @@ module Google
|
|
2818
2963
|
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
2819
2964
|
@date_value = args[:date_value] if args.key?(:date_value)
|
2820
2965
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
2966
|
+
@float_value = args[:float_value] if args.key?(:float_value)
|
2967
|
+
@integer_value = args[:integer_value] if args.key?(:integer_value)
|
2821
2968
|
@money_value = args[:money_value] if args.key?(:money_value)
|
2822
2969
|
@text = args[:text] if args.key?(:text)
|
2823
2970
|
end
|
@@ -4340,8 +4487,9 @@ module Google
|
|
4340
4487
|
end
|
4341
4488
|
end
|
4342
4489
|
|
4343
|
-
#
|
4344
|
-
# organization, or
|
4490
|
+
# An entity that could be a phrase in the text or a property belongs to the
|
4491
|
+
# document. It is a known entity type, such as a person, an organization, or
|
4492
|
+
# location.
|
4345
4493
|
class GoogleCloudDocumentaiV1beta2DocumentEntity
|
4346
4494
|
include Google::Apis::Core::Hashable
|
4347
4495
|
|
@@ -4361,7 +4509,8 @@ module Google
|
|
4361
4509
|
# @return [String]
|
4362
4510
|
attr_accessor :mention_id
|
4363
4511
|
|
4364
|
-
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
|
4512
|
+
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
|
4513
|
+
# entity is not present in the document, this field will be empty.
|
4365
4514
|
# Corresponds to the JSON property `mentionText`
|
4366
4515
|
# @return [String]
|
4367
4516
|
attr_accessor :mention_text
|
@@ -4480,17 +4629,29 @@ module Google
|
|
4480
4629
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeDateTime]
|
4481
4630
|
attr_accessor :datetime_value
|
4482
4631
|
|
4632
|
+
# Float value.
|
4633
|
+
# Corresponds to the JSON property `floatValue`
|
4634
|
+
# @return [Float]
|
4635
|
+
attr_accessor :float_value
|
4636
|
+
|
4637
|
+
# Integer value.
|
4638
|
+
# Corresponds to the JSON property `integerValue`
|
4639
|
+
# @return [Fixnum]
|
4640
|
+
attr_accessor :integer_value
|
4641
|
+
|
4483
4642
|
# Represents an amount of money with its currency type.
|
4484
4643
|
# Corresponds to the JSON property `moneyValue`
|
4485
4644
|
# @return [Google::Apis::DocumentaiV1::GoogleTypeMoney]
|
4486
4645
|
attr_accessor :money_value
|
4487
4646
|
|
4488
|
-
#
|
4489
|
-
#
|
4490
|
-
#
|
4491
|
-
#
|
4492
|
-
#
|
4493
|
-
# ISO
|
4647
|
+
# Optional. An optional field to store a normalized string. For some entity
|
4648
|
+
# types, one of respective 'structured_value' fields may also be populated. Also
|
4649
|
+
# not all the types of 'structured_value' will be normalized. For example, some
|
4650
|
+
# processors may not generate float or int normalized text by default. Below are
|
4651
|
+
# sample formats mapped to structured values. - Money/Currency type (`
|
4652
|
+
# money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
|
4653
|
+
# the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
|
4654
|
+
# 8601 text format.
|
4494
4655
|
# Corresponds to the JSON property `text`
|
4495
4656
|
# @return [String]
|
4496
4657
|
attr_accessor :text
|
@@ -4505,6 +4666,8 @@ module Google
|
|
4505
4666
|
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
4506
4667
|
@date_value = args[:date_value] if args.key?(:date_value)
|
4507
4668
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
4669
|
+
@float_value = args[:float_value] if args.key?(:float_value)
|
4670
|
+
@integer_value = args[:integer_value] if args.key?(:integer_value)
|
4508
4671
|
@money_value = args[:money_value] if args.key?(:money_value)
|
4509
4672
|
@text = args[:text] if args.key?(:text)
|
4510
4673
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1
|
18
18
|
# Version of the google-apis-documentai_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210820"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,30 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DocumentaiV1
|
24
24
|
|
25
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
25
49
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
26
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
51
|
|
@@ -112,6 +136,18 @@ module Google
|
|
112
136
|
include Google::Apis::Core::JsonObjectSupport
|
113
137
|
end
|
114
138
|
|
139
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
115
151
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
116
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
153
|
|
@@ -154,6 +190,12 @@ module Google
|
|
154
190
|
include Google::Apis::Core::JsonObjectSupport
|
155
191
|
end
|
156
192
|
|
193
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
157
199
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
158
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
201
|
|
@@ -1138,6 +1180,34 @@ module Google
|
|
1138
1180
|
include Google::Apis::Core::JsonObjectSupport
|
1139
1181
|
end
|
1140
1182
|
|
1183
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
1184
|
+
# @private
|
1185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1186
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1187
|
+
|
1188
|
+
end
|
1189
|
+
end
|
1190
|
+
|
1191
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
1192
|
+
# @private
|
1193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1194
|
+
end
|
1195
|
+
end
|
1196
|
+
|
1197
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
1198
|
+
# @private
|
1199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1200
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1201
|
+
|
1202
|
+
end
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
1206
|
+
# @private
|
1207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1208
|
+
end
|
1209
|
+
end
|
1210
|
+
|
1141
1211
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
1142
1212
|
# @private
|
1143
1213
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1252,6 +1322,20 @@ module Google
|
|
1252
1322
|
end
|
1253
1323
|
end
|
1254
1324
|
|
1325
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
1326
|
+
# @private
|
1327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1328
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1329
|
+
|
1330
|
+
end
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
1334
|
+
# @private
|
1335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1336
|
+
end
|
1337
|
+
end
|
1338
|
+
|
1255
1339
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
1256
1340
|
# @private
|
1257
1341
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1311,6 +1395,14 @@ module Google
|
|
1311
1395
|
end
|
1312
1396
|
end
|
1313
1397
|
|
1398
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
1399
|
+
# @private
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1401
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1402
|
+
|
1403
|
+
end
|
1404
|
+
end
|
1405
|
+
|
1314
1406
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
1315
1407
|
# @private
|
1316
1408
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1456,6 +1548,8 @@ module Google
|
|
1456
1548
|
|
1457
1549
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
1458
1550
|
|
1551
|
+
property :float_value, as: 'floatValue'
|
1552
|
+
property :integer_value, as: 'integerValue'
|
1459
1553
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
1460
1554
|
|
1461
1555
|
property :text, as: 'text'
|
@@ -1988,6 +2082,8 @@ module Google
|
|
1988
2082
|
|
1989
2083
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
1990
2084
|
|
2085
|
+
property :float_value, as: 'floatValue'
|
2086
|
+
property :integer_value, as: 'integerValue'
|
1991
2087
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
1992
2088
|
|
1993
2089
|
property :text, as: 'text'
|
@@ -2473,6 +2569,8 @@ module Google
|
|
2473
2569
|
|
2474
2570
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1::GoogleTypeDateTime::Representation
|
2475
2571
|
|
2572
|
+
property :float_value, as: 'floatValue'
|
2573
|
+
property :integer_value, as: 'integerValue'
|
2476
2574
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1::GoogleTypeMoney::Representation
|
2477
2575
|
|
2478
2576
|
property :text, as: 'text'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|