Index: discovery/googleapis_beta/videointelligence__v1beta1.json |
diff --git a/discovery/googleapis_beta/videointelligence__v1beta1.json b/discovery/googleapis_beta/videointelligence__v1beta1.json |
index 2437f76a28b9cf05510961412be8d511f3099f89..7ae331f9e7b93f3c83dbd4a533a6e657bb49062d 100644 |
--- a/discovery/googleapis_beta/videointelligence__v1beta1.json |
+++ b/discovery/googleapis_beta/videointelligence__v1beta1.json |
@@ -25,37 +25,8 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "$.xgafv": { |
- "description": "V1 error format.", |
- "enum": [ |
- "1", |
- "2" |
- ], |
- "enumDescriptions": [ |
- "v1 error format", |
- "v2 error format" |
- ], |
- "location": "query", |
- "type": "string" |
- }, |
- "callback": { |
- "description": "JSONP", |
- "location": "query", |
- "type": "string" |
- }, |
- "alt": { |
- "default": "json", |
- "description": "Data format for response.", |
- "enum": [ |
- "json", |
- "media", |
- "proto" |
- ], |
- "enumDescriptions": [ |
- "Responses with Content-Type of application/json", |
- "Media download with context-dependent Content-Type", |
- "Responses with Content-Type of application/x-protobuf" |
- ], |
+ "access_token": { |
+ "description": "OAuth access token.", |
"location": "query", |
"type": "string" |
}, |
@@ -64,11 +35,6 @@ |
"location": "query", |
"type": "string" |
}, |
- "access_token": { |
- "description": "OAuth access token.", |
- "location": "query", |
- "type": "string" |
- }, |
"quotaUser": { |
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
"location": "query", |
@@ -80,13 +46,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
"location": "query", |
"type": "string" |
}, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
"location": "query", |
"type": "string" |
}, |
@@ -101,13 +67,47 @@ |
"location": "query", |
"type": "boolean" |
}, |
+ "fields": { |
+ "description": "Selector specifying which fields to include in a partial response.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"uploadType": { |
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
"location": "query", |
"type": "string" |
}, |
- "fields": { |
- "description": "Selector specifying which fields to include in a partial response.", |
+ "$.xgafv": { |
+ "description": "V1 error format.", |
+ "enum": [ |
+ "1", |
+ "2" |
+ ], |
+ "enumDescriptions": [ |
+ "v1 error format", |
+ "v2 error format" |
+ ], |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "callback": { |
+ "description": "JSONP", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "alt": { |
+ "default": "json", |
+ "description": "Data format for response.", |
+ "enum": [ |
+ "json", |
+ "media", |
+ "proto" |
+ ], |
+ "enumDescriptions": [ |
+ "Responses with Content-Type of application/json", |
+ "Media download with context-dependent Content-Type", |
+ "Responses with Content-Type of application/x-protobuf" |
+ ], |
"location": "query", |
"type": "string" |
} |
@@ -136,21 +136,13 @@ |
} |
} |
}, |
- "revision": "20170511", |
+ "revision": "20170621", |
"rootUrl": "https://videointelligence.googleapis.com/", |
"schemas": { |
"GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest": { |
"description": "Video annotation request.", |
"id": "GoogleCloudVideointelligenceV1beta1_AnnotateVideoRequest", |
"properties": { |
- "inputUri": { |
- "description": "Input video location. Currently, only\n[Google Cloud Storage](https://cloud.google.com/storage/) URIs are\nsupported, which must be specified in the following format:\n`gs://bucket-id/object-id` (other URI formats return\ngoogle.rpc.Code.INVALID_ARGUMENT). For more information, see\n[Request URIs](/storage/docs/reference-uris).\nA video URI may include wildcards in `object-id`, and thus identify\nmultiple videos. Supported wildcards: '*' to match 0 or more characters;\n'?' to match 1 character. If unset, the input video should be embedded\nin the request as `input_content`. If set, `input_content` should be unset.", |
- "type": "string" |
- }, |
- "inputContent": { |
- "description": "The video data bytes. Encoding: base64. If unset, the input video(s)\nshould be specified via `input_uri`. If set, `input_uri` should be unset.", |
- "type": "string" |
- }, |
"features": { |
"description": "Requested video annotation features.", |
"enumDescriptions": [ |
@@ -179,6 +171,14 @@ |
"locationId": { |
"description": "Optional cloud region where annotation should take place. Supported cloud\nregions: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region\nis specified, a region will be determined based on video file location.", |
"type": "string" |
+ }, |
+ "inputUri": { |
+ "description": "Input video location. Currently, only\n[Google Cloud Storage](https://cloud.google.com/storage/) URIs are\nsupported, which must be specified in the following format:\n`gs://bucket-id/object-id` (other URI formats return\ngoogle.rpc.Code.INVALID_ARGUMENT). For more information, see\n[Request URIs](/storage/docs/reference-uris).\nA video URI may include wildcards in `object-id`, and thus identify\nmultiple videos. Supported wildcards: '*' to match 0 or more characters;\n'?' to match 1 character. If unset, the input video should be embedded\nin the request as `input_content`. If set, `input_content` should be unset.", |
+ "type": "string" |
+ }, |
+ "inputContent": { |
+ "description": "The video data bytes. Encoding: base64. If unset, the input video(s)\nshould be specified via `input_uri`. If set, `input_uri` should be unset.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -234,6 +234,162 @@ |
}, |
"type": "object" |
}, |
+ "GoogleCloudVideointelligenceV1_SafeSearchAnnotation": { |
+ "description": "Safe search annotation (based on per-frame visual signals only).\nIf no unsafe content has been detected in a frame, no annotations\nare present for that frame.", |
+ "id": "GoogleCloudVideointelligenceV1_SafeSearchAnnotation", |
+ "properties": { |
+ "time": { |
+ "description": "Time-offset, relative to the beginning of the video,\ncorresponding to the video frame for this annotation.", |
+ "format": "google-duration", |
+ "type": "string" |
+ }, |
+ "adult": { |
+ "description": "Likelihood of adult content.", |
+ "enum": [ |
+ "UNKNOWN", |
+ "VERY_UNLIKELY", |
+ "UNLIKELY", |
+ "POSSIBLE", |
+ "LIKELY", |
+ "VERY_LIKELY" |
+ ], |
+ "enumDescriptions": [ |
+ "Unknown likelihood.", |
+ "Very unlikely.", |
+ "Unlikely.", |
+ "Possible.", |
+ "Likely.", |
+ "Very likely." |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "GoogleCloudVideointelligenceV1beta1_AnnotateVideoProgress": { |
+ "description": "Video annotation progress. Included in the `metadata`\nfield of the `Operation` returned by the `GetOperation`\ncall of the `google::longrunning::Operations` service.", |
+ "id": "GoogleCloudVideointelligenceV1beta1_AnnotateVideoProgress", |
+ "properties": { |
+ "annotationProgress": { |
+ "description": "Progress metadata for all videos specified in `AnnotateVideoRequest`.", |
+ "items": { |
+ "$ref": "GoogleCloudVideointelligenceV1beta1_VideoAnnotationProgress" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "GoogleCloudVideointelligenceV1_VideoAnnotationProgress": { |
+ "description": "Annotation progress for a single video.", |
+ "id": "GoogleCloudVideointelligenceV1_VideoAnnotationProgress", |
+ "properties": { |
+ "inputUri": { |
+ "description": "Video file location in\n[Google Cloud Storage](https://cloud.google.com/storage/).", |
+ "type": "string" |
+ }, |
+ "progressPercent": { |
+ "description": "Approximate percentage processed thus far.\nGuaranteed to be 100 when fully processed.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "updateTime": { |
+ "description": "Time of the most recent update.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "startTime": { |
+ "description": "Time when the request was received.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "GoogleCloudVideointelligenceV1_AnnotateVideoProgress": { |
+ "description": "Video annotation progress. Included in the `metadata`\nfield of the `Operation` returned by the `GetOperation`\ncall of the `google::longrunning::Operations` service.", |
+ "id": "GoogleCloudVideointelligenceV1_AnnotateVideoProgress", |
+ "properties": { |
+ "annotationProgress": { |
+ "description": "Progress metadata for all videos specified in `AnnotateVideoRequest`.", |
+ "items": { |
+ "$ref": "GoogleCloudVideointelligenceV1_VideoAnnotationProgress" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "GoogleCloudVideointelligenceV1_LabelLocation": { |
+ "description": "Label location.", |
+ "id": "GoogleCloudVideointelligenceV1_LabelLocation", |
+ "properties": { |
+ "confidence": { |
+ "description": "Confidence that the label is accurate. Range: [0, 1].", |
+ "format": "float", |
+ "type": "number" |
+ }, |
+ "segment": { |
+ "$ref": "GoogleCloudVideointelligenceV1_VideoSegment", |
+ "description": "Video segment. Unset for video-level labels.\nSet to a frame timestamp for frame-level labels.\nOtherwise, corresponds to one of `AnnotateSpec.segments`\n(if specified) or to shot boundaries (if requested)." |
+ }, |
+ "level": { |
+ "description": "Label level.", |
+ "enum": [ |
+ "LABEL_LEVEL_UNSPECIFIED", |
+ "VIDEO_LEVEL", |
+ "SEGMENT_LEVEL", |
+ "SHOT_LEVEL", |
+ "FRAME_LEVEL" |
+ ], |
+ "enumDescriptions": [ |
+ "Unspecified.", |
+ "Video-level. Corresponds to the whole video.", |
+ "Segment-level. Corresponds to one of `AnnotateSpec.segments`.", |
+ "Shot-level. Corresponds to a single shot (i.e. a series of frames\nwithout a major camera position or background change).", |
+ "Frame-level. Corresponds to a single video frame." |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "GoogleCloudVideointelligenceV1_VideoAnnotationResults": { |
+ "description": "Annotation results for a single video.", |
+ "id": "GoogleCloudVideointelligenceV1_VideoAnnotationResults", |
+ "properties": { |
+ "error": { |
+ "$ref": "GoogleRpc_Status", |
+ "description": "If set, indicates an error. Note that for a single `AnnotateVideoRequest`\nsome videos may succeed and some may fail." |
+ }, |
+ "shotAnnotations": { |
+ "description": "Shot annotations. Each shot is represented as a video segment.", |
+ "items": { |
+ "$ref": "GoogleCloudVideointelligenceV1_VideoSegment" |
+ }, |
+ "type": "array" |
+ }, |
+ "safeSearchAnnotations": { |
+ "description": "Safe search annotations.", |
+ "items": { |
+ "$ref": "GoogleCloudVideointelligenceV1_SafeSearchAnnotation" |
+ }, |
+ "type": "array" |
+ }, |
+ "inputUri": { |
+ "description": "Video file location in\n[Google Cloud Storage](https://cloud.google.com/storage/).", |
+ "type": "string" |
+ }, |
+ "labelAnnotations": { |
+ "description": "Label annotations. There is exactly one element for each unique label.", |
+ "items": { |
+ "$ref": "GoogleCloudVideointelligenceV1_LabelAnnotation" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"GoogleLongrunning_Operation": { |
"description": "This resource represents a long-running operation that is the result of a\nnetwork API call.", |
"id": "GoogleLongrunning_Operation", |
@@ -273,17 +429,6 @@ |
"description": "Annotation results for a single video.", |
"id": "GoogleCloudVideointelligenceV1beta1_VideoAnnotationResults", |
"properties": { |
- "inputUri": { |
- "description": "Video file location in\n[Google Cloud Storage](https://cloud.google.com/storage/).", |
- "type": "string" |
- }, |
- "labelAnnotations": { |
- "description": "Label annotations. There is exactly one element for each unique label.", |
- "items": { |
- "$ref": "GoogleCloudVideointelligenceV1beta1_LabelAnnotation" |
- }, |
- "type": "array" |
- }, |
"error": { |
"$ref": "GoogleRpc_Status", |
"description": "If set, indicates an error. Note that for a single `AnnotateVideoRequest`\nsome videos may succeed and some may fail." |
@@ -294,6 +439,17 @@ |
"$ref": "GoogleCloudVideointelligenceV1beta1_VideoSegment" |
}, |
"type": "array" |
+ }, |
+ "inputUri": { |
+ "description": "Video file location in\n[Google Cloud Storage](https://cloud.google.com/storage/).", |
+ "type": "string" |
+ }, |
+ "labelAnnotations": { |
+ "description": "Label annotations. There is exactly one element for each unique label.", |
+ "items": { |
+ "$ref": "GoogleCloudVideointelligenceV1beta1_LabelAnnotation" |
+ }, |
+ "type": "array" |
} |
}, |
"type": "object" |
@@ -320,6 +476,20 @@ |
}, |
"type": "object" |
}, |
+ "GoogleCloudVideointelligenceV1_AnnotateVideoResponse": { |
+ "description": "Video annotation response. Included in the `response`\nfield of the `Operation` returned by the `GetOperation`\ncall of the `google::longrunning::Operations` service.", |
+ "id": "GoogleCloudVideointelligenceV1_AnnotateVideoResponse", |
+ "properties": { |
+ "annotationResults": { |
+ "description": "Annotation results for all videos specified in `AnnotateVideoRequest`.", |
+ "items": { |
+ "$ref": "GoogleCloudVideointelligenceV1_VideoAnnotationResults" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"GoogleCloudVideointelligenceV1beta1_AnnotateVideoResponse": { |
"description": "Video annotation response. Included in the `response`\nfield of the `Operation` returned by the `GetOperation`\ncall of the `google::longrunning::Operations` service.", |
"id": "GoogleCloudVideointelligenceV1beta1_AnnotateVideoResponse", |
@@ -334,6 +504,28 @@ |
}, |
"type": "object" |
}, |
+ "GoogleCloudVideointelligenceV1_LabelAnnotation": { |
+ "description": "Label annotation.", |
+ "id": "GoogleCloudVideointelligenceV1_LabelAnnotation", |
+ "properties": { |
+ "languageCode": { |
+ "description": "Language code for `description` in BCP-47 format.", |
+ "type": "string" |
+ }, |
+ "description": { |
+ "description": "Textual description, e.g. `Fixed-gear bicycle`.", |
+ "type": "string" |
+ }, |
+ "locations": { |
+ "description": "Where the label was detected and with what confidence.", |
+ "items": { |
+ "$ref": "GoogleCloudVideointelligenceV1_LabelLocation" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"GoogleCloudVideointelligenceV1beta1_VideoContext": { |
"description": "Video context and/or feature-specific parameters.", |
"id": "GoogleCloudVideointelligenceV1beta1_VideoContext", |
@@ -372,20 +564,37 @@ |
}, |
"type": "object" |
}, |
+ "GoogleRpc_Status": { |
+ "description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.", |
+ "id": "GoogleRpc_Status", |
+ "properties": { |
+ "details": { |
+ "description": "A list of messages that carry the error details. There will be a\ncommon set of message types for APIs to use.", |
+ "items": { |
+ "additionalProperties": { |
+ "description": "Properties of the object. Contains field @type with type URL.", |
+ "type": "any" |
+ }, |
+ "type": "object" |
+ }, |
+ "type": "array" |
+ }, |
+ "code": { |
+ "description": "The status code, which should be an enum value of google.rpc.Code.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "message": { |
+ "description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"GoogleCloudVideointelligenceV1beta1_VideoAnnotationProgress": { |
"description": "Annotation progress for a single video.", |
"id": "GoogleCloudVideointelligenceV1beta1_VideoAnnotationProgress", |
"properties": { |
- "updateTime": { |
- "description": "Time of the most recent update.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "startTime": { |
- "description": "Time when the request was received.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
"inputUri": { |
"description": "Video file location in\n[Google Cloud Storage](https://cloud.google.com/storage/).", |
"type": "string" |
@@ -394,47 +603,33 @@ |
"description": "Approximate percentage processed thus far.\nGuaranteed to be 100 when fully processed.", |
"format": "int32", |
"type": "integer" |
- } |
- }, |
- "type": "object" |
- }, |
- "GoogleRpc_Status": { |
- "description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.", |
- "id": "GoogleRpc_Status", |
- "properties": { |
- "code": { |
- "description": "The status code, which should be an enum value of google.rpc.Code.", |
- "format": "int32", |
- "type": "integer" |
}, |
- "message": { |
- "description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.", |
+ "updateTime": { |
+ "description": "Time of the most recent update.", |
+ "format": "google-datetime", |
"type": "string" |
}, |
- "details": { |
- "description": "A list of messages that carry the error details. There will be a\ncommon set of message types for APIs to use.", |
- "items": { |
- "additionalProperties": { |
- "description": "Properties of the object. Contains field @type with type URL.", |
- "type": "any" |
- }, |
- "type": "object" |
- }, |
- "type": "array" |
+ "startTime": { |
+ "description": "Time when the request was received.", |
+ "format": "google-datetime", |
+ "type": "string" |
} |
}, |
"type": "object" |
}, |
- "GoogleCloudVideointelligenceV1beta1_AnnotateVideoProgress": { |
- "description": "Video annotation progress. Included in the `metadata`\nfield of the `Operation` returned by the `GetOperation`\ncall of the `google::longrunning::Operations` service.", |
- "id": "GoogleCloudVideointelligenceV1beta1_AnnotateVideoProgress", |
+ "GoogleCloudVideointelligenceV1_VideoSegment": { |
+ "description": "Video segment.", |
+ "id": "GoogleCloudVideointelligenceV1_VideoSegment", |
"properties": { |
- "annotationProgress": { |
- "description": "Progress metadata for all videos specified in `AnnotateVideoRequest`.", |
- "items": { |
- "$ref": "GoogleCloudVideointelligenceV1beta1_VideoAnnotationProgress" |
- }, |
- "type": "array" |
+ "startTime": { |
+ "description": "Time-offset, relative to the beginning of the video,\ncorresponding to the start of the segment (inclusive).", |
+ "format": "google-duration", |
+ "type": "string" |
+ }, |
+ "endTime": { |
+ "description": "Time-offset, relative to the beginning of the video,\ncorresponding to the end of the segment (inclusive).", |
+ "format": "google-duration", |
+ "type": "string" |
} |
}, |
"type": "object" |