google-apis-documentai_v1beta3 0.20.0 → 0.21.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: ee948934da53833140248b3ba3fcd9eaf2fe0d9dc1b3361653683a7d6e541ba5
|
4
|
+
data.tar.gz: 6f3784c8a724903c8b365453292ab66002bfa2531f0fa39218279273074d23c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d13628298cf8b4d6f494b14e031b120b8c8546cdecb717fba73ab057aa9ef4aaaa544019cdd52467dee94747056f3371510f1b9aadcd4546fcc904fe66aa4fb
|
7
|
+
data.tar.gz: d531283efd91cbec41b12a537d5e2daaeeed2e17b31ae13d5b490dca14a5e3ac53f06996dd5b0d91daba1d8999ed884261c75376b7f26597fc9073d502c9daae
|
data/CHANGELOG.md
CHANGED
@@ -22,6 +22,70 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DocumentaiV1beta3
|
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::DocumentaiV1beta3::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::DocumentaiV1beta3::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::DocumentaiV1beta3::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::DocumentaiV1beta3::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
|
@@ -867,8 +982,9 @@ module Google
|
|
867
982
|
end
|
868
983
|
end
|
869
984
|
|
870
|
-
#
|
871
|
-
# organization, or
|
985
|
+
# An entity that could be a phrase in the text or a property belongs to the
|
986
|
+
# document. It is a known entity type, such as a person, an organization, or
|
987
|
+
# location.
|
872
988
|
class GoogleCloudDocumentaiV1beta1DocumentEntity
|
873
989
|
include Google::Apis::Core::Hashable
|
874
990
|
|
@@ -888,7 +1004,8 @@ module Google
|
|
888
1004
|
# @return [String]
|
889
1005
|
attr_accessor :mention_id
|
890
1006
|
|
891
|
-
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
|
1007
|
+
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
|
1008
|
+
# entity is not present in the document, this field will be empty.
|
892
1009
|
# Corresponds to the JSON property `mentionText`
|
893
1010
|
# @return [String]
|
894
1011
|
attr_accessor :mention_text
|
@@ -1007,17 +1124,29 @@ module Google
|
|
1007
1124
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime]
|
1008
1125
|
attr_accessor :datetime_value
|
1009
1126
|
|
1127
|
+
# Float value.
|
1128
|
+
# Corresponds to the JSON property `floatValue`
|
1129
|
+
# @return [Float]
|
1130
|
+
attr_accessor :float_value
|
1131
|
+
|
1132
|
+
# Integer value.
|
1133
|
+
# Corresponds to the JSON property `integerValue`
|
1134
|
+
# @return [Fixnum]
|
1135
|
+
attr_accessor :integer_value
|
1136
|
+
|
1010
1137
|
# Represents an amount of money with its currency type.
|
1011
1138
|
# Corresponds to the JSON property `moneyValue`
|
1012
1139
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeMoney]
|
1013
1140
|
attr_accessor :money_value
|
1014
1141
|
|
1015
|
-
#
|
1016
|
-
#
|
1017
|
-
#
|
1018
|
-
#
|
1019
|
-
#
|
1020
|
-
# ISO
|
1142
|
+
# Optional. An optional field to store a normalized string. For some entity
|
1143
|
+
# types, one of respective 'structured_value' fields may also be populated. Also
|
1144
|
+
# not all the types of 'structured_value' will be normalized. For example, some
|
1145
|
+
# processors may not generate float or int normalized text by default. Below are
|
1146
|
+
# sample formats mapped to structured values. - Money/Currency type (`
|
1147
|
+
# money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
|
1148
|
+
# the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
|
1149
|
+
# 8601 text format.
|
1021
1150
|
# Corresponds to the JSON property `text`
|
1022
1151
|
# @return [String]
|
1023
1152
|
attr_accessor :text
|
@@ -1032,6 +1161,8 @@ module Google
|
|
1032
1161
|
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
1033
1162
|
@date_value = args[:date_value] if args.key?(:date_value)
|
1034
1163
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
1164
|
+
@float_value = args[:float_value] if args.key?(:float_value)
|
1165
|
+
@integer_value = args[:integer_value] if args.key?(:integer_value)
|
1035
1166
|
@money_value = args[:money_value] if args.key?(:money_value)
|
1036
1167
|
@text = args[:text] if args.key?(:text)
|
1037
1168
|
end
|
@@ -2554,8 +2685,9 @@ module Google
|
|
2554
2685
|
end
|
2555
2686
|
end
|
2556
2687
|
|
2557
|
-
#
|
2558
|
-
# organization, or
|
2688
|
+
# An entity that could be a phrase in the text or a property belongs to the
|
2689
|
+
# document. It is a known entity type, such as a person, an organization, or
|
2690
|
+
# location.
|
2559
2691
|
class GoogleCloudDocumentaiV1beta2DocumentEntity
|
2560
2692
|
include Google::Apis::Core::Hashable
|
2561
2693
|
|
@@ -2575,7 +2707,8 @@ module Google
|
|
2575
2707
|
# @return [String]
|
2576
2708
|
attr_accessor :mention_id
|
2577
2709
|
|
2578
|
-
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
|
2710
|
+
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
|
2711
|
+
# entity is not present in the document, this field will be empty.
|
2579
2712
|
# Corresponds to the JSON property `mentionText`
|
2580
2713
|
# @return [String]
|
2581
2714
|
attr_accessor :mention_text
|
@@ -2694,17 +2827,29 @@ module Google
|
|
2694
2827
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime]
|
2695
2828
|
attr_accessor :datetime_value
|
2696
2829
|
|
2830
|
+
# Float value.
|
2831
|
+
# Corresponds to the JSON property `floatValue`
|
2832
|
+
# @return [Float]
|
2833
|
+
attr_accessor :float_value
|
2834
|
+
|
2835
|
+
# Integer value.
|
2836
|
+
# Corresponds to the JSON property `integerValue`
|
2837
|
+
# @return [Fixnum]
|
2838
|
+
attr_accessor :integer_value
|
2839
|
+
|
2697
2840
|
# Represents an amount of money with its currency type.
|
2698
2841
|
# Corresponds to the JSON property `moneyValue`
|
2699
2842
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeMoney]
|
2700
2843
|
attr_accessor :money_value
|
2701
2844
|
|
2702
|
-
#
|
2703
|
-
#
|
2704
|
-
#
|
2705
|
-
#
|
2706
|
-
#
|
2707
|
-
# ISO
|
2845
|
+
# Optional. An optional field to store a normalized string. For some entity
|
2846
|
+
# types, one of respective 'structured_value' fields may also be populated. Also
|
2847
|
+
# not all the types of 'structured_value' will be normalized. For example, some
|
2848
|
+
# processors may not generate float or int normalized text by default. Below are
|
2849
|
+
# sample formats mapped to structured values. - Money/Currency type (`
|
2850
|
+
# money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
|
2851
|
+
# the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
|
2852
|
+
# 8601 text format.
|
2708
2853
|
# Corresponds to the JSON property `text`
|
2709
2854
|
# @return [String]
|
2710
2855
|
attr_accessor :text
|
@@ -2719,6 +2864,8 @@ module Google
|
|
2719
2864
|
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
2720
2865
|
@date_value = args[:date_value] if args.key?(:date_value)
|
2721
2866
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
2867
|
+
@float_value = args[:float_value] if args.key?(:float_value)
|
2868
|
+
@integer_value = args[:integer_value] if args.key?(:integer_value)
|
2722
2869
|
@money_value = args[:money_value] if args.key?(:money_value)
|
2723
2870
|
@text = args[:text] if args.key?(:text)
|
2724
2871
|
end
|
@@ -4593,8 +4740,9 @@ module Google
|
|
4593
4740
|
end
|
4594
4741
|
end
|
4595
4742
|
|
4596
|
-
#
|
4597
|
-
# organization, or
|
4743
|
+
# An entity that could be a phrase in the text or a property belongs to the
|
4744
|
+
# document. It is a known entity type, such as a person, an organization, or
|
4745
|
+
# location.
|
4598
4746
|
class GoogleCloudDocumentaiV1beta3DocumentEntity
|
4599
4747
|
include Google::Apis::Core::Hashable
|
4600
4748
|
|
@@ -4614,7 +4762,8 @@ module Google
|
|
4614
4762
|
# @return [String]
|
4615
4763
|
attr_accessor :mention_id
|
4616
4764
|
|
4617
|
-
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
|
4765
|
+
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
|
4766
|
+
# entity is not present in the document, this field will be empty.
|
4618
4767
|
# Corresponds to the JSON property `mentionText`
|
4619
4768
|
# @return [String]
|
4620
4769
|
attr_accessor :mention_text
|
@@ -4733,17 +4882,29 @@ module Google
|
|
4733
4882
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime]
|
4734
4883
|
attr_accessor :datetime_value
|
4735
4884
|
|
4885
|
+
# Float value.
|
4886
|
+
# Corresponds to the JSON property `floatValue`
|
4887
|
+
# @return [Float]
|
4888
|
+
attr_accessor :float_value
|
4889
|
+
|
4890
|
+
# Integer value.
|
4891
|
+
# Corresponds to the JSON property `integerValue`
|
4892
|
+
# @return [Fixnum]
|
4893
|
+
attr_accessor :integer_value
|
4894
|
+
|
4736
4895
|
# Represents an amount of money with its currency type.
|
4737
4896
|
# Corresponds to the JSON property `moneyValue`
|
4738
4897
|
# @return [Google::Apis::DocumentaiV1beta3::GoogleTypeMoney]
|
4739
4898
|
attr_accessor :money_value
|
4740
4899
|
|
4741
|
-
#
|
4742
|
-
#
|
4743
|
-
#
|
4744
|
-
#
|
4745
|
-
#
|
4746
|
-
# ISO
|
4900
|
+
# Optional. An optional field to store a normalized string. For some entity
|
4901
|
+
# types, one of respective 'structured_value' fields may also be populated. Also
|
4902
|
+
# not all the types of 'structured_value' will be normalized. For example, some
|
4903
|
+
# processors may not generate float or int normalized text by default. Below are
|
4904
|
+
# sample formats mapped to structured values. - Money/Currency type (`
|
4905
|
+
# money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
|
4906
|
+
# the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
|
4907
|
+
# 8601 text format.
|
4747
4908
|
# Corresponds to the JSON property `text`
|
4748
4909
|
# @return [String]
|
4749
4910
|
attr_accessor :text
|
@@ -4758,6 +4919,8 @@ module Google
|
|
4758
4919
|
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
4759
4920
|
@date_value = args[:date_value] if args.key?(:date_value)
|
4760
4921
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
4922
|
+
@float_value = args[:float_value] if args.key?(:float_value)
|
4923
|
+
@integer_value = args[:integer_value] if args.key?(:integer_value)
|
4761
4924
|
@money_value = args[:money_value] if args.key?(:money_value)
|
4762
4925
|
@text = args[:text] if args.key?(:text)
|
4763
4926
|
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.21.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 DocumentaiV1beta3
|
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
|
|
@@ -1192,6 +1234,34 @@ module Google
|
|
1192
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1235
|
end
|
1194
1236
|
|
1237
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
1238
|
+
# @private
|
1239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1240
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1241
|
+
|
1242
|
+
end
|
1243
|
+
end
|
1244
|
+
|
1245
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
1246
|
+
# @private
|
1247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1248
|
+
end
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
1252
|
+
# @private
|
1253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1254
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1255
|
+
|
1256
|
+
end
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
1260
|
+
# @private
|
1261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1262
|
+
end
|
1263
|
+
end
|
1264
|
+
|
1195
1265
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
1196
1266
|
# @private
|
1197
1267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1306,6 +1376,20 @@ module Google
|
|
1306
1376
|
end
|
1307
1377
|
end
|
1308
1378
|
|
1379
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
1380
|
+
# @private
|
1381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1382
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1383
|
+
|
1384
|
+
end
|
1385
|
+
end
|
1386
|
+
|
1387
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
1388
|
+
# @private
|
1389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1390
|
+
end
|
1391
|
+
end
|
1392
|
+
|
1309
1393
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
1310
1394
|
# @private
|
1311
1395
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1365,6 +1449,14 @@ module Google
|
|
1365
1449
|
end
|
1366
1450
|
end
|
1367
1451
|
|
1452
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
1453
|
+
# @private
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1455
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1456
|
+
|
1457
|
+
end
|
1458
|
+
end
|
1459
|
+
|
1368
1460
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
1369
1461
|
# @private
|
1370
1462
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1521,6 +1613,8 @@ module Google
|
|
1521
1613
|
|
1522
1614
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime::Representation
|
1523
1615
|
|
1616
|
+
property :float_value, as: 'floatValue'
|
1617
|
+
property :integer_value, as: 'integerValue'
|
1524
1618
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney::Representation
|
1525
1619
|
|
1526
1620
|
property :text, as: 'text'
|
@@ -2006,6 +2100,8 @@ module Google
|
|
2006
2100
|
|
2007
2101
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime::Representation
|
2008
2102
|
|
2103
|
+
property :float_value, as: 'floatValue'
|
2104
|
+
property :integer_value, as: 'integerValue'
|
2009
2105
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney::Representation
|
2010
2106
|
|
2011
2107
|
property :text, as: 'text'
|
@@ -2600,6 +2696,8 @@ module Google
|
|
2600
2696
|
|
2601
2697
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeDateTime::Representation
|
2602
2698
|
|
2699
|
+
property :float_value, as: 'floatValue'
|
2700
|
+
property :integer_value, as: 'integerValue'
|
2603
2701
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta3::GoogleTypeMoney::Representation
|
2604
2702
|
|
2605
2703
|
property :text, as: 'text'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.21.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_v1beta3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.21.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|