google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2VideoAnnotationResults View Source
Annotation results for a single video.
Attributes
- error (GoogleRpcStatus): If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail. Defaults to:
null
. - explicitAnnotation (GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation): Explicit content annotation. Defaults to:
null
. - frameLabelAnnotations ([GoogleCloudVideointelligenceV1beta2LabelAnnotation]): Label annotations on frame level. There is exactly one element for each unique label. Defaults to:
null
. - inputUri (String.t): Video file location in Google Cloud Storage. Defaults to:
null
. - segmentLabelAnnotations ([GoogleCloudVideointelligenceV1beta2LabelAnnotation]): Label annotations on video level or user specified segment level. There is exactly one element for each unique label. Defaults to:
null
. - shotAnnotations ([GoogleCloudVideointelligenceV1beta2VideoSegment]): Shot annotations. Each shot is represented as a video segment. Defaults to:
null
. - shotLabelAnnotations ([GoogleCloudVideointelligenceV1beta2LabelAnnotation]): Label annotations on shot level. There is exactly one element for each unique label. Defaults to:
null
. - speechTranscriptions ([GoogleCloudVideointelligenceV1beta2SpeechTranscription]): Speech transcription. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2VideoAnnotationResults{
error: GoogleApi.VideoIntelligence.V1.Model.GoogleRpcStatus.t(),
explicitAnnotation:
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.t(),
frameLabelAnnotations: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2LabelAnnotation.t()
],
inputUri: any(),
segmentLabelAnnotations: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2LabelAnnotation.t()
],
shotAnnotations: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2VideoSegment.t()
],
shotLabelAnnotations: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2LabelAnnotation.t()
],
speechTranscriptions: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2SpeechTranscription.t()
]
}
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2VideoAnnotationResults{ error: GoogleApi.VideoIntelligence.V1.Model.GoogleRpcStatus.t(), explicitAnnotation: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.t(), frameLabelAnnotations: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2LabelAnnotation.t() ], inputUri: any(), segmentLabelAnnotations: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2LabelAnnotation.t() ], shotAnnotations: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2VideoSegment.t() ], shotLabelAnnotations: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2LabelAnnotation.t() ], speechTranscriptions: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2SpeechTranscription.t() ] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.