Get desktop application:
View/edit binary Protocol Buffers messages
An entry of mapping between color and AnnotationSpec. The mapping is used in segmentation mask.
Used in:
The color of the AnnotationSpec in a segmentation mask.
The display name of the AnnotationSpec represented by the color in the segmentation mask.
The ID of the AnnotationSpec represented by the color in the segmentation mask.
Annotation details specific to image object detection.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
The leftmost coordinate of the bounding box.
The rightmost coordinate of the bounding box.
The topmost coordinate of the bounding box.
The bottommost coordinate of the bounding box.
Annotation details specific to image classification.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
Payload of Image DataItem.
Required. Google Cloud Storage URI points to the original image in user's bucket. The image is up to 30MB in size.
Output only. The mime type of the content of the image. Only the images in below listed mime types are supported. - image/jpeg - image/gif - image/png - image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon
The metadata of Datasets that contain Image DataItems.
Points to a YAML file stored on Google Cloud Storage describing payload of the Image DataItems that belong to this Dataset.
Google Cloud Storage Bucket name that contains the blob data of this Dataset.
Annotation details specific to image segmentation.
Mask based segmentation annotation. Only one mask annotation can exist for one image.
Polygon annotation.
Polyline annotation.
The mask based segmentation annotation.
Used in:
Google Cloud Storage URI that points to the mask image. The image must be in PNG format. It must have the same size as the DataItem's image. Each pixel in the image mask represents the AnnotationSpec which the pixel in the image DataItem belong to. Each color is mapped to one AnnotationSpec based on annotation_spec_colors.
The mapping between color and AnnotationSpec for this Annotation.
Represents a polygon in image.
Used in:
The vertexes are connected one by one and the last vertex is connected to the first one to represent a polygon.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
Represents a polyline in image.
Used in:
The vertexes are connected one by one and the last vertex in not connected to the first one.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
Represents a line of JSONL in the batch prediction output file.
Some identifier from the input so that the prediction can be mapped back to the input instance.
User's input instance. Struct is used here instead of Any so that JsonFormat does not append an extra "@type" field when we convert the proto to JSON.
Optional user-provided key from the input instance.
The prediction result. Value is used here instead of Any so that JsonFormat does not append an extra "@type" field when we convert the proto to JSON and so we can represent array of objects. Do not set error if this is set.
The error result. Do not set prediction if this is set.
Used in:
Error status. This will be serialized into the enum name e.g. "NOT_FOUND".
Error message with additional details.
The metadata of Datasets that contain tables data.
Used in:
The URI of a BigQuery table. e.g. bq://projectId.bqDatasetId.bqTableId
Used in:
Cloud Storage URI of one or more files. Only CSV files are supported. The first line of the CSV file is used as the header. If there are multiple files, the header is the first line of the lexicographically first file, the other files must either contain the exact same header or omit the header.
The tables Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.
Used in:
Annotation details specific to text classification.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
Payload of Text DataItem.
Output only. Google Cloud Storage URI points to the original text in user's bucket. The text file is up to 10MB in size.
The metadata of Datasets that contain Text DataItems.
Points to a YAML file stored on Google Cloud Storage describing payload of the Text DataItems that belong to this Dataset.
Google Cloud Storage Bucket name that contains the blob data of this Dataset.
Annotation details specific to text extraction.
The segment of the text content.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
The text segment inside of DataItem.
Used in:
Zero-based character index of the first character of the text segment (counting characters from the beginning of the text).
Zero-based character index of the first character past the end of the text segment (counting character from the beginning of the text). The character at the end_offset is NOT included in the text segment.
The text content in the segment for output only.
Annotation details specific to text sentiment.
The sentiment score for text.
The sentiment max score for text.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
A time period inside of a DataItem that has a time dimension (e.g. video).
Used in:
,Start of the time segment (inclusive), represented as the duration since the start of the DataItem.
End of the time segment (exclusive), represented as the duration since the start of the DataItem.
The metadata of Datasets that contain time series data.
The column name of the time series identifier column that identifies the time series.
The column name of the time column that identifies time order in the time series.
Used in:
The URI of a BigQuery table.
Used in:
Cloud Storage URI of one or more files. Only CSV files are supported. The first line of the CSV file is used as the header. If there are multiple files, the header is the first line of the lexicographically first file, the other files must either contain the exact same header or omit the header.
The time series Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.
Used in:
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.
Used in:
,X coordinate.
Y coordinate.
Annotation details specific to video action recognition.
This Annotation applies to the time period represented by the TimeSegment. If it's not set, the Annotation applies to the whole video.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
Annotation details specific to video classification.
This Annotation applies to the time period represented by the TimeSegment. If it's not set, the Annotation applies to the whole video.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.
Payload of Video DataItem.
Required. Google Cloud Storage URI points to the original video in user's bucket. The video is up to 50 GB in size and up to 3 hour in duration.
Output only. The mime type of the content of the video. Only the videos in below listed mime types are supported. Supported mime_type: - video/mp4 - video/avi - video/quicktime
The metadata of Datasets that contain Video DataItems.
Points to a YAML file stored on Google Cloud Storage describing payload of the Video DataItems that belong to this Dataset.
Google Cloud Storage Bucket name that contains the blob data of this Dataset.
Annotation details specific to video object tracking.
A time (frame) of a video to which this annotation pertains. Represented as the duration since the video's start.
The leftmost coordinate of the bounding box.
The rightmost coordinate of the bounding box.
The topmost coordinate of the bounding box.
The bottommost coordinate of the bounding box.
The instance of the object, expressed as a positive integer. Used to track the same object across different frames.
The resource Id of the AnnotationSpec that this Annotation pertains to.
The display name of the AnnotationSpec that this Annotation pertains to.