|
1069 | 1069 | }
|
1070 | 1070 | }
|
1071 | 1071 | },
|
1072 |
| - "revision": "20220815", |
| 1072 | + "revision": "20220821", |
1073 | 1073 | "rootUrl": "https://documentai.googleapis.com/",
|
1074 | 1074 | "schemas": {
|
1075 | 1075 | "GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
|
|
1079 | 1079 | "$ref": "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata",
|
1080 | 1080 | "description": "The basic metadata of the long running operation."
|
1081 | 1081 | },
|
| 1082 | + "errorDocumentCount": { |
| 1083 | + "description": "Total number of documents that failed to be deleted in storage.", |
| 1084 | + "format": "int32", |
| 1085 | + "type": "integer" |
| 1086 | + }, |
1082 | 1087 | "individualBatchDeleteStatuses": {
|
1083 | 1088 | "description": "The list of response details of each document.",
|
1084 | 1089 | "items": {
|
|
1440 | 1445 | "type": "object"
|
1441 | 1446 | },
|
1442 | 1447 | "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult": {
|
1443 |
| - "description": "The validation status of each import config. Status is ok if the configuration is valid and the specified documents are valid for importing. Otherwise status will be set as errors.", |
| 1448 | + "description": "The validation status of each import config. Status is set to errors if there is no documents to import in the import_config, or OK if the operation will try to proceed at least one document.", |
1444 | 1449 | "id": "GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult",
|
1445 | 1450 | "properties": {
|
1446 | 1451 | "inputGcsSource": {
|
|
1500 | 1505 | "$ref": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus"
|
1501 | 1506 | },
|
1502 | 1507 | "type": "array"
|
1503 |
| - }, |
1504 |
| - "newlyAddedDocuments": { |
1505 |
| - "description": "Returns the newly added document Cloud Storage prefix if the documents are founded in Cloud Storage while not in Document Service storage.", |
1506 |
| - "items": { |
1507 |
| - "$ref": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument" |
1508 |
| - }, |
1509 |
| - "type": "array" |
1510 | 1508 | }
|
1511 | 1509 | },
|
1512 | 1510 | "type": "object"
|
|
1565 | 1563 | },
|
1566 | 1564 | "type": "object"
|
1567 | 1565 | },
|
1568 |
| - "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument": { |
1569 |
| - "description": "The proto for updated document in resync pipeline.", |
1570 |
| - "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataUpdatedDocument", |
1571 |
| - "properties": { |
1572 |
| - "destinationPrefix": { |
1573 |
| - "description": "The prefix of cloud storage, identifies the destination document which should be updated by resync pipeline.", |
1574 |
| - "type": "string" |
1575 |
| - }, |
1576 |
| - "sourcePrefix": { |
1577 |
| - "description": "The prefix of cloud storage, identifies the original document which should be updated by resync pipeline.", |
1578 |
| - "type": "string" |
1579 |
| - }, |
1580 |
| - "status": { |
1581 |
| - "$ref": "GoogleRpcStatus", |
1582 |
| - "description": "The final status of the documents which should be updated by resync pipeline." |
1583 |
| - } |
1584 |
| - }, |
1585 |
| - "type": "object" |
1586 |
| - }, |
1587 | 1566 | "GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse": {
|
1588 | 1567 | "description": "The response proto of ResyncDataset method.",
|
1589 | 1568 | "id": "GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse",
|
|
2975 | 2954 | "description": "User defined name for the type.",
|
2976 | 2955 | "type": "string"
|
2977 | 2956 | },
|
| 2957 | + "entityTypeMetadata": { |
| 2958 | + "$ref": "GoogleCloudDocumentaiV1EntityTypeMetadata", |
| 2959 | + "description": "Metadata for the entity type." |
| 2960 | + }, |
2978 | 2961 | "enumValues": {
|
2979 | 2962 | "$ref": "GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues",
|
2980 | 2963 | "description": "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."
|
|
3033 | 3016 | ],
|
3034 | 3017 | "type": "string"
|
3035 | 3018 | },
|
| 3019 | + "propertyMetadata": { |
| 3020 | + "$ref": "GoogleCloudDocumentaiV1PropertyMetadata", |
| 3021 | + "description": "Any additional metadata about the property can be added here." |
| 3022 | + }, |
3036 | 3023 | "valueType": {
|
3037 | 3024 | "description": "A reference to the value type of the property. This type is subject to the same conventions as the `Entity.base_types` field.",
|
3038 | 3025 | "type": "string"
|
|
3216 | 3203 | "properties": {},
|
3217 | 3204 | "type": "object"
|
3218 | 3205 | },
|
| 3206 | + "GoogleCloudDocumentaiV1EntityTypeMetadata": { |
| 3207 | + "description": "Metadata about an entity type.", |
| 3208 | + "id": "GoogleCloudDocumentaiV1EntityTypeMetadata", |
| 3209 | + "properties": { |
| 3210 | + "humanReviewLabelingMetadata": { |
| 3211 | + "$ref": "GoogleCloudDocumentaiV1HumanReviewLabelingMetadata", |
| 3212 | + "description": "Human review labeling config on the property." |
| 3213 | + }, |
| 3214 | + "humanReviewMetadata": { |
| 3215 | + "$ref": "GoogleCloudDocumentaiV1HumanReviewValidationMetadata", |
| 3216 | + "description": "Human review config on the entity type." |
| 3217 | + }, |
| 3218 | + "inactive": { |
| 3219 | + "description": "Whether the entity type should be considered as \"inactive\".", |
| 3220 | + "type": "boolean" |
| 3221 | + }, |
| 3222 | + "prefixedNamingOnProperties": { |
| 3223 | + "description": "If set, the properties of this entity type must be prefixed with the parents.", |
| 3224 | + "type": "boolean" |
| 3225 | + } |
| 3226 | + }, |
| 3227 | + "type": "object" |
| 3228 | + }, |
3219 | 3229 | "GoogleCloudDocumentaiV1FetchProcessorTypesResponse": {
|
3220 | 3230 | "description": "Response message for fetch processor types.",
|
3221 | 3231 | "id": "GoogleCloudDocumentaiV1FetchProcessorTypesResponse",
|
|
3270 | 3280 | },
|
3271 | 3281 | "type": "object"
|
3272 | 3282 | },
|
| 3283 | + "GoogleCloudDocumentaiV1HumanReviewLabelingMetadata": { |
| 3284 | + "description": "Metadata for human review labeling config.", |
| 3285 | + "id": "GoogleCloudDocumentaiV1HumanReviewLabelingMetadata", |
| 3286 | + "properties": { |
| 3287 | + "enableNormalizationEditing": { |
| 3288 | + "description": "Whether to enable normalization editing.", |
| 3289 | + "type": "boolean" |
| 3290 | + } |
| 3291 | + }, |
| 3292 | + "type": "object" |
| 3293 | + }, |
3273 | 3294 | "GoogleCloudDocumentaiV1HumanReviewStatus": {
|
3274 | 3295 | "description": "The status of human review on a processed document.",
|
3275 | 3296 | "id": "GoogleCloudDocumentaiV1HumanReviewStatus",
|
|
3303 | 3324 | },
|
3304 | 3325 | "type": "object"
|
3305 | 3326 | },
|
| 3327 | + "GoogleCloudDocumentaiV1HumanReviewValidationMetadata": { |
| 3328 | + "description": "Metadata for Human Review config.", |
| 3329 | + "id": "GoogleCloudDocumentaiV1HumanReviewValidationMetadata", |
| 3330 | + "properties": { |
| 3331 | + "confidenceThreshold": { |
| 3332 | + "description": "The confidence threshold if human review validation is enabled.", |
| 3333 | + "format": "float", |
| 3334 | + "type": "number" |
| 3335 | + }, |
| 3336 | + "enableValidation": { |
| 3337 | + "description": "Whether to enable human review validation.", |
| 3338 | + "type": "boolean" |
| 3339 | + } |
| 3340 | + }, |
| 3341 | + "type": "object" |
| 3342 | + }, |
3306 | 3343 | "GoogleCloudDocumentaiV1ListProcessorTypesResponse": {
|
3307 | 3344 | "description": "Response message for list processor types.",
|
3308 | 3345 | "id": "GoogleCloudDocumentaiV1ListProcessorTypesResponse",
|
|
3617 | 3654 | },
|
3618 | 3655 | "type": "object"
|
3619 | 3656 | },
|
| 3657 | + "GoogleCloudDocumentaiV1PropertyMetadata": { |
| 3658 | + "description": "Metadata about a property.", |
| 3659 | + "id": "GoogleCloudDocumentaiV1PropertyMetadata", |
| 3660 | + "properties": { |
| 3661 | + "humanReviewLabelingMetadata": { |
| 3662 | + "$ref": "GoogleCloudDocumentaiV1HumanReviewLabelingMetadata", |
| 3663 | + "description": "Human review labeling config on the property." |
| 3664 | + }, |
| 3665 | + "humanReviewMetadata": { |
| 3666 | + "$ref": "GoogleCloudDocumentaiV1HumanReviewValidationMetadata", |
| 3667 | + "description": "Human review validation config on the property." |
| 3668 | + }, |
| 3669 | + "inactive": { |
| 3670 | + "description": "Whether the property should be considered as \"inactive\".", |
| 3671 | + "type": "boolean" |
| 3672 | + } |
| 3673 | + }, |
| 3674 | + "type": "object" |
| 3675 | + }, |
3620 | 3676 | "GoogleCloudDocumentaiV1RawDocument": {
|
3621 | 3677 | "description": "Payload message of raw document content (bytes).",
|
3622 | 3678 | "id": "GoogleCloudDocumentaiV1RawDocument",
|
|
0 commit comments