Documentation ¶
Index ¶
- Variables
- func RegisterVideoIntelligenceServiceServer(s *grpc.Server, srv VideoIntelligenceServiceServer)
- type AnnotateVideoProgress
- func (*AnnotateVideoProgress) Descriptor() ([]byte, []int)
- func (m *AnnotateVideoProgress) GetAnnotationProgress() []*VideoAnnotationProgress
- func (*AnnotateVideoProgress) ProtoMessage()
- func (m *AnnotateVideoProgress) Reset()
- func (m *AnnotateVideoProgress) String() string
- func (m *AnnotateVideoProgress) XXX_DiscardUnknown()
- func (m *AnnotateVideoProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AnnotateVideoProgress) XXX_Merge(src proto.Message)
- func (m *AnnotateVideoProgress) XXX_Size() int
- func (m *AnnotateVideoProgress) XXX_Unmarshal(b []byte) error
- type AnnotateVideoRequest
- func (*AnnotateVideoRequest) Descriptor() ([]byte, []int)
- func (m *AnnotateVideoRequest) GetFeatures() []Feature
- func (m *AnnotateVideoRequest) GetInputContent() []byte
- func (m *AnnotateVideoRequest) GetInputUri() string
- func (m *AnnotateVideoRequest) GetLocationId() string
- func (m *AnnotateVideoRequest) GetOutputUri() string
- func (m *AnnotateVideoRequest) GetVideoContext() *VideoContext
- func (*AnnotateVideoRequest) ProtoMessage()
- func (m *AnnotateVideoRequest) Reset()
- func (m *AnnotateVideoRequest) String() string
- func (m *AnnotateVideoRequest) XXX_DiscardUnknown()
- func (m *AnnotateVideoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AnnotateVideoRequest) XXX_Merge(src proto.Message)
- func (m *AnnotateVideoRequest) XXX_Size() int
- func (m *AnnotateVideoRequest) XXX_Unmarshal(b []byte) error
- type AnnotateVideoResponse
- func (*AnnotateVideoResponse) Descriptor() ([]byte, []int)
- func (m *AnnotateVideoResponse) GetAnnotationResults() []*VideoAnnotationResults
- func (*AnnotateVideoResponse) ProtoMessage()
- func (m *AnnotateVideoResponse) Reset()
- func (m *AnnotateVideoResponse) String() string
- func (m *AnnotateVideoResponse) XXX_DiscardUnknown()
- func (m *AnnotateVideoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AnnotateVideoResponse) XXX_Merge(src proto.Message)
- func (m *AnnotateVideoResponse) XXX_Size() int
- func (m *AnnotateVideoResponse) XXX_Unmarshal(b []byte) error
- type Entity
- func (*Entity) Descriptor() ([]byte, []int)
- func (m *Entity) GetDescription() string
- func (m *Entity) GetEntityId() string
- func (m *Entity) GetLanguageCode() string
- func (*Entity) ProtoMessage()
- func (m *Entity) Reset()
- func (m *Entity) String() string
- func (m *Entity) XXX_DiscardUnknown()
- func (m *Entity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Entity) XXX_Merge(src proto.Message)
- func (m *Entity) XXX_Size() int
- func (m *Entity) XXX_Unmarshal(b []byte) error
- type ExplicitContentAnnotation
- func (*ExplicitContentAnnotation) Descriptor() ([]byte, []int)
- func (m *ExplicitContentAnnotation) GetFrames() []*ExplicitContentFrame
- func (*ExplicitContentAnnotation) ProtoMessage()
- func (m *ExplicitContentAnnotation) Reset()
- func (m *ExplicitContentAnnotation) String() string
- func (m *ExplicitContentAnnotation) XXX_DiscardUnknown()
- func (m *ExplicitContentAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExplicitContentAnnotation) XXX_Merge(src proto.Message)
- func (m *ExplicitContentAnnotation) XXX_Size() int
- func (m *ExplicitContentAnnotation) XXX_Unmarshal(b []byte) error
- type ExplicitContentDetectionConfig
- func (*ExplicitContentDetectionConfig) Descriptor() ([]byte, []int)
- func (m *ExplicitContentDetectionConfig) GetModel() string
- func (*ExplicitContentDetectionConfig) ProtoMessage()
- func (m *ExplicitContentDetectionConfig) Reset()
- func (m *ExplicitContentDetectionConfig) String() string
- func (m *ExplicitContentDetectionConfig) XXX_DiscardUnknown()
- func (m *ExplicitContentDetectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExplicitContentDetectionConfig) XXX_Merge(src proto.Message)
- func (m *ExplicitContentDetectionConfig) XXX_Size() int
- func (m *ExplicitContentDetectionConfig) XXX_Unmarshal(b []byte) error
- type ExplicitContentFrame
- func (*ExplicitContentFrame) Descriptor() ([]byte, []int)
- func (m *ExplicitContentFrame) GetPornographyLikelihood() Likelihood
- func (m *ExplicitContentFrame) GetTimeOffset() *duration.Duration
- func (*ExplicitContentFrame) ProtoMessage()
- func (m *ExplicitContentFrame) Reset()
- func (m *ExplicitContentFrame) String() string
- func (m *ExplicitContentFrame) XXX_DiscardUnknown()
- func (m *ExplicitContentFrame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExplicitContentFrame) XXX_Merge(src proto.Message)
- func (m *ExplicitContentFrame) XXX_Size() int
- func (m *ExplicitContentFrame) XXX_Unmarshal(b []byte) error
- type Feature
- type LabelAnnotation
- func (*LabelAnnotation) Descriptor() ([]byte, []int)
- func (m *LabelAnnotation) GetCategoryEntities() []*Entity
- func (m *LabelAnnotation) GetEntity() *Entity
- func (m *LabelAnnotation) GetFrames() []*LabelFrame
- func (m *LabelAnnotation) GetSegments() []*LabelSegment
- func (*LabelAnnotation) ProtoMessage()
- func (m *LabelAnnotation) Reset()
- func (m *LabelAnnotation) String() string
- func (m *LabelAnnotation) XXX_DiscardUnknown()
- func (m *LabelAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LabelAnnotation) XXX_Merge(src proto.Message)
- func (m *LabelAnnotation) XXX_Size() int
- func (m *LabelAnnotation) XXX_Unmarshal(b []byte) error
- type LabelDetectionConfig
- func (*LabelDetectionConfig) Descriptor() ([]byte, []int)
- func (m *LabelDetectionConfig) GetLabelDetectionMode() LabelDetectionMode
- func (m *LabelDetectionConfig) GetModel() string
- func (m *LabelDetectionConfig) GetStationaryCamera() bool
- func (*LabelDetectionConfig) ProtoMessage()
- func (m *LabelDetectionConfig) Reset()
- func (m *LabelDetectionConfig) String() string
- func (m *LabelDetectionConfig) XXX_DiscardUnknown()
- func (m *LabelDetectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LabelDetectionConfig) XXX_Merge(src proto.Message)
- func (m *LabelDetectionConfig) XXX_Size() int
- func (m *LabelDetectionConfig) XXX_Unmarshal(b []byte) error
- type LabelDetectionMode
- type LabelFrame
- func (*LabelFrame) Descriptor() ([]byte, []int)
- func (m *LabelFrame) GetConfidence() float32
- func (m *LabelFrame) GetTimeOffset() *duration.Duration
- func (*LabelFrame) ProtoMessage()
- func (m *LabelFrame) Reset()
- func (m *LabelFrame) String() string
- func (m *LabelFrame) XXX_DiscardUnknown()
- func (m *LabelFrame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LabelFrame) XXX_Merge(src proto.Message)
- func (m *LabelFrame) XXX_Size() int
- func (m *LabelFrame) XXX_Unmarshal(b []byte) error
- type LabelSegment
- func (*LabelSegment) Descriptor() ([]byte, []int)
- func (m *LabelSegment) GetConfidence() float32
- func (m *LabelSegment) GetSegment() *VideoSegment
- func (*LabelSegment) ProtoMessage()
- func (m *LabelSegment) Reset()
- func (m *LabelSegment) String() string
- func (m *LabelSegment) XXX_DiscardUnknown()
- func (m *LabelSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LabelSegment) XXX_Merge(src proto.Message)
- func (m *LabelSegment) XXX_Size() int
- func (m *LabelSegment) XXX_Unmarshal(b []byte) error
- type Likelihood
- type ShotChangeDetectionConfig
- func (*ShotChangeDetectionConfig) Descriptor() ([]byte, []int)
- func (m *ShotChangeDetectionConfig) GetModel() string
- func (*ShotChangeDetectionConfig) ProtoMessage()
- func (m *ShotChangeDetectionConfig) Reset()
- func (m *ShotChangeDetectionConfig) String() string
- func (m *ShotChangeDetectionConfig) XXX_DiscardUnknown()
- func (m *ShotChangeDetectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ShotChangeDetectionConfig) XXX_Merge(src proto.Message)
- func (m *ShotChangeDetectionConfig) XXX_Size() int
- func (m *ShotChangeDetectionConfig) XXX_Unmarshal(b []byte) error
- type SpeechContext
- func (*SpeechContext) Descriptor() ([]byte, []int)
- func (m *SpeechContext) GetPhrases() []string
- func (*SpeechContext) ProtoMessage()
- func (m *SpeechContext) Reset()
- func (m *SpeechContext) String() string
- func (m *SpeechContext) XXX_DiscardUnknown()
- func (m *SpeechContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SpeechContext) XXX_Merge(src proto.Message)
- func (m *SpeechContext) XXX_Size() int
- func (m *SpeechContext) XXX_Unmarshal(b []byte) error
- type SpeechRecognitionAlternative
- func (*SpeechRecognitionAlternative) Descriptor() ([]byte, []int)
- func (m *SpeechRecognitionAlternative) GetConfidence() float32
- func (m *SpeechRecognitionAlternative) GetTranscript() string
- func (m *SpeechRecognitionAlternative) GetWords() []*WordInfo
- func (*SpeechRecognitionAlternative) ProtoMessage()
- func (m *SpeechRecognitionAlternative) Reset()
- func (m *SpeechRecognitionAlternative) String() string
- func (m *SpeechRecognitionAlternative) XXX_DiscardUnknown()
- func (m *SpeechRecognitionAlternative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SpeechRecognitionAlternative) XXX_Merge(src proto.Message)
- func (m *SpeechRecognitionAlternative) XXX_Size() int
- func (m *SpeechRecognitionAlternative) XXX_Unmarshal(b []byte) error
- type SpeechTranscription
- func (*SpeechTranscription) Descriptor() ([]byte, []int)
- func (m *SpeechTranscription) GetAlternatives() []*SpeechRecognitionAlternative
- func (*SpeechTranscription) ProtoMessage()
- func (m *SpeechTranscription) Reset()
- func (m *SpeechTranscription) String() string
- func (m *SpeechTranscription) XXX_DiscardUnknown()
- func (m *SpeechTranscription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SpeechTranscription) XXX_Merge(src proto.Message)
- func (m *SpeechTranscription) XXX_Size() int
- func (m *SpeechTranscription) XXX_Unmarshal(b []byte) error
- type SpeechTranscriptionConfig
- func (*SpeechTranscriptionConfig) Descriptor() ([]byte, []int)
- func (m *SpeechTranscriptionConfig) GetAudioTracks() []int32
- func (m *SpeechTranscriptionConfig) GetEnableAutomaticPunctuation() bool
- func (m *SpeechTranscriptionConfig) GetFilterProfanity() bool
- func (m *SpeechTranscriptionConfig) GetLanguageCode() string
- func (m *SpeechTranscriptionConfig) GetMaxAlternatives() int32
- func (m *SpeechTranscriptionConfig) GetSpeechContexts() []*SpeechContext
- func (*SpeechTranscriptionConfig) ProtoMessage()
- func (m *SpeechTranscriptionConfig) Reset()
- func (m *SpeechTranscriptionConfig) String() string
- func (m *SpeechTranscriptionConfig) XXX_DiscardUnknown()
- func (m *SpeechTranscriptionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SpeechTranscriptionConfig) XXX_Merge(src proto.Message)
- func (m *SpeechTranscriptionConfig) XXX_Size() int
- func (m *SpeechTranscriptionConfig) XXX_Unmarshal(b []byte) error
- type VideoAnnotationProgress
- func (*VideoAnnotationProgress) Descriptor() ([]byte, []int)
- func (m *VideoAnnotationProgress) GetInputUri() string
- func (m *VideoAnnotationProgress) GetProgressPercent() int32
- func (m *VideoAnnotationProgress) GetStartTime() *timestamp.Timestamp
- func (m *VideoAnnotationProgress) GetUpdateTime() *timestamp.Timestamp
- func (*VideoAnnotationProgress) ProtoMessage()
- func (m *VideoAnnotationProgress) Reset()
- func (m *VideoAnnotationProgress) String() string
- func (m *VideoAnnotationProgress) XXX_DiscardUnknown()
- func (m *VideoAnnotationProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VideoAnnotationProgress) XXX_Merge(src proto.Message)
- func (m *VideoAnnotationProgress) XXX_Size() int
- func (m *VideoAnnotationProgress) XXX_Unmarshal(b []byte) error
- type VideoAnnotationResults
- func (*VideoAnnotationResults) Descriptor() ([]byte, []int)
- func (m *VideoAnnotationResults) GetError() *status.Status
- func (m *VideoAnnotationResults) GetExplicitAnnotation() *ExplicitContentAnnotation
- func (m *VideoAnnotationResults) GetFrameLabelAnnotations() []*LabelAnnotation
- func (m *VideoAnnotationResults) GetInputUri() string
- func (m *VideoAnnotationResults) GetSegmentLabelAnnotations() []*LabelAnnotation
- func (m *VideoAnnotationResults) GetShotAnnotations() []*VideoSegment
- func (m *VideoAnnotationResults) GetShotLabelAnnotations() []*LabelAnnotation
- func (m *VideoAnnotationResults) GetSpeechTranscriptions() []*SpeechTranscription
- func (*VideoAnnotationResults) ProtoMessage()
- func (m *VideoAnnotationResults) Reset()
- func (m *VideoAnnotationResults) String() string
- func (m *VideoAnnotationResults) XXX_DiscardUnknown()
- func (m *VideoAnnotationResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VideoAnnotationResults) XXX_Merge(src proto.Message)
- func (m *VideoAnnotationResults) XXX_Size() int
- func (m *VideoAnnotationResults) XXX_Unmarshal(b []byte) error
- type VideoContext
- func (*VideoContext) Descriptor() ([]byte, []int)
- func (m *VideoContext) GetExplicitContentDetectionConfig() *ExplicitContentDetectionConfig
- func (m *VideoContext) GetLabelDetectionConfig() *LabelDetectionConfig
- func (m *VideoContext) GetSegments() []*VideoSegment
- func (m *VideoContext) GetShotChangeDetectionConfig() *ShotChangeDetectionConfig
- func (m *VideoContext) GetSpeechTranscriptionConfig() *SpeechTranscriptionConfig
- func (*VideoContext) ProtoMessage()
- func (m *VideoContext) Reset()
- func (m *VideoContext) String() string
- func (m *VideoContext) XXX_DiscardUnknown()
- func (m *VideoContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VideoContext) XXX_Merge(src proto.Message)
- func (m *VideoContext) XXX_Size() int
- func (m *VideoContext) XXX_Unmarshal(b []byte) error
- type VideoIntelligenceServiceClient
- type VideoIntelligenceServiceServer
- type VideoSegment
- func (*VideoSegment) Descriptor() ([]byte, []int)
- func (m *VideoSegment) GetEndTimeOffset() *duration.Duration
- func (m *VideoSegment) GetStartTimeOffset() *duration.Duration
- func (*VideoSegment) ProtoMessage()
- func (m *VideoSegment) Reset()
- func (m *VideoSegment) String() string
- func (m *VideoSegment) XXX_DiscardUnknown()
- func (m *VideoSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VideoSegment) XXX_Merge(src proto.Message)
- func (m *VideoSegment) XXX_Size() int
- func (m *VideoSegment) XXX_Unmarshal(b []byte) error
- type WordInfo
- func (*WordInfo) Descriptor() ([]byte, []int)
- func (m *WordInfo) GetEndTime() *duration.Duration
- func (m *WordInfo) GetStartTime() *duration.Duration
- func (m *WordInfo) GetWord() string
- func (*WordInfo) ProtoMessage()
- func (m *WordInfo) Reset()
- func (m *WordInfo) String() string
- func (m *WordInfo) XXX_DiscardUnknown()
- func (m *WordInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WordInfo) XXX_Merge(src proto.Message)
- func (m *WordInfo) XXX_Size() int
- func (m *WordInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var Feature_name = map[int32]string{
0: "FEATURE_UNSPECIFIED",
1: "LABEL_DETECTION",
2: "SHOT_CHANGE_DETECTION",
3: "EXPLICIT_CONTENT_DETECTION",
6: "SPEECH_TRANSCRIPTION",
}
var Feature_value = map[string]int32{
"FEATURE_UNSPECIFIED": 0,
"LABEL_DETECTION": 1,
"SHOT_CHANGE_DETECTION": 2,
"EXPLICIT_CONTENT_DETECTION": 3,
"SPEECH_TRANSCRIPTION": 6,
}
var LabelDetectionMode_name = map[int32]string{
0: "LABEL_DETECTION_MODE_UNSPECIFIED",
1: "SHOT_MODE",
2: "FRAME_MODE",
3: "SHOT_AND_FRAME_MODE",
}
var LabelDetectionMode_value = map[string]int32{
"LABEL_DETECTION_MODE_UNSPECIFIED": 0,
"SHOT_MODE": 1,
"FRAME_MODE": 2,
"SHOT_AND_FRAME_MODE": 3,
}
var Likelihood_name = map[int32]string{
0: "LIKELIHOOD_UNSPECIFIED",
1: "VERY_UNLIKELY",
2: "UNLIKELY",
3: "POSSIBLE",
4: "LIKELY",
5: "VERY_LIKELY",
}
var Likelihood_value = map[string]int32{
"LIKELIHOOD_UNSPECIFIED": 0,
"VERY_UNLIKELY": 1,
"UNLIKELY": 2,
"POSSIBLE": 3,
"LIKELY": 4,
"VERY_LIKELY": 5,
}
Functions ¶
func RegisterVideoIntelligenceServiceServer ¶
func RegisterVideoIntelligenceServiceServer(s *grpc.Server, srv VideoIntelligenceServiceServer)
Types ¶
type AnnotateVideoProgress ¶
type AnnotateVideoProgress struct { // Progress metadata for all videos specified in `AnnotateVideoRequest`. AnnotationProgress []*VideoAnnotationProgress `protobuf:"bytes,1,rep,name=annotation_progress,json=annotationProgress,proto3" json:"annotation_progress,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Video annotation progress. Included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.
func (*AnnotateVideoProgress) Descriptor ¶
func (*AnnotateVideoProgress) Descriptor() ([]byte, []int)
func (*AnnotateVideoProgress) GetAnnotationProgress ¶
func (m *AnnotateVideoProgress) GetAnnotationProgress() []*VideoAnnotationProgress
func (*AnnotateVideoProgress) ProtoMessage ¶
func (*AnnotateVideoProgress) ProtoMessage()
func (*AnnotateVideoProgress) Reset ¶
func (m *AnnotateVideoProgress) Reset()
func (*AnnotateVideoProgress) String ¶
func (m *AnnotateVideoProgress) String() string
func (*AnnotateVideoProgress) XXX_DiscardUnknown ¶
func (m *AnnotateVideoProgress) XXX_DiscardUnknown()
func (*AnnotateVideoProgress) XXX_Marshal ¶
func (m *AnnotateVideoProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AnnotateVideoProgress) XXX_Merge ¶
func (m *AnnotateVideoProgress) XXX_Merge(src proto.Message)
func (*AnnotateVideoProgress) XXX_Size ¶
func (m *AnnotateVideoProgress) XXX_Size() int
func (*AnnotateVideoProgress) XXX_Unmarshal ¶
func (m *AnnotateVideoProgress) XXX_Unmarshal(b []byte) error
type AnnotateVideoRequest ¶
type AnnotateVideoRequest struct { // Input video location. Currently, only // [Google Cloud Storage](https://cloud.google.com/storage/) URIs are // supported, which must be specified in the following format: // `gs://bucket-id/object-id` (other URI formats return // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see // [Request URIs](/storage/docs/reference-uris). // A video URI may include wildcards in `object-id`, and thus identify // multiple videos. 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` should be unset. InputUri string `protobuf:"bytes,1,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"` // The video data bytes. // If unset, the input video(s) should be specified via `input_uri`. // If set, `input_uri` should be unset. InputContent []byte `protobuf:"bytes,6,opt,name=input_content,json=inputContent,proto3" json:"input_content,omitempty"` // Requested video annotation features. Features []Feature `` /* 131-byte string literal not displayed */ // Additional video context and/or feature-specific parameters. VideoContext *VideoContext `protobuf:"bytes,3,opt,name=video_context,json=videoContext,proto3" json:"video_context,omitempty"` // Optional location where the output (in JSON format) should be stored. // Currently, only [Google Cloud Storage](https://cloud.google.com/storage/) // URIs are supported, which must be specified in the following format: // `gs://bucket-id/object-id` (other URI formats return // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see // [Request URIs](/storage/docs/reference-uris). OutputUri string `protobuf:"bytes,4,opt,name=output_uri,json=outputUri,proto3" json:"output_uri,omitempty"` // Optional cloud region where annotation should take place. Supported cloud // regions: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region // is specified, a region will be determined based on video file location. LocationId string `protobuf:"bytes,5,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Video annotation request.
func (*AnnotateVideoRequest) Descriptor ¶
func (*AnnotateVideoRequest) Descriptor() ([]byte, []int)
func (*AnnotateVideoRequest) GetFeatures ¶
func (m *AnnotateVideoRequest) GetFeatures() []Feature
func (*AnnotateVideoRequest) GetInputContent ¶
func (m *AnnotateVideoRequest) GetInputContent() []byte
func (*AnnotateVideoRequest) GetInputUri ¶
func (m *AnnotateVideoRequest) GetInputUri() string
func (*AnnotateVideoRequest) GetLocationId ¶
func (m *AnnotateVideoRequest) GetLocationId() string
func (*AnnotateVideoRequest) GetOutputUri ¶
func (m *AnnotateVideoRequest) GetOutputUri() string
func (*AnnotateVideoRequest) GetVideoContext ¶
func (m *AnnotateVideoRequest) GetVideoContext() *VideoContext
func (*AnnotateVideoRequest) ProtoMessage ¶
func (*AnnotateVideoRequest) ProtoMessage()
func (*AnnotateVideoRequest) Reset ¶
func (m *AnnotateVideoRequest) Reset()
func (*AnnotateVideoRequest) String ¶
func (m *AnnotateVideoRequest) String() string
func (*AnnotateVideoRequest) XXX_DiscardUnknown ¶
func (m *AnnotateVideoRequest) XXX_DiscardUnknown()
func (*AnnotateVideoRequest) XXX_Marshal ¶
func (m *AnnotateVideoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AnnotateVideoRequest) XXX_Merge ¶
func (m *AnnotateVideoRequest) XXX_Merge(src proto.Message)
func (*AnnotateVideoRequest) XXX_Size ¶
func (m *AnnotateVideoRequest) XXX_Size() int
func (*AnnotateVideoRequest) XXX_Unmarshal ¶
func (m *AnnotateVideoRequest) XXX_Unmarshal(b []byte) error
type AnnotateVideoResponse ¶
type AnnotateVideoResponse struct { // Annotation results for all videos specified in `AnnotateVideoRequest`. AnnotationResults []*VideoAnnotationResults `protobuf:"bytes,1,rep,name=annotation_results,json=annotationResults,proto3" json:"annotation_results,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Video annotation response. Included in the `response` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.
func (*AnnotateVideoResponse) Descriptor ¶
func (*AnnotateVideoResponse) Descriptor() ([]byte, []int)
func (*AnnotateVideoResponse) GetAnnotationResults ¶
func (m *AnnotateVideoResponse) GetAnnotationResults() []*VideoAnnotationResults
func (*AnnotateVideoResponse) ProtoMessage ¶
func (*AnnotateVideoResponse) ProtoMessage()
func (*AnnotateVideoResponse) Reset ¶
func (m *AnnotateVideoResponse) Reset()
func (*AnnotateVideoResponse) String ¶
func (m *AnnotateVideoResponse) String() string
func (*AnnotateVideoResponse) XXX_DiscardUnknown ¶
func (m *AnnotateVideoResponse) XXX_DiscardUnknown()
func (*AnnotateVideoResponse) XXX_Marshal ¶
func (m *AnnotateVideoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AnnotateVideoResponse) XXX_Merge ¶
func (m *AnnotateVideoResponse) XXX_Merge(src proto.Message)
func (*AnnotateVideoResponse) XXX_Size ¶
func (m *AnnotateVideoResponse) XXX_Size() int
func (*AnnotateVideoResponse) XXX_Unmarshal ¶
func (m *AnnotateVideoResponse) XXX_Unmarshal(b []byte) error
type Entity ¶
type Entity struct { // Opaque entity ID. Some IDs may be available in // [Google Knowledge Graph Search // API](https://developers.google.com/knowledge-graph/). EntityId string `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"` // Textual description, e.g. `Fixed-gear bicycle`. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // Language code for `description` in BCP-47 format. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Detected entity from video analysis.
func (*Entity) Descriptor ¶
func (*Entity) GetDescription ¶
func (*Entity) GetEntityId ¶
func (*Entity) GetLanguageCode ¶
func (*Entity) ProtoMessage ¶
func (*Entity) ProtoMessage()
func (*Entity) XXX_DiscardUnknown ¶
func (m *Entity) XXX_DiscardUnknown()
func (*Entity) XXX_Marshal ¶
func (*Entity) XXX_Unmarshal ¶
type ExplicitContentAnnotation ¶
type ExplicitContentAnnotation struct { // All video frames where explicit content was detected. Frames []*ExplicitContentFrame `protobuf:"bytes,1,rep,name=frames,proto3" json:"frames,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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.
func (*ExplicitContentAnnotation) Descriptor ¶
func (*ExplicitContentAnnotation) Descriptor() ([]byte, []int)
func (*ExplicitContentAnnotation) GetFrames ¶
func (m *ExplicitContentAnnotation) GetFrames() []*ExplicitContentFrame
func (*ExplicitContentAnnotation) ProtoMessage ¶
func (*ExplicitContentAnnotation) ProtoMessage()
func (*ExplicitContentAnnotation) Reset ¶
func (m *ExplicitContentAnnotation) Reset()
func (*ExplicitContentAnnotation) String ¶
func (m *ExplicitContentAnnotation) String() string
func (*ExplicitContentAnnotation) XXX_DiscardUnknown ¶
func (m *ExplicitContentAnnotation) XXX_DiscardUnknown()
func (*ExplicitContentAnnotation) XXX_Marshal ¶
func (m *ExplicitContentAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExplicitContentAnnotation) XXX_Merge ¶
func (m *ExplicitContentAnnotation) XXX_Merge(src proto.Message)
func (*ExplicitContentAnnotation) XXX_Size ¶
func (m *ExplicitContentAnnotation) XXX_Size() int
func (*ExplicitContentAnnotation) XXX_Unmarshal ¶
func (m *ExplicitContentAnnotation) XXX_Unmarshal(b []byte) error
type ExplicitContentDetectionConfig ¶
type ExplicitContentDetectionConfig struct { // Model to use for explicit content detection. // Supported values: "builtin/stable" (the default if unset) and // "builtin/latest". Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Config for EXPLICIT_CONTENT_DETECTION.
func (*ExplicitContentDetectionConfig) Descriptor ¶
func (*ExplicitContentDetectionConfig) Descriptor() ([]byte, []int)
func (*ExplicitContentDetectionConfig) GetModel ¶
func (m *ExplicitContentDetectionConfig) GetModel() string
func (*ExplicitContentDetectionConfig) ProtoMessage ¶
func (*ExplicitContentDetectionConfig) ProtoMessage()
func (*ExplicitContentDetectionConfig) Reset ¶
func (m *ExplicitContentDetectionConfig) Reset()
func (*ExplicitContentDetectionConfig) String ¶
func (m *ExplicitContentDetectionConfig) String() string
func (*ExplicitContentDetectionConfig) XXX_DiscardUnknown ¶
func (m *ExplicitContentDetectionConfig) XXX_DiscardUnknown()
func (*ExplicitContentDetectionConfig) XXX_Marshal ¶
func (m *ExplicitContentDetectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExplicitContentDetectionConfig) XXX_Merge ¶
func (m *ExplicitContentDetectionConfig) XXX_Merge(src proto.Message)
func (*ExplicitContentDetectionConfig) XXX_Size ¶
func (m *ExplicitContentDetectionConfig) XXX_Size() int
func (*ExplicitContentDetectionConfig) XXX_Unmarshal ¶
func (m *ExplicitContentDetectionConfig) XXX_Unmarshal(b []byte) error
type ExplicitContentFrame ¶
type ExplicitContentFrame struct { // Time-offset, relative to the beginning of the video, corresponding to the // video frame for this location. TimeOffset *duration.Duration `protobuf:"bytes,1,opt,name=time_offset,json=timeOffset,proto3" json:"time_offset,omitempty"` // Likelihood of the pornography content.. PornographyLikelihood Likelihood `` /* 182-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Video frame level annotation results for explicit content.
func (*ExplicitContentFrame) Descriptor ¶
func (*ExplicitContentFrame) Descriptor() ([]byte, []int)
func (*ExplicitContentFrame) GetPornographyLikelihood ¶
func (m *ExplicitContentFrame) GetPornographyLikelihood() Likelihood
func (*ExplicitContentFrame) GetTimeOffset ¶
func (m *ExplicitContentFrame) GetTimeOffset() *duration.Duration
func (*ExplicitContentFrame) ProtoMessage ¶
func (*ExplicitContentFrame) ProtoMessage()
func (*ExplicitContentFrame) Reset ¶
func (m *ExplicitContentFrame) Reset()
func (*ExplicitContentFrame) String ¶
func (m *ExplicitContentFrame) String() string
func (*ExplicitContentFrame) XXX_DiscardUnknown ¶
func (m *ExplicitContentFrame) XXX_DiscardUnknown()
func (*ExplicitContentFrame) XXX_Marshal ¶
func (m *ExplicitContentFrame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExplicitContentFrame) XXX_Merge ¶
func (m *ExplicitContentFrame) XXX_Merge(src proto.Message)
func (*ExplicitContentFrame) XXX_Size ¶
func (m *ExplicitContentFrame) XXX_Size() int
func (*ExplicitContentFrame) XXX_Unmarshal ¶
func (m *ExplicitContentFrame) XXX_Unmarshal(b []byte) error
type Feature ¶
type Feature int32
Video annotation feature.
const ( // Unspecified. Feature_FEATURE_UNSPECIFIED Feature = 0 // Label detection. Detect objects, such as dog or flower. Feature_LABEL_DETECTION Feature = 1 // Shot change detection. Feature_SHOT_CHANGE_DETECTION Feature = 2 // Explicit content detection. Feature_EXPLICIT_CONTENT_DETECTION Feature = 3 // Speech transcription. Feature_SPEECH_TRANSCRIPTION Feature = 6 )
func (Feature) EnumDescriptor ¶
type LabelAnnotation ¶
type LabelAnnotation struct { // Detected entity. Entity *Entity `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // Common categories for the detected entity. // E.g. 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`. CategoryEntities []*Entity `protobuf:"bytes,2,rep,name=category_entities,json=categoryEntities,proto3" json:"category_entities,omitempty"` // All video segments where a label was detected. Segments []*LabelSegment `protobuf:"bytes,3,rep,name=segments,proto3" json:"segments,omitempty"` // All video frames where a label was detected. Frames []*LabelFrame `protobuf:"bytes,4,rep,name=frames,proto3" json:"frames,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Label annotation.
func (*LabelAnnotation) Descriptor ¶
func (*LabelAnnotation) Descriptor() ([]byte, []int)
func (*LabelAnnotation) GetCategoryEntities ¶
func (m *LabelAnnotation) GetCategoryEntities() []*Entity
func (*LabelAnnotation) GetEntity ¶
func (m *LabelAnnotation) GetEntity() *Entity
func (*LabelAnnotation) GetFrames ¶
func (m *LabelAnnotation) GetFrames() []*LabelFrame
func (*LabelAnnotation) GetSegments ¶
func (m *LabelAnnotation) GetSegments() []*LabelSegment
func (*LabelAnnotation) ProtoMessage ¶
func (*LabelAnnotation) ProtoMessage()
func (*LabelAnnotation) Reset ¶
func (m *LabelAnnotation) Reset()
func (*LabelAnnotation) String ¶
func (m *LabelAnnotation) String() string
func (*LabelAnnotation) XXX_DiscardUnknown ¶
func (m *LabelAnnotation) XXX_DiscardUnknown()
func (*LabelAnnotation) XXX_Marshal ¶
func (m *LabelAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LabelAnnotation) XXX_Merge ¶
func (m *LabelAnnotation) XXX_Merge(src proto.Message)
func (*LabelAnnotation) XXX_Size ¶
func (m *LabelAnnotation) XXX_Size() int
func (*LabelAnnotation) XXX_Unmarshal ¶
func (m *LabelAnnotation) XXX_Unmarshal(b []byte) error
type LabelDetectionConfig ¶
type LabelDetectionConfig struct { // What labels should be detected with LABEL_DETECTION, in addition to // video-level labels or segment-level labels. // If unspecified, defaults to `SHOT_MODE`. LabelDetectionMode LabelDetectionMode `` /* 183-byte string literal not displayed */ // 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. StationaryCamera bool `protobuf:"varint,2,opt,name=stationary_camera,json=stationaryCamera,proto3" json:"stationary_camera,omitempty"` // Model to use for label detection. // Supported values: "builtin/stable" (the default if unset) and // "builtin/latest". Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Config for LABEL_DETECTION.
func (*LabelDetectionConfig) Descriptor ¶
func (*LabelDetectionConfig) Descriptor() ([]byte, []int)
func (*LabelDetectionConfig) GetLabelDetectionMode ¶
func (m *LabelDetectionConfig) GetLabelDetectionMode() LabelDetectionMode
func (*LabelDetectionConfig) GetModel ¶
func (m *LabelDetectionConfig) GetModel() string
func (*LabelDetectionConfig) GetStationaryCamera ¶
func (m *LabelDetectionConfig) GetStationaryCamera() bool
func (*LabelDetectionConfig) ProtoMessage ¶
func (*LabelDetectionConfig) ProtoMessage()
func (*LabelDetectionConfig) Reset ¶
func (m *LabelDetectionConfig) Reset()
func (*LabelDetectionConfig) String ¶
func (m *LabelDetectionConfig) String() string
func (*LabelDetectionConfig) XXX_DiscardUnknown ¶
func (m *LabelDetectionConfig) XXX_DiscardUnknown()
func (*LabelDetectionConfig) XXX_Marshal ¶
func (m *LabelDetectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LabelDetectionConfig) XXX_Merge ¶
func (m *LabelDetectionConfig) XXX_Merge(src proto.Message)
func (*LabelDetectionConfig) XXX_Size ¶
func (m *LabelDetectionConfig) XXX_Size() int
func (*LabelDetectionConfig) XXX_Unmarshal ¶
func (m *LabelDetectionConfig) XXX_Unmarshal(b []byte) error
type LabelDetectionMode ¶
type LabelDetectionMode int32
Label detection mode.
const ( // Unspecified. LabelDetectionMode_LABEL_DETECTION_MODE_UNSPECIFIED LabelDetectionMode = 0 // Detect shot-level labels. LabelDetectionMode_SHOT_MODE LabelDetectionMode = 1 // Detect frame-level labels. LabelDetectionMode_FRAME_MODE LabelDetectionMode = 2 // Detect both shot-level and frame-level labels. LabelDetectionMode_SHOT_AND_FRAME_MODE LabelDetectionMode = 3 )
func (LabelDetectionMode) EnumDescriptor ¶
func (LabelDetectionMode) EnumDescriptor() ([]byte, []int)
func (LabelDetectionMode) String ¶
func (x LabelDetectionMode) String() string
type LabelFrame ¶
type LabelFrame struct { // Time-offset, relative to the beginning of the video, corresponding to the // video frame for this location. TimeOffset *duration.Duration `protobuf:"bytes,1,opt,name=time_offset,json=timeOffset,proto3" json:"time_offset,omitempty"` // Confidence that the label is accurate. Range: [0, 1]. Confidence float32 `protobuf:"fixed32,2,opt,name=confidence,proto3" json:"confidence,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Video frame level annotation results for label detection.
func (*LabelFrame) Descriptor ¶
func (*LabelFrame) Descriptor() ([]byte, []int)
func (*LabelFrame) GetConfidence ¶
func (m *LabelFrame) GetConfidence() float32
func (*LabelFrame) GetTimeOffset ¶
func (m *LabelFrame) GetTimeOffset() *duration.Duration
func (*LabelFrame) ProtoMessage ¶
func (*LabelFrame) ProtoMessage()
func (*LabelFrame) Reset ¶
func (m *LabelFrame) Reset()
func (*LabelFrame) String ¶
func (m *LabelFrame) String() string
func (*LabelFrame) XXX_DiscardUnknown ¶
func (m *LabelFrame) XXX_DiscardUnknown()
func (*LabelFrame) XXX_Marshal ¶
func (m *LabelFrame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LabelFrame) XXX_Merge ¶
func (m *LabelFrame) XXX_Merge(src proto.Message)
func (*LabelFrame) XXX_Size ¶
func (m *LabelFrame) XXX_Size() int
func (*LabelFrame) XXX_Unmarshal ¶
func (m *LabelFrame) XXX_Unmarshal(b []byte) error
type LabelSegment ¶
type LabelSegment struct { // Video segment where a label was detected. Segment *VideoSegment `protobuf:"bytes,1,opt,name=segment,proto3" json:"segment,omitempty"` // Confidence that the label is accurate. Range: [0, 1]. Confidence float32 `protobuf:"fixed32,2,opt,name=confidence,proto3" json:"confidence,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Video segment level annotation results for label detection.
func (*LabelSegment) Descriptor ¶
func (*LabelSegment) Descriptor() ([]byte, []int)
func (*LabelSegment) GetConfidence ¶
func (m *LabelSegment) GetConfidence() float32
func (*LabelSegment) GetSegment ¶
func (m *LabelSegment) GetSegment() *VideoSegment
func (*LabelSegment) ProtoMessage ¶
func (*LabelSegment) ProtoMessage()
func (*LabelSegment) Reset ¶
func (m *LabelSegment) Reset()
func (*LabelSegment) String ¶
func (m *LabelSegment) String() string
func (*LabelSegment) XXX_DiscardUnknown ¶
func (m *LabelSegment) XXX_DiscardUnknown()
func (*LabelSegment) XXX_Marshal ¶
func (m *LabelSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LabelSegment) XXX_Merge ¶
func (m *LabelSegment) XXX_Merge(src proto.Message)
func (*LabelSegment) XXX_Size ¶
func (m *LabelSegment) XXX_Size() int
func (*LabelSegment) XXX_Unmarshal ¶
func (m *LabelSegment) XXX_Unmarshal(b []byte) error
type Likelihood ¶
type Likelihood int32
Bucketized representation of likelihood.
const ( // Unspecified likelihood. Likelihood_LIKELIHOOD_UNSPECIFIED Likelihood = 0 // Very unlikely. Likelihood_VERY_UNLIKELY Likelihood = 1 // Unlikely. Likelihood_UNLIKELY Likelihood = 2 // Possible. Likelihood_POSSIBLE Likelihood = 3 // Likely. Likelihood_LIKELY Likelihood = 4 // Very likely. Likelihood_VERY_LIKELY Likelihood = 5 )
func (Likelihood) EnumDescriptor ¶
func (Likelihood) EnumDescriptor() ([]byte, []int)
func (Likelihood) String ¶
func (x Likelihood) String() string
type ShotChangeDetectionConfig ¶
type ShotChangeDetectionConfig struct { // Model to use for shot change detection. // Supported values: "builtin/stable" (the default if unset) and // "builtin/latest". Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Config for SHOT_CHANGE_DETECTION.
func (*ShotChangeDetectionConfig) Descriptor ¶
func (*ShotChangeDetectionConfig) Descriptor() ([]byte, []int)
func (*ShotChangeDetectionConfig) GetModel ¶
func (m *ShotChangeDetectionConfig) GetModel() string
func (*ShotChangeDetectionConfig) ProtoMessage ¶
func (*ShotChangeDetectionConfig) ProtoMessage()
func (*ShotChangeDetectionConfig) Reset ¶
func (m *ShotChangeDetectionConfig) Reset()
func (*ShotChangeDetectionConfig) String ¶
func (m *ShotChangeDetectionConfig) String() string
func (*ShotChangeDetectionConfig) XXX_DiscardUnknown ¶
func (m *ShotChangeDetectionConfig) XXX_DiscardUnknown()
func (*ShotChangeDetectionConfig) XXX_Marshal ¶
func (m *ShotChangeDetectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ShotChangeDetectionConfig) XXX_Merge ¶
func (m *ShotChangeDetectionConfig) XXX_Merge(src proto.Message)
func (*ShotChangeDetectionConfig) XXX_Size ¶
func (m *ShotChangeDetectionConfig) XXX_Size() int
func (*ShotChangeDetectionConfig) XXX_Unmarshal ¶
func (m *ShotChangeDetectionConfig) XXX_Unmarshal(b []byte) error
type SpeechContext ¶
type SpeechContext struct { // *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). Phrases []string `protobuf:"bytes,1,rep,name=phrases,proto3" json:"phrases,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
func (*SpeechContext) Descriptor ¶
func (*SpeechContext) Descriptor() ([]byte, []int)
func (*SpeechContext) GetPhrases ¶
func (m *SpeechContext) GetPhrases() []string
func (*SpeechContext) ProtoMessage ¶
func (*SpeechContext) ProtoMessage()
func (*SpeechContext) Reset ¶
func (m *SpeechContext) Reset()
func (*SpeechContext) String ¶
func (m *SpeechContext) String() string
func (*SpeechContext) XXX_DiscardUnknown ¶
func (m *SpeechContext) XXX_DiscardUnknown()
func (*SpeechContext) XXX_Marshal ¶
func (m *SpeechContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SpeechContext) XXX_Merge ¶
func (m *SpeechContext) XXX_Merge(src proto.Message)
func (*SpeechContext) XXX_Size ¶
func (m *SpeechContext) XXX_Size() int
func (*SpeechContext) XXX_Unmarshal ¶
func (m *SpeechContext) XXX_Unmarshal(b []byte) error
type SpeechRecognitionAlternative ¶
type SpeechRecognitionAlternative struct { // Output only. Transcript text representing the words that the user spoke. Transcript string `protobuf:"bytes,1,opt,name=transcript,proto3" json:"transcript,omitempty"` // 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 typically provided only for the top hypothesis, and // only for `is_final=true` results. Clients should not rely on the // `confidence` field as it is not guaranteed to be accurate or consistent. // The default of 0.0 is a sentinel value indicating `confidence` was not set. Confidence float32 `protobuf:"fixed32,2,opt,name=confidence,proto3" json:"confidence,omitempty"` // Output only. A list of word-specific information for each recognized word. Words []*WordInfo `protobuf:"bytes,3,rep,name=words,proto3" json:"words,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Alternative hypotheses (a.k.a. n-best list).
func (*SpeechRecognitionAlternative) Descriptor ¶
func (*SpeechRecognitionAlternative) Descriptor() ([]byte, []int)
func (*SpeechRecognitionAlternative) GetConfidence ¶
func (m *SpeechRecognitionAlternative) GetConfidence() float32
func (*SpeechRecognitionAlternative) GetTranscript ¶
func (m *SpeechRecognitionAlternative) GetTranscript() string
func (*SpeechRecognitionAlternative) GetWords ¶
func (m *SpeechRecognitionAlternative) GetWords() []*WordInfo
func (*SpeechRecognitionAlternative) ProtoMessage ¶
func (*SpeechRecognitionAlternative) ProtoMessage()
func (*SpeechRecognitionAlternative) Reset ¶
func (m *SpeechRecognitionAlternative) Reset()
func (*SpeechRecognitionAlternative) String ¶
func (m *SpeechRecognitionAlternative) String() string
func (*SpeechRecognitionAlternative) XXX_DiscardUnknown ¶
func (m *SpeechRecognitionAlternative) XXX_DiscardUnknown()
func (*SpeechRecognitionAlternative) XXX_Marshal ¶
func (m *SpeechRecognitionAlternative) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SpeechRecognitionAlternative) XXX_Merge ¶
func (m *SpeechRecognitionAlternative) XXX_Merge(src proto.Message)
func (*SpeechRecognitionAlternative) XXX_Size ¶
func (m *SpeechRecognitionAlternative) XXX_Size() int
func (*SpeechRecognitionAlternative) XXX_Unmarshal ¶
func (m *SpeechRecognitionAlternative) XXX_Unmarshal(b []byte) error
type SpeechTranscription ¶
type SpeechTranscription struct { // Output only. 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. Alternatives []*SpeechRecognitionAlternative `protobuf:"bytes,1,rep,name=alternatives,proto3" json:"alternatives,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
A speech recognition result corresponding to a portion of the audio.
func (*SpeechTranscription) Descriptor ¶
func (*SpeechTranscription) Descriptor() ([]byte, []int)
func (*SpeechTranscription) GetAlternatives ¶
func (m *SpeechTranscription) GetAlternatives() []*SpeechRecognitionAlternative
func (*SpeechTranscription) ProtoMessage ¶
func (*SpeechTranscription) ProtoMessage()
func (*SpeechTranscription) Reset ¶
func (m *SpeechTranscription) Reset()
func (*SpeechTranscription) String ¶
func (m *SpeechTranscription) String() string
func (*SpeechTranscription) XXX_DiscardUnknown ¶
func (m *SpeechTranscription) XXX_DiscardUnknown()
func (*SpeechTranscription) XXX_Marshal ¶
func (m *SpeechTranscription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SpeechTranscription) XXX_Merge ¶
func (m *SpeechTranscription) XXX_Merge(src proto.Message)
func (*SpeechTranscription) XXX_Size ¶
func (m *SpeechTranscription) XXX_Size() int
func (*SpeechTranscription) XXX_Unmarshal ¶
func (m *SpeechTranscription) XXX_Unmarshal(b []byte) error
type SpeechTranscriptionConfig ¶
type SpeechTranscriptionConfig struct { // *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. LanguageCode string `protobuf:"bytes,1,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // *Optional* Maximum number of recognition hypotheses to be returned. // Specifically, the maximum number of `SpeechRecognitionAlternative` messages // within each `SpeechRecognitionResult`. 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. MaxAlternatives int32 `protobuf:"varint,2,opt,name=max_alternatives,json=maxAlternatives,proto3" json:"max_alternatives,omitempty"` // *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. FilterProfanity bool `protobuf:"varint,3,opt,name=filter_profanity,json=filterProfanity,proto3" json:"filter_profanity,omitempty"` // *Optional* A means to provide context to assist the speech recognition. SpeechContexts []*SpeechContext `protobuf:"bytes,4,rep,name=speech_contexts,json=speechContexts,proto3" json:"speech_contexts,omitempty"` // *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." EnableAutomaticPunctuation bool `` /* 142-byte string literal not displayed */ // *Optional* For file formats, such as MXF or MKV, supporting multiple audio // tracks, specify up to two tracks. Default: track 0. AudioTracks []int32 `protobuf:"varint,6,rep,packed,name=audio_tracks,json=audioTracks,proto3" json:"audio_tracks,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Config for SPEECH_TRANSCRIPTION.
func (*SpeechTranscriptionConfig) Descriptor ¶
func (*SpeechTranscriptionConfig) Descriptor() ([]byte, []int)
func (*SpeechTranscriptionConfig) GetAudioTracks ¶
func (m *SpeechTranscriptionConfig) GetAudioTracks() []int32
func (*SpeechTranscriptionConfig) GetEnableAutomaticPunctuation ¶
func (m *SpeechTranscriptionConfig) GetEnableAutomaticPunctuation() bool
func (*SpeechTranscriptionConfig) GetFilterProfanity ¶
func (m *SpeechTranscriptionConfig) GetFilterProfanity() bool
func (*SpeechTranscriptionConfig) GetLanguageCode ¶
func (m *SpeechTranscriptionConfig) GetLanguageCode() string
func (*SpeechTranscriptionConfig) GetMaxAlternatives ¶
func (m *SpeechTranscriptionConfig) GetMaxAlternatives() int32
func (*SpeechTranscriptionConfig) GetSpeechContexts ¶
func (m *SpeechTranscriptionConfig) GetSpeechContexts() []*SpeechContext
func (*SpeechTranscriptionConfig) ProtoMessage ¶
func (*SpeechTranscriptionConfig) ProtoMessage()
func (*SpeechTranscriptionConfig) Reset ¶
func (m *SpeechTranscriptionConfig) Reset()
func (*SpeechTranscriptionConfig) String ¶
func (m *SpeechTranscriptionConfig) String() string
func (*SpeechTranscriptionConfig) XXX_DiscardUnknown ¶
func (m *SpeechTranscriptionConfig) XXX_DiscardUnknown()
func (*SpeechTranscriptionConfig) XXX_Marshal ¶
func (m *SpeechTranscriptionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SpeechTranscriptionConfig) XXX_Merge ¶
func (m *SpeechTranscriptionConfig) XXX_Merge(src proto.Message)
func (*SpeechTranscriptionConfig) XXX_Size ¶
func (m *SpeechTranscriptionConfig) XXX_Size() int
func (*SpeechTranscriptionConfig) XXX_Unmarshal ¶
func (m *SpeechTranscriptionConfig) XXX_Unmarshal(b []byte) error
type VideoAnnotationProgress ¶
type VideoAnnotationProgress struct { // Output only. Video file location in // [Google Cloud Storage](https://cloud.google.com/storage/). InputUri string `protobuf:"bytes,1,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"` // Output only. Approximate percentage processed thus far. Guaranteed to be // 100 when fully processed. ProgressPercent int32 `protobuf:"varint,2,opt,name=progress_percent,json=progressPercent,proto3" json:"progress_percent,omitempty"` // Output only. Time when the request was received. StartTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // Output only. Time of the most recent update. UpdateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Annotation progress for a single video.
func (*VideoAnnotationProgress) Descriptor ¶
func (*VideoAnnotationProgress) Descriptor() ([]byte, []int)
func (*VideoAnnotationProgress) GetInputUri ¶
func (m *VideoAnnotationProgress) GetInputUri() string
func (*VideoAnnotationProgress) GetProgressPercent ¶
func (m *VideoAnnotationProgress) GetProgressPercent() int32
func (*VideoAnnotationProgress) GetStartTime ¶
func (m *VideoAnnotationProgress) GetStartTime() *timestamp.Timestamp
func (*VideoAnnotationProgress) GetUpdateTime ¶
func (m *VideoAnnotationProgress) GetUpdateTime() *timestamp.Timestamp
func (*VideoAnnotationProgress) ProtoMessage ¶
func (*VideoAnnotationProgress) ProtoMessage()
func (*VideoAnnotationProgress) Reset ¶
func (m *VideoAnnotationProgress) Reset()
func (*VideoAnnotationProgress) String ¶
func (m *VideoAnnotationProgress) String() string
func (*VideoAnnotationProgress) XXX_DiscardUnknown ¶
func (m *VideoAnnotationProgress) XXX_DiscardUnknown()
func (*VideoAnnotationProgress) XXX_Marshal ¶
func (m *VideoAnnotationProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VideoAnnotationProgress) XXX_Merge ¶
func (m *VideoAnnotationProgress) XXX_Merge(src proto.Message)
func (*VideoAnnotationProgress) XXX_Size ¶
func (m *VideoAnnotationProgress) XXX_Size() int
func (*VideoAnnotationProgress) XXX_Unmarshal ¶
func (m *VideoAnnotationProgress) XXX_Unmarshal(b []byte) error
type VideoAnnotationResults ¶
type VideoAnnotationResults struct { // Output only. Video file location in // [Google Cloud Storage](https://cloud.google.com/storage/). InputUri string `protobuf:"bytes,1,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"` // Label annotations on video level or user specified segment level. // There is exactly one element for each unique label. SegmentLabelAnnotations []*LabelAnnotation `` /* 132-byte string literal not displayed */ // Label annotations on shot level. // There is exactly one element for each unique label. ShotLabelAnnotations []*LabelAnnotation `protobuf:"bytes,3,rep,name=shot_label_annotations,json=shotLabelAnnotations,proto3" json:"shot_label_annotations,omitempty"` // Label annotations on frame level. // There is exactly one element for each unique label. FrameLabelAnnotations []*LabelAnnotation `` /* 126-byte string literal not displayed */ // Shot annotations. Each shot is represented as a video segment. ShotAnnotations []*VideoSegment `protobuf:"bytes,6,rep,name=shot_annotations,json=shotAnnotations,proto3" json:"shot_annotations,omitempty"` // Explicit content annotation. ExplicitAnnotation *ExplicitContentAnnotation `protobuf:"bytes,7,opt,name=explicit_annotation,json=explicitAnnotation,proto3" json:"explicit_annotation,omitempty"` // Speech transcription. SpeechTranscriptions []*SpeechTranscription `protobuf:"bytes,11,rep,name=speech_transcriptions,json=speechTranscriptions,proto3" json:"speech_transcriptions,omitempty"` // Output only. If set, indicates an error. Note that for a single // `AnnotateVideoRequest` some videos may succeed and some may fail. Error *status.Status `protobuf:"bytes,9,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Annotation results for a single video.
func (*VideoAnnotationResults) Descriptor ¶
func (*VideoAnnotationResults) Descriptor() ([]byte, []int)
func (*VideoAnnotationResults) GetError ¶
func (m *VideoAnnotationResults) GetError() *status.Status
func (*VideoAnnotationResults) GetExplicitAnnotation ¶
func (m *VideoAnnotationResults) GetExplicitAnnotation() *ExplicitContentAnnotation
func (*VideoAnnotationResults) GetFrameLabelAnnotations ¶
func (m *VideoAnnotationResults) GetFrameLabelAnnotations() []*LabelAnnotation
func (*VideoAnnotationResults) GetInputUri ¶
func (m *VideoAnnotationResults) GetInputUri() string
func (*VideoAnnotationResults) GetSegmentLabelAnnotations ¶
func (m *VideoAnnotationResults) GetSegmentLabelAnnotations() []*LabelAnnotation
func (*VideoAnnotationResults) GetShotAnnotations ¶
func (m *VideoAnnotationResults) GetShotAnnotations() []*VideoSegment
func (*VideoAnnotationResults) GetShotLabelAnnotations ¶
func (m *VideoAnnotationResults) GetShotLabelAnnotations() []*LabelAnnotation
func (*VideoAnnotationResults) GetSpeechTranscriptions ¶
func (m *VideoAnnotationResults) GetSpeechTranscriptions() []*SpeechTranscription
func (*VideoAnnotationResults) ProtoMessage ¶
func (*VideoAnnotationResults) ProtoMessage()
func (*VideoAnnotationResults) Reset ¶
func (m *VideoAnnotationResults) Reset()
func (*VideoAnnotationResults) String ¶
func (m *VideoAnnotationResults) String() string
func (*VideoAnnotationResults) XXX_DiscardUnknown ¶
func (m *VideoAnnotationResults) XXX_DiscardUnknown()
func (*VideoAnnotationResults) XXX_Marshal ¶
func (m *VideoAnnotationResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VideoAnnotationResults) XXX_Merge ¶
func (m *VideoAnnotationResults) XXX_Merge(src proto.Message)
func (*VideoAnnotationResults) XXX_Size ¶
func (m *VideoAnnotationResults) XXX_Size() int
func (*VideoAnnotationResults) XXX_Unmarshal ¶
func (m *VideoAnnotationResults) XXX_Unmarshal(b []byte) error
type VideoContext ¶
type VideoContext struct { // 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. Segments []*VideoSegment `protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty"` // Config for LABEL_DETECTION. LabelDetectionConfig *LabelDetectionConfig `protobuf:"bytes,2,opt,name=label_detection_config,json=labelDetectionConfig,proto3" json:"label_detection_config,omitempty"` // Config for SHOT_CHANGE_DETECTION. ShotChangeDetectionConfig *ShotChangeDetectionConfig `` /* 140-byte string literal not displayed */ // Config for EXPLICIT_CONTENT_DETECTION. ExplicitContentDetectionConfig *ExplicitContentDetectionConfig `` /* 155-byte string literal not displayed */ // Config for SPEECH_TRANSCRIPTION. SpeechTranscriptionConfig *SpeechTranscriptionConfig `` /* 138-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Video context and/or feature-specific parameters.
func (*VideoContext) Descriptor ¶
func (*VideoContext) Descriptor() ([]byte, []int)
func (*VideoContext) GetExplicitContentDetectionConfig ¶
func (m *VideoContext) GetExplicitContentDetectionConfig() *ExplicitContentDetectionConfig
func (*VideoContext) GetLabelDetectionConfig ¶
func (m *VideoContext) GetLabelDetectionConfig() *LabelDetectionConfig
func (*VideoContext) GetSegments ¶
func (m *VideoContext) GetSegments() []*VideoSegment
func (*VideoContext) GetShotChangeDetectionConfig ¶
func (m *VideoContext) GetShotChangeDetectionConfig() *ShotChangeDetectionConfig
func (*VideoContext) GetSpeechTranscriptionConfig ¶
func (m *VideoContext) GetSpeechTranscriptionConfig() *SpeechTranscriptionConfig
func (*VideoContext) ProtoMessage ¶
func (*VideoContext) ProtoMessage()
func (*VideoContext) Reset ¶
func (m *VideoContext) Reset()
func (*VideoContext) String ¶
func (m *VideoContext) String() string
func (*VideoContext) XXX_DiscardUnknown ¶
func (m *VideoContext) XXX_DiscardUnknown()
func (*VideoContext) XXX_Marshal ¶
func (m *VideoContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VideoContext) XXX_Merge ¶
func (m *VideoContext) XXX_Merge(src proto.Message)
func (*VideoContext) XXX_Size ¶
func (m *VideoContext) XXX_Size() int
func (*VideoContext) XXX_Unmarshal ¶
func (m *VideoContext) XXX_Unmarshal(b []byte) error
type VideoIntelligenceServiceClient ¶
type VideoIntelligenceServiceClient interface { // 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). AnnotateVideo(ctx context.Context, in *AnnotateVideoRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) }
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.
func NewVideoIntelligenceServiceClient ¶
func NewVideoIntelligenceServiceClient(cc *grpc.ClientConn) VideoIntelligenceServiceClient
type VideoIntelligenceServiceServer ¶
type VideoIntelligenceServiceServer interface { // 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). AnnotateVideo(context.Context, *AnnotateVideoRequest) (*longrunning.Operation, error) }
VideoIntelligenceServiceServer is the server API for VideoIntelligenceService service.
type VideoSegment ¶
type VideoSegment struct { // Time-offset, relative to the beginning of the video, // corresponding to the start of the segment (inclusive). StartTimeOffset *duration.Duration `protobuf:"bytes,1,opt,name=start_time_offset,json=startTimeOffset,proto3" json:"start_time_offset,omitempty"` // Time-offset, relative to the beginning of the video, // corresponding to the end of the segment (inclusive). EndTimeOffset *duration.Duration `protobuf:"bytes,2,opt,name=end_time_offset,json=endTimeOffset,proto3" json:"end_time_offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Video segment.
func (*VideoSegment) Descriptor ¶
func (*VideoSegment) Descriptor() ([]byte, []int)
func (*VideoSegment) GetEndTimeOffset ¶
func (m *VideoSegment) GetEndTimeOffset() *duration.Duration
func (*VideoSegment) GetStartTimeOffset ¶
func (m *VideoSegment) GetStartTimeOffset() *duration.Duration
func (*VideoSegment) ProtoMessage ¶
func (*VideoSegment) ProtoMessage()
func (*VideoSegment) Reset ¶
func (m *VideoSegment) Reset()
func (*VideoSegment) String ¶
func (m *VideoSegment) String() string
func (*VideoSegment) XXX_DiscardUnknown ¶
func (m *VideoSegment) XXX_DiscardUnknown()
func (*VideoSegment) XXX_Marshal ¶
func (m *VideoSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VideoSegment) XXX_Merge ¶
func (m *VideoSegment) XXX_Merge(src proto.Message)
func (*VideoSegment) XXX_Size ¶
func (m *VideoSegment) XXX_Size() int
func (*VideoSegment) XXX_Unmarshal ¶
func (m *VideoSegment) XXX_Unmarshal(b []byte) error
type WordInfo ¶
type WordInfo struct { // Output only. 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. StartTime *duration.Duration `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // Output only. 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. EndTime *duration.Duration `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // Output only. The word corresponding to this set of information. Word string `protobuf:"bytes,3,opt,name=word,proto3" json:"word,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
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`.
func (*WordInfo) Descriptor ¶
func (*WordInfo) GetEndTime ¶
func (*WordInfo) GetStartTime ¶
func (*WordInfo) ProtoMessage ¶
func (*WordInfo) ProtoMessage()
func (*WordInfo) XXX_DiscardUnknown ¶
func (m *WordInfo) XXX_DiscardUnknown()