You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### documentai:v1
The following keys were deleted:
- schemas.GoogleCloudDocumentaiV1EntityTypeMetadata.properties.prefixedNamingOnProperties.type (Total Keys: 1)
The following keys were added:
- schemas.GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.properties.fieldMask (Total Keys: 2)
#### documentai:v1beta3
The following keys were deleted:
- schemas.GoogleCloudDocumentaiV1beta3EntityTypeMetadata.properties.prefixedNamingOnProperties.type (Total Keys: 1)
The following keys were added:
- schemas.GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig.properties.fieldMask (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1.projects.locations.processors.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,7 @@ <h3>Method Details</h3>
130
130
{ # Request message for batch process document method.
131
131
"documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process.
132
132
"gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage.
133
+
"fieldMask": "A String", # Specifies which fields to include in the output documents.
133
134
"gcsUri": "A String", # The Cloud Storage uri (a directory) of the output.
134
135
},
135
136
},
@@ -431,7 +432,7 @@ <h3>Method Details</h3>
431
432
"confidence": 3.14, # Optional. Confidence of detected Schema entity. Range [0, 1].
432
433
"id": "A String", # Optional. Canonical id. This will be a unique value in the entity list for this document.
433
434
"mentionId": "A String", # Optional. Deprecated. Use `id` field instead.
434
-
"mentionText": "A String", # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the entity is not present in the document, this field will be empty.
435
+
"mentionText": "A String", # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
435
436
"normalizedValue": { # Parsed and normalized entity value. # Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
436
437
"addressValue": { # Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478 # Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
437
438
"addressLines": [ # Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
@@ -1245,7 +1246,7 @@ <h3>Method Details</h3>
1245
1246
"confidence": 3.14, # Optional. Confidence of detected Schema entity. Range [0, 1].
1246
1247
"id": "A String", # Optional. Canonical id. This will be a unique value in the entity list for this document.
1247
1248
"mentionId": "A String", # Optional. Deprecated. Use `id` field instead.
1248
-
"mentionText": "A String", # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the entity is not present in the document, this field will be empty.
1249
+
"mentionText": "A String", # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
1249
1250
"normalizedValue": { # Parsed and normalized entity value. # Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
1250
1251
"addressValue": { # Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478 # Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
1251
1252
"addressLines": [ # Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1.projects.locations.processors.humanReviewConfig.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,6 @@ <h3>Method Details</h3>
114
114
"enableValidation": True or False, # Whether to enable human review validation.
115
115
},
116
116
"inactive": True or False, # Whether the entity type should be considered as "inactive".
117
-
"prefixedNamingOnProperties": True or False, # If set, the properties of this entity type must be prefixed with the parents.
118
117
},
119
118
"enumValues": { # Defines the a list of enum values. # If specified, lists all the possible values for this entity. This should not be more than a handful of values. If the number of values is >10 or could change frequently use the `EntityType.value_ontology` field and specify a list of all possible values in a value ontology file.
120
119
"values": [ # The individual values that this enum values type can include.
@@ -156,7 +155,7 @@ <h3>Method Details</h3>
156
155
"confidence": 3.14, # Optional. Confidence of detected Schema entity. Range [0, 1].
157
156
"id": "A String", # Optional. Canonical id. This will be a unique value in the entity list for this document.
158
157
"mentionId": "A String", # Optional. Deprecated. Use `id` field instead.
159
-
"mentionText": "A String", # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the entity is not present in the document, this field will be empty.
158
+
"mentionText": "A String", # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
160
159
"normalizedValue": { # Parsed and normalized entity value. # Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
161
160
"addressValue": { # Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478 # Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
162
161
"addressLines": [ # Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
114
114
{ # Request message for batch process document method.
115
115
"documentOutputConfig": { # Config that controls the output of documents. All documents will be written as a JSON file. # The overall output config for batch process.
116
116
"gcsOutputConfig": { # The configuration used when outputting documents. # Output config to write the results to Cloud Storage.
117
+
"fieldMask": "A String", # Specifies which fields to include in the output documents.
117
118
"gcsUri": "A String", # The Cloud Storage uri (a directory) of the output.
118
119
},
119
120
},
@@ -340,7 +341,7 @@ <h3>Method Details</h3>
340
341
"confidence": 3.14, # Optional. Confidence of detected Schema entity. Range [0, 1].
341
342
"id": "A String", # Optional. Canonical id. This will be a unique value in the entity list for this document.
342
343
"mentionId": "A String", # Optional. Deprecated. Use `id` field instead.
343
-
"mentionText": "A String", # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the entity is not present in the document, this field will be empty.
344
+
"mentionText": "A String", # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
344
345
"normalizedValue": { # Parsed and normalized entity value. # Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
345
346
"addressValue": { # Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478 # Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
346
347
"addressLines": [ # Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
@@ -1154,7 +1155,7 @@ <h3>Method Details</h3>
1154
1155
"confidence": 3.14, # Optional. Confidence of detected Schema entity. Range [0, 1].
1155
1156
"id": "A String", # Optional. Canonical id. This will be a unique value in the entity list for this document.
1156
1157
"mentionId": "A String", # Optional. Deprecated. Use `id` field instead.
1157
-
"mentionText": "A String", # Optional. Text value in the document e.g. `1600 Amphitheatre Pkwy`. If the entity is not present in the document, this field will be empty.
1158
+
"mentionText": "A String", # Optional. Text value of the entity e.g. `1600 Amphitheatre Pkwy`.
1158
1159
"normalizedValue": { # Parsed and normalized entity value. # Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
1159
1160
"addressValue": { # Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478 # Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
1160
1161
"addressLines": [ # Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
0 commit comments