VideoActionRecognitionAnnotation

Annotation details specific to video action recognition.

Fields
timeSegment object (TimeSegment)

This Annotation applies to the time period represented by the TimeSegment. If it's not set, the Annotation applies to the whole video.

annotationSpecId string

The resource id of the AnnotationSpec that this Annotation pertains to.

displayName string

The display name of the AnnotationSpec that this Annotation pertains to.

JSON representation
{
  "timeSegment": {
    object (TimeSegment)
  },
  "annotationSpecId": string,
  "displayName": string
}