|
350 | 350 | }
|
351 | 351 | }
|
352 | 352 | },
|
353 |
| - "revision": "20250130", |
| 353 | + "revision": "20250521", |
354 | 354 | "rootUrl": "https://videointelligence.googleapis.com/",
|
355 | 355 | "schemas": {
|
356 | 356 | "GoogleCloudVideointelligenceV1_AnnotateVideoProgress": {
|
|
560 | 560 | },
|
561 | 561 | "type": "object"
|
562 | 562 | },
|
| 563 | + "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus": { |
| 564 | + "description": "Status of exporting annotation response to user specified `output_uri`.", |
| 565 | + "id": "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus", |
| 566 | + "properties": { |
| 567 | + "state": { |
| 568 | + "description": "Output only. State of the `output_uri` export.", |
| 569 | + "enum": [ |
| 570 | + "STATE_UNSPECIFIED", |
| 571 | + "SUCCEEDED", |
| 572 | + "FAILED" |
| 573 | + ], |
| 574 | + "enumDescriptions": [ |
| 575 | + "Default value.", |
| 576 | + "Export succeeded.", |
| 577 | + "Export failed." |
| 578 | + ], |
| 579 | + "readOnly": true, |
| 580 | + "type": "string" |
| 581 | + }, |
| 582 | + "status": { |
| 583 | + "$ref": "GoogleRpc_Status", |
| 584 | + "description": "Output only. Only set if state is FAILED.", |
| 585 | + "readOnly": true |
| 586 | + } |
| 587 | + }, |
| 588 | + "type": "object" |
| 589 | + }, |
563 | 590 | "GoogleCloudVideointelligenceV1_FaceAnnotation": {
|
564 | 591 | "deprecated": true,
|
565 | 592 | "description": "Deprecated. No effect.",
|
|
1217 | 1244 | "description": "Annotation progress for a single video.",
|
1218 | 1245 | "id": "GoogleCloudVideointelligenceV1_VideoAnnotationProgress",
|
1219 | 1246 | "properties": {
|
| 1247 | + "exportStatus": { |
| 1248 | + "$ref": "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus", |
| 1249 | + "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
| 1250 | + }, |
1220 | 1251 | "feature": {
|
1221 | 1252 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
1222 | 1253 | "enum": [
|
|
1619 | 1650 | },
|
1620 | 1651 | "type": "object"
|
1621 | 1652 | },
|
| 1653 | + "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus": { |
| 1654 | + "description": "Status of exporting annotation response to user specified `output_uri`.", |
| 1655 | + "id": "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus", |
| 1656 | + "properties": { |
| 1657 | + "state": { |
| 1658 | + "description": "Output only. State of the `output_uri` export.", |
| 1659 | + "enum": [ |
| 1660 | + "STATE_UNSPECIFIED", |
| 1661 | + "SUCCEEDED", |
| 1662 | + "FAILED" |
| 1663 | + ], |
| 1664 | + "enumDescriptions": [ |
| 1665 | + "Default value.", |
| 1666 | + "Export succeeded.", |
| 1667 | + "Export failed." |
| 1668 | + ], |
| 1669 | + "readOnly": true, |
| 1670 | + "type": "string" |
| 1671 | + }, |
| 1672 | + "status": { |
| 1673 | + "$ref": "GoogleRpc_Status", |
| 1674 | + "description": "Output only. Only set if state is FAILED.", |
| 1675 | + "readOnly": true |
| 1676 | + } |
| 1677 | + }, |
| 1678 | + "type": "object" |
| 1679 | + }, |
1622 | 1680 | "GoogleCloudVideointelligenceV1beta2_FaceAnnotation": {
|
1623 | 1681 | "deprecated": true,
|
1624 | 1682 | "description": "Deprecated. No effect.",
|
|
2091 | 2149 | "description": "Annotation progress for a single video.",
|
2092 | 2150 | "id": "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress",
|
2093 | 2151 | "properties": {
|
| 2152 | + "exportStatus": { |
| 2153 | + "$ref": "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus", |
| 2154 | + "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
| 2155 | + }, |
2094 | 2156 | "feature": {
|
2095 | 2157 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
2096 | 2158 | "enum": [
|
|
2447 | 2509 | },
|
2448 | 2510 | "type": "object"
|
2449 | 2511 | },
|
| 2512 | + "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus": { |
| 2513 | + "description": "Status of exporting annotation response to user specified `output_uri`.", |
| 2514 | + "id": "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus", |
| 2515 | + "properties": { |
| 2516 | + "state": { |
| 2517 | + "description": "Output only. State of the `output_uri` export.", |
| 2518 | + "enum": [ |
| 2519 | + "STATE_UNSPECIFIED", |
| 2520 | + "SUCCEEDED", |
| 2521 | + "FAILED" |
| 2522 | + ], |
| 2523 | + "enumDescriptions": [ |
| 2524 | + "Default value.", |
| 2525 | + "Export succeeded.", |
| 2526 | + "Export failed." |
| 2527 | + ], |
| 2528 | + "readOnly": true, |
| 2529 | + "type": "string" |
| 2530 | + }, |
| 2531 | + "status": { |
| 2532 | + "$ref": "GoogleRpc_Status", |
| 2533 | + "description": "Output only. Only set if state is FAILED.", |
| 2534 | + "readOnly": true |
| 2535 | + } |
| 2536 | + }, |
| 2537 | + "type": "object" |
| 2538 | + }, |
2450 | 2539 | "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation": {
|
2451 | 2540 | "deprecated": true,
|
2452 | 2541 | "description": "Deprecated. No effect.",
|
|
2919 | 3008 | "description": "Annotation progress for a single video.",
|
2920 | 3009 | "id": "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress",
|
2921 | 3010 | "properties": {
|
| 3011 | + "exportStatus": { |
| 3012 | + "$ref": "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus", |
| 3013 | + "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
| 3014 | + }, |
2922 | 3015 | "feature": {
|
2923 | 3016 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
2924 | 3017 | "enum": [
|
|
3275 | 3368 | },
|
3276 | 3369 | "type": "object"
|
3277 | 3370 | },
|
| 3371 | + "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus": { |
| 3372 | + "description": "Status of exporting annotation response to user specified `output_uri`.", |
| 3373 | + "id": "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus", |
| 3374 | + "properties": { |
| 3375 | + "state": { |
| 3376 | + "description": "Output only. State of the `output_uri` export.", |
| 3377 | + "enum": [ |
| 3378 | + "STATE_UNSPECIFIED", |
| 3379 | + "SUCCEEDED", |
| 3380 | + "FAILED" |
| 3381 | + ], |
| 3382 | + "enumDescriptions": [ |
| 3383 | + "Default value.", |
| 3384 | + "Export succeeded.", |
| 3385 | + "Export failed." |
| 3386 | + ], |
| 3387 | + "readOnly": true, |
| 3388 | + "type": "string" |
| 3389 | + }, |
| 3390 | + "status": { |
| 3391 | + "$ref": "GoogleRpc_Status", |
| 3392 | + "description": "Output only. Only set if state is FAILED.", |
| 3393 | + "readOnly": true |
| 3394 | + } |
| 3395 | + }, |
| 3396 | + "type": "object" |
| 3397 | + }, |
3278 | 3398 | "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation": {
|
3279 | 3399 | "deprecated": true,
|
3280 | 3400 | "description": "Deprecated. No effect.",
|
|
3747 | 3867 | "description": "Annotation progress for a single video.",
|
3748 | 3868 | "id": "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress",
|
3749 | 3869 | "properties": {
|
| 3870 | + "exportStatus": { |
| 3871 | + "$ref": "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus", |
| 3872 | + "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
| 3873 | + }, |
3750 | 3874 | "feature": {
|
3751 | 3875 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
3752 | 3876 | "enum": [
|
|
4158 | 4282 | },
|
4159 | 4283 | "type": "object"
|
4160 | 4284 | },
|
| 4285 | + "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus": { |
| 4286 | + "description": "Status of exporting annotation response to user specified `output_uri`.", |
| 4287 | + "id": "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus", |
| 4288 | + "properties": { |
| 4289 | + "state": { |
| 4290 | + "description": "Output only. State of the `output_uri` export.", |
| 4291 | + "enum": [ |
| 4292 | + "STATE_UNSPECIFIED", |
| 4293 | + "SUCCEEDED", |
| 4294 | + "FAILED" |
| 4295 | + ], |
| 4296 | + "enumDescriptions": [ |
| 4297 | + "Default value.", |
| 4298 | + "Export succeeded.", |
| 4299 | + "Export failed." |
| 4300 | + ], |
| 4301 | + "readOnly": true, |
| 4302 | + "type": "string" |
| 4303 | + }, |
| 4304 | + "status": { |
| 4305 | + "$ref": "GoogleRpc_Status", |
| 4306 | + "description": "Output only. Only set if state is FAILED.", |
| 4307 | + "readOnly": true |
| 4308 | + } |
| 4309 | + }, |
| 4310 | + "type": "object" |
| 4311 | + }, |
4161 | 4312 | "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation": {
|
4162 | 4313 | "deprecated": true,
|
4163 | 4314 | "description": "Deprecated. No effect.",
|
|
4702 | 4853 | "description": "Annotation progress for a single video.",
|
4703 | 4854 | "id": "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress",
|
4704 | 4855 | "properties": {
|
| 4856 | + "exportStatus": { |
| 4857 | + "$ref": "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus", |
| 4858 | + "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
| 4859 | + }, |
4705 | 4860 | "feature": {
|
4706 | 4861 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
4707 | 4862 | "enum": [
|
|
0 commit comments