|
128 | 128 | }
|
129 | 129 | }
|
130 | 130 | },
|
131 |
| - "revision": "20250521", |
| 131 | + "revision": "20250710", |
132 | 132 | "rootUrl": "https://videointelligence.googleapis.com/",
|
133 | 133 | "schemas": {
|
134 | 134 | "GoogleCloudVideointelligenceV1_AnnotateVideoProgress": {
|
|
268 | 268 | },
|
269 | 269 | "type": "object"
|
270 | 270 | },
|
271 |
| - "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus": { |
272 |
| - "description": "Status of exporting annotation response to user specified `output_uri`.", |
273 |
| - "id": "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus", |
274 |
| - "properties": { |
275 |
| - "state": { |
276 |
| - "description": "Output only. State of the `output_uri` export.", |
277 |
| - "enum": [ |
278 |
| - "STATE_UNSPECIFIED", |
279 |
| - "SUCCEEDED", |
280 |
| - "FAILED" |
281 |
| - ], |
282 |
| - "enumDescriptions": [ |
283 |
| - "Default value.", |
284 |
| - "Export succeeded.", |
285 |
| - "Export failed." |
286 |
| - ], |
287 |
| - "readOnly": true, |
288 |
| - "type": "string" |
289 |
| - }, |
290 |
| - "status": { |
291 |
| - "$ref": "GoogleRpc_Status", |
292 |
| - "description": "Output only. Only set if state is FAILED.", |
293 |
| - "readOnly": true |
294 |
| - } |
295 |
| - }, |
296 |
| - "type": "object" |
297 |
| - }, |
298 | 271 | "GoogleCloudVideointelligenceV1_FaceAnnotation": {
|
299 | 272 | "deprecated": true,
|
300 | 273 | "description": "Deprecated. No effect.",
|
|
767 | 740 | "description": "Annotation progress for a single video.",
|
768 | 741 | "id": "GoogleCloudVideointelligenceV1_VideoAnnotationProgress",
|
769 | 742 | "properties": {
|
770 |
| - "exportStatus": { |
771 |
| - "$ref": "GoogleCloudVideointelligenceV1_ExportToOutputUriStatus", |
772 |
| - "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
773 |
| - }, |
774 | 743 | "feature": {
|
775 | 744 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
776 | 745 | "enum": [
|
|
1127 | 1096 | },
|
1128 | 1097 | "type": "object"
|
1129 | 1098 | },
|
1130 |
| - "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus": { |
1131 |
| - "description": "Status of exporting annotation response to user specified `output_uri`.", |
1132 |
| - "id": "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus", |
1133 |
| - "properties": { |
1134 |
| - "state": { |
1135 |
| - "description": "Output only. State of the `output_uri` export.", |
1136 |
| - "enum": [ |
1137 |
| - "STATE_UNSPECIFIED", |
1138 |
| - "SUCCEEDED", |
1139 |
| - "FAILED" |
1140 |
| - ], |
1141 |
| - "enumDescriptions": [ |
1142 |
| - "Default value.", |
1143 |
| - "Export succeeded.", |
1144 |
| - "Export failed." |
1145 |
| - ], |
1146 |
| - "readOnly": true, |
1147 |
| - "type": "string" |
1148 |
| - }, |
1149 |
| - "status": { |
1150 |
| - "$ref": "GoogleRpc_Status", |
1151 |
| - "description": "Output only. Only set if state is FAILED.", |
1152 |
| - "readOnly": true |
1153 |
| - } |
1154 |
| - }, |
1155 |
| - "type": "object" |
1156 |
| - }, |
1157 | 1099 | "GoogleCloudVideointelligenceV1beta2_FaceAnnotation": {
|
1158 | 1100 | "deprecated": true,
|
1159 | 1101 | "description": "Deprecated. No effect.",
|
|
1626 | 1568 | "description": "Annotation progress for a single video.",
|
1627 | 1569 | "id": "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress",
|
1628 | 1570 | "properties": {
|
1629 |
| - "exportStatus": { |
1630 |
| - "$ref": "GoogleCloudVideointelligenceV1beta2_ExportToOutputUriStatus", |
1631 |
| - "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
1632 |
| - }, |
1633 | 1571 | "feature": {
|
1634 | 1572 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
1635 | 1573 | "enum": [
|
|
1986 | 1924 | },
|
1987 | 1925 | "type": "object"
|
1988 | 1926 | },
|
1989 |
| - "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus": { |
1990 |
| - "description": "Status of exporting annotation response to user specified `output_uri`.", |
1991 |
| - "id": "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus", |
1992 |
| - "properties": { |
1993 |
| - "state": { |
1994 |
| - "description": "Output only. State of the `output_uri` export.", |
1995 |
| - "enum": [ |
1996 |
| - "STATE_UNSPECIFIED", |
1997 |
| - "SUCCEEDED", |
1998 |
| - "FAILED" |
1999 |
| - ], |
2000 |
| - "enumDescriptions": [ |
2001 |
| - "Default value.", |
2002 |
| - "Export succeeded.", |
2003 |
| - "Export failed." |
2004 |
| - ], |
2005 |
| - "readOnly": true, |
2006 |
| - "type": "string" |
2007 |
| - }, |
2008 |
| - "status": { |
2009 |
| - "$ref": "GoogleRpc_Status", |
2010 |
| - "description": "Output only. Only set if state is FAILED.", |
2011 |
| - "readOnly": true |
2012 |
| - } |
2013 |
| - }, |
2014 |
| - "type": "object" |
2015 |
| - }, |
2016 | 1927 | "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation": {
|
2017 | 1928 | "deprecated": true,
|
2018 | 1929 | "description": "Deprecated. No effect.",
|
|
2485 | 2396 | "description": "Annotation progress for a single video.",
|
2486 | 2397 | "id": "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress",
|
2487 | 2398 | "properties": {
|
2488 |
| - "exportStatus": { |
2489 |
| - "$ref": "GoogleCloudVideointelligenceV1p1beta1_ExportToOutputUriStatus", |
2490 |
| - "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
2491 |
| - }, |
2492 | 2399 | "feature": {
|
2493 | 2400 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
2494 | 2401 | "enum": [
|
|
2845 | 2752 | },
|
2846 | 2753 | "type": "object"
|
2847 | 2754 | },
|
2848 |
| - "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus": { |
2849 |
| - "description": "Status of exporting annotation response to user specified `output_uri`.", |
2850 |
| - "id": "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus", |
2851 |
| - "properties": { |
2852 |
| - "state": { |
2853 |
| - "description": "Output only. State of the `output_uri` export.", |
2854 |
| - "enum": [ |
2855 |
| - "STATE_UNSPECIFIED", |
2856 |
| - "SUCCEEDED", |
2857 |
| - "FAILED" |
2858 |
| - ], |
2859 |
| - "enumDescriptions": [ |
2860 |
| - "Default value.", |
2861 |
| - "Export succeeded.", |
2862 |
| - "Export failed." |
2863 |
| - ], |
2864 |
| - "readOnly": true, |
2865 |
| - "type": "string" |
2866 |
| - }, |
2867 |
| - "status": { |
2868 |
| - "$ref": "GoogleRpc_Status", |
2869 |
| - "description": "Output only. Only set if state is FAILED.", |
2870 |
| - "readOnly": true |
2871 |
| - } |
2872 |
| - }, |
2873 |
| - "type": "object" |
2874 |
| - }, |
2875 | 2755 | "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation": {
|
2876 | 2756 | "deprecated": true,
|
2877 | 2757 | "description": "Deprecated. No effect.",
|
|
3344 | 3224 | "description": "Annotation progress for a single video.",
|
3345 | 3225 | "id": "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress",
|
3346 | 3226 | "properties": {
|
3347 |
| - "exportStatus": { |
3348 |
| - "$ref": "GoogleCloudVideointelligenceV1p2beta1_ExportToOutputUriStatus", |
3349 |
| - "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
3350 |
| - }, |
3351 | 3227 | "feature": {
|
3352 | 3228 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
3353 | 3229 | "enum": [
|
|
3831 | 3707 | },
|
3832 | 3708 | "type": "object"
|
3833 | 3709 | },
|
3834 |
| - "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus": { |
3835 |
| - "description": "Status of exporting annotation response to user specified `output_uri`.", |
3836 |
| - "id": "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus", |
3837 |
| - "properties": { |
3838 |
| - "state": { |
3839 |
| - "description": "Output only. State of the `output_uri` export.", |
3840 |
| - "enum": [ |
3841 |
| - "STATE_UNSPECIFIED", |
3842 |
| - "SUCCEEDED", |
3843 |
| - "FAILED" |
3844 |
| - ], |
3845 |
| - "enumDescriptions": [ |
3846 |
| - "Default value.", |
3847 |
| - "Export succeeded.", |
3848 |
| - "Export failed." |
3849 |
| - ], |
3850 |
| - "readOnly": true, |
3851 |
| - "type": "string" |
3852 |
| - }, |
3853 |
| - "status": { |
3854 |
| - "$ref": "GoogleRpc_Status", |
3855 |
| - "description": "Output only. Only set if state is FAILED.", |
3856 |
| - "readOnly": true |
3857 |
| - } |
3858 |
| - }, |
3859 |
| - "type": "object" |
3860 |
| - }, |
3861 | 3710 | "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation": {
|
3862 | 3711 | "deprecated": true,
|
3863 | 3712 | "description": "Deprecated. No effect.",
|
|
4587 | 4436 | "description": "Annotation progress for a single video.",
|
4588 | 4437 | "id": "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress",
|
4589 | 4438 | "properties": {
|
4590 |
| - "exportStatus": { |
4591 |
| - "$ref": "GoogleCloudVideointelligenceV1p3beta1_ExportToOutputUriStatus", |
4592 |
| - "description": "Status of exporting annotation response to user specified `output_uri`. Only set if `output_uri` is set in the request." |
4593 |
| - }, |
4594 | 4439 | "feature": {
|
4595 | 4440 | "description": "Specifies which feature is being tracked if the request contains more than one feature.",
|
4596 | 4441 | "enum": [
|
|
0 commit comments