google-apis-documentai_v1beta2 0.16.0 → 0.20.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: 4a5980b00b1564f28d610e3ee66badb5033ffbdf60198e182f3ead104b49e3f4
|
4
|
+
data.tar.gz: 0f4bb27f8201ec691906a0329c78020d4b0a48c1854e02369dc451a23a288eed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8668892f930d35f4e86f35bf8329c5df11431e1975d3f66cffe6c3d081c7745fd00247f965076f05b0c608ccf282a7c2aaf817df1f48429217df1072c61d51f
|
7
|
+
data.tar.gz: ebac145a7a06045657a79d3f6da14b2dddddcfa8b500258b6216b2e98fa05e4328fff01ccabf248ca7773f5984647a7560af19373366438a7230dddf17db52f1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-documentai_v1beta2
|
2
2
|
|
3
|
+
### v0.20.0 (2021-09-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210830
|
6
|
+
|
7
|
+
### v0.19.0 (2021-08-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210820
|
10
|
+
|
11
|
+
### v0.18.0 (2021-08-19)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210817
|
14
|
+
|
15
|
+
### v0.17.0 (2021-08-03)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210731
|
18
|
+
|
3
19
|
### v0.16.0 (2021-07-29)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20210728
|
@@ -22,6 +22,70 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DocumentaiV1beta2
|
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::DocumentaiV1beta2::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::DocumentaiV1beta2::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::DocumentaiV1beta2::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::DocumentaiV1beta2::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::DocumentaiV1beta2::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::DocumentaiV1beta2::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
|
@@ -1334,6 +1465,20 @@ module Google
|
|
1334
1465
|
class GoogleCloudDocumentaiV1beta1DocumentPageFormField
|
1335
1466
|
include Google::Apis::Core::Hashable
|
1336
1467
|
|
1468
|
+
# Created for Labeling UI to export key text. If corrections were made to the
|
1469
|
+
# text identified by the `field_name.text_anchor`, this field will contain the
|
1470
|
+
# correction.
|
1471
|
+
# Corresponds to the JSON property `correctedKeyText`
|
1472
|
+
# @return [String]
|
1473
|
+
attr_accessor :corrected_key_text
|
1474
|
+
|
1475
|
+
# Created for Labeling UI to export value text. If corrections were made to the
|
1476
|
+
# text identified by the `field_value.text_anchor`, this field will contain the
|
1477
|
+
# correction.
|
1478
|
+
# Corresponds to the JSON property `correctedValueText`
|
1479
|
+
# @return [String]
|
1480
|
+
attr_accessor :corrected_value_text
|
1481
|
+
|
1337
1482
|
# Visual element describing a layout unit on a page.
|
1338
1483
|
# Corresponds to the JSON property `fieldName`
|
1339
1484
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout]
|
@@ -1373,6 +1518,8 @@ module Google
|
|
1373
1518
|
|
1374
1519
|
# Update properties of this object
|
1375
1520
|
def update!(**args)
|
1521
|
+
@corrected_key_text = args[:corrected_key_text] if args.key?(:corrected_key_text)
|
1522
|
+
@corrected_value_text = args[:corrected_value_text] if args.key?(:corrected_value_text)
|
1376
1523
|
@field_name = args[:field_name] if args.key?(:field_name)
|
1377
1524
|
@field_value = args[:field_value] if args.key?(:field_value)
|
1378
1525
|
@name_detected_languages = args[:name_detected_languages] if args.key?(:name_detected_languages)
|
@@ -1795,8 +1942,8 @@ module Google
|
|
1795
1942
|
# @return [Fixnum]
|
1796
1943
|
attr_accessor :id
|
1797
1944
|
|
1798
|
-
# The index of the parent
|
1799
|
-
#
|
1945
|
+
# The index of the parent item in the corresponding item list (eg. list of
|
1946
|
+
# entities, properties within entities, etc.) on parent revision.
|
1800
1947
|
# Corresponds to the JSON property `index`
|
1801
1948
|
# @return [Fixnum]
|
1802
1949
|
attr_accessor :index
|
@@ -2594,8 +2741,9 @@ module Google
|
|
2594
2741
|
end
|
2595
2742
|
end
|
2596
2743
|
|
2597
|
-
#
|
2598
|
-
# organization, or
|
2744
|
+
# An entity that could be a phrase in the text or a property belongs to the
|
2745
|
+
# document. It is a known entity type, such as a person, an organization, or
|
2746
|
+
# location.
|
2599
2747
|
class GoogleCloudDocumentaiV1beta2DocumentEntity
|
2600
2748
|
include Google::Apis::Core::Hashable
|
2601
2749
|
|
@@ -2615,7 +2763,8 @@ module Google
|
|
2615
2763
|
# @return [String]
|
2616
2764
|
attr_accessor :mention_id
|
2617
2765
|
|
2618
|
-
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`.
|
2766
|
+
# Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the
|
2767
|
+
# entity is not present in the document, this field will be empty.
|
2619
2768
|
# Corresponds to the JSON property `mentionText`
|
2620
2769
|
# @return [String]
|
2621
2770
|
attr_accessor :mention_text
|
@@ -2734,17 +2883,29 @@ module Google
|
|
2734
2883
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime]
|
2735
2884
|
attr_accessor :datetime_value
|
2736
2885
|
|
2886
|
+
# Float value.
|
2887
|
+
# Corresponds to the JSON property `floatValue`
|
2888
|
+
# @return [Float]
|
2889
|
+
attr_accessor :float_value
|
2890
|
+
|
2891
|
+
# Integer value.
|
2892
|
+
# Corresponds to the JSON property `integerValue`
|
2893
|
+
# @return [Fixnum]
|
2894
|
+
attr_accessor :integer_value
|
2895
|
+
|
2737
2896
|
# Represents an amount of money with its currency type.
|
2738
2897
|
# Corresponds to the JSON property `moneyValue`
|
2739
2898
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleTypeMoney]
|
2740
2899
|
attr_accessor :money_value
|
2741
2900
|
|
2742
|
-
#
|
2743
|
-
#
|
2744
|
-
#
|
2745
|
-
#
|
2746
|
-
#
|
2747
|
-
# ISO
|
2901
|
+
# Optional. An optional field to store a normalized string. For some entity
|
2902
|
+
# types, one of respective 'structured_value' fields may also be populated. Also
|
2903
|
+
# not all the types of 'structured_value' will be normalized. For example, some
|
2904
|
+
# processors may not generate float or int normalized text by default. Below are
|
2905
|
+
# sample formats mapped to structured values. - Money/Currency type (`
|
2906
|
+
# money_value`) is in the ISO 4217 text format. - Date type (`date_value`) is in
|
2907
|
+
# the ISO 8601 text format. - Datetime type (`datetime_value`) is in the ISO
|
2908
|
+
# 8601 text format.
|
2748
2909
|
# Corresponds to the JSON property `text`
|
2749
2910
|
# @return [String]
|
2750
2911
|
attr_accessor :text
|
@@ -2759,6 +2920,8 @@ module Google
|
|
2759
2920
|
@boolean_value = args[:boolean_value] if args.key?(:boolean_value)
|
2760
2921
|
@date_value = args[:date_value] if args.key?(:date_value)
|
2761
2922
|
@datetime_value = args[:datetime_value] if args.key?(:datetime_value)
|
2923
|
+
@float_value = args[:float_value] if args.key?(:float_value)
|
2924
|
+
@integer_value = args[:integer_value] if args.key?(:integer_value)
|
2762
2925
|
@money_value = args[:money_value] if args.key?(:money_value)
|
2763
2926
|
@text = args[:text] if args.key?(:text)
|
2764
2927
|
end
|
@@ -3098,6 +3261,20 @@ module Google
|
|
3098
3261
|
class GoogleCloudDocumentaiV1beta2DocumentPageFormField
|
3099
3262
|
include Google::Apis::Core::Hashable
|
3100
3263
|
|
3264
|
+
# Created for Labeling UI to export key text. If corrections were made to the
|
3265
|
+
# text identified by the `field_name.text_anchor`, this field will contain the
|
3266
|
+
# correction.
|
3267
|
+
# Corresponds to the JSON property `correctedKeyText`
|
3268
|
+
# @return [String]
|
3269
|
+
attr_accessor :corrected_key_text
|
3270
|
+
|
3271
|
+
# Created for Labeling UI to export value text. If corrections were made to the
|
3272
|
+
# text identified by the `field_value.text_anchor`, this field will contain the
|
3273
|
+
# correction.
|
3274
|
+
# Corresponds to the JSON property `correctedValueText`
|
3275
|
+
# @return [String]
|
3276
|
+
attr_accessor :corrected_value_text
|
3277
|
+
|
3101
3278
|
# Visual element describing a layout unit on a page.
|
3102
3279
|
# Corresponds to the JSON property `fieldName`
|
3103
3280
|
# @return [Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout]
|
@@ -3137,6 +3314,8 @@ module Google
|
|
3137
3314
|
|
3138
3315
|
# Update properties of this object
|
3139
3316
|
def update!(**args)
|
3317
|
+
@corrected_key_text = args[:corrected_key_text] if args.key?(:corrected_key_text)
|
3318
|
+
@corrected_value_text = args[:corrected_value_text] if args.key?(:corrected_value_text)
|
3140
3319
|
@field_name = args[:field_name] if args.key?(:field_name)
|
3141
3320
|
@field_value = args[:field_value] if args.key?(:field_value)
|
3142
3321
|
@name_detected_languages = args[:name_detected_languages] if args.key?(:name_detected_languages)
|
@@ -3559,8 +3738,8 @@ module Google
|
|
3559
3738
|
# @return [Fixnum]
|
3560
3739
|
attr_accessor :id
|
3561
3740
|
|
3562
|
-
# The index of the parent
|
3563
|
-
#
|
3741
|
+
# The index of the parent item in the corresponding item list (eg. list of
|
3742
|
+
# entities, properties within entities, etc.) on parent revision.
|
3564
3743
|
# Corresponds to the JSON property `index`
|
3565
3744
|
# @return [Fixnum]
|
3566
3745
|
attr_accessor :index
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DocumentaiV1beta2
|
18
18
|
# Version of the google-apis-documentai_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.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 = "20210830"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,30 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DocumentaiV1beta2
|
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
|
|
@@ -898,6 +940,34 @@ module Google
|
|
898
940
|
include Google::Apis::Core::JsonObjectSupport
|
899
941
|
end
|
900
942
|
|
943
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
|
944
|
+
# @private
|
945
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
946
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
947
|
+
|
948
|
+
end
|
949
|
+
end
|
950
|
+
|
951
|
+
class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
|
952
|
+
# @private
|
953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
954
|
+
end
|
955
|
+
end
|
956
|
+
|
957
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
|
958
|
+
# @private
|
959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
960
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
961
|
+
|
962
|
+
end
|
963
|
+
end
|
964
|
+
|
965
|
+
class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
|
966
|
+
# @private
|
967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
968
|
+
end
|
969
|
+
end
|
970
|
+
|
901
971
|
class GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
|
902
972
|
# @private
|
903
973
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1012,6 +1082,20 @@ module Google
|
|
1012
1082
|
end
|
1013
1083
|
end
|
1014
1084
|
|
1085
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
|
1086
|
+
# @private
|
1087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1088
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1089
|
+
|
1090
|
+
end
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
|
1094
|
+
# @private
|
1095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1096
|
+
end
|
1097
|
+
end
|
1098
|
+
|
1015
1099
|
class GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
|
1016
1100
|
# @private
|
1017
1101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1071,6 +1155,14 @@ module Google
|
|
1071
1155
|
end
|
1072
1156
|
end
|
1073
1157
|
|
1158
|
+
class GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
|
1159
|
+
# @private
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1161
|
+
property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata::Representation
|
1162
|
+
|
1163
|
+
end
|
1164
|
+
end
|
1165
|
+
|
1074
1166
|
class GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
|
1075
1167
|
# @private
|
1076
1168
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1227,6 +1319,8 @@ module Google
|
|
1227
1319
|
|
1228
1320
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime::Representation
|
1229
1321
|
|
1322
|
+
property :float_value, as: 'floatValue'
|
1323
|
+
property :integer_value, as: 'integerValue'
|
1230
1324
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeMoney::Representation
|
1231
1325
|
|
1232
1326
|
property :text, as: 'text'
|
@@ -1327,6 +1421,8 @@ module Google
|
|
1327
1421
|
class GoogleCloudDocumentaiV1beta1DocumentPageFormField
|
1328
1422
|
# @private
|
1329
1423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1424
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
1425
|
+
property :corrected_value_text, as: 'correctedValueText'
|
1330
1426
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
|
1331
1427
|
|
1332
1428
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta1DocumentPageLayout::Representation
|
@@ -1727,6 +1823,8 @@ module Google
|
|
1727
1823
|
|
1728
1824
|
property :datetime_value, as: 'datetimeValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeDateTime::Representation
|
1729
1825
|
|
1826
|
+
property :float_value, as: 'floatValue'
|
1827
|
+
property :integer_value, as: 'integerValue'
|
1730
1828
|
property :money_value, as: 'moneyValue', class: Google::Apis::DocumentaiV1beta2::GoogleTypeMoney, decorator: Google::Apis::DocumentaiV1beta2::GoogleTypeMoney::Representation
|
1731
1829
|
|
1732
1830
|
property :text, as: 'text'
|
@@ -1836,6 +1934,8 @@ module Google
|
|
1836
1934
|
class GoogleCloudDocumentaiV1beta2DocumentPageFormField
|
1837
1935
|
# @private
|
1838
1936
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1937
|
+
property :corrected_key_text, as: 'correctedKeyText'
|
1938
|
+
property :corrected_value_text, as: 'correctedValueText'
|
1839
1939
|
property :field_name, as: 'fieldName', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
|
1840
1940
|
|
1841
1941
|
property :field_value, as: 'fieldValue', class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout, decorator: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta2DocumentPageLayout::Representation
|
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# This is NOT the gem version.
|
32
32
|
VERSION = 'V1beta2'
|
33
33
|
|
34
|
-
# See, edit, configure, and delete your Google Cloud
|
34
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
35
35
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
36
36
|
end
|
37
37
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-documentai_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.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-
|
11
|
+
date: 2021-09-06 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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta2/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-documentai_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|