package videointelligence
import "google.golang.org/genproto/googleapis/cloud/videointelligence/v1p3beta1"
Package videointelligence aliases all exported identifiers in package "cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb".
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterStreamingVideoIntelligenceServiceServer(s *grpc.Server, srv StreamingVideoIntelligenceServiceServer)
- func RegisterVideoIntelligenceServiceServer(s *grpc.Server, srv VideoIntelligenceServiceServer)
- type AnnotateVideoProgress
- type AnnotateVideoRequest
- type AnnotateVideoResponse
- type Celebrity
- type CelebrityRecognitionAnnotation
- type CelebrityTrack
- type CelebrityTrack_RecognizedCelebrity
- type DetectedAttribute
- type DetectedLandmark
- type Entity
- type ExplicitContentAnnotation
- type ExplicitContentDetectionConfig
- type ExplicitContentFrame
- type FaceDetectionAnnotation
- type FaceDetectionConfig
- type Feature
- type LabelAnnotation
- type LabelDetectionConfig
- type LabelDetectionMode
- type LabelFrame
- type LabelSegment
- type Likelihood
- type LogoRecognitionAnnotation
- type NormalizedBoundingBox
- type NormalizedBoundingPoly
- type NormalizedVertex
- type ObjectTrackingAnnotation
- type ObjectTrackingAnnotation_Segment
- type ObjectTrackingAnnotation_TrackId
- type ObjectTrackingConfig
- type ObjectTrackingFrame
- type PersonDetectionAnnotation
- type PersonDetectionConfig
- type ShotChangeDetectionConfig
- type SpeechContext
- type SpeechRecognitionAlternative
- type SpeechTranscription
- type SpeechTranscriptionConfig
- type StreamingAnnotateVideoRequest
- type StreamingAnnotateVideoRequest_InputContent
- type StreamingAnnotateVideoRequest_VideoConfig
- type StreamingAnnotateVideoResponse
- type StreamingAutomlActionRecognitionConfig
- type StreamingAutomlClassificationConfig
- type StreamingAutomlObjectTrackingConfig
- type StreamingExplicitContentDetectionConfig
- type StreamingFeature
- type StreamingLabelDetectionConfig
- type StreamingObjectTrackingConfig
- type StreamingShotChangeDetectionConfig
- type StreamingStorageConfig
- type StreamingVideoAnnotationResults
- type StreamingVideoConfig
- type StreamingVideoConfig_AutomlActionRecognitionConfig
- type StreamingVideoConfig_AutomlClassificationConfig
- type StreamingVideoConfig_AutomlObjectTrackingConfig
- type StreamingVideoConfig_ExplicitContentDetectionConfig
- type StreamingVideoConfig_LabelDetectionConfig
- type StreamingVideoConfig_ObjectTrackingConfig
- type StreamingVideoConfig_ShotChangeDetectionConfig
- type StreamingVideoIntelligenceServiceClient
- type StreamingVideoIntelligenceServiceServer
- type StreamingVideoIntelligenceService_StreamingAnnotateVideoClient
- type StreamingVideoIntelligenceService_StreamingAnnotateVideoServer
- type TextAnnotation
- type TextDetectionConfig
- type TextFrame
- type TextSegment
- type TimestampedObject
- type Track
- type UnimplementedStreamingVideoIntelligenceServiceServer
- type UnimplementedVideoIntelligenceServiceServer
- type VideoAnnotationProgress
- type VideoAnnotationResults
- type VideoContext
- type VideoIntelligenceServiceClient
- type VideoIntelligenceServiceServer
- type VideoSegment
- type WordInfo
Constants ¶
const ( Feature_CELEBRITY_RECOGNITION = src.Feature_CELEBRITY_RECOGNITION Feature_EXPLICIT_CONTENT_DETECTION = src.Feature_EXPLICIT_CONTENT_DETECTION Feature_FACE_DETECTION = src.Feature_FACE_DETECTION Feature_FEATURE_UNSPECIFIED = src.Feature_FEATURE_UNSPECIFIED Feature_LABEL_DETECTION = src.Feature_LABEL_DETECTION Feature_LOGO_RECOGNITION = src.Feature_LOGO_RECOGNITION Feature_OBJECT_TRACKING = src.Feature_OBJECT_TRACKING Feature_PERSON_DETECTION = src.Feature_PERSON_DETECTION Feature_SHOT_CHANGE_DETECTION = src.Feature_SHOT_CHANGE_DETECTION Feature_SPEECH_TRANSCRIPTION = src.Feature_SPEECH_TRANSCRIPTION Feature_TEXT_DETECTION = src.Feature_TEXT_DETECTION LabelDetectionMode_FRAME_MODE = src.LabelDetectionMode_FRAME_MODE LabelDetectionMode_LABEL_DETECTION_MODE_UNSPECIFIED = src.LabelDetectionMode_LABEL_DETECTION_MODE_UNSPECIFIED LabelDetectionMode_SHOT_AND_FRAME_MODE = src.LabelDetectionMode_SHOT_AND_FRAME_MODE LabelDetectionMode_SHOT_MODE = src.LabelDetectionMode_SHOT_MODE Likelihood_LIKELIHOOD_UNSPECIFIED = src.Likelihood_LIKELIHOOD_UNSPECIFIED Likelihood_LIKELY = src.Likelihood_LIKELY Likelihood_POSSIBLE = src.Likelihood_POSSIBLE Likelihood_UNLIKELY = src.Likelihood_UNLIKELY Likelihood_VERY_LIKELY = src.Likelihood_VERY_LIKELY Likelihood_VERY_UNLIKELY = src.Likelihood_VERY_UNLIKELY StreamingFeature_STREAMING_AUTOML_ACTION_RECOGNITION = src.StreamingFeature_STREAMING_AUTOML_ACTION_RECOGNITION StreamingFeature_STREAMING_AUTOML_CLASSIFICATION = src.StreamingFeature_STREAMING_AUTOML_CLASSIFICATION StreamingFeature_STREAMING_AUTOML_OBJECT_TRACKING = src.StreamingFeature_STREAMING_AUTOML_OBJECT_TRACKING StreamingFeature_STREAMING_EXPLICIT_CONTENT_DETECTION = src.StreamingFeature_STREAMING_EXPLICIT_CONTENT_DETECTION StreamingFeature_STREAMING_FEATURE_UNSPECIFIED = src.StreamingFeature_STREAMING_FEATURE_UNSPECIFIED StreamingFeature_STREAMING_LABEL_DETECTION = src.StreamingFeature_STREAMING_LABEL_DETECTION StreamingFeature_STREAMING_OBJECT_TRACKING = src.StreamingFeature_STREAMING_OBJECT_TRACKING StreamingFeature_STREAMING_SHOT_CHANGE_DETECTION = src.StreamingFeature_STREAMING_SHOT_CHANGE_DETECTION )
Deprecated: Please use consts in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
Variables ¶
var ( Feature_name = src.Feature_name Feature_value = src.Feature_value File_google_cloud_videointelligence_v1p3beta1_video_intelligence_proto = src.File_google_cloud_videointelligence_v1p3beta1_video_intelligence_proto LabelDetectionMode_name = src.LabelDetectionMode_name LabelDetectionMode_value = src.LabelDetectionMode_value Likelihood_name = src.Likelihood_name Likelihood_value = src.Likelihood_value StreamingFeature_name = src.StreamingFeature_name StreamingFeature_value = src.StreamingFeature_value )
Deprecated: Please use vars in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
Functions ¶
func RegisterStreamingVideoIntelligenceServiceServer ¶
func RegisterStreamingVideoIntelligenceServiceServer(s *grpc.Server, srv StreamingVideoIntelligenceServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
func RegisterVideoIntelligenceServiceServer ¶
func RegisterVideoIntelligenceServiceServer(s *grpc.Server, srv VideoIntelligenceServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
Types ¶
type AnnotateVideoProgress ¶
type AnnotateVideoProgress = src.AnnotateVideoProgress
Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type AnnotateVideoRequest ¶
type AnnotateVideoRequest = src.AnnotateVideoRequest
Video annotation request.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type AnnotateVideoResponse ¶
type AnnotateVideoResponse = src.AnnotateVideoResponse
Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type Celebrity ¶
Celebrity definition.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type CelebrityRecognitionAnnotation ¶
type CelebrityRecognitionAnnotation = src.CelebrityRecognitionAnnotation
Celebrity recognition annotation per video.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type CelebrityTrack ¶
type CelebrityTrack = src.CelebrityTrack
The annotation result of a celebrity face track. RecognizedCelebrity field could be empty if the face track does not have any matched celebrities.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type CelebrityTrack_RecognizedCelebrity ¶
type CelebrityTrack_RecognizedCelebrity = src.CelebrityTrack_RecognizedCelebrity
The recognized celebrity with confidence score.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type DetectedAttribute ¶
type DetectedAttribute = src.DetectedAttribute
A generic detected attribute represented by name in string format.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type DetectedLandmark ¶
type DetectedLandmark = src.DetectedLandmark
A generic detected landmark represented by name in string format and a 2D location.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type Entity ¶
Detected entity from video analysis.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type ExplicitContentAnnotation ¶
type ExplicitContentAnnotation = src.ExplicitContentAnnotation
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.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type ExplicitContentDetectionConfig ¶
type ExplicitContentDetectionConfig = src.ExplicitContentDetectionConfig
Config for EXPLICIT_CONTENT_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type ExplicitContentFrame ¶
type ExplicitContentFrame = src.ExplicitContentFrame
Video frame level annotation results for explicit content.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type FaceDetectionAnnotation ¶
type FaceDetectionAnnotation = src.FaceDetectionAnnotation
Face detection annotation.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type FaceDetectionConfig ¶
type FaceDetectionConfig = src.FaceDetectionConfig
Config for FACE_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type Feature ¶
Video annotation feature.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type LabelAnnotation ¶
type LabelAnnotation = src.LabelAnnotation
Label annotation.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type LabelDetectionConfig ¶
type LabelDetectionConfig = src.LabelDetectionConfig
Config for LABEL_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type LabelDetectionMode ¶
type LabelDetectionMode = src.LabelDetectionMode
Label detection mode.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type LabelFrame ¶
type LabelFrame = src.LabelFrame
Video frame level annotation results for label detection.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type LabelSegment ¶
type LabelSegment = src.LabelSegment
Video segment level annotation results for label detection.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type Likelihood ¶
type Likelihood = src.Likelihood
Bucketized representation of likelihood.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type LogoRecognitionAnnotation ¶
type LogoRecognitionAnnotation = src.LogoRecognitionAnnotation
Annotation corresponding to one detected, tracked and recognized logo class.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type NormalizedBoundingBox ¶
type NormalizedBoundingBox = src.NormalizedBoundingBox
Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type NormalizedBoundingPoly ¶
type NormalizedBoundingPoly = src.NormalizedBoundingPoly
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.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type NormalizedVertex ¶
type NormalizedVertex = src.NormalizedVertex
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.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type ObjectTrackingAnnotation ¶
type ObjectTrackingAnnotation = src.ObjectTrackingAnnotation
Annotations corresponding to one tracked object.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type ObjectTrackingAnnotation_Segment ¶
type ObjectTrackingAnnotation_Segment = src.ObjectTrackingAnnotation_Segment
type ObjectTrackingAnnotation_TrackId ¶
type ObjectTrackingAnnotation_TrackId = src.ObjectTrackingAnnotation_TrackId
type ObjectTrackingConfig ¶
type ObjectTrackingConfig = src.ObjectTrackingConfig
Config for OBJECT_TRACKING.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type ObjectTrackingFrame ¶
type ObjectTrackingFrame = src.ObjectTrackingFrame
Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type PersonDetectionAnnotation ¶
type PersonDetectionAnnotation = src.PersonDetectionAnnotation
Person detection annotation per video.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type PersonDetectionConfig ¶
type PersonDetectionConfig = src.PersonDetectionConfig
Config for PERSON_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type ShotChangeDetectionConfig ¶
type ShotChangeDetectionConfig = src.ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type SpeechContext ¶
type SpeechContext = src.SpeechContext
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type SpeechRecognitionAlternative ¶
type SpeechRecognitionAlternative = src.SpeechRecognitionAlternative
Alternative hypotheses (a.k.a. n-best list).
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type SpeechTranscription ¶
type SpeechTranscription = src.SpeechTranscription
A speech recognition result corresponding to a portion of the audio.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type SpeechTranscriptionConfig ¶
type SpeechTranscriptionConfig = src.SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingAnnotateVideoRequest ¶
type StreamingAnnotateVideoRequest = src.StreamingAnnotateVideoRequest
The top-level message sent by the client for the `StreamingAnnotateVideo` method. Multiple `StreamingAnnotateVideoRequest` messages are sent. The first message must only contain a `StreamingVideoConfig` message. All subsequent messages must only contain `input_content` data.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingAnnotateVideoRequest_InputContent ¶
type StreamingAnnotateVideoRequest_InputContent = src.StreamingAnnotateVideoRequest_InputContent
type StreamingAnnotateVideoRequest_VideoConfig ¶
type StreamingAnnotateVideoRequest_VideoConfig = src.StreamingAnnotateVideoRequest_VideoConfig
type StreamingAnnotateVideoResponse ¶
type StreamingAnnotateVideoResponse = src.StreamingAnnotateVideoResponse
`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.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingAutomlActionRecognitionConfig ¶
type StreamingAutomlActionRecognitionConfig = src.StreamingAutomlActionRecognitionConfig
Config for STREAMING_AUTOML_ACTION_RECOGNITION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingAutomlClassificationConfig ¶
type StreamingAutomlClassificationConfig = src.StreamingAutomlClassificationConfig
Config for STREAMING_AUTOML_CLASSIFICATION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingAutomlObjectTrackingConfig ¶
type StreamingAutomlObjectTrackingConfig = src.StreamingAutomlObjectTrackingConfig
Config for STREAMING_AUTOML_OBJECT_TRACKING.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingExplicitContentDetectionConfig ¶
type StreamingExplicitContentDetectionConfig = src.StreamingExplicitContentDetectionConfig
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingFeature ¶
type StreamingFeature = src.StreamingFeature
Streaming video annotation feature.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingLabelDetectionConfig ¶
type StreamingLabelDetectionConfig = src.StreamingLabelDetectionConfig
Config for STREAMING_LABEL_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingObjectTrackingConfig ¶
type StreamingObjectTrackingConfig = src.StreamingObjectTrackingConfig
Config for STREAMING_OBJECT_TRACKING.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingShotChangeDetectionConfig ¶
type StreamingShotChangeDetectionConfig = src.StreamingShotChangeDetectionConfig
Config for STREAMING_SHOT_CHANGE_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingStorageConfig ¶
type StreamingStorageConfig = src.StreamingStorageConfig
Config for streaming storage option.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingVideoAnnotationResults ¶
type StreamingVideoAnnotationResults = src.StreamingVideoAnnotationResults
Streaming annotation results corresponding to a portion of the video that is currently being processed.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingVideoConfig ¶
type StreamingVideoConfig = src.StreamingVideoConfig
Provides information to the annotator that specifies how to process the request.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingVideoConfig_AutomlActionRecognitionConfig ¶
type StreamingVideoConfig_AutomlActionRecognitionConfig = src.StreamingVideoConfig_AutomlActionRecognitionConfig
type StreamingVideoConfig_AutomlClassificationConfig ¶
type StreamingVideoConfig_AutomlClassificationConfig = src.StreamingVideoConfig_AutomlClassificationConfig
type StreamingVideoConfig_AutomlObjectTrackingConfig ¶
type StreamingVideoConfig_AutomlObjectTrackingConfig = src.StreamingVideoConfig_AutomlObjectTrackingConfig
type StreamingVideoConfig_ExplicitContentDetectionConfig ¶
type StreamingVideoConfig_ExplicitContentDetectionConfig = src.StreamingVideoConfig_ExplicitContentDetectionConfig
type StreamingVideoConfig_LabelDetectionConfig ¶
type StreamingVideoConfig_LabelDetectionConfig = src.StreamingVideoConfig_LabelDetectionConfig
type StreamingVideoConfig_ObjectTrackingConfig ¶
type StreamingVideoConfig_ObjectTrackingConfig = src.StreamingVideoConfig_ObjectTrackingConfig
type StreamingVideoConfig_ShotChangeDetectionConfig ¶
type StreamingVideoConfig_ShotChangeDetectionConfig = src.StreamingVideoConfig_ShotChangeDetectionConfig
type StreamingVideoIntelligenceServiceClient ¶
type StreamingVideoIntelligenceServiceClient = src.StreamingVideoIntelligenceServiceClient
StreamingVideoIntelligenceServiceClient is the client API for StreamingVideoIntelligenceService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
func NewStreamingVideoIntelligenceServiceClient ¶
func NewStreamingVideoIntelligenceServiceClient(cc grpc.ClientConnInterface) StreamingVideoIntelligenceServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingVideoIntelligenceServiceServer ¶
type StreamingVideoIntelligenceServiceServer = src.StreamingVideoIntelligenceServiceServer
StreamingVideoIntelligenceServiceServer is the server API for StreamingVideoIntelligenceService service.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type StreamingVideoIntelligenceService_StreamingAnnotateVideoClient ¶
type StreamingVideoIntelligenceService_StreamingAnnotateVideoClient = src.StreamingVideoIntelligenceService_StreamingAnnotateVideoClient
type StreamingVideoIntelligenceService_StreamingAnnotateVideoServer ¶
type StreamingVideoIntelligenceService_StreamingAnnotateVideoServer = src.StreamingVideoIntelligenceService_StreamingAnnotateVideoServer
type TextAnnotation ¶
type TextAnnotation = src.TextAnnotation
Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type TextDetectionConfig ¶
type TextDetectionConfig = src.TextDetectionConfig
Config for TEXT_DETECTION.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type TextFrame ¶
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.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type TextSegment ¶
type TextSegment = src.TextSegment
Video segment level annotation results for text detection.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type TimestampedObject ¶
type TimestampedObject = src.TimestampedObject
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type Track ¶
A track of an object instance.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type UnimplementedStreamingVideoIntelligenceServiceServer ¶
type UnimplementedStreamingVideoIntelligenceServiceServer = src.UnimplementedStreamingVideoIntelligenceServiceServer
UnimplementedStreamingVideoIntelligenceServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type UnimplementedVideoIntelligenceServiceServer ¶
type UnimplementedVideoIntelligenceServiceServer = src.UnimplementedVideoIntelligenceServiceServer
UnimplementedVideoIntelligenceServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type VideoAnnotationProgress ¶
type VideoAnnotationProgress = src.VideoAnnotationProgress
Annotation progress for a single video.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type VideoAnnotationResults ¶
type VideoAnnotationResults = src.VideoAnnotationResults
Annotation results for a single video.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type VideoContext ¶
type VideoContext = src.VideoContext
Video context and/or feature-specific parameters.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type VideoIntelligenceServiceClient ¶
type VideoIntelligenceServiceClient = src.VideoIntelligenceServiceClient
VideoIntelligenceServiceClient is the client API for VideoIntelligenceService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
func NewVideoIntelligenceServiceClient ¶
func NewVideoIntelligenceServiceClient(cc grpc.ClientConnInterface) VideoIntelligenceServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type VideoIntelligenceServiceServer ¶
type VideoIntelligenceServiceServer = src.VideoIntelligenceServiceServer
VideoIntelligenceServiceServer is the server API for VideoIntelligenceService service.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type VideoSegment ¶
type VideoSegment = src.VideoSegment
Video segment.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
type WordInfo ¶
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`.
Deprecated: Please use types in: cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.