| { |
| "baseUrl": "https://videointelligence.googleapis.com/", |
| "kind": "discovery#restDescription", |
| "resources": { |
| "videos": { |
| "methods": { |
| "annotate": { |
| "response": { |
| "$ref": "GoogleLongrunning_Operation" |
| }, |
| "path": "v1p1beta1/videos:annotate", |
| "parameters": {}, |
| "scopes": [ |
| "https://www.googleapis.com/auth/cloud-platform" |
| ], |
| "parameterOrder": [], |
| "id": "videointelligence.videos.annotate", |
| "flatPath": "v1p1beta1/videos:annotate", |
| "request": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoRequest" |
| }, |
| "httpMethod": "POST", |
| "description": "Performs asynchronous video annotation. Progress and results can be retrieved through the `google.longrunning.Operations` interface. `Operation.metadata` contains `AnnotateVideoProgress` (progress). `Operation.response` contains `AnnotateVideoResponse` (results)." |
| } |
| } |
| } |
| }, |
| "name": "videointelligence", |
| "documentationLink": "https://cloud.google.com/video-intelligence/docs/", |
| "ownerName": "Google", |
| "revision": "20201002", |
| "id": "videointelligence:v1p1beta1", |
| "ownerDomain": "google.com", |
| "mtlsRootUrl": "https://videointelligence.mtls.googleapis.com/", |
| "version": "v1p1beta1", |
| "canonicalName": "Cloud Video Intelligence", |
| "fullyEncodeReservedExpansion": true, |
| "servicePath": "", |
| "discoveryVersion": "v1", |
| "schemas": { |
| "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation", |
| "description": "Deprecated. No effect.", |
| "properties": { |
| "frames": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_FaceFrame" |
| }, |
| "description": "All video frames where a face was detected." |
| }, |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_FaceSegment" |
| }, |
| "type": "array", |
| "description": "All video segments where a face was detected." |
| }, |
| "thumbnail": { |
| "description": "Thumbnail of a representative face view (in JPEG format).", |
| "format": "byte", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation": { |
| "description": "Person detection annotation per video.", |
| "type": "object", |
| "properties": { |
| "tracks": { |
| "type": "array", |
| "description": "The detected tracks of a person.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_Track" |
| } |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation": { |
| "properties": { |
| "thumbnail": { |
| "description": "Thumbnail of a representative face view (in JPEG format).", |
| "type": "string", |
| "format": "byte" |
| }, |
| "frames": { |
| "type": "array", |
| "description": "All video frames where a face was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_FaceFrame" |
| } |
| }, |
| "segments": { |
| "description": "All video segments where a face was detected.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_FaceSegment" |
| } |
| } |
| }, |
| "description": "Deprecated. No effect.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_Track": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_Track", |
| "type": "object", |
| "description": "A track of an object instance.", |
| "properties": { |
| "confidence": { |
| "description": "Optional. The confidence score of the tracked object.", |
| "format": "float", |
| "type": "number" |
| }, |
| "segment": { |
| "description": "Video segment of a track.", |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" |
| }, |
| "attributes": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute" |
| }, |
| "description": "Optional. Attributes in the track level.", |
| "type": "array" |
| }, |
| "timestampedObjects": { |
| "description": "The object with timestamp and attributes per frame in the track.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_TimestampedObject" |
| } |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation": { |
| "type": "object", |
| "description": "Label annotation.", |
| "properties": { |
| "entity": { |
| "description": "Detected entity.", |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_Entity" |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| }, |
| "categoryEntities": { |
| "type": "array", |
| "description": "Common categories for the detected entity. For example, when the label is `Terrier`, the category is likely `dog`. And in some cases there might be more than one categories e.g., `Terrier` could also be a `pet`.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_Entity" |
| } |
| }, |
| "frames": { |
| "type": "array", |
| "description": "All video frames where a label was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_LabelFrame" |
| } |
| }, |
| "segments": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_LabelSegment" |
| }, |
| "description": "All video segments where a label was detected." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse": { |
| "description": "Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse", |
| "properties": { |
| "annotationResults": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults" |
| }, |
| "description": "Annotation results for all videos specified in `AnnotateVideoRequest`." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative": { |
| "id": "GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative", |
| "type": "object", |
| "properties": { |
| "transcript": { |
| "description": "Transcript text representing the words that the user spoke.", |
| "type": "string" |
| }, |
| "words": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_WordInfo" |
| }, |
| "description": "Output only. A list of word-specific information for each recognized word. Note: When `enable_speaker_diarization` is set to true, you will see all the words from the beginning of the audio.", |
| "readOnly": true |
| }, |
| "confidence": { |
| "readOnly": true, |
| "type": "number", |
| "format": "float", |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set." |
| } |
| }, |
| "description": "Alternative hypotheses (a.k.a. n-best list)." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex": { |
| "description": "A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex", |
| "properties": { |
| "x": { |
| "description": "X coordinate.", |
| "type": "number", |
| "format": "float" |
| }, |
| "y": { |
| "format": "float", |
| "description": "Y coordinate.", |
| "type": "number" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse", |
| "type": "object", |
| "properties": { |
| "annotationResultsUri": { |
| "type": "string", |
| "description": "Google Cloud Storage URI that stores annotation results of one streaming session in JSON format. It is the annotation_result_storage_directory from the request followed by '/cloud_project_number-session_id'." |
| }, |
| "annotationResults": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults", |
| "description": "Streaming annotation results." |
| }, |
| "error": { |
| "$ref": "GoogleRpc_Status", |
| "description": "If set, returns a google.rpc.Status message that specifies the error for the operation." |
| } |
| }, |
| "description": "`StreamingAnnotateVideoResponse` is the only message returned to the client by `StreamingAnnotateVideo`. A series of zero or more `StreamingAnnotateVideoResponse` messages are streamed back to the client." |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_TextSegment": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_TextSegment", |
| "description": "Video segment level annotation results for text detection.", |
| "type": "object", |
| "properties": { |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment", |
| "description": "Video segment where a text snippet was detected." |
| }, |
| "frames": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_TextFrame" |
| }, |
| "description": "Information related to the frames where OCR detected text appears.", |
| "type": "array" |
| }, |
| "confidence": { |
| "description": "Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.", |
| "format": "float", |
| "type": "number" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation": { |
| "properties": { |
| "celebrityTracks": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack" |
| }, |
| "type": "array", |
| "description": "The tracks detected from the input video, including recognized celebrities and other detected faces in the video." |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation", |
| "description": "Celebrity recognition annotation per video." |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame", |
| "properties": { |
| "timeOffset": { |
| "format": "google-duration", |
| "description": "The timestamp of the frame in microseconds.", |
| "type": "string" |
| }, |
| "normalizedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox", |
| "description": "The normalized bounding box location of this object track for the frame." |
| } |
| }, |
| "type": "object", |
| "description": "Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress": { |
| "properties": { |
| "annotationProgress": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress" |
| }, |
| "description": "Progress metadata for all videos specified in `AnnotateVideoRequest`." |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress", |
| "description": "Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute": { |
| "properties": { |
| "name": { |
| "type": "string", |
| "description": "The name of the attribute, for example, glasses, dark_glasses, mouth_open. A full list of supported type names will be provided in the document." |
| }, |
| "value": { |
| "description": "Text value of the detection result. For example, the value for \"HairColor\" can be \"black\", \"blonde\", etc.", |
| "type": "string" |
| }, |
| "confidence": { |
| "type": "number", |
| "description": "Detected attribute confidence. Range [0, 1].", |
| "format": "float" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute", |
| "description": "A generic detected attribute represented by name in string format.", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_Track": { |
| "properties": { |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "Optional. The confidence score of the tracked object." |
| }, |
| "timestampedObjects": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_TimestampedObject" |
| }, |
| "type": "array", |
| "description": "The object with timestamp and attributes per frame in the track." |
| }, |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment", |
| "description": "Video segment of a track." |
| }, |
| "attributes": { |
| "description": "Optional. Attributes in the track level.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute" |
| }, |
| "type": "array" |
| } |
| }, |
| "description": "A track of an object instance.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_Track", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation": { |
| "properties": { |
| "trackId": { |
| "type": "string", |
| "format": "int64", |
| "description": "Streaming mode ONLY. In streaming mode, we do not know the end time of a tracked object before it is completed. Hence, there is no VideoSegment info returned. Instead, we provide a unique identifiable integer track_id so that the customers can correlate the results of the ongoing ObjectTrackAnnotation of the same track_id over time." |
| }, |
| "segment": { |
| "description": "Non-streaming batch mode ONLY. Each object track corresponds to one video segment where it appears.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" |
| }, |
| "entity": { |
| "description": "Entity to specify the object category that this track is labeled as.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_Entity" |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Object category's labeling confidence of this track.", |
| "type": "number" |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| }, |
| "frames": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame" |
| }, |
| "description": "Information corresponding to all frames where this object track appears. Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame messages in frames. Streaming mode: it can only be one ObjectTrackingFrame message in frames." |
| } |
| }, |
| "description": "Annotations corresponding to one tracked object.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_Entity": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_Entity", |
| "description": "Detected entity from video analysis.", |
| "properties": { |
| "entityId": { |
| "type": "string", |
| "description": "Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/)." |
| }, |
| "languageCode": { |
| "type": "string", |
| "description": "Language code for `description` in BCP-47 format." |
| }, |
| "description": { |
| "description": "Textual description, e.g., `Fixed-gear bicycle`.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1_PersonDetectionAnnotation": { |
| "properties": { |
| "tracks": { |
| "description": "The detected tracks of a person.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_Track" |
| }, |
| "type": "array" |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1_PersonDetectionAnnotation", |
| "description": "Person detection annotation per video.", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_LabelSegment": { |
| "type": "object", |
| "description": "Video segment level annotation results for label detection.", |
| "properties": { |
| "segment": { |
| "description": "Video segment where a label was detected.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" |
| }, |
| "confidence": { |
| "description": "Confidence that the label is accurate. Range: [0, 1].", |
| "type": "number", |
| "format": "float" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p1beta1_LabelSegment" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_Celebrity": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_Celebrity", |
| "description": "Celebrity definition.", |
| "properties": { |
| "displayName": { |
| "type": "string", |
| "description": "The celebrity name." |
| }, |
| "description": { |
| "type": "string", |
| "description": "Textual description of additional information about the celebrity, if applicable." |
| }, |
| "name": { |
| "description": "The resource name of the celebrity. Have the format `video-intelligence/kg-mid` indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_LabelFrame": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_LabelFrame", |
| "properties": { |
| "confidence": { |
| "type": "number", |
| "description": "Confidence that the label is accurate. Range: [0, 1].", |
| "format": "float" |
| }, |
| "timeOffset": { |
| "type": "string", |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location." |
| } |
| }, |
| "description": "Video frame level annotation results for label detection." |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation": { |
| "properties": { |
| "tracks": { |
| "type": "array", |
| "description": "All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_Track" |
| } |
| }, |
| "segments": { |
| "description": "All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" |
| } |
| }, |
| "entity": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_Entity", |
| "description": "Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as." |
| } |
| }, |
| "type": "object", |
| "description": "Annotation corresponding to one detected, tracked and recognized logo class.", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack": { |
| "type": "object", |
| "properties": { |
| "celebrities": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity" |
| }, |
| "description": "Top N match of the celebrities for the face in this track." |
| }, |
| "faceTrack": { |
| "description": "A track of a person's face.", |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_Track" |
| } |
| }, |
| "description": "The annotation result of a celebrity face track. RecognizedCelebrity field could be empty if the face track does not have any matched celebrities.", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack" |
| }, |
| "GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative": { |
| "type": "object", |
| "description": "Alternative hypotheses (a.k.a. n-best list).", |
| "id": "GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative", |
| "properties": { |
| "transcript": { |
| "type": "string", |
| "description": "Transcript text representing the words that the user spoke." |
| }, |
| "words": { |
| "description": "Output only. A list of word-specific information for each recognized word. Note: When `enable_speaker_diarization` is set to true, you will see all the words from the beginning of the audio.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_WordInfo" |
| }, |
| "type": "array", |
| "readOnly": true |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.", |
| "type": "number", |
| "readOnly": true |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_TextDetectionConfig": { |
| "properties": { |
| "model": { |
| "description": "Model to use for text detection. Supported values: \"builtin/stable\" (the default if unset) and \"builtin/latest\".", |
| "type": "string" |
| }, |
| "languageHints": { |
| "description": "Language hint can be specified if the language to be detected is known a priori. It can increase the accuracy of the detection. Language hint must be language code in BCP-47 format. Automatic language detection is performed if no hint is provided.", |
| "items": { |
| "type": "string" |
| }, |
| "type": "array" |
| } |
| }, |
| "description": "Config for TEXT_DETECTION.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_TextDetectionConfig", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation": { |
| "properties": { |
| "entity": { |
| "description": "Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.", |
| "$ref": "GoogleCloudVideointelligenceV1beta2_Entity" |
| }, |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment" |
| }, |
| "description": "All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.", |
| "type": "array" |
| }, |
| "tracks": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_Track" |
| }, |
| "description": "All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.", |
| "type": "array" |
| } |
| }, |
| "description": "Annotation corresponding to one detected, tracked and recognized logo class.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_TimestampedObject": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_TimestampedObject", |
| "properties": { |
| "timeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.", |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "normalizedBoundingBox": { |
| "description": "Normalized Bounding box in a frame, where the object is located.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox" |
| }, |
| "attributes": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute" |
| }, |
| "description": "Optional. The attributes of the object in the bounding box.", |
| "type": "array" |
| }, |
| "landmarks": { |
| "description": "Optional. The detected landmarks.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark" |
| } |
| } |
| }, |
| "description": "For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame": { |
| "id": "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame", |
| "properties": { |
| "timeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "type": "string", |
| "format": "google-duration" |
| }, |
| "pornographyLikelihood": { |
| "type": "string", |
| "enumDescriptions": [ |
| "Unspecified likelihood.", |
| "Very unlikely.", |
| "Unlikely.", |
| "Possible.", |
| "Likely.", |
| "Very likely." |
| ], |
| "enum": [ |
| "LIKELIHOOD_UNSPECIFIED", |
| "VERY_UNLIKELY", |
| "UNLIKELY", |
| "POSSIBLE", |
| "LIKELY", |
| "VERY_LIKELY" |
| ], |
| "description": "Likelihood of the pornography content.." |
| } |
| }, |
| "description": "Video frame level annotation results for explicit content.", |
| "type": "object" |
| }, |
| "GoogleRpc_Status": { |
| "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", |
| "type": "object", |
| "properties": { |
| "message": { |
| "type": "string", |
| "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client." |
| }, |
| "code": { |
| "type": "integer", |
| "description": "The status code, which should be an enum value of google.rpc.Code.", |
| "format": "int32" |
| }, |
| "details": { |
| "items": { |
| "type": "object", |
| "additionalProperties": { |
| "description": "Properties of the object. Contains field @type with type URL.", |
| "type": "any" |
| } |
| }, |
| "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", |
| "type": "array" |
| } |
| }, |
| "id": "GoogleRpc_Status" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark", |
| "properties": { |
| "name": { |
| "description": "The name of this landmark, for example, left_hand, right_shoulder.", |
| "type": "string" |
| }, |
| "point": { |
| "description": "The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex" |
| }, |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "The confidence score of the detected landmark. Range [0, 1]." |
| } |
| }, |
| "description": "A generic detected landmark represented by name in string format and a 2D location." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_TextSegment": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_TextSegment", |
| "description": "Video segment level annotation results for text detection.", |
| "properties": { |
| "frames": { |
| "type": "array", |
| "description": "Information related to the frames where OCR detected text appears.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_TextFrame" |
| } |
| }, |
| "segment": { |
| "description": "Video segment where a text snippet was detected.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.", |
| "type": "number" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1_ExplicitContentFrame": { |
| "description": "Video frame level annotation results for explicit content.", |
| "id": "GoogleCloudVideointelligenceV1_ExplicitContentFrame", |
| "properties": { |
| "pornographyLikelihood": { |
| "enumDescriptions": [ |
| "Unspecified likelihood.", |
| "Very unlikely.", |
| "Unlikely.", |
| "Possible.", |
| "Likely.", |
| "Very likely." |
| ], |
| "enum": [ |
| "LIKELIHOOD_UNSPECIFIED", |
| "VERY_UNLIKELY", |
| "UNLIKELY", |
| "POSSIBLE", |
| "LIKELY", |
| "VERY_LIKELY" |
| ], |
| "type": "string", |
| "description": "Likelihood of the pornography content.." |
| }, |
| "timeOffset": { |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "format": "google-duration" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress": { |
| "description": "Annotation progress for a single video.", |
| "type": "object", |
| "properties": { |
| "progressPercent": { |
| "type": "integer", |
| "description": "Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.", |
| "format": "int32" |
| }, |
| "updateTime": { |
| "description": "Time of the most recent update.", |
| "format": "google-datetime", |
| "type": "string" |
| }, |
| "feature": { |
| "enum": [ |
| "FEATURE_UNSPECIFIED", |
| "LABEL_DETECTION", |
| "SHOT_CHANGE_DETECTION", |
| "EXPLICIT_CONTENT_DETECTION", |
| "FACE_DETECTION", |
| "SPEECH_TRANSCRIPTION", |
| "TEXT_DETECTION", |
| "OBJECT_TRACKING", |
| "LOGO_RECOGNITION", |
| "PERSON_DETECTION" |
| ], |
| "description": "Specifies which feature is being tracked if the request contains more than one feature.", |
| "type": "string", |
| "enumDescriptions": [ |
| "Unspecified.", |
| "Label detection. Detect objects, such as dog or flower.", |
| "Shot change detection.", |
| "Explicit content detection.", |
| "Human face detection.", |
| "Speech transcription.", |
| "OCR text detection and tracking.", |
| "Object detection and tracking.", |
| "Logo detection, tracking, and recognition.", |
| "Person detection." |
| ] |
| }, |
| "inputUri": { |
| "type": "string", |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/)." |
| }, |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment", |
| "description": "Specifies which segment is being tracked if the request contains more than one segment." |
| }, |
| "startTime": { |
| "description": "Time when the request was received.", |
| "type": "string", |
| "format": "google-datetime" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress" |
| }, |
| "GoogleCloudVideointelligenceV1_SpeechTranscription": { |
| "type": "object", |
| "properties": { |
| "languageCode": { |
| "readOnly": true, |
| "type": "string", |
| "description": "Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio." |
| }, |
| "alternatives": { |
| "description": "May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative" |
| } |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1_SpeechTranscription", |
| "description": "A speech recognition result corresponding to a portion of the audio." |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults": { |
| "type": "object", |
| "properties": { |
| "shotAnnotations": { |
| "type": "array", |
| "description": "Shot annotation results. Each shot is represented as a video segment.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" |
| } |
| }, |
| "frameTimestamp": { |
| "description": "Timestamp of the processed frame in microseconds.", |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "objectAnnotations": { |
| "type": "array", |
| "description": "Object tracking results.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation" |
| } |
| }, |
| "explicitAnnotation": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation", |
| "description": "Explicit content annotation results." |
| }, |
| "labelAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation" |
| }, |
| "description": "Label annotation results.", |
| "type": "array" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults", |
| "description": "Streaming annotation results corresponding to a portion of the video that is currently being processed. Only ONE type of annotation will be specified in the response." |
| }, |
| "GoogleCloudVideointelligenceV1_VideoAnnotationResults": { |
| "properties": { |
| "shotAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment" |
| }, |
| "description": "Shot annotations. Each shot is represented as a video segment." |
| }, |
| "frameLabelAnnotations": { |
| "description": "Label annotations on frame level. There is exactly one element for each unique label.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_LabelAnnotation" |
| } |
| }, |
| "textAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_TextAnnotation" |
| }, |
| "type": "array", |
| "description": "OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it." |
| }, |
| "error": { |
| "$ref": "GoogleRpc_Status", |
| "description": "If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail." |
| }, |
| "objectAnnotations": { |
| "type": "array", |
| "description": "Annotations for list of objects detected and tracked in video.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation" |
| } |
| }, |
| "segmentLabelAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_LabelAnnotation" |
| }, |
| "type": "array", |
| "description": "Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label." |
| }, |
| "segmentPresenceLabelAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_LabelAnnotation" |
| }, |
| "description": "Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical `segment_label_annotations`, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request.", |
| "type": "array" |
| }, |
| "inputUri": { |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/).", |
| "type": "string" |
| }, |
| "logoRecognitionAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation" |
| }, |
| "description": "Annotations for list of logos detected, tracked and recognized in video.", |
| "type": "array" |
| }, |
| "shotPresenceLabelAnnotations": { |
| "description": "Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical `shot_label_annotations`, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_LabelAnnotation" |
| } |
| }, |
| "personDetectionAnnotations": { |
| "description": "Person detection annotations.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_PersonDetectionAnnotation" |
| } |
| }, |
| "explicitAnnotation": { |
| "$ref": "GoogleCloudVideointelligenceV1_ExplicitContentAnnotation", |
| "description": "Explicit content annotation." |
| }, |
| "speechTranscriptions": { |
| "description": "Speech transcription.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_SpeechTranscription" |
| }, |
| "type": "array" |
| }, |
| "faceAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_FaceAnnotation" |
| }, |
| "type": "array", |
| "description": "Deprecated. Please use `face_detection_annotations` instead." |
| }, |
| "segment": { |
| "description": "Video segment on which the annotation is run.", |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment" |
| }, |
| "faceDetectionAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_FaceDetectionAnnotation" |
| }, |
| "type": "array", |
| "description": "Face detection annotations." |
| }, |
| "shotLabelAnnotations": { |
| "type": "array", |
| "description": "Topical label annotations on shot level. There is exactly one element for each unique label.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_LabelAnnotation" |
| } |
| } |
| }, |
| "type": "object", |
| "description": "Annotation results for a single video.", |
| "id": "GoogleCloudVideointelligenceV1_VideoAnnotationResults" |
| }, |
| "GoogleCloudVideointelligenceV1_Entity": { |
| "properties": { |
| "entityId": { |
| "type": "string", |
| "description": "Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/)." |
| }, |
| "description": { |
| "type": "string", |
| "description": "Textual description, e.g., `Fixed-gear bicycle`." |
| }, |
| "languageCode": { |
| "type": "string", |
| "description": "Language code for `description` in BCP-47 format." |
| } |
| }, |
| "type": "object", |
| "description": "Detected entity from video analysis.", |
| "id": "GoogleCloudVideointelligenceV1_Entity" |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_TextAnnotation": { |
| "description": "Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.", |
| "type": "object", |
| "properties": { |
| "text": { |
| "type": "string", |
| "description": "The detected text." |
| }, |
| "segments": { |
| "description": "All video segments where OCR detected text appears.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_TextSegment" |
| } |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_TextAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_TextAnnotation": { |
| "description": "Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.", |
| "type": "object", |
| "properties": { |
| "text": { |
| "description": "The detected text.", |
| "type": "string" |
| }, |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_TextSegment" |
| }, |
| "type": "array", |
| "description": "All video segments where OCR detected text appears." |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_TextAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly": { |
| "properties": { |
| "vertices": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex" |
| }, |
| "description": "Normalized vertices of the bounding polygon." |
| } |
| }, |
| "type": "object", |
| "description": "Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly" |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame", |
| "description": "Video frame level annotation results for explicit content.", |
| "properties": { |
| "timeOffset": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location." |
| }, |
| "pornographyLikelihood": { |
| "type": "string", |
| "enum": [ |
| "LIKELIHOOD_UNSPECIFIED", |
| "VERY_UNLIKELY", |
| "UNLIKELY", |
| "POSSIBLE", |
| "LIKELY", |
| "VERY_LIKELY" |
| ], |
| "enumDescriptions": [ |
| "Unspecified likelihood.", |
| "Very unlikely.", |
| "Unlikely.", |
| "Possible.", |
| "Likely.", |
| "Very likely." |
| ], |
| "description": "Likelihood of the pornography content.." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_Track": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_Track", |
| "description": "A track of an object instance.", |
| "properties": { |
| "attributes": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute" |
| }, |
| "description": "Optional. Attributes in the track level." |
| }, |
| "timestampedObjects": { |
| "description": "The object with timestamp and attributes per frame in the track.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_TimestampedObject" |
| } |
| }, |
| "segment": { |
| "description": "Video segment of a track.", |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Optional. The confidence score of the tracked object.", |
| "type": "number" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox": { |
| "properties": { |
| "top": { |
| "description": "Top Y coordinate.", |
| "type": "number", |
| "format": "float" |
| }, |
| "right": { |
| "format": "float", |
| "description": "Right X coordinate.", |
| "type": "number" |
| }, |
| "bottom": { |
| "description": "Bottom Y coordinate.", |
| "type": "number", |
| "format": "float" |
| }, |
| "left": { |
| "description": "Left X coordinate.", |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox", |
| "type": "object", |
| "description": "Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1]." |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_FaceFrame": { |
| "properties": { |
| "normalizedBoundingBoxes": { |
| "description": "Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox" |
| }, |
| "type": "array" |
| }, |
| "timeOffset": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_FaceFrame", |
| "type": "object", |
| "description": "Deprecated. No effect." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_FaceAnnotation": { |
| "type": "object", |
| "description": "Deprecated. No effect.", |
| "id": "GoogleCloudVideointelligenceV1beta2_FaceAnnotation", |
| "properties": { |
| "thumbnail": { |
| "type": "string", |
| "description": "Thumbnail of a representative face view (in JPEG format).", |
| "format": "byte" |
| }, |
| "frames": { |
| "description": "All video frames where a face was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_FaceFrame" |
| }, |
| "type": "array" |
| }, |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_FaceSegment" |
| }, |
| "type": "array", |
| "description": "All video segments where a face was detected." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_FaceFrame": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_FaceFrame", |
| "type": "object", |
| "description": "Deprecated. No effect.", |
| "properties": { |
| "timeOffset": { |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "format": "google-duration" |
| }, |
| "normalizedBoundingBoxes": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox" |
| }, |
| "description": "Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.", |
| "type": "array" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation": { |
| "description": "Person detection annotation per video.", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation", |
| "type": "object", |
| "properties": { |
| "tracks": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_Track" |
| }, |
| "description": "The detected tracks of a person." |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults": { |
| "description": "Annotation results for a single video.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults", |
| "properties": { |
| "frameLabelAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation" |
| }, |
| "description": "Label annotations on frame level. There is exactly one element for each unique label." |
| }, |
| "logoRecognitionAnnotations": { |
| "description": "Annotations for list of logos detected, tracked and recognized in video.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation" |
| } |
| }, |
| "faceAnnotations": { |
| "description": "Deprecated. Please use `face_detection_annotations` instead.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation" |
| } |
| }, |
| "personDetectionAnnotations": { |
| "type": "array", |
| "description": "Person detection annotations.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation" |
| } |
| }, |
| "speechTranscriptions": { |
| "description": "Speech transcription.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription" |
| }, |
| "type": "array" |
| }, |
| "segment": { |
| "description": "Video segment on which the annotation is run.", |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" |
| }, |
| "segmentLabelAnnotations": { |
| "type": "array", |
| "description": "Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation" |
| } |
| }, |
| "faceDetectionAnnotations": { |
| "description": "Face detection annotations.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation" |
| }, |
| "type": "array" |
| }, |
| "error": { |
| "$ref": "GoogleRpc_Status", |
| "description": "If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail." |
| }, |
| "inputUri": { |
| "type": "string", |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/)." |
| }, |
| "explicitAnnotation": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation", |
| "description": "Explicit content annotation." |
| }, |
| "shotAnnotations": { |
| "description": "Shot annotations. Each shot is represented as a video segment.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" |
| }, |
| "type": "array" |
| }, |
| "objectAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation" |
| }, |
| "type": "array", |
| "description": "Annotations for list of objects detected and tracked in video." |
| }, |
| "textAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_TextAnnotation" |
| }, |
| "description": "OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.", |
| "type": "array" |
| }, |
| "shotLabelAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation" |
| }, |
| "type": "array", |
| "description": "Topical label annotations on shot level. There is exactly one element for each unique label." |
| }, |
| "shotPresenceLabelAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation" |
| }, |
| "description": "Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical `shot_label_annotations`, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request." |
| }, |
| "segmentPresenceLabelAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation" |
| }, |
| "description": "Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical `segment_label_annotations`, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative": { |
| "description": "Alternative hypotheses (a.k.a. n-best list).", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative", |
| "properties": { |
| "transcript": { |
| "type": "string", |
| "description": "Transcript text representing the words that the user spoke." |
| }, |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.", |
| "readOnly": true |
| }, |
| "words": { |
| "type": "array", |
| "description": "Output only. A list of word-specific information for each recognized word. Note: When `enable_speaker_diarization` is set to true, you will see all the words from the beginning of the audio.", |
| "readOnly": true, |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_WordInfo" |
| } |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentDetectionConfig": { |
| "properties": { |
| "model": { |
| "type": "string", |
| "description": "Model to use for explicit content detection. Supported values: \"builtin/stable\" (the default if unset) and \"builtin/latest\"." |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentDetectionConfig", |
| "description": "Config for EXPLICIT_CONTENT_DETECTION." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_WordInfo": { |
| "properties": { |
| "endTime": { |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.", |
| "type": "string", |
| "format": "google-duration" |
| }, |
| "confidence": { |
| "readOnly": true, |
| "type": "number", |
| "format": "float", |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set." |
| }, |
| "startTime": { |
| "type": "string", |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.", |
| "format": "google-duration" |
| }, |
| "word": { |
| "description": "The word corresponding to this set of information.", |
| "type": "string" |
| }, |
| "speakerTag": { |
| "format": "int32", |
| "type": "integer", |
| "description": "Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarization_speaker_count, and is only set if speaker diarization is enabled.", |
| "readOnly": true |
| } |
| }, |
| "description": "Word-specific information for recognized words. Word information is only included in the response when certain request parameters are set, such as `enable_word_time_offsets`.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_WordInfo" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame": { |
| "description": "Video frame level annotation results for explicit content.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame", |
| "type": "object", |
| "properties": { |
| "pornographyLikelihood": { |
| "type": "string", |
| "enumDescriptions": [ |
| "Unspecified likelihood.", |
| "Very unlikely.", |
| "Unlikely.", |
| "Possible.", |
| "Likely.", |
| "Very likely." |
| ], |
| "description": "Likelihood of the pornography content..", |
| "enum": [ |
| "LIKELIHOOD_UNSPECIFIED", |
| "VERY_UNLIKELY", |
| "UNLIKELY", |
| "POSSIBLE", |
| "LIKELY", |
| "VERY_LIKELY" |
| ] |
| }, |
| "timeOffset": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex": { |
| "id": "GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex", |
| "type": "object", |
| "properties": { |
| "x": { |
| "description": "X coordinate.", |
| "format": "float", |
| "type": "number" |
| }, |
| "y": { |
| "description": "Y coordinate.", |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "description": "A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_FaceSegment": { |
| "type": "object", |
| "properties": { |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment", |
| "description": "Video segment where a face was detected." |
| } |
| }, |
| "description": "Video segment level annotation results for face detection.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_FaceSegment" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults": { |
| "type": "object", |
| "description": "Annotation results for a single video.", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults", |
| "properties": { |
| "segmentPresenceLabelAnnotations": { |
| "type": "array", |
| "description": "Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical `segment_label_annotations`, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation" |
| } |
| }, |
| "logoRecognitionAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation" |
| }, |
| "description": "Annotations for list of logos detected, tracked and recognized in video.", |
| "type": "array" |
| }, |
| "segment": { |
| "description": "Video segment on which the annotation is run.", |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" |
| }, |
| "celebrityRecognitionAnnotations": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation", |
| "description": "Celebrity recognition annotations." |
| }, |
| "inputUri": { |
| "type": "string", |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/)." |
| }, |
| "error": { |
| "$ref": "GoogleRpc_Status", |
| "description": "If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail." |
| }, |
| "faceDetectionAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation" |
| }, |
| "description": "Face detection annotations." |
| }, |
| "textAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_TextAnnotation" |
| }, |
| "description": "OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it." |
| }, |
| "explicitAnnotation": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation", |
| "description": "Explicit content annotation." |
| }, |
| "frameLabelAnnotations": { |
| "type": "array", |
| "description": "Label annotations on frame level. There is exactly one element for each unique label.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation" |
| } |
| }, |
| "personDetectionAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation" |
| }, |
| "description": "Person detection annotations." |
| }, |
| "speechTranscriptions": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription" |
| }, |
| "description": "Speech transcription.", |
| "type": "array" |
| }, |
| "segmentLabelAnnotations": { |
| "description": "Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation" |
| }, |
| "type": "array" |
| }, |
| "objectAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation" |
| }, |
| "type": "array", |
| "description": "Annotations for list of objects detected and tracked in video." |
| }, |
| "shotLabelAnnotations": { |
| "type": "array", |
| "description": "Topical label annotations on shot level. There is exactly one element for each unique label.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation" |
| } |
| }, |
| "faceAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation" |
| }, |
| "description": "Deprecated. Please use `face_detection_annotations` instead." |
| }, |
| "shotAnnotations": { |
| "description": "Shot annotations. Each shot is represented as a video segment.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" |
| } |
| }, |
| "shotPresenceLabelAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation" |
| }, |
| "description": "Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical `shot_label_annotations`, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1_Track": { |
| "type": "object", |
| "description": "A track of an object instance.", |
| "id": "GoogleCloudVideointelligenceV1_Track", |
| "properties": { |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment", |
| "description": "Video segment of a track." |
| }, |
| "timestampedObjects": { |
| "description": "The object with timestamp and attributes per frame in the track.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_TimestampedObject" |
| } |
| }, |
| "attributes": { |
| "description": "Optional. Attributes in the track level.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_DetectedAttribute" |
| } |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Optional. The confidence score of the tracked object.", |
| "type": "number" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1beta2_TextFrame": { |
| "description": "Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.", |
| "id": "GoogleCloudVideointelligenceV1beta2_TextFrame", |
| "properties": { |
| "timeOffset": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Timestamp of this frame." |
| }, |
| "rotatedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly", |
| "description": "Bounding polygon of the detected text for this frame." |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_WordInfo": { |
| "description": "Word-specific information for recognized words. Word information is only included in the response when certain request parameters are set, such as `enable_word_time_offsets`.", |
| "properties": { |
| "speakerTag": { |
| "description": "Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarization_speaker_count, and is only set if speaker diarization is enabled.", |
| "type": "integer", |
| "format": "int32", |
| "readOnly": true |
| }, |
| "word": { |
| "type": "string", |
| "description": "The word corresponding to this set of information." |
| }, |
| "confidence": { |
| "readOnly": true, |
| "type": "number", |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.", |
| "format": "float" |
| }, |
| "startTime": { |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.", |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "endTime": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary." |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1beta2_WordInfo" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_DetectedAttribute": { |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "description": "Detected attribute confidence. Range [0, 1].", |
| "type": "number" |
| }, |
| "name": { |
| "type": "string", |
| "description": "The name of the attribute, for example, glasses, dark_glasses, mouth_open. A full list of supported type names will be provided in the document." |
| }, |
| "value": { |
| "description": "Text value of the detection result. For example, the value for \"HairColor\" can be \"black\", \"blonde\", etc.", |
| "type": "string" |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1beta2_DetectedAttribute", |
| "description": "A generic detected attribute represented by name in string format." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame", |
| "description": "Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.", |
| "type": "object", |
| "properties": { |
| "normalizedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox", |
| "description": "The normalized bounding box location of this object track for the frame." |
| }, |
| "timeOffset": { |
| "type": "string", |
| "format": "google-duration", |
| "description": "The timestamp of the frame in microseconds." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription": { |
| "properties": { |
| "alternatives": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative" |
| }, |
| "description": "May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.", |
| "type": "array" |
| }, |
| "languageCode": { |
| "readOnly": true, |
| "description": "Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.", |
| "type": "string" |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription", |
| "description": "A speech recognition result corresponding to a portion of the audio." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_Track": { |
| "description": "A track of an object instance.", |
| "properties": { |
| "segment": { |
| "description": "Video segment of a track.", |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment" |
| }, |
| "attributes": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_DetectedAttribute" |
| }, |
| "type": "array", |
| "description": "Optional. Attributes in the track level." |
| }, |
| "timestampedObjects": { |
| "description": "The object with timestamp and attributes per frame in the track.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_TimestampedObject" |
| }, |
| "type": "array" |
| }, |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "Optional. The confidence score of the tracked object." |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1beta2_Track" |
| }, |
| "GoogleCloudVideointelligenceV1_NormalizedVertex": { |
| "type": "object", |
| "description": "A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.", |
| "id": "GoogleCloudVideointelligenceV1_NormalizedVertex", |
| "properties": { |
| "x": { |
| "description": "X coordinate.", |
| "format": "float", |
| "type": "number" |
| }, |
| "y": { |
| "format": "float", |
| "type": "number", |
| "description": "Y coordinate." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_Entity": { |
| "type": "object", |
| "description": "Detected entity from video analysis.", |
| "properties": { |
| "entityId": { |
| "type": "string", |
| "description": "Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/)." |
| }, |
| "description": { |
| "type": "string", |
| "description": "Textual description, e.g., `Fixed-gear bicycle`." |
| }, |
| "languageCode": { |
| "type": "string", |
| "description": "Language code for `description` in BCP-47 format." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p1beta1_Entity" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_TextAnnotation": { |
| "type": "object", |
| "properties": { |
| "text": { |
| "type": "string", |
| "description": "The detected text." |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| }, |
| "segments": { |
| "description": "All video segments where OCR detected text appears.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_TextSegment" |
| } |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_TextAnnotation", |
| "description": "Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection." |
| }, |
| "GoogleCloudVideointelligenceV1_FaceSegment": { |
| "type": "object", |
| "properties": { |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment", |
| "description": "Video segment where a face was detected." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1_FaceSegment", |
| "description": "Video segment level annotation results for face detection." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_ShotChangeDetectionConfig": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_ShotChangeDetectionConfig", |
| "description": "Config for SHOT_CHANGE_DETECTION.", |
| "properties": { |
| "model": { |
| "type": "string", |
| "description": "Model to use for shot change detection. Supported values: \"builtin/stable\" (the default if unset) and \"builtin/latest\"." |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1_WordInfo": { |
| "description": "Word-specific information for recognized words. Word information is only included in the response when certain request parameters are set, such as `enable_word_time_offsets`.", |
| "type": "object", |
| "properties": { |
| "confidence": { |
| "type": "number", |
| "readOnly": true, |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.", |
| "format": "float" |
| }, |
| "speakerTag": { |
| "description": "Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarization_speaker_count, and is only set if speaker diarization is enabled.", |
| "format": "int32", |
| "readOnly": true, |
| "type": "integer" |
| }, |
| "word": { |
| "type": "string", |
| "description": "The word corresponding to this set of information." |
| }, |
| "startTime": { |
| "type": "string", |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.", |
| "format": "google-duration" |
| }, |
| "endTime": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1_WordInfo" |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_Entity": { |
| "description": "Detected entity from video analysis.", |
| "type": "object", |
| "properties": { |
| "languageCode": { |
| "type": "string", |
| "description": "Language code for `description` in BCP-47 format." |
| }, |
| "entityId": { |
| "description": "Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/).", |
| "type": "string" |
| }, |
| "description": { |
| "description": "Textual description, e.g., `Fixed-gear bicycle`.", |
| "type": "string" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_Entity" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_TextSegment": { |
| "description": "Video segment level annotation results for text detection.", |
| "properties": { |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears." |
| }, |
| "frames": { |
| "description": "Information related to the frames where OCR detected text appears.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_TextFrame" |
| }, |
| "type": "array" |
| }, |
| "segment": { |
| "description": "Video segment where a text snippet was detected.", |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_TextSegment", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation": { |
| "type": "object", |
| "description": "Annotations corresponding to one tracked object.", |
| "id": "GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation", |
| "properties": { |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| }, |
| "entity": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_Entity", |
| "description": "Entity to specify the object category that this track is labeled as." |
| }, |
| "trackId": { |
| "type": "string", |
| "description": "Streaming mode ONLY. In streaming mode, we do not know the end time of a tracked object before it is completed. Hence, there is no VideoSegment info returned. Instead, we provide a unique identifiable integer track_id so that the customers can correlate the results of the ongoing ObjectTrackAnnotation of the same track_id over time.", |
| "format": "int64" |
| }, |
| "confidence": { |
| "description": "Object category's labeling confidence of this track.", |
| "format": "float", |
| "type": "number" |
| }, |
| "frames": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame" |
| }, |
| "description": "Information corresponding to all frames where this object track appears. Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame messages in frames. Streaming mode: it can only be one ObjectTrackingFrame message in frames." |
| }, |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment", |
| "description": "Non-streaming batch mode ONLY. Each object track corresponds to one video segment where it appears." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1_DetectedLandmark": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1_DetectedLandmark", |
| "properties": { |
| "name": { |
| "type": "string", |
| "description": "The name of this landmark, for example, left_hand, right_shoulder." |
| }, |
| "point": { |
| "$ref": "GoogleCloudVideointelligenceV1_NormalizedVertex", |
| "description": "The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1." |
| }, |
| "confidence": { |
| "type": "number", |
| "description": "The confidence score of the detected landmark. Range [0, 1].", |
| "format": "float" |
| } |
| }, |
| "description": "A generic detected landmark represented by name in string format and a 2D location." |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative": { |
| "properties": { |
| "words": { |
| "readOnly": true, |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_WordInfo" |
| }, |
| "type": "array", |
| "description": "Output only. A list of word-specific information for each recognized word. Note: When `enable_speaker_diarization` is set to true, you will see all the words from the beginning of the audio." |
| }, |
| "transcript": { |
| "description": "Transcript text representing the words that the user spoke.", |
| "type": "string" |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.", |
| "readOnly": true, |
| "type": "number" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative", |
| "description": "Alternative hypotheses (a.k.a. n-best list).", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscriptionConfig": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscriptionConfig", |
| "properties": { |
| "enableAutomaticPunctuation": { |
| "description": "Optional. If 'true', adds punctuation to recognition result hypotheses. This feature is only available in select languages. Setting this for requests in other languages has no effect at all. The default 'false' value does not add punctuation to result hypotheses. NOTE: \"This is currently offered as an experimental service, complimentary to all users. In the future this may be exclusively available as a premium feature.\"", |
| "type": "boolean" |
| }, |
| "filterProfanity": { |
| "description": "Optional. If set to `true`, the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks, e.g. \"f***\". If set to `false` or omitted, profanities won't be filtered out.", |
| "type": "boolean" |
| }, |
| "enableWordConfidence": { |
| "type": "boolean", |
| "description": "Optional. If `true`, the top result includes a list of words and the confidence for those words. If `false`, no word-level confidence information is returned. The default is `false`." |
| }, |
| "languageCode": { |
| "type": "string", |
| "description": "Required. *Required* The language of the supplied audio as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: \"en-US\". See [Language Support](https://cloud.google.com/speech/docs/languages) for a list of the currently supported language codes." |
| }, |
| "diarizationSpeakerCount": { |
| "description": "Optional. If set, specifies the estimated number of speakers in the conversation. If not set, defaults to '2'. Ignored unless enable_speaker_diarization is set to true.", |
| "type": "integer", |
| "format": "int32" |
| }, |
| "maxAlternatives": { |
| "format": "int32", |
| "description": "Optional. Maximum number of recognition hypotheses to be returned. Specifically, the maximum number of `SpeechRecognitionAlternative` messages within each `SpeechTranscription`. The server may return fewer than `max_alternatives`. Valid values are `0`-`30`. A value of `0` or `1` will return a maximum of one. If omitted, will return a maximum of one.", |
| "type": "integer" |
| }, |
| "speechContexts": { |
| "description": "Optional. A means to provide context to assist the speech recognition.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_SpeechContext" |
| } |
| }, |
| "enableSpeakerDiarization": { |
| "type": "boolean", |
| "description": "Optional. If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_tag provided in the WordInfo. Note: When this is true, we send all the words from the beginning of the audio for the top alternative in every consecutive response. This is done in order to improve our speaker tags as our models learn to identify the speakers in the conversation over time." |
| }, |
| "audioTracks": { |
| "type": "array", |
| "items": { |
| "type": "integer", |
| "format": "int32" |
| }, |
| "description": "Optional. For file formats, such as MXF or MKV, supporting multiple audio tracks, specify up to two tracks. Default: track 0." |
| } |
| }, |
| "type": "object", |
| "description": "Config for SPEECH_TRANSCRIPTION." |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_VideoSegment": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment", |
| "properties": { |
| "startTimeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).", |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "endTimeOffset": { |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).", |
| "type": "string" |
| } |
| }, |
| "description": "Video segment." |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation", |
| "description": "Person detection annotation per video.", |
| "type": "object", |
| "properties": { |
| "tracks": { |
| "description": "The detected tracks of a person.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_Track" |
| }, |
| "type": "array" |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_FaceSegment": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_FaceSegment", |
| "type": "object", |
| "properties": { |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment", |
| "description": "Video segment where a face was detected." |
| } |
| }, |
| "description": "Video segment level annotation results for face detection." |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_TextFrame": { |
| "description": "Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_TextFrame", |
| "properties": { |
| "timeOffset": { |
| "type": "string", |
| "format": "google-duration", |
| "description": "Timestamp of this frame." |
| }, |
| "rotatedBoundingBox": { |
| "description": "Bounding polygon of the detected text for this frame.", |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation": { |
| "properties": { |
| "frames": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame" |
| }, |
| "type": "array", |
| "description": "All video frames where explicit content was detected." |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| }, |
| "description": "Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation": { |
| "properties": { |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| }, |
| "frames": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame" |
| }, |
| "description": "All video frames where explicit content was detected." |
| } |
| }, |
| "type": "object", |
| "description": "Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame": { |
| "type": "object", |
| "properties": { |
| "timeOffset": { |
| "format": "google-duration", |
| "description": "The timestamp of the frame in microseconds.", |
| "type": "string" |
| }, |
| "normalizedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox", |
| "description": "The normalized bounding box location of this object track for the frame." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame", |
| "description": "Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence." |
| }, |
| "GoogleCloudVideointelligenceV1_AnnotateVideoResponse": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1_AnnotateVideoResponse", |
| "properties": { |
| "annotationResults": { |
| "type": "array", |
| "description": "Annotation results for all videos specified in `AnnotateVideoRequest`.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_VideoAnnotationResults" |
| } |
| } |
| }, |
| "description": "Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service." |
| }, |
| "GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation": { |
| "properties": { |
| "segments": { |
| "description": "All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment" |
| }, |
| "type": "array" |
| }, |
| "entity": { |
| "$ref": "GoogleCloudVideointelligenceV1_Entity", |
| "description": "Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as." |
| }, |
| "tracks": { |
| "description": "All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_Track" |
| } |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation", |
| "description": "Annotation corresponding to one detected, tracked and recognized logo class." |
| }, |
| "GoogleCloudVideointelligenceV1_ObjectTrackingFrame": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1_ObjectTrackingFrame", |
| "properties": { |
| "timeOffset": { |
| "type": "string", |
| "description": "The timestamp of the frame in microseconds.", |
| "format": "google-duration" |
| }, |
| "normalizedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1_NormalizedBoundingBox", |
| "description": "The normalized bounding box location of this object track for the frame." |
| } |
| }, |
| "description": "Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_VideoContext": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_VideoContext", |
| "type": "object", |
| "description": "Video context and/or feature-specific parameters.", |
| "properties": { |
| "explicitContentDetectionConfig": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentDetectionConfig", |
| "description": "Config for EXPLICIT_CONTENT_DETECTION." |
| }, |
| "segments": { |
| "description": "Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" |
| } |
| }, |
| "personDetectionConfig": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionConfig", |
| "description": "Config for PERSON_DETECTION." |
| }, |
| "objectTrackingConfig": { |
| "description": "Config for OBJECT_TRACKING.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingConfig" |
| }, |
| "speechTranscriptionConfig": { |
| "description": "Config for SPEECH_TRANSCRIPTION.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscriptionConfig" |
| }, |
| "shotChangeDetectionConfig": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_ShotChangeDetectionConfig", |
| "description": "Config for SHOT_CHANGE_DETECTION." |
| }, |
| "labelDetectionConfig": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LabelDetectionConfig", |
| "description": "Config for LABEL_DETECTION." |
| }, |
| "textDetectionConfig": { |
| "description": "Config for TEXT_DETECTION.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_TextDetectionConfig" |
| }, |
| "faceDetectionConfig": { |
| "description": "Config for FACE_DETECTION.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionConfig" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation": { |
| "type": "object", |
| "properties": { |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| }, |
| "categoryEntities": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_Entity" |
| }, |
| "description": "Common categories for the detected entity. For example, when the label is `Terrier`, the category is likely `dog`. And in some cases there might be more than one categories e.g., `Terrier` could also be a `pet`.", |
| "type": "array" |
| }, |
| "segments": { |
| "description": "All video segments where a label was detected.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LabelSegment" |
| } |
| }, |
| "entity": { |
| "description": "Detected entity.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_Entity" |
| }, |
| "frames": { |
| "type": "array", |
| "description": "All video frames where a label was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LabelFrame" |
| } |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation", |
| "description": "Label annotation." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress": { |
| "type": "object", |
| "description": "Annotation progress for a single video.", |
| "properties": { |
| "startTime": { |
| "format": "google-datetime", |
| "description": "Time when the request was received.", |
| "type": "string" |
| }, |
| "segment": { |
| "description": "Specifies which segment is being tracked if the request contains more than one segment.", |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment" |
| }, |
| "feature": { |
| "enumDescriptions": [ |
| "Unspecified.", |
| "Label detection. Detect objects, such as dog or flower.", |
| "Shot change detection.", |
| "Explicit content detection.", |
| "Human face detection.", |
| "Speech transcription.", |
| "OCR text detection and tracking.", |
| "Object detection and tracking.", |
| "Logo detection, tracking, and recognition.", |
| "Person detection." |
| ], |
| "type": "string", |
| "description": "Specifies which feature is being tracked if the request contains more than one feature.", |
| "enum": [ |
| "FEATURE_UNSPECIFIED", |
| "LABEL_DETECTION", |
| "SHOT_CHANGE_DETECTION", |
| "EXPLICIT_CONTENT_DETECTION", |
| "FACE_DETECTION", |
| "SPEECH_TRANSCRIPTION", |
| "TEXT_DETECTION", |
| "OBJECT_TRACKING", |
| "LOGO_RECOGNITION", |
| "PERSON_DETECTION" |
| ] |
| }, |
| "updateTime": { |
| "description": "Time of the most recent update.", |
| "type": "string", |
| "format": "google-datetime" |
| }, |
| "inputUri": { |
| "type": "string", |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/)." |
| }, |
| "progressPercent": { |
| "format": "int32", |
| "description": "Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.", |
| "type": "integer" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation": { |
| "properties": { |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| }, |
| "description": "Face detection annotation.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults": { |
| "properties": { |
| "faceAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation" |
| }, |
| "description": "Deprecated. Please use `face_detection_annotations` instead.", |
| "type": "array" |
| }, |
| "personDetectionAnnotations": { |
| "type": "array", |
| "description": "Person detection annotations.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation" |
| } |
| }, |
| "textAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_TextAnnotation" |
| }, |
| "description": "OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.", |
| "type": "array" |
| }, |
| "logoRecognitionAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation" |
| }, |
| "description": "Annotations for list of logos detected, tracked and recognized in video.", |
| "type": "array" |
| }, |
| "shotPresenceLabelAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation" |
| }, |
| "description": "Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical `shot_label_annotations`, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request.", |
| "type": "array" |
| }, |
| "objectAnnotations": { |
| "description": "Annotations for list of objects detected and tracked in video.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation" |
| }, |
| "type": "array" |
| }, |
| "explicitAnnotation": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation", |
| "description": "Explicit content annotation." |
| }, |
| "faceDetectionAnnotations": { |
| "description": "Face detection annotations.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation" |
| } |
| }, |
| "segmentLabelAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation" |
| }, |
| "description": "Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label." |
| }, |
| "shotLabelAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation" |
| }, |
| "description": "Topical label annotations on shot level. There is exactly one element for each unique label." |
| }, |
| "segmentPresenceLabelAnnotations": { |
| "description": "Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical `segment_label_annotations`, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation" |
| }, |
| "type": "array" |
| }, |
| "inputUri": { |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/).", |
| "type": "string" |
| }, |
| "shotAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" |
| }, |
| "type": "array", |
| "description": "Shot annotations. Each shot is represented as a video segment." |
| }, |
| "segment": { |
| "description": "Video segment on which the annotation is run.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" |
| }, |
| "speechTranscriptions": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription" |
| }, |
| "type": "array", |
| "description": "Speech transcription." |
| }, |
| "error": { |
| "$ref": "GoogleRpc_Status", |
| "description": "If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail." |
| }, |
| "frameLabelAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation" |
| }, |
| "description": "Label annotations on frame level. There is exactly one element for each unique label." |
| } |
| }, |
| "type": "object", |
| "description": "Annotation results for a single video.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults" |
| }, |
| "GoogleCloudVideointelligenceV1_NormalizedBoundingBox": { |
| "properties": { |
| "top": { |
| "type": "number", |
| "description": "Top Y coordinate.", |
| "format": "float" |
| }, |
| "right": { |
| "type": "number", |
| "description": "Right X coordinate.", |
| "format": "float" |
| }, |
| "left": { |
| "type": "number", |
| "description": "Left X coordinate.", |
| "format": "float" |
| }, |
| "bottom": { |
| "format": "float", |
| "description": "Bottom Y coordinate.", |
| "type": "number" |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1_NormalizedBoundingBox", |
| "description": "Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1]." |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative": { |
| "properties": { |
| "words": { |
| "description": "Output only. A list of word-specific information for each recognized word. Note: When `enable_speaker_diarization` is set to true, you will see all the words from the beginning of the audio.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_WordInfo" |
| }, |
| "readOnly": true, |
| "type": "array" |
| }, |
| "transcript": { |
| "type": "string", |
| "description": "Transcript text representing the words that the user spoke." |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.", |
| "readOnly": true, |
| "type": "number" |
| } |
| }, |
| "type": "object", |
| "description": "Alternative hypotheses (a.k.a. n-best list).", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly": { |
| "description": "Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly", |
| "properties": { |
| "vertices": { |
| "description": "Normalized vertices of the bounding polygon.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex" |
| }, |
| "type": "array" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly": { |
| "type": "object", |
| "description": "Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.", |
| "properties": { |
| "vertices": { |
| "description": "Normalized vertices of the bounding polygon.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex" |
| }, |
| "type": "array" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_TextAnnotation": { |
| "type": "object", |
| "description": "Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_TextAnnotation", |
| "properties": { |
| "segments": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_TextSegment" |
| }, |
| "description": "All video segments where OCR detected text appears." |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| }, |
| "text": { |
| "description": "The detected text.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark": { |
| "type": "object", |
| "properties": { |
| "name": { |
| "description": "The name of this landmark, for example, left_hand, right_shoulder.", |
| "type": "string" |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "The confidence score of the detected landmark. Range [0, 1].", |
| "type": "number" |
| }, |
| "point": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex", |
| "description": "The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark", |
| "description": "A generic detected landmark represented by name in string format and a 2D location." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox": { |
| "description": "Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].", |
| "type": "object", |
| "properties": { |
| "left": { |
| "format": "float", |
| "type": "number", |
| "description": "Left X coordinate." |
| }, |
| "top": { |
| "format": "float", |
| "description": "Top Y coordinate.", |
| "type": "number" |
| }, |
| "right": { |
| "format": "float", |
| "description": "Right X coordinate.", |
| "type": "number" |
| }, |
| "bottom": { |
| "type": "number", |
| "description": "Bottom Y coordinate.", |
| "format": "float" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation": { |
| "properties": { |
| "confidence": { |
| "description": "Object category's labeling confidence of this track.", |
| "format": "float", |
| "type": "number" |
| }, |
| "frames": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame" |
| }, |
| "description": "Information corresponding to all frames where this object track appears. Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame messages in frames. Streaming mode: it can only be one ObjectTrackingFrame message in frames.", |
| "type": "array" |
| }, |
| "trackId": { |
| "type": "string", |
| "description": "Streaming mode ONLY. In streaming mode, we do not know the end time of a tracked object before it is completed. Hence, there is no VideoSegment info returned. Instead, we provide a unique identifiable integer track_id so that the customers can correlate the results of the ongoing ObjectTrackAnnotation of the same track_id over time.", |
| "format": "int64" |
| }, |
| "entity": { |
| "description": "Entity to specify the object category that this track is labeled as.", |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_Entity" |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| }, |
| "segment": { |
| "description": "Non-streaming batch mode ONLY. Each object track corresponds to one video segment where it appears.", |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" |
| } |
| }, |
| "description": "Annotations corresponding to one tracked object.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_SpeechTranscription": { |
| "type": "object", |
| "properties": { |
| "alternatives": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative" |
| }, |
| "description": "May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer." |
| }, |
| "languageCode": { |
| "type": "string", |
| "description": "Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.", |
| "readOnly": true |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_SpeechTranscription", |
| "description": "A speech recognition result corresponding to a portion of the audio." |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription": { |
| "id": "GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription", |
| "properties": { |
| "alternatives": { |
| "description": "May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative" |
| } |
| }, |
| "languageCode": { |
| "type": "string", |
| "description": "Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.", |
| "readOnly": true |
| } |
| }, |
| "description": "A speech recognition result corresponding to a portion of the audio.", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation": { |
| "type": "object", |
| "properties": { |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation", |
| "description": "Face detection annotation." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_LabelAnnotation": { |
| "description": "Label annotation.", |
| "id": "GoogleCloudVideointelligenceV1beta2_LabelAnnotation", |
| "type": "object", |
| "properties": { |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_LabelSegment" |
| }, |
| "description": "All video segments where a label was detected.", |
| "type": "array" |
| }, |
| "entity": { |
| "description": "Detected entity.", |
| "$ref": "GoogleCloudVideointelligenceV1beta2_Entity" |
| }, |
| "categoryEntities": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_Entity" |
| }, |
| "type": "array", |
| "description": "Common categories for the detected entity. For example, when the label is `Terrier`, the category is likely `dog`. And in some cases there might be more than one categories e.g., `Terrier` could also be a `pet`." |
| }, |
| "frames": { |
| "description": "All video frames where a label was detected.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_LabelFrame" |
| } |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1_DetectedAttribute": { |
| "id": "GoogleCloudVideointelligenceV1_DetectedAttribute", |
| "properties": { |
| "name": { |
| "type": "string", |
| "description": "The name of the attribute, for example, glasses, dark_glasses, mouth_open. A full list of supported type names will be provided in the document." |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Detected attribute confidence. Range [0, 1].", |
| "type": "number" |
| }, |
| "value": { |
| "description": "Text value of the detection result. For example, the value for \"HairColor\" can be \"black\", \"blonde\", etc.", |
| "type": "string" |
| } |
| }, |
| "description": "A generic detected attribute represented by name in string format.", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_VideoSegment": { |
| "type": "object", |
| "description": "Video segment.", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment", |
| "properties": { |
| "endTimeOffset": { |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).", |
| "type": "string" |
| }, |
| "startTimeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).", |
| "format": "google-duration", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark": { |
| "description": "A generic detected landmark represented by name in string format and a 2D location.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark", |
| "properties": { |
| "point": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex", |
| "description": "The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1." |
| }, |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "The confidence score of the detected landmark. Range [0, 1]." |
| }, |
| "name": { |
| "type": "string", |
| "description": "The name of this landmark, for example, left_hand, right_shoulder." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_FaceFrame": { |
| "properties": { |
| "timeOffset": { |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "format": "google-duration" |
| }, |
| "normalizedBoundingBoxes": { |
| "description": "Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox" |
| } |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_FaceFrame", |
| "description": "Deprecated. No effect.", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1_NormalizedBoundingPoly": { |
| "type": "object", |
| "description": "Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.", |
| "properties": { |
| "vertices": { |
| "description": "Normalized vertices of the bounding polygon.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_NormalizedVertex" |
| } |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1_NormalizedBoundingPoly" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame": { |
| "properties": { |
| "pornographyLikelihood": { |
| "type": "string", |
| "enumDescriptions": [ |
| "Unspecified likelihood.", |
| "Very unlikely.", |
| "Unlikely.", |
| "Possible.", |
| "Likely.", |
| "Very likely." |
| ], |
| "enum": [ |
| "LIKELIHOOD_UNSPECIFIED", |
| "VERY_UNLIKELY", |
| "UNLIKELY", |
| "POSSIBLE", |
| "LIKELY", |
| "VERY_LIKELY" |
| ], |
| "description": "Likelihood of the pornography content.." |
| }, |
| "timeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "format": "google-duration", |
| "type": "string" |
| } |
| }, |
| "description": "Video frame level annotation results for explicit content.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation", |
| "type": "object", |
| "description": "Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.", |
| "properties": { |
| "frames": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame" |
| }, |
| "description": "All video frames where explicit content was detected." |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress": { |
| "type": "object", |
| "description": "Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress", |
| "properties": { |
| "annotationProgress": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress" |
| }, |
| "type": "array", |
| "description": "Progress metadata for all videos specified in `AnnotateVideoRequest`." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1_FaceFrame": { |
| "id": "GoogleCloudVideointelligenceV1_FaceFrame", |
| "description": "Deprecated. No effect.", |
| "properties": { |
| "timeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "normalizedBoundingBoxes": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_NormalizedBoundingBox" |
| }, |
| "description": "Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame." |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress": { |
| "properties": { |
| "annotationProgress": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress" |
| }, |
| "description": "Progress metadata for all videos specified in `AnnotateVideoRequest`." |
| } |
| }, |
| "description": "Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress" |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_WordInfo": { |
| "id": "GoogleCloudVideointelligenceV1p2beta1_WordInfo", |
| "properties": { |
| "startTime": { |
| "format": "google-duration", |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.", |
| "type": "string" |
| }, |
| "word": { |
| "type": "string", |
| "description": "The word corresponding to this set of information." |
| }, |
| "confidence": { |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set.", |
| "readOnly": true, |
| "format": "float", |
| "type": "number" |
| }, |
| "endTime": { |
| "type": "string", |
| "format": "google-duration", |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary." |
| }, |
| "speakerTag": { |
| "description": "Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarization_speaker_count, and is only set if speaker diarization is enabled.", |
| "format": "int32", |
| "type": "integer", |
| "readOnly": true |
| } |
| }, |
| "description": "Word-specific information for recognized words. Word information is only included in the response when certain request parameters are set, such as `enable_word_time_offsets`.", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_LabelDetectionConfig": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_LabelDetectionConfig", |
| "type": "object", |
| "properties": { |
| "videoConfidenceThreshold": { |
| "type": "number", |
| "format": "float", |
| "description": "The confidence threshold we perform filtering on the labels from video-level and shot-level detections. If not set, it's set to 0.3 by default. The valid range for this threshold is [0.1, 0.9]. Any value set outside of this range will be clipped. Note: For best results, follow the default threshold. We will update the default threshold everytime when we release a new model." |
| }, |
| "stationaryCamera": { |
| "type": "boolean", |
| "description": "Whether the video has been shot from a stationary (i.e., non-moving) camera. When set to true, might improve detection accuracy for moving objects. Should be used with `SHOT_AND_FRAME_MODE` enabled." |
| }, |
| "frameConfidenceThreshold": { |
| "description": "The confidence threshold we perform filtering on the labels from frame-level detection. If not set, it is set to 0.4 by default. The valid range for this threshold is [0.1, 0.9]. Any value set outside of this range will be clipped. Note: For best results, follow the default threshold. We will update the default threshold everytime when we release a new model.", |
| "format": "float", |
| "type": "number" |
| }, |
| "model": { |
| "type": "string", |
| "description": "Model to use for label detection. Supported values: \"builtin/stable\" (the default if unset) and \"builtin/latest\"." |
| }, |
| "labelDetectionMode": { |
| "enum": [ |
| "LABEL_DETECTION_MODE_UNSPECIFIED", |
| "SHOT_MODE", |
| "FRAME_MODE", |
| "SHOT_AND_FRAME_MODE" |
| ], |
| "type": "string", |
| "description": "What labels should be detected with LABEL_DETECTION, in addition to video-level labels or segment-level labels. If unspecified, defaults to `SHOT_MODE`.", |
| "enumDescriptions": [ |
| "Unspecified.", |
| "Detect shot-level labels.", |
| "Detect frame-level labels.", |
| "Detect both shot-level and frame-level labels." |
| ] |
| } |
| }, |
| "description": "Config for LABEL_DETECTION." |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse": { |
| "id": "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse", |
| "properties": { |
| "annotationResults": { |
| "description": "Annotation results for all videos specified in `AnnotateVideoRequest`.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults" |
| }, |
| "type": "array" |
| } |
| }, |
| "type": "object", |
| "description": "Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingConfig": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingConfig", |
| "description": "Config for OBJECT_TRACKING.", |
| "properties": { |
| "model": { |
| "type": "string", |
| "description": "Model to use for object tracking. Supported values: \"builtin/stable\" (the default if unset) and \"builtin/latest\"." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation": { |
| "description": "Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.", |
| "properties": { |
| "frames": { |
| "type": "array", |
| "description": "All video frames where explicit content was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame" |
| } |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute": { |
| "description": "A generic detected attribute represented by name in string format.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute", |
| "properties": { |
| "value": { |
| "description": "Text value of the detection result. For example, the value for \"HairColor\" can be \"black\", \"blonde\", etc.", |
| "type": "string" |
| }, |
| "confidence": { |
| "type": "number", |
| "description": "Detected attribute confidence. Range [0, 1].", |
| "format": "float" |
| }, |
| "name": { |
| "description": "The name of the attribute, for example, glasses, dark_glasses, mouth_open. A full list of supported type names will be provided in the document.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoRequest": { |
| "type": "object", |
| "description": "Video annotation request.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoRequest", |
| "properties": { |
| "videoContext": { |
| "description": "Additional video context and/or feature-specific parameters.", |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoContext" |
| }, |
| "inputUri": { |
| "description": "Input video location. Currently, only [Cloud Storage](https://cloud.google.com/storage/) URIs are supported. URIs must be specified in the following format: `gs://bucket-id/object-id` (other URI formats return google.rpc.Code.INVALID_ARGUMENT). For more information, see [Request URIs](https://cloud.google.com/storage/docs/request-endpoints). To identify multiple videos, a video URI may include wildcards in the `object-id`. Supported wildcards: '*' to match 0 or more characters; '?' to match 1 character. If unset, the input video should be embedded in the request as `input_content`. If set, `input_content` must be unset.", |
| "type": "string" |
| }, |
| "inputContent": { |
| "description": "The video data bytes. If unset, the input video(s) should be specified via the `input_uri`. If set, `input_uri` must be unset.", |
| "format": "byte", |
| "type": "string" |
| }, |
| "outputUri": { |
| "type": "string", |
| "description": "Optional. Location where the output (in JSON format) should be stored. Currently, only [Cloud Storage](https://cloud.google.com/storage/) URIs are supported. These must be specified in the following format: `gs://bucket-id/object-id` (other URI formats return google.rpc.Code.INVALID_ARGUMENT). For more information, see [Request URIs](https://cloud.google.com/storage/docs/request-endpoints)." |
| }, |
| "features": { |
| "items": { |
| "enumDescriptions": [ |
| "Unspecified.", |
| "Label detection. Detect objects, such as dog or flower.", |
| "Shot change detection.", |
| "Explicit content detection.", |
| "Human face detection.", |
| "Speech transcription.", |
| "OCR text detection and tracking.", |
| "Object detection and tracking.", |
| "Logo detection, tracking, and recognition.", |
| "Person detection." |
| ], |
| "enum": [ |
| "FEATURE_UNSPECIFIED", |
| "LABEL_DETECTION", |
| "SHOT_CHANGE_DETECTION", |
| "EXPLICIT_CONTENT_DETECTION", |
| "FACE_DETECTION", |
| "SPEECH_TRANSCRIPTION", |
| "TEXT_DETECTION", |
| "OBJECT_TRACKING", |
| "LOGO_RECOGNITION", |
| "PERSON_DETECTION" |
| ], |
| "type": "string" |
| }, |
| "type": "array", |
| "description": "Required. Requested video annotation features." |
| }, |
| "locationId": { |
| "type": "string", |
| "description": "Optional. Cloud region where annotation should take place. Supported cloud regions are: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region is specified, the region will be determined based on video file location." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation": { |
| "description": "Annotations corresponding to one tracked object.", |
| "properties": { |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment", |
| "description": "Non-streaming batch mode ONLY. Each object track corresponds to one video segment where it appears." |
| }, |
| "entity": { |
| "description": "Entity to specify the object category that this track is labeled as.", |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_Entity" |
| }, |
| "trackId": { |
| "description": "Streaming mode ONLY. In streaming mode, we do not know the end time of a tracked object before it is completed. Hence, there is no VideoSegment info returned. Instead, we provide a unique identifiable integer track_id so that the customers can correlate the results of the ongoing ObjectTrackAnnotation of the same track_id over time.", |
| "format": "int64", |
| "type": "string" |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| }, |
| "confidence": { |
| "description": "Object category's labeling confidence of this track.", |
| "format": "float", |
| "type": "number" |
| }, |
| "frames": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame" |
| }, |
| "description": "Information corresponding to all frames where this object track appears. Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame messages in frames. Streaming mode: it can only be one ObjectTrackingFrame message in frames." |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_TimestampedObject": { |
| "type": "object", |
| "description": "For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.", |
| "properties": { |
| "normalizedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox", |
| "description": "Normalized Bounding box in a frame, where the object is located." |
| }, |
| "timeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.", |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "landmarks": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark" |
| }, |
| "description": "Optional. The detected landmarks." |
| }, |
| "attributes": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute" |
| }, |
| "type": "array", |
| "description": "Optional. The attributes of the object in the bounding box." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_TimestampedObject" |
| }, |
| "GoogleCloudVideointelligenceV1_FaceAnnotation": { |
| "type": "object", |
| "properties": { |
| "thumbnail": { |
| "type": "string", |
| "description": "Thumbnail of a representative face view (in JPEG format).", |
| "format": "byte" |
| }, |
| "frames": { |
| "description": "All video frames where a face was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_FaceFrame" |
| }, |
| "type": "array" |
| }, |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_FaceSegment" |
| }, |
| "type": "array", |
| "description": "All video segments where a face was detected." |
| } |
| }, |
| "description": "Deprecated. No effect.", |
| "id": "GoogleCloudVideointelligenceV1_FaceAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_TextFrame": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_TextFrame", |
| "description": "Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.", |
| "properties": { |
| "rotatedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly", |
| "description": "Bounding polygon of the detected text for this frame." |
| }, |
| "timeOffset": { |
| "description": "Timestamp of this frame.", |
| "type": "string", |
| "format": "google-duration" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_TextFrame": { |
| "description": "Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.", |
| "type": "object", |
| "properties": { |
| "timeOffset": { |
| "description": "Timestamp of this frame.", |
| "format": "google-duration", |
| "type": "string" |
| }, |
| "rotatedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly", |
| "description": "Bounding polygon of the detected text for this frame." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p1beta1_TextFrame" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly": { |
| "id": "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly", |
| "description": "Normalized bounding polygon for text (that might not be aligned with axis). Contains list of the corner points in clockwise order starting from top-left corner. For example, for a rectangular bounding box: When the text is horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the vertex order will still be (0, 1, 2, 3). Note that values can be less than 0, or greater than 1 due to trignometric calculations for location of the box.", |
| "properties": { |
| "vertices": { |
| "type": "array", |
| "description": "Normalized vertices of the bounding polygon.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_NormalizedVertex" |
| } |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation": { |
| "description": "Deprecated. No effect.", |
| "type": "object", |
| "properties": { |
| "thumbnail": { |
| "type": "string", |
| "format": "byte", |
| "description": "Thumbnail of a representative face view (in JPEG format)." |
| }, |
| "segments": { |
| "description": "All video segments where a face was detected.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_FaceSegment" |
| } |
| }, |
| "frames": { |
| "description": "All video frames where a face was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_FaceFrame" |
| }, |
| "type": "array" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1_VideoAnnotationProgress": { |
| "type": "object", |
| "description": "Annotation progress for a single video.", |
| "id": "GoogleCloudVideointelligenceV1_VideoAnnotationProgress", |
| "properties": { |
| "progressPercent": { |
| "description": "Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.", |
| "format": "int32", |
| "type": "integer" |
| }, |
| "updateTime": { |
| "type": "string", |
| "description": "Time of the most recent update.", |
| "format": "google-datetime" |
| }, |
| "segment": { |
| "description": "Specifies which segment is being tracked if the request contains more than one segment.", |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment" |
| }, |
| "feature": { |
| "enumDescriptions": [ |
| "Unspecified.", |
| "Label detection. Detect objects, such as dog or flower.", |
| "Shot change detection.", |
| "Explicit content detection.", |
| "Human face detection.", |
| "Speech transcription.", |
| "OCR text detection and tracking.", |
| "Object detection and tracking.", |
| "Logo detection, tracking, and recognition.", |
| "Person detection." |
| ], |
| "description": "Specifies which feature is being tracked if the request contains more than one feature.", |
| "type": "string", |
| "enum": [ |
| "FEATURE_UNSPECIFIED", |
| "LABEL_DETECTION", |
| "SHOT_CHANGE_DETECTION", |
| "EXPLICIT_CONTENT_DETECTION", |
| "FACE_DETECTION", |
| "SPEECH_TRANSCRIPTION", |
| "TEXT_DETECTION", |
| "OBJECT_TRACKING", |
| "LOGO_RECOGNITION", |
| "PERSON_DETECTION" |
| ] |
| }, |
| "inputUri": { |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/).", |
| "type": "string" |
| }, |
| "startTime": { |
| "type": "string", |
| "description": "Time when the request was received.", |
| "format": "google-datetime" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_WordInfo": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_WordInfo", |
| "type": "object", |
| "properties": { |
| "speakerTag": { |
| "type": "integer", |
| "description": "Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarization_speaker_count, and is only set if speaker diarization is enabled.", |
| "readOnly": true, |
| "format": "int32" |
| }, |
| "confidence": { |
| "readOnly": true, |
| "format": "float", |
| "type": "number", |
| "description": "Output only. The confidence estimate between 0.0 and 1.0. A higher number indicates an estimated greater likelihood that the recognized words are correct. This field is set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating `confidence` was not set." |
| }, |
| "endTime": { |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.", |
| "type": "string", |
| "format": "google-duration" |
| }, |
| "word": { |
| "type": "string", |
| "description": "The word corresponding to this set of information." |
| }, |
| "startTime": { |
| "format": "google-duration", |
| "description": "Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word. This field is only set if `enable_word_time_offsets=true` and only in the top hypothesis. This is an experimental feature and the accuracy of the time offset can vary.", |
| "type": "string" |
| } |
| }, |
| "description": "Word-specific information for recognized words. Word information is only included in the response when certain request parameters are set, such as `enable_word_time_offsets`." |
| }, |
| "GoogleCloudVideointelligenceV1_TextSegment": { |
| "id": "GoogleCloudVideointelligenceV1_TextSegment", |
| "description": "Video segment level annotation results for text detection.", |
| "type": "object", |
| "properties": { |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment", |
| "description": "Video segment where a text snippet was detected." |
| }, |
| "frames": { |
| "description": "Information related to the frames where OCR detected text appears.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_TextFrame" |
| }, |
| "type": "array" |
| }, |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_FaceSegment": { |
| "description": "Video segment level annotation results for face detection.", |
| "properties": { |
| "segment": { |
| "description": "Video segment where a face was detected.", |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_FaceSegment", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_LabelFrame": { |
| "properties": { |
| "timeOffset": { |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "format": "google-duration" |
| }, |
| "confidence": { |
| "format": "float", |
| "type": "number", |
| "description": "Confidence that the label is accurate. Range: [0, 1]." |
| } |
| }, |
| "type": "object", |
| "description": "Video frame level annotation results for label detection.", |
| "id": "GoogleCloudVideointelligenceV1beta2_LabelFrame" |
| }, |
| "GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation": { |
| "description": "Annotations corresponding to one tracked object.", |
| "id": "GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation", |
| "properties": { |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "Object category's labeling confidence of this track." |
| }, |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment", |
| "description": "Non-streaming batch mode ONLY. Each object track corresponds to one video segment where it appears." |
| }, |
| "frames": { |
| "description": "Information corresponding to all frames where this object track appears. Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame messages in frames. Streaming mode: it can only be one ObjectTrackingFrame message in frames.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_ObjectTrackingFrame" |
| } |
| }, |
| "entity": { |
| "$ref": "GoogleCloudVideointelligenceV1_Entity", |
| "description": "Entity to specify the object category that this track is labeled as." |
| }, |
| "trackId": { |
| "format": "int64", |
| "type": "string", |
| "description": "Streaming mode ONLY. In streaming mode, we do not know the end time of a tracked object before it is completed. Hence, there is no VideoSegment info returned. Instead, we provide a unique identifiable integer track_id so that the customers can correlate the results of the ongoing ObjectTrackAnnotation of the same track_id over time." |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress": { |
| "type": "object", |
| "properties": { |
| "inputUri": { |
| "type": "string", |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/)." |
| }, |
| "feature": { |
| "type": "string", |
| "enum": [ |
| "FEATURE_UNSPECIFIED", |
| "LABEL_DETECTION", |
| "SHOT_CHANGE_DETECTION", |
| "EXPLICIT_CONTENT_DETECTION", |
| "FACE_DETECTION", |
| "SPEECH_TRANSCRIPTION", |
| "TEXT_DETECTION", |
| "OBJECT_TRACKING", |
| "LOGO_RECOGNITION", |
| "CELEBRITY_RECOGNITION", |
| "PERSON_DETECTION" |
| ], |
| "description": "Specifies which feature is being tracked if the request contains more than one feature.", |
| "enumDescriptions": [ |
| "Unspecified.", |
| "Label detection. Detect objects, such as dog or flower.", |
| "Shot change detection.", |
| "Explicit content detection.", |
| "Human face detection.", |
| "Speech transcription.", |
| "OCR text detection and tracking.", |
| "Object detection and tracking.", |
| "Logo detection, tracking, and recognition.", |
| "Celebrity recognition.", |
| "Person detection." |
| ] |
| }, |
| "progressPercent": { |
| "description": "Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.", |
| "type": "integer", |
| "format": "int32" |
| }, |
| "startTime": { |
| "format": "google-datetime", |
| "type": "string", |
| "description": "Time when the request was received." |
| }, |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment", |
| "description": "Specifies which segment is being tracked if the request contains more than one segment." |
| }, |
| "updateTime": { |
| "description": "Time of the most recent update.", |
| "format": "google-datetime", |
| "type": "string" |
| } |
| }, |
| "description": "Annotation progress for a single video.", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress" |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox": { |
| "properties": { |
| "left": { |
| "description": "Left X coordinate.", |
| "format": "float", |
| "type": "number" |
| }, |
| "bottom": { |
| "format": "float", |
| "description": "Bottom Y coordinate.", |
| "type": "number" |
| }, |
| "top": { |
| "type": "number", |
| "format": "float", |
| "description": "Top Y coordinate." |
| }, |
| "right": { |
| "format": "float", |
| "type": "number", |
| "description": "Right X coordinate." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox", |
| "type": "object", |
| "description": "Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1]." |
| }, |
| "GoogleCloudVideointelligenceV1_TextAnnotation": { |
| "description": "Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1_TextAnnotation", |
| "properties": { |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| }, |
| "segments": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_TextSegment" |
| }, |
| "description": "All video segments where OCR detected text appears.", |
| "type": "array" |
| }, |
| "text": { |
| "type": "string", |
| "description": "The detected text." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults": { |
| "type": "object", |
| "properties": { |
| "inputUri": { |
| "type": "string", |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/)." |
| }, |
| "shotPresenceLabelAnnotations": { |
| "description": "Presence label annotations on shot level. There is exactly one element for each unique label. Compared to the existing topical `shot_label_annotations`, this field presents more fine-grained, shot-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_LabelAnnotation" |
| } |
| }, |
| "faceAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_FaceAnnotation" |
| }, |
| "type": "array", |
| "description": "Deprecated. Please use `face_detection_annotations` instead." |
| }, |
| "personDetectionAnnotations": { |
| "type": "array", |
| "description": "Person detection annotations.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation" |
| } |
| }, |
| "faceDetectionAnnotations": { |
| "description": "Face detection annotations.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation" |
| } |
| }, |
| "objectAnnotations": { |
| "description": "Annotations for list of objects detected and tracked in video.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation" |
| }, |
| "type": "array" |
| }, |
| "error": { |
| "description": "If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.", |
| "$ref": "GoogleRpc_Status" |
| }, |
| "speechTranscriptions": { |
| "description": "Speech transcription.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_SpeechTranscription" |
| }, |
| "type": "array" |
| }, |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment", |
| "description": "Video segment on which the annotation is run." |
| }, |
| "shotAnnotations": { |
| "description": "Shot annotations. Each shot is represented as a video segment.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment" |
| } |
| }, |
| "shotLabelAnnotations": { |
| "description": "Topical label annotations on shot level. There is exactly one element for each unique label.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_LabelAnnotation" |
| }, |
| "type": "array" |
| }, |
| "logoRecognitionAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation" |
| }, |
| "type": "array", |
| "description": "Annotations for list of logos detected, tracked and recognized in video." |
| }, |
| "segmentPresenceLabelAnnotations": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_LabelAnnotation" |
| }, |
| "type": "array", |
| "description": "Presence label annotations on video level or user-specified segment level. There is exactly one element for each unique label. Compared to the existing topical `segment_label_annotations`, this field presents more fine-grained, segment-level labels detected in video content and is made available only when the client sets `LabelDetectionConfig.model` to \"builtin/latest\" in the request." |
| }, |
| "frameLabelAnnotations": { |
| "description": "Label annotations on frame level. There is exactly one element for each unique label.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_LabelAnnotation" |
| }, |
| "type": "array" |
| }, |
| "segmentLabelAnnotations": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_LabelAnnotation" |
| }, |
| "description": "Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label." |
| }, |
| "explicitAnnotation": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation", |
| "description": "Explicit content annotation." |
| }, |
| "textAnnotations": { |
| "description": "OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_TextAnnotation" |
| }, |
| "type": "array" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults", |
| "description": "Annotation results for a single video." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_VideoSegment": { |
| "id": "GoogleCloudVideointelligenceV1beta2_VideoSegment", |
| "type": "object", |
| "properties": { |
| "startTimeOffset": { |
| "type": "string", |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive)." |
| }, |
| "endTimeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).", |
| "format": "google-duration", |
| "type": "string" |
| } |
| }, |
| "description": "Video segment." |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex": { |
| "properties": { |
| "y": { |
| "description": "Y coordinate.", |
| "format": "float", |
| "type": "number" |
| }, |
| "x": { |
| "type": "number", |
| "description": "X coordinate.", |
| "format": "float" |
| } |
| }, |
| "description": "A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription": { |
| "properties": { |
| "alternatives": { |
| "description": "May contain one or more recognition hypotheses (up to the maximum specified in `max_alternatives`). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative" |
| } |
| }, |
| "languageCode": { |
| "readOnly": true, |
| "type": "string", |
| "description": "Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription", |
| "type": "object", |
| "description": "A speech recognition result corresponding to a portion of the audio." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_LabelFrame": { |
| "properties": { |
| "timeOffset": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location." |
| }, |
| "confidence": { |
| "format": "float", |
| "description": "Confidence that the label is accurate. Range: [0, 1].", |
| "type": "number" |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_LabelFrame", |
| "description": "Video frame level annotation results for label detection." |
| }, |
| "GoogleCloudVideointelligenceV1_TimestampedObject": { |
| "id": "GoogleCloudVideointelligenceV1_TimestampedObject", |
| "type": "object", |
| "description": "For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.", |
| "properties": { |
| "attributes": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_DetectedAttribute" |
| }, |
| "description": "Optional. The attributes of the object in the bounding box.", |
| "type": "array" |
| }, |
| "normalizedBoundingBox": { |
| "description": "Normalized Bounding box in a frame, where the object is located.", |
| "$ref": "GoogleCloudVideointelligenceV1_NormalizedBoundingBox" |
| }, |
| "landmarks": { |
| "description": "Optional. The detected landmarks.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_DetectedLandmark" |
| } |
| }, |
| "timeOffset": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this object." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1_ExplicitContentAnnotation": { |
| "type": "object", |
| "description": "Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.", |
| "id": "GoogleCloudVideointelligenceV1_ExplicitContentAnnotation", |
| "properties": { |
| "frames": { |
| "description": "All video frames where explicit content was detected.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_ExplicitContentFrame" |
| } |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1_LabelSegment": { |
| "properties": { |
| "segment": { |
| "description": "Video segment where a label was detected.", |
| "$ref": "GoogleCloudVideointelligenceV1_VideoSegment" |
| }, |
| "confidence": { |
| "description": "Confidence that the label is accurate. Range: [0, 1].", |
| "type": "number", |
| "format": "float" |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1_LabelSegment", |
| "description": "Video segment level annotation results for label detection." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_SpeechContext": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_SpeechContext", |
| "description": "Provides \"hints\" to the speech recognizer to favor specific words and phrases in the results.", |
| "properties": { |
| "phrases": { |
| "description": "Optional. A list of strings containing words and phrases \"hints\" so that the speech recognition is more likely to recognize them. This can be used to improve the accuracy for specific words and phrases, for example, if specific commands are typically spoken by the user. This can also be used to add additional words to the vocabulary of the recognizer. See [usage limits](https://cloud.google.com/speech/limits#content).", |
| "type": "array", |
| "items": { |
| "type": "string" |
| } |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_LabelSegment": { |
| "type": "object", |
| "properties": { |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "Confidence that the label is accurate. Range: [0, 1]." |
| }, |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment", |
| "description": "Video segment where a label was detected." |
| } |
| }, |
| "description": "Video segment level annotation results for label detection.", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_LabelSegment" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation": { |
| "id": "GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation", |
| "description": "Face detection annotation.", |
| "type": "object", |
| "properties": { |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation", |
| "description": "Person detection annotation per video.", |
| "properties": { |
| "tracks": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_Track" |
| }, |
| "description": "The detected tracks of a person." |
| }, |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1beta2_DetectedLandmark": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1beta2_DetectedLandmark", |
| "properties": { |
| "point": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_NormalizedVertex", |
| "description": "The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1." |
| }, |
| "confidence": { |
| "description": "The confidence score of the detected landmark. Range [0, 1].", |
| "type": "number", |
| "format": "float" |
| }, |
| "name": { |
| "type": "string", |
| "description": "The name of this landmark, for example, left_hand, right_shoulder." |
| } |
| }, |
| "description": "A generic detected landmark represented by name in string format and a 2D location." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_NormalizedVertex": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1beta2_NormalizedVertex", |
| "description": "A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.", |
| "properties": { |
| "y": { |
| "description": "Y coordinate.", |
| "format": "float", |
| "type": "number" |
| }, |
| "x": { |
| "type": "number", |
| "format": "float", |
| "description": "X coordinate." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation": { |
| "description": "Annotation corresponding to one detected, tracked and recognized logo class.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation", |
| "properties": { |
| "tracks": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_Track" |
| }, |
| "description": "All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames." |
| }, |
| "segments": { |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" |
| }, |
| "description": "All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment." |
| }, |
| "entity": { |
| "description": "Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.", |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_Entity" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1beta2_Entity": { |
| "description": "Detected entity from video analysis.", |
| "id": "GoogleCloudVideointelligenceV1beta2_Entity", |
| "type": "object", |
| "properties": { |
| "description": { |
| "description": "Textual description, e.g., `Fixed-gear bicycle`.", |
| "type": "string" |
| }, |
| "entityId": { |
| "description": "Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/).", |
| "type": "string" |
| }, |
| "languageCode": { |
| "description": "Language code for `description` in BCP-47 format.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation": { |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation", |
| "description": "Face detection annotation.", |
| "properties": { |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress": { |
| "description": "Annotation progress for a single video.", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress", |
| "properties": { |
| "progressPercent": { |
| "format": "int32", |
| "type": "integer", |
| "description": "Approximate percentage processed thus far. Guaranteed to be 100 when fully processed." |
| }, |
| "updateTime": { |
| "type": "string", |
| "format": "google-datetime", |
| "description": "Time of the most recent update." |
| }, |
| "startTime": { |
| "description": "Time when the request was received.", |
| "type": "string", |
| "format": "google-datetime" |
| }, |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment", |
| "description": "Specifies which segment is being tracked if the request contains more than one segment." |
| }, |
| "feature": { |
| "description": "Specifies which feature is being tracked if the request contains more than one feature.", |
| "type": "string", |
| "enum": [ |
| "FEATURE_UNSPECIFIED", |
| "LABEL_DETECTION", |
| "SHOT_CHANGE_DETECTION", |
| "EXPLICIT_CONTENT_DETECTION", |
| "FACE_DETECTION", |
| "SPEECH_TRANSCRIPTION", |
| "TEXT_DETECTION", |
| "OBJECT_TRACKING", |
| "LOGO_RECOGNITION", |
| "PERSON_DETECTION" |
| ], |
| "enumDescriptions": [ |
| "Unspecified.", |
| "Label detection. Detect objects, such as dog or flower.", |
| "Shot change detection.", |
| "Explicit content detection.", |
| "Human face detection.", |
| "Speech transcription.", |
| "OCR text detection and tracking.", |
| "Object detection and tracking.", |
| "Logo detection, tracking, and recognition.", |
| "Person detection." |
| ] |
| }, |
| "inputUri": { |
| "type": "string", |
| "description": "Video file location in [Cloud Storage](https://cloud.google.com/storage/)." |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1_LabelFrame": { |
| "properties": { |
| "confidence": { |
| "description": "Confidence that the label is accurate. Range: [0, 1].", |
| "type": "number", |
| "format": "float" |
| }, |
| "timeOffset": { |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "type": "string" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1_LabelFrame", |
| "description": "Video frame level annotation results for label detection.", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1_AnnotateVideoProgress": { |
| "properties": { |
| "annotationProgress": { |
| "description": "Progress metadata for all videos specified in `AnnotateVideoRequest`.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_VideoAnnotationProgress" |
| } |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1_AnnotateVideoProgress", |
| "description": "Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service." |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse": { |
| "properties": { |
| "annotationResults": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults" |
| }, |
| "type": "array", |
| "description": "Annotation results for all videos specified in `AnnotateVideoRequest`." |
| } |
| }, |
| "type": "object", |
| "description": "Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse" |
| }, |
| "GoogleCloudVideointelligenceV1_FaceDetectionAnnotation": { |
| "id": "GoogleCloudVideointelligenceV1_FaceDetectionAnnotation", |
| "description": "Face detection annotation.", |
| "type": "object", |
| "properties": { |
| "version": { |
| "description": "Feature version.", |
| "type": "string" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1beta2_LabelSegment": { |
| "type": "object", |
| "description": "Video segment level annotation results for label detection.", |
| "id": "GoogleCloudVideointelligenceV1beta2_LabelSegment", |
| "properties": { |
| "segment": { |
| "description": "Video segment where a label was detected.", |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment" |
| }, |
| "confidence": { |
| "type": "number", |
| "description": "Confidence that the label is accurate. Range: [0, 1].", |
| "format": "float" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionConfig": { |
| "id": "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionConfig", |
| "properties": { |
| "includeBoundingBoxes": { |
| "description": "Whether bounding boxes are included in the person detection annotation output.", |
| "type": "boolean" |
| }, |
| "includeAttributes": { |
| "description": "Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc. Ignored if 'include_bounding_boxes' is set to false.", |
| "type": "boolean" |
| }, |
| "includePoseLandmarks": { |
| "type": "boolean", |
| "description": "Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false." |
| } |
| }, |
| "type": "object", |
| "description": "Config for PERSON_DETECTION." |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation", |
| "description": "Label annotation.", |
| "type": "object", |
| "properties": { |
| "frames": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LabelFrame" |
| }, |
| "type": "array", |
| "description": "All video frames where a label was detected." |
| }, |
| "categoryEntities": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_Entity" |
| }, |
| "type": "array", |
| "description": "Common categories for the detected entity. For example, when the label is `Terrier`, the category is likely `dog`. And in some cases there might be more than one categories e.g., `Terrier` could also be a `pet`." |
| }, |
| "entity": { |
| "description": "Detected entity.", |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_Entity" |
| }, |
| "segments": { |
| "type": "array", |
| "description": "All video segments where a label was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_LabelSegment" |
| } |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_LabelFrame": { |
| "description": "Video frame level annotation results for label detection.", |
| "type": "object", |
| "properties": { |
| "timeOffset": { |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "format": "google-duration" |
| }, |
| "confidence": { |
| "type": "number", |
| "description": "Confidence that the label is accurate. Range: [0, 1].", |
| "format": "float" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p3beta1_LabelFrame" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity": { |
| "type": "object", |
| "properties": { |
| "confidence": { |
| "format": "float", |
| "description": "Recognition confidence. Range [0, 1].", |
| "type": "number" |
| }, |
| "celebrity": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_Celebrity", |
| "description": "The recognized celebrity." |
| } |
| }, |
| "description": "The recognized celebrity with confidence score.", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_LabelSegment": { |
| "description": "Video segment level annotation results for label detection.", |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_LabelSegment", |
| "properties": { |
| "segment": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoSegment", |
| "description": "Video segment where a label was detected." |
| }, |
| "confidence": { |
| "type": "number", |
| "format": "float", |
| "description": "Confidence that the label is accurate. Range: [0, 1]." |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1_VideoSegment": { |
| "description": "Video segment.", |
| "type": "object", |
| "properties": { |
| "startTimeOffset": { |
| "type": "string", |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive)." |
| }, |
| "endTimeOffset": { |
| "type": "string", |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive)." |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1_VideoSegment" |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute": { |
| "id": "GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute", |
| "properties": { |
| "name": { |
| "description": "The name of the attribute, for example, glasses, dark_glasses, mouth_open. A full list of supported type names will be provided in the document.", |
| "type": "string" |
| }, |
| "value": { |
| "type": "string", |
| "description": "Text value of the detection result. For example, the value for \"HairColor\" can be \"black\", \"blonde\", etc." |
| }, |
| "confidence": { |
| "description": "Detected attribute confidence. Range [0, 1].", |
| "format": "float", |
| "type": "number" |
| } |
| }, |
| "type": "object", |
| "description": "A generic detected attribute represented by name in string format." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_FaceSegment": { |
| "description": "Video segment level annotation results for face detection.", |
| "type": "object", |
| "properties": { |
| "segment": { |
| "description": "Video segment where a face was detected.", |
| "$ref": "GoogleCloudVideointelligenceV1beta2_VideoSegment" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_FaceSegment" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox": { |
| "type": "object", |
| "properties": { |
| "right": { |
| "description": "Right X coordinate.", |
| "type": "number", |
| "format": "float" |
| }, |
| "left": { |
| "description": "Left X coordinate.", |
| "format": "float", |
| "type": "number" |
| }, |
| "bottom": { |
| "description": "Bottom Y coordinate.", |
| "format": "float", |
| "type": "number" |
| }, |
| "top": { |
| "format": "float", |
| "description": "Top Y coordinate.", |
| "type": "number" |
| } |
| }, |
| "description": "Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation": { |
| "type": "object", |
| "properties": { |
| "segments": { |
| "description": "All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" |
| } |
| }, |
| "entity": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_Entity", |
| "description": "Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as." |
| }, |
| "tracks": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p1beta1_Track" |
| }, |
| "type": "array", |
| "description": "All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames." |
| } |
| }, |
| "description": "Annotation corresponding to one detected, tracked and recognized logo class.", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation" |
| }, |
| "GoogleCloudVideointelligenceV1beta2_FaceFrame": { |
| "properties": { |
| "normalizedBoundingBoxes": { |
| "description": "Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.", |
| "type": "array", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox" |
| } |
| }, |
| "timeOffset": { |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.", |
| "format": "google-duration", |
| "type": "string" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1beta2_FaceFrame", |
| "type": "object", |
| "description": "Deprecated. No effect." |
| }, |
| "GoogleLongrunning_Operation": { |
| "id": "GoogleLongrunning_Operation", |
| "description": "This resource represents a long-running operation that is the result of a network API call.", |
| "type": "object", |
| "properties": { |
| "metadata": { |
| "type": "object", |
| "additionalProperties": { |
| "description": "Properties of the object. Contains field @type with type URL.", |
| "type": "any" |
| }, |
| "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any." |
| }, |
| "name": { |
| "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", |
| "type": "string" |
| }, |
| "done": { |
| "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.", |
| "type": "boolean" |
| }, |
| "error": { |
| "description": "The error result of the operation in case of failure or cancellation.", |
| "$ref": "GoogleRpc_Status" |
| }, |
| "response": { |
| "description": "The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.", |
| "additionalProperties": { |
| "type": "any", |
| "description": "Properties of the object. Contains field @type with type URL." |
| }, |
| "type": "object" |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame": { |
| "properties": { |
| "normalizedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox", |
| "description": "The normalized bounding box location of this object track for the frame." |
| }, |
| "timeOffset": { |
| "description": "The timestamp of the frame in microseconds.", |
| "type": "string", |
| "format": "google-duration" |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame", |
| "description": "Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence." |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_TimestampedObject": { |
| "properties": { |
| "attributes": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute" |
| }, |
| "type": "array", |
| "description": "Optional. The attributes of the object in the bounding box." |
| }, |
| "timeOffset": { |
| "format": "google-duration", |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this object." |
| }, |
| "normalizedBoundingBox": { |
| "description": "Normalized Bounding box in a frame, where the object is located.", |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox" |
| }, |
| "landmarks": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark" |
| }, |
| "description": "Optional. The detected landmarks.", |
| "type": "array" |
| } |
| }, |
| "description": "For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.", |
| "id": "GoogleCloudVideointelligenceV1p2beta1_TimestampedObject", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1_LabelAnnotation": { |
| "properties": { |
| "segments": { |
| "type": "array", |
| "description": "All video segments where a label was detected.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_LabelSegment" |
| } |
| }, |
| "entity": { |
| "$ref": "GoogleCloudVideointelligenceV1_Entity", |
| "description": "Detected entity." |
| }, |
| "version": { |
| "type": "string", |
| "description": "Feature version." |
| }, |
| "frames": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_LabelFrame" |
| }, |
| "type": "array", |
| "description": "All video frames where a label was detected." |
| }, |
| "categoryEntities": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1_Entity" |
| }, |
| "type": "array", |
| "description": "Common categories for the detected entity. For example, when the label is `Terrier`, the category is likely `dog`. And in some cases there might be more than one categories e.g., `Terrier` could also be a `pet`." |
| } |
| }, |
| "description": "Label annotation.", |
| "id": "GoogleCloudVideointelligenceV1_LabelAnnotation", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionConfig": { |
| "type": "object", |
| "description": "Config for FACE_DETECTION.", |
| "properties": { |
| "includeAttributes": { |
| "description": "Whether to enable face attributes detection, such as glasses, dark_glasses, mouth_open etc. Ignored if 'include_bounding_boxes' is set to false.", |
| "type": "boolean" |
| }, |
| "includeBoundingBoxes": { |
| "type": "boolean", |
| "description": "Whether bounding boxes are included in the face annotation output." |
| }, |
| "model": { |
| "description": "Model to use for face detection. Supported values: \"builtin/stable\" (the default if unset) and \"builtin/latest\".", |
| "type": "string" |
| } |
| }, |
| "id": "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionConfig" |
| }, |
| "GoogleCloudVideointelligenceV1_TextFrame": { |
| "description": "Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.", |
| "id": "GoogleCloudVideointelligenceV1_TextFrame", |
| "properties": { |
| "rotatedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1_NormalizedBoundingPoly", |
| "description": "Bounding polygon of the detected text for this frame." |
| }, |
| "timeOffset": { |
| "description": "Timestamp of this frame.", |
| "type": "string", |
| "format": "google-duration" |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress": { |
| "id": "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress", |
| "properties": { |
| "annotationProgress": { |
| "description": "Progress metadata for all videos specified in `AnnotateVideoRequest`.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress" |
| }, |
| "type": "array" |
| } |
| }, |
| "description": "Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.", |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p1beta1_VideoSegment": { |
| "properties": { |
| "endTimeOffset": { |
| "type": "string", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).", |
| "format": "google-duration" |
| }, |
| "startTimeOffset": { |
| "type": "string", |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive)." |
| } |
| }, |
| "type": "object", |
| "id": "GoogleCloudVideointelligenceV1p1beta1_VideoSegment", |
| "description": "Video segment." |
| }, |
| "GoogleCloudVideointelligenceV1beta2_TimestampedObject": { |
| "description": "For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.", |
| "id": "GoogleCloudVideointelligenceV1beta2_TimestampedObject", |
| "properties": { |
| "attributes": { |
| "type": "array", |
| "description": "Optional. The attributes of the object in the bounding box.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_DetectedAttribute" |
| } |
| }, |
| "timeOffset": { |
| "format": "google-duration", |
| "description": "Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.", |
| "type": "string" |
| }, |
| "normalizedBoundingBox": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox", |
| "description": "Normalized Bounding box in a frame, where the object is located." |
| }, |
| "landmarks": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1beta2_DetectedLandmark" |
| }, |
| "type": "array", |
| "description": "Optional. The detected landmarks." |
| } |
| }, |
| "type": "object" |
| }, |
| "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse": { |
| "type": "object", |
| "description": "Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.", |
| "id": "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse", |
| "properties": { |
| "annotationResults": { |
| "type": "array", |
| "description": "Annotation results for all videos specified in `AnnotateVideoRequest`.", |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults" |
| } |
| } |
| } |
| }, |
| "GoogleCloudVideointelligenceV1p2beta1_TextSegment": { |
| "id": "GoogleCloudVideointelligenceV1p2beta1_TextSegment", |
| "properties": { |
| "segment": { |
| "description": "Video segment where a text snippet was detected.", |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" |
| }, |
| "frames": { |
| "items": { |
| "$ref": "GoogleCloudVideointelligenceV1p2beta1_TextFrame" |
| }, |
| "type": "array", |
| "description": "Information related to the frames where OCR detected text appears." |
| }, |
| "confidence": { |
| "type": "number", |
| "description": "Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.", |
| "format": "float" |
| } |
| }, |
| "type": "object", |
| "description": "Video segment level annotation results for text detection." |
| } |
| }, |
| "auth": { |
| "oauth2": { |
| "scopes": { |
| "https://www.googleapis.com/auth/cloud-platform": { |
| "description": "View and manage your data across Google Cloud Platform services" |
| } |
| } |
| } |
| }, |
| "batchPath": "batch", |
| "version_module": true, |
| "icons": { |
| "x32": "http://www.google.com/images/icons/product/search-32.gif", |
| "x16": "http://www.google.com/images/icons/product/search-16.gif" |
| }, |
| "basePath": "", |
| "protocol": "rest", |
| "rootUrl": "https://videointelligence.googleapis.com/", |
| "description": "Detects objects, explicit content, and scene changes in videos. It also specifies the region for annotation and transcribes speech to text. Supports both asynchronous API and streaming API.", |
| "title": "Cloud Video Intelligence API", |
| "parameters": { |
| "$.xgafv": { |
| "type": "string", |
| "description": "V1 error format.", |
| "enum": [ |
| "1", |
| "2" |
| ], |
| "enumDescriptions": [ |
| "v1 error format", |
| "v2 error format" |
| ], |
| "location": "query" |
| }, |
| "uploadType": { |
| "location": "query", |
| "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
| "type": "string" |
| }, |
| "fields": { |
| "description": "Selector specifying which fields to include in a partial response.", |
| "type": "string", |
| "location": "query" |
| }, |
| "callback": { |
| "type": "string", |
| "description": "JSONP", |
| "location": "query" |
| }, |
| "alt": { |
| "enum": [ |
| "json", |
| "media", |
| "proto" |
| ], |
| "location": "query", |
| "description": "Data format for response.", |
| "type": "string", |
| "default": "json", |
| "enumDescriptions": [ |
| "Responses with Content-Type of application/json", |
| "Media download with context-dependent Content-Type", |
| "Responses with Content-Type of application/x-protobuf" |
| ] |
| }, |
| "key": { |
| "type": "string", |
| "location": "query", |
| "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." |
| }, |
| "upload_protocol": { |
| "location": "query", |
| "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
| "type": "string" |
| }, |
| "quotaUser": { |
| "location": "query", |
| "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.", |
| "type": "string" |
| }, |
| "prettyPrint": { |
| "location": "query", |
| "type": "boolean", |
| "default": "true", |
| "description": "Returns response with indentations and line breaks." |
| }, |
| "access_token": { |
| "type": "string", |
| "location": "query", |
| "description": "OAuth access token." |
| }, |
| "oauth_token": { |
| "description": "OAuth 2.0 token for the current user.", |
| "type": "string", |
| "location": "query" |
| } |
| } |
| } |