gogol-videointelligence-1.0.0: Google Cloud Video Intelligence SDK.
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.VideoIntelligence

Contents

Description

Detects objects, explicit content, and scene changes in videos. It also specifies the region for annotation and transcribes speech to text. Supports both asynchronous API and streaming API.

See: Cloud Video Intelligence API Reference

Synopsis

Configuration

videoIntelligenceService :: ServiceConfig Source #

Default request referring to version v1p3beta1 of the Cloud Video Intelligence API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

type CloudPlatform'FullControl = "https://www.googleapis.com/auth/cloud-platform" Source #

See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.

Resources

videointelligence.videos.annotate

type VideoIntelligenceVideosAnnotateResource = "v1p3beta1" :> ("videos:annotate" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest :> Post '[JSON] GoogleLongrunning_Operation)))))))) Source #

A resource alias for videointelligence.videos.annotate method which the VideoIntelligenceVideosAnnotate request conforms to.

data VideoIntelligenceVideosAnnotate Source #

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).

See: newVideoIntelligenceVideosAnnotate smart constructor.

Constructors

VideoIntelligenceVideosAnnotate 

Fields

Instances

Instances details
Generic VideoIntelligenceVideosAnnotate Source # 
Instance details

Defined in Gogol.VideoIntelligence.Videos.Annotate

Associated Types

type Rep VideoIntelligenceVideosAnnotate 
Instance details

Defined in Gogol.VideoIntelligence.Videos.Annotate

type Rep VideoIntelligenceVideosAnnotate = D1 ('MetaData "VideoIntelligenceVideosAnnotate" "Gogol.VideoIntelligence.Videos.Annotate" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "VideoIntelligenceVideosAnnotate" 'PrefixI 'True) ((S1 ('MetaSel ('Just "xgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "callback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest) :*: (S1 ('MetaSel ('Just "uploadType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uploadProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
Show VideoIntelligenceVideosAnnotate Source # 
Instance details

Defined in Gogol.VideoIntelligence.Videos.Annotate

Eq VideoIntelligenceVideosAnnotate Source # 
Instance details

Defined in Gogol.VideoIntelligence.Videos.Annotate

GoogleRequest VideoIntelligenceVideosAnnotate Source # 
Instance details

Defined in Gogol.VideoIntelligence.Videos.Annotate

type Rep VideoIntelligenceVideosAnnotate Source # 
Instance details

Defined in Gogol.VideoIntelligence.Videos.Annotate

type Rep VideoIntelligenceVideosAnnotate = D1 ('MetaData "VideoIntelligenceVideosAnnotate" "Gogol.VideoIntelligence.Videos.Annotate" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "VideoIntelligenceVideosAnnotate" 'PrefixI 'True) ((S1 ('MetaSel ('Just "xgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "callback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest) :*: (S1 ('MetaSel ('Just "uploadType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uploadProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type Rs VideoIntelligenceVideosAnnotate Source # 
Instance details

Defined in Gogol.VideoIntelligence.Videos.Annotate

type Scopes VideoIntelligenceVideosAnnotate Source # 
Instance details

Defined in Gogol.VideoIntelligence.Videos.Annotate

newVideoIntelligenceVideosAnnotate Source #

Creates a value of VideoIntelligenceVideosAnnotate with the minimum fields required to make a request.

Types

Xgafv

newtype Xgafv Source #

V1 error format.

Constructors

Xgafv 

Fields

Bundled Patterns

pattern Xgafv_1 :: Xgafv

v1 error format

pattern Xgafv_2 :: Xgafv

v2 error format

Instances

Instances details
FromJSON Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep Xgafv 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep Xgafv = D1 ('MetaData "Xgafv" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "Xgafv" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromXgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Methods

from :: Xgafv -> Rep Xgafv x #

to :: Rep Xgafv x -> Xgafv #

Read Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Methods

showsPrec :: Int -> Xgafv -> ShowS #

show :: Xgafv -> String #

showList :: [Xgafv] -> ShowS #

Eq Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Methods

(==) :: Xgafv -> Xgafv -> Bool #

(/=) :: Xgafv -> Xgafv -> Bool #

Ord Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Methods

compare :: Xgafv -> Xgafv -> Ordering #

(<) :: Xgafv -> Xgafv -> Bool #

(<=) :: Xgafv -> Xgafv -> Bool #

(>) :: Xgafv -> Xgafv -> Bool #

(>=) :: Xgafv -> Xgafv -> Bool #

max :: Xgafv -> Xgafv -> Xgafv #

min :: Xgafv -> Xgafv -> Xgafv #

Hashable Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Methods

hashWithSalt :: Int -> Xgafv -> Int #

hash :: Xgafv -> Int #

FromHttpApiData Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep Xgafv Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep Xgafv = D1 ('MetaData "Xgafv" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "Xgafv" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromXgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1_AnnotateVideoProgress

newtype GoogleCloudVideointelligenceV1_AnnotateVideoProgress Source #

Video annotation progress. Included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1_AnnotateVideoProgress smart constructor.

Constructors

GoogleCloudVideointelligenceV1_AnnotateVideoProgress 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_AnnotateVideoProgress 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_VideoAnnotationProgress]))))
Show GoogleCloudVideointelligenceV1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_VideoAnnotationProgress]))))

GoogleCloudVideointelligenceV1_AnnotateVideoResponse

newtype GoogleCloudVideointelligenceV1_AnnotateVideoResponse Source #

Video annotation response. Included in the response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1_AnnotateVideoResponse smart constructor.

Constructors

GoogleCloudVideointelligenceV1_AnnotateVideoResponse 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_AnnotateVideoResponse 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_VideoAnnotationResults]))))
Show GoogleCloudVideointelligenceV1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_VideoAnnotationResults]))))

GoogleCloudVideointelligenceV1_DetectedAttribute

data GoogleCloudVideointelligenceV1_DetectedAttribute Source #

A generic detected attribute represented by name in string format.

See: newGoogleCloudVideointelligenceV1_DetectedAttribute smart constructor.

Constructors

GoogleCloudVideointelligenceV1_DetectedAttribute 

Fields

  • confidence :: Maybe Double

    Detected attribute confidence. Range [0, 1].

  • name :: Maybe Text

    The name of the attribute, for example, glasses, darkglasses, mouthopen. A full list of supported type names will be provided in the document.

  • value :: Maybe Text

    Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_DetectedAttribute 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1_DetectedLandmark

data GoogleCloudVideointelligenceV1_DetectedLandmark Source #

A generic detected landmark represented by name in string format and a 2D location.

See: newGoogleCloudVideointelligenceV1_DetectedLandmark smart constructor.

Constructors

GoogleCloudVideointelligenceV1_DetectedLandmark 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_DetectedLandmark 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_NormalizedVertex)))))
Show GoogleCloudVideointelligenceV1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_NormalizedVertex)))))

GoogleCloudVideointelligenceV1_Entity

data GoogleCloudVideointelligenceV1_Entity Source #

Detected entity from video analysis.

See: newGoogleCloudVideointelligenceV1_Entity smart constructor.

Constructors

GoogleCloudVideointelligenceV1_Entity 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_Entity 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1_ExplicitContentAnnotation

data GoogleCloudVideointelligenceV1_ExplicitContentAnnotation Source #

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.

See: newGoogleCloudVideointelligenceV1_ExplicitContentAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1_ExplicitContentAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_ExplicitContentAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1_ExplicitContentFrame

data GoogleCloudVideointelligenceV1_ExplicitContentFrame Source #

Video frame level annotation results for explicit content.

See: newGoogleCloudVideointelligenceV1_ExplicitContentFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1_ExplicitContentFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_ExplicitContentFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood

newtype GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source #

Likelihood of the pornography content..

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1_FaceAnnotation

data GoogleCloudVideointelligenceV1_FaceAnnotation Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1_FaceAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1_FaceAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_FaceAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))
Show GoogleCloudVideointelligenceV1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))

GoogleCloudVideointelligenceV1_FaceDetectionAnnotation

data GoogleCloudVideointelligenceV1_FaceDetectionAnnotation Source #

Face detection annotation.

See: newGoogleCloudVideointelligenceV1_FaceDetectionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1_FaceDetectionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_FaceDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1_FaceFrame

data GoogleCloudVideointelligenceV1_FaceFrame Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1_FaceFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1_FaceFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_FaceFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1_FaceSegment

newtype GoogleCloudVideointelligenceV1_FaceSegment Source #

Video segment level annotation results for face detection.

See: newGoogleCloudVideointelligenceV1_FaceSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1_FaceSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_FaceSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment))))
Show GoogleCloudVideointelligenceV1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment))))

GoogleCloudVideointelligenceV1_LabelAnnotation

data GoogleCloudVideointelligenceV1_LabelAnnotation Source #

Label annotation.

See: newGoogleCloudVideointelligenceV1_LabelAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1_LabelAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1_LabelFrame

data GoogleCloudVideointelligenceV1_LabelFrame Source #

Video frame level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1_LabelFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1_LabelFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_LabelFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1_LabelSegment

data GoogleCloudVideointelligenceV1_LabelSegment Source #

Video segment level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1_LabelSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1_LabelSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_LabelSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment))))
Show GoogleCloudVideointelligenceV1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment))))

GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation

data GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation Source #

Annotation corresponding to one detected, tracked and recognized logo class.

See: newGoogleCloudVideointelligenceV1_LogoRecognitionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_Track])))))
Show GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_Track])))))

GoogleCloudVideointelligenceV1_NormalizedBoundingBox

data GoogleCloudVideointelligenceV1_NormalizedBoundingBox Source #

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

See: newGoogleCloudVideointelligenceV1_NormalizedBoundingBox smart constructor.

Constructors

GoogleCloudVideointelligenceV1_NormalizedBoundingBox 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_NormalizedBoundingBox 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))
Show GoogleCloudVideointelligenceV1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

GoogleCloudVideointelligenceV1_NormalizedBoundingPoly

newtype GoogleCloudVideointelligenceV1_NormalizedBoundingPoly Source #

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.

See: newGoogleCloudVideointelligenceV1_NormalizedBoundingPoly smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_NormalizedBoundingPoly 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_NormalizedVertex]))))
Show GoogleCloudVideointelligenceV1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_NormalizedVertex]))))

GoogleCloudVideointelligenceV1_NormalizedVertex

data GoogleCloudVideointelligenceV1_NormalizedVertex Source #

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.

See: newGoogleCloudVideointelligenceV1_NormalizedVertex smart constructor.

Constructors

GoogleCloudVideointelligenceV1_NormalizedVertex 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_NormalizedVertex 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))
Show GoogleCloudVideointelligenceV1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation

data GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation Source #

Annotations corresponding to one tracked object.

See: newGoogleCloudVideointelligenceV1_ObjectTrackingAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1_ObjectTrackingFrame

data GoogleCloudVideointelligenceV1_ObjectTrackingFrame Source #

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

See: newGoogleCloudVideointelligenceV1_ObjectTrackingFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1_ObjectTrackingFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_ObjectTrackingFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1_PersonDetectionAnnotation

data GoogleCloudVideointelligenceV1_PersonDetectionAnnotation Source #

Person detection annotation per video.

See: newGoogleCloudVideointelligenceV1_PersonDetectionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1_PersonDetectionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_PersonDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative

data GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative Source #

Alternative hypotheses (a.k.a. n-best list).

See: newGoogleCloudVideointelligenceV1_SpeechRecognitionAlternative smart constructor.

Constructors

GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • transcript :: Maybe Text

    Transcript text representing the words that the user spoke.

  • words :: Maybe [GoogleCloudVideointelligenceV1_WordInfo]

    Output only. A list of word-specific information for each recognized word. Note: When enable_speaker_diarization is set to true, you will see all the words from the beginning of the audio.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_WordInfo])))))
Show GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_WordInfo])))))

GoogleCloudVideointelligenceV1_SpeechTranscription

data GoogleCloudVideointelligenceV1_SpeechTranscription Source #

A speech recognition result corresponding to a portion of the audio.

See: newGoogleCloudVideointelligenceV1_SpeechTranscription smart constructor.

Constructors

GoogleCloudVideointelligenceV1_SpeechTranscription 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_SpeechTranscription 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1_TextAnnotation

data GoogleCloudVideointelligenceV1_TextAnnotation Source #

Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.

See: newGoogleCloudVideointelligenceV1_TextAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1_TextAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_TextAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1_TextFrame

data GoogleCloudVideointelligenceV1_TextFrame Source #

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.

See: newGoogleCloudVideointelligenceV1_TextFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1_TextFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_TextFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1_TextSegment

data GoogleCloudVideointelligenceV1_TextSegment Source #

Video segment level annotation results for text detection.

See: newGoogleCloudVideointelligenceV1_TextSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1_TextSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_TextSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment)))))
Show GoogleCloudVideointelligenceV1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment)))))

GoogleCloudVideointelligenceV1_TimestampedObject

data GoogleCloudVideointelligenceV1_TimestampedObject Source #

For tracking related features. An object at timeoffset with attributes, and located with normalizedbounding_box.

See: newGoogleCloudVideointelligenceV1_TimestampedObject smart constructor.

Constructors

GoogleCloudVideointelligenceV1_TimestampedObject 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_TimestampedObject 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))
Show GoogleCloudVideointelligenceV1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))

GoogleCloudVideointelligenceV1_Track

data GoogleCloudVideointelligenceV1_Track Source #

A track of an object instance.

See: newGoogleCloudVideointelligenceV1_Track smart constructor.

Constructors

GoogleCloudVideointelligenceV1_Track 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_Track 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_TimestampedObject])))))
Show GoogleCloudVideointelligenceV1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_TimestampedObject])))))

GoogleCloudVideointelligenceV1_VideoAnnotationProgress

data GoogleCloudVideointelligenceV1_VideoAnnotationProgress Source #

Annotation progress for a single video.

See: newGoogleCloudVideointelligenceV1_VideoAnnotationProgress smart constructor.

Constructors

GoogleCloudVideointelligenceV1_VideoAnnotationProgress 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1_VideoAnnotationProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_VideoAnnotationProgress" 'PrefixI 'True) ((S1 ('MetaSel ('Just "feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature)) :*: (S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime)) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime))))))

GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

newtype GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source #

Specifies which feature is being tracked if the request contains more than one feature.

Bundled Patterns

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_FEATUREUNSPECIFIED :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Unspecified.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_LABELDETECTION :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Label detection. Detect objects, such as dog or flower.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_SHOTCHANGEDETECTION :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Shot change detection.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_EXPLICITCONTENTDETECTION :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Explicit content detection.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_FACEDETECTION :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Human face detection.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_SPEECHTRANSCRIPTION :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Speech transcription.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_TEXTDETECTION :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

OCR text detection and tracking.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_OBJECTTRACKING :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Object detection and tracking.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_LOGORECOGNITION :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Logo detection, tracking, and recognition.

pattern GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature_PERSONDETECTION :: GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature

Person detection.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1_VideoAnnotationResults

data GoogleCloudVideointelligenceV1_VideoAnnotationResults Source #

Annotation results for a single video.

See: newGoogleCloudVideointelligenceV1_VideoAnnotationResults smart constructor.

Constructors

GoogleCloudVideointelligenceV1_VideoAnnotationResults 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationResults 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)) :*: S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_ExplicitContentAnnotation))) :*: (S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_FaceAnnotation])) :*: S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_FaceDetectionAnnotation])))) :*: ((S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation]))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_TextAnnotation]))))))))
Show GoogleCloudVideointelligenceV1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)) :*: S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_ExplicitContentAnnotation))) :*: (S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_FaceAnnotation])) :*: S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_FaceDetectionAnnotation])))) :*: ((S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_ObjectTrackingAnnotation]))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1_TextAnnotation]))))))))

GoogleCloudVideointelligenceV1_VideoSegment

data GoogleCloudVideointelligenceV1_VideoSegment Source #

Video segment.

See: newGoogleCloudVideointelligenceV1_VideoSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1_VideoSegment 

Fields

  • endTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

  • startTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_VideoSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1_WordInfo

data GoogleCloudVideointelligenceV1_WordInfo Source #

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.

See: newGoogleCloudVideointelligenceV1_WordInfo smart constructor.

Constructors

GoogleCloudVideointelligenceV1_WordInfo 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • endTime :: Maybe Duration

    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.

  • speakerTag :: Maybe Int32

    Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarizationspeakercount, and is only set if speaker diarization is enabled.

  • startTime :: Maybe Duration

    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.

  • word :: Maybe Text

    The word corresponding to this set of information.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1_WordInfo 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
Show GoogleCloudVideointelligenceV1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress

newtype GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress Source #

Video annotation progress. Included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress]))))
Show GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress]))))

GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse

newtype GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse Source #

Video annotation response. Included in the response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults]))))
Show GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults]))))

GoogleCloudVideointelligenceV1beta2_DetectedAttribute

data GoogleCloudVideointelligenceV1beta2_DetectedAttribute Source #

A generic detected attribute represented by name in string format.

See: newGoogleCloudVideointelligenceV1beta2_DetectedAttribute smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_DetectedAttribute 

Fields

  • confidence :: Maybe Double

    Detected attribute confidence. Range [0, 1].

  • name :: Maybe Text

    The name of the attribute, for example, glasses, darkglasses, mouthopen. A full list of supported type names will be provided in the document.

  • value :: Maybe Text

    Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_DetectedAttribute 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1beta2_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1beta2_DetectedLandmark

data GoogleCloudVideointelligenceV1beta2_DetectedLandmark Source #

A generic detected landmark represented by name in string format and a 2D location.

See: newGoogleCloudVideointelligenceV1beta2_DetectedLandmark smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_DetectedLandmark 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_DetectedLandmark 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_NormalizedVertex)))))
Show GoogleCloudVideointelligenceV1beta2_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_NormalizedVertex)))))

GoogleCloudVideointelligenceV1beta2_Entity

data GoogleCloudVideointelligenceV1beta2_Entity Source #

Detected entity from video analysis.

See: newGoogleCloudVideointelligenceV1beta2_Entity smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_Entity 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_Entity 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1beta2_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation

data GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation Source #

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.

See: newGoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame

data GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame Source #

Video frame level annotation results for explicit content.

See: newGoogleCloudVideointelligenceV1beta2_ExplicitContentFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood

newtype GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source #

Likelihood of the pornography content..

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1beta2_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1beta2_FaceAnnotation

data GoogleCloudVideointelligenceV1beta2_FaceAnnotation Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1beta2_FaceAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_FaceAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_FaceAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))
Show GoogleCloudVideointelligenceV1beta2_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))

GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation

data GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation Source #

Face detection annotation.

See: newGoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1beta2_FaceFrame

data GoogleCloudVideointelligenceV1beta2_FaceFrame Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1beta2_FaceFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_FaceFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_FaceFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1beta2_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1beta2_FaceSegment

newtype GoogleCloudVideointelligenceV1beta2_FaceSegment Source #

Video segment level annotation results for face detection.

See: newGoogleCloudVideointelligenceV1beta2_FaceSegment smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_FaceSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment))))
Show GoogleCloudVideointelligenceV1beta2_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment))))

GoogleCloudVideointelligenceV1beta2_LabelAnnotation

data GoogleCloudVideointelligenceV1beta2_LabelAnnotation Source #

Label annotation.

See: newGoogleCloudVideointelligenceV1beta2_LabelAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_LabelAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1beta2_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1beta2_LabelFrame

data GoogleCloudVideointelligenceV1beta2_LabelFrame Source #

Video frame level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1beta2_LabelFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_LabelFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_LabelFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1beta2_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1beta2_LabelSegment

data GoogleCloudVideointelligenceV1beta2_LabelSegment Source #

Video segment level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1beta2_LabelSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_LabelSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_LabelSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment))))
Show GoogleCloudVideointelligenceV1beta2_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment))))

GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation

data GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation Source #

Annotation corresponding to one detected, tracked and recognized logo class.

See: newGoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_Track])))))
Show GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_Track])))))

GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox

data GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox Source #

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

See: newGoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))
Show GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly

newtype GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly Source #

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.

See: newGoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_NormalizedVertex]))))
Show GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_NormalizedVertex]))))

GoogleCloudVideointelligenceV1beta2_NormalizedVertex

data GoogleCloudVideointelligenceV1beta2_NormalizedVertex Source #

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.

See: newGoogleCloudVideointelligenceV1beta2_NormalizedVertex smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_NormalizedVertex 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedVertex 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))
Show GoogleCloudVideointelligenceV1beta2_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation

data GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation Source #

Annotations corresponding to one tracked object.

See: newGoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame

data GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame Source #

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

See: newGoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation

data GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation Source #

Person detection annotation per video.

See: newGoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative

data GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative Source #

Alternative hypotheses (a.k.a. n-best list).

See: newGoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • transcript :: Maybe Text

    Transcript text representing the words that the user spoke.

  • words :: Maybe [GoogleCloudVideointelligenceV1beta2_WordInfo]

    Output only. A list of word-specific information for each recognized word. Note: When enable_speaker_diarization is set to true, you will see all the words from the beginning of the audio.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_WordInfo])))))
Show GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_WordInfo])))))

GoogleCloudVideointelligenceV1beta2_SpeechTranscription

data GoogleCloudVideointelligenceV1beta2_SpeechTranscription Source #

A speech recognition result corresponding to a portion of the audio.

See: newGoogleCloudVideointelligenceV1beta2_SpeechTranscription smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_SpeechTranscription 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_SpeechTranscription 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1beta2_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1beta2_TextAnnotation

data GoogleCloudVideointelligenceV1beta2_TextAnnotation Source #

Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.

See: newGoogleCloudVideointelligenceV1beta2_TextAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_TextAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_TextAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1beta2_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1beta2_TextFrame

data GoogleCloudVideointelligenceV1beta2_TextFrame Source #

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.

See: newGoogleCloudVideointelligenceV1beta2_TextFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_TextFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_TextFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1beta2_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1beta2_TextSegment

data GoogleCloudVideointelligenceV1beta2_TextSegment Source #

Video segment level annotation results for text detection.

See: newGoogleCloudVideointelligenceV1beta2_TextSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_TextSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_TextSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment)))))
Show GoogleCloudVideointelligenceV1beta2_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment)))))

GoogleCloudVideointelligenceV1beta2_TimestampedObject

data GoogleCloudVideointelligenceV1beta2_TimestampedObject Source #

For tracking related features. An object at timeoffset with attributes, and located with normalizedbounding_box.

See: newGoogleCloudVideointelligenceV1beta2_TimestampedObject smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_TimestampedObject 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_TimestampedObject 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))
Show GoogleCloudVideointelligenceV1beta2_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))

GoogleCloudVideointelligenceV1beta2_Track

data GoogleCloudVideointelligenceV1beta2_Track Source #

A track of an object instance.

See: newGoogleCloudVideointelligenceV1beta2_Track smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_Track 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_Track 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_TimestampedObject])))))
Show GoogleCloudVideointelligenceV1beta2_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_TimestampedObject])))))

GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress

data GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress Source #

Annotation progress for a single video.

See: newGoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress" 'PrefixI 'True) ((S1 ('MetaSel ('Just "feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature)) :*: (S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime)) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime))))))

GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

newtype GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source #

Specifies which feature is being tracked if the request contains more than one feature.

Bundled Patterns

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_FEATUREUNSPECIFIED :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Unspecified.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_LABELDETECTION :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Label detection. Detect objects, such as dog or flower.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_SHOTCHANGEDETECTION :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Shot change detection.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_EXPLICITCONTENTDETECTION :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Explicit content detection.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_FACEDETECTION :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Human face detection.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_SPEECHTRANSCRIPTION :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Speech transcription.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_TEXTDETECTION :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

OCR text detection and tracking.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_OBJECTTRACKING :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Object detection and tracking.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_LOGORECOGNITION :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Logo detection, tracking, and recognition.

pattern GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature_PERSONDETECTION :: GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature

Person detection.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1beta2_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults

data GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults Source #

Annotation results for a single video.

See: newGoogleCloudVideointelligenceV1beta2_VideoAnnotationResults smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)) :*: S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation))) :*: (S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_FaceAnnotation])) :*: S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation])))) :*: ((S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation])) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation]))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_TextAnnotation]))))))))
Show GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)) :*: S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_ExplicitContentAnnotation))) :*: (S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_FaceAnnotation])) :*: S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_FaceDetectionAnnotation])))) :*: ((S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation])) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_ObjectTrackingAnnotation]))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1beta2_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1beta2_TextAnnotation]))))))))

GoogleCloudVideointelligenceV1beta2_VideoSegment

data GoogleCloudVideointelligenceV1beta2_VideoSegment Source #

Video segment.

See: newGoogleCloudVideointelligenceV1beta2_VideoSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_VideoSegment 

Fields

  • endTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

  • startTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_VideoSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1beta2_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1beta2_WordInfo

data GoogleCloudVideointelligenceV1beta2_WordInfo Source #

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.

See: newGoogleCloudVideointelligenceV1beta2_WordInfo smart constructor.

Constructors

GoogleCloudVideointelligenceV1beta2_WordInfo 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • endTime :: Maybe Duration

    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.

  • speakerTag :: Maybe Int32

    Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarizationspeakercount, and is only set if speaker diarization is enabled.

  • startTime :: Maybe Duration

    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.

  • word :: Maybe Text

    The word corresponding to this set of information.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1beta2_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1beta2_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1beta2_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1beta2_WordInfo 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
Show GoogleCloudVideointelligenceV1beta2_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1beta2_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1beta2_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1beta2_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1beta2_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress

newtype GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress Source #

Video annotation progress. Included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress]))))
Show GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress]))))

GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse

newtype GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse Source #

Video annotation response. Included in the response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults]))))
Show GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults]))))

GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute

data GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute Source #

A generic detected attribute represented by name in string format.

See: newGoogleCloudVideointelligenceV1p1beta1_DetectedAttribute smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute 

Fields

  • confidence :: Maybe Double

    Detected attribute confidence. Range [0, 1].

  • name :: Maybe Text

    The name of the attribute, for example, glasses, darkglasses, mouthopen. A full list of supported type names will be provided in the document.

  • value :: Maybe Text

    Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark

data GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark Source #

A generic detected landmark represented by name in string format and a 2D location.

See: newGoogleCloudVideointelligenceV1p1beta1_DetectedLandmark smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex)))))
Show GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex)))))

GoogleCloudVideointelligenceV1p1beta1_Entity

data GoogleCloudVideointelligenceV1p1beta1_Entity Source #

Detected entity from video analysis.

See: newGoogleCloudVideointelligenceV1p1beta1_Entity smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_Entity 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_Entity 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p1beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation

data GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation Source #

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.

See: newGoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame

data GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame Source #

Video frame level annotation results for explicit content.

See: newGoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood

newtype GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source #

Likelihood of the pornography content..

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p1beta1_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation

data GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1p1beta1_FaceAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))
Show GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))

GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation

data GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation Source #

Face detection annotation.

See: newGoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p1beta1_FaceFrame

data GoogleCloudVideointelligenceV1p1beta1_FaceFrame Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1p1beta1_FaceFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_FaceFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p1beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p1beta1_FaceSegment

newtype GoogleCloudVideointelligenceV1p1beta1_FaceSegment Source #

Video segment level annotation results for face detection.

See: newGoogleCloudVideointelligenceV1p1beta1_FaceSegment smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment))))
Show GoogleCloudVideointelligenceV1p1beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment))))

GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation

data GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation Source #

Label annotation.

See: newGoogleCloudVideointelligenceV1p1beta1_LabelAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1p1beta1_LabelFrame

data GoogleCloudVideointelligenceV1p1beta1_LabelFrame Source #

Video frame level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1p1beta1_LabelFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_LabelFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p1beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p1beta1_LabelSegment

data GoogleCloudVideointelligenceV1p1beta1_LabelSegment Source #

Video segment level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1p1beta1_LabelSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_LabelSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment))))
Show GoogleCloudVideointelligenceV1p1beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment))))

GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation

data GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation Source #

Annotation corresponding to one detected, tracked and recognized logo class.

See: newGoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_Track])))))
Show GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_Track])))))

GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox

data GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox Source #

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

See: newGoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))
Show GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly

newtype GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly Source #

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.

See: newGoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex]))))
Show GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex]))))

GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex

data GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex Source #

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.

See: newGoogleCloudVideointelligenceV1p1beta1_NormalizedVertex smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))
Show GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation

data GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation Source #

Annotations corresponding to one tracked object.

See: newGoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame

data GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame Source #

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

See: newGoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation

data GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation Source #

Person detection annotation per video.

See: newGoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative

data GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative Source #

Alternative hypotheses (a.k.a. n-best list).

See: newGoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • transcript :: Maybe Text

    Transcript text representing the words that the user spoke.

  • words :: Maybe [GoogleCloudVideointelligenceV1p1beta1_WordInfo]

    Output only. A list of word-specific information for each recognized word. Note: When enable_speaker_diarization is set to true, you will see all the words from the beginning of the audio.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_WordInfo])))))
Show GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_WordInfo])))))

GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription

data GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription Source #

A speech recognition result corresponding to a portion of the audio.

See: newGoogleCloudVideointelligenceV1p1beta1_SpeechTranscription smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p1beta1_TextAnnotation

data GoogleCloudVideointelligenceV1p1beta1_TextAnnotation Source #

Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.

See: newGoogleCloudVideointelligenceV1p1beta1_TextAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_TextAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_TextAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p1beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p1beta1_TextFrame

data GoogleCloudVideointelligenceV1p1beta1_TextFrame Source #

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.

See: newGoogleCloudVideointelligenceV1p1beta1_TextFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_TextFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_TextFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p1beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p1beta1_TextSegment

data GoogleCloudVideointelligenceV1p1beta1_TextSegment Source #

Video segment level annotation results for text detection.

See: newGoogleCloudVideointelligenceV1p1beta1_TextSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_TextSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_TextSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment)))))
Show GoogleCloudVideointelligenceV1p1beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment)))))

GoogleCloudVideointelligenceV1p1beta1_TimestampedObject

data GoogleCloudVideointelligenceV1p1beta1_TimestampedObject Source #

For tracking related features. An object at timeoffset with attributes, and located with normalizedbounding_box.

See: newGoogleCloudVideointelligenceV1p1beta1_TimestampedObject smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_TimestampedObject 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_TimestampedObject 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))
Show GoogleCloudVideointelligenceV1p1beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))

GoogleCloudVideointelligenceV1p1beta1_Track

data GoogleCloudVideointelligenceV1p1beta1_Track Source #

A track of an object instance.

See: newGoogleCloudVideointelligenceV1p1beta1_Track smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_Track 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_Track 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_TimestampedObject])))))
Show GoogleCloudVideointelligenceV1p1beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_TimestampedObject])))))

GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress

data GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress Source #

Annotation progress for a single video.

See: newGoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress" 'PrefixI 'True) ((S1 ('MetaSel ('Just "feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature)) :*: (S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime)) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime))))))

GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

newtype GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source #

Specifies which feature is being tracked if the request contains more than one feature.

Bundled Patterns

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_FEATUREUNSPECIFIED :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Unspecified.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_LABELDETECTION :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Label detection. Detect objects, such as dog or flower.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_SHOTCHANGEDETECTION :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Shot change detection.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_EXPLICITCONTENTDETECTION :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Explicit content detection.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_FACEDETECTION :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Human face detection.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_SPEECHTRANSCRIPTION :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Speech transcription.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_TEXTDETECTION :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

OCR text detection and tracking.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_OBJECTTRACKING :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Object detection and tracking.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_LOGORECOGNITION :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Logo detection, tracking, and recognition.

pattern GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature_PERSONDETECTION :: GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature

Person detection.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p1beta1_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults

data GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults Source #

Annotation results for a single video.

See: newGoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)) :*: S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation))) :*: (S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation])) :*: S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation])))) :*: ((S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation]))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_TextAnnotation]))))))))
Show GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)) :*: S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_ExplicitContentAnnotation))) :*: (S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_FaceAnnotation])) :*: S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_FaceDetectionAnnotation])))) :*: ((S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingAnnotation]))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p1beta1_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p1beta1_TextAnnotation]))))))))

GoogleCloudVideointelligenceV1p1beta1_VideoSegment

data GoogleCloudVideointelligenceV1p1beta1_VideoSegment Source #

Video segment.

See: newGoogleCloudVideointelligenceV1p1beta1_VideoSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_VideoSegment 

Fields

  • endTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

  • startTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p1beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p1beta1_WordInfo

data GoogleCloudVideointelligenceV1p1beta1_WordInfo Source #

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.

See: newGoogleCloudVideointelligenceV1p1beta1_WordInfo smart constructor.

Constructors

GoogleCloudVideointelligenceV1p1beta1_WordInfo 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • endTime :: Maybe Duration

    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.

  • speakerTag :: Maybe Int32

    Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarizationspeakercount, and is only set if speaker diarization is enabled.

  • startTime :: Maybe Duration

    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.

  • word :: Maybe Text

    The word corresponding to this set of information.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p1beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p1beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p1beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p1beta1_WordInfo 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
Show GoogleCloudVideointelligenceV1p1beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p1beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p1beta1_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1p1beta1_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p1beta1_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress

newtype GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress Source #

Video annotation progress. Included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress]))))
Show GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress]))))

GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse

newtype GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse Source #

Video annotation response. Included in the response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults]))))
Show GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults]))))

GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute

data GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute Source #

A generic detected attribute represented by name in string format.

See: newGoogleCloudVideointelligenceV1p2beta1_DetectedAttribute smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute 

Fields

  • confidence :: Maybe Double

    Detected attribute confidence. Range [0, 1].

  • name :: Maybe Text

    The name of the attribute, for example, glasses, darkglasses, mouthopen. A full list of supported type names will be provided in the document.

  • value :: Maybe Text

    Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark

data GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark Source #

A generic detected landmark represented by name in string format and a 2D location.

See: newGoogleCloudVideointelligenceV1p2beta1_DetectedLandmark smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex)))))
Show GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex)))))

GoogleCloudVideointelligenceV1p2beta1_Entity

data GoogleCloudVideointelligenceV1p2beta1_Entity Source #

Detected entity from video analysis.

See: newGoogleCloudVideointelligenceV1p2beta1_Entity smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_Entity 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_Entity 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p2beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation

data GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation Source #

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.

See: newGoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame

data GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame Source #

Video frame level annotation results for explicit content.

See: newGoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood

newtype GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source #

Likelihood of the pornography content..

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p2beta1_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation

data GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1p2beta1_FaceAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))
Show GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))

GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation

data GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation Source #

Face detection annotation.

See: newGoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p2beta1_FaceFrame

data GoogleCloudVideointelligenceV1p2beta1_FaceFrame Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1p2beta1_FaceFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_FaceFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p2beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p2beta1_FaceSegment

newtype GoogleCloudVideointelligenceV1p2beta1_FaceSegment Source #

Video segment level annotation results for face detection.

See: newGoogleCloudVideointelligenceV1p2beta1_FaceSegment smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment))))
Show GoogleCloudVideointelligenceV1p2beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment))))

GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation

data GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation Source #

Label annotation.

See: newGoogleCloudVideointelligenceV1p2beta1_LabelAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1p2beta1_LabelFrame

data GoogleCloudVideointelligenceV1p2beta1_LabelFrame Source #

Video frame level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1p2beta1_LabelFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_LabelFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p2beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p2beta1_LabelSegment

data GoogleCloudVideointelligenceV1p2beta1_LabelSegment Source #

Video segment level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1p2beta1_LabelSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_LabelSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment))))
Show GoogleCloudVideointelligenceV1p2beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment))))

GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation

data GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation Source #

Annotation corresponding to one detected, tracked and recognized logo class.

See: newGoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_Track])))))
Show GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_Track])))))

GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox

data GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox Source #

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

See: newGoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))
Show GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly

newtype GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly Source #

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.

See: newGoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex]))))
Show GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex]))))

GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex

data GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex Source #

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.

See: newGoogleCloudVideointelligenceV1p2beta1_NormalizedVertex smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))
Show GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation

data GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation Source #

Annotations corresponding to one tracked object.

See: newGoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame

data GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame Source #

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

See: newGoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation

data GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation Source #

Person detection annotation per video.

See: newGoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative

data GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative Source #

Alternative hypotheses (a.k.a. n-best list).

See: newGoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • transcript :: Maybe Text

    Transcript text representing the words that the user spoke.

  • words :: Maybe [GoogleCloudVideointelligenceV1p2beta1_WordInfo]

    Output only. A list of word-specific information for each recognized word. Note: When enable_speaker_diarization is set to true, you will see all the words from the beginning of the audio.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_WordInfo])))))
Show GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_WordInfo])))))

GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription

data GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription Source #

A speech recognition result corresponding to a portion of the audio.

See: newGoogleCloudVideointelligenceV1p2beta1_SpeechTranscription smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p2beta1_TextAnnotation

data GoogleCloudVideointelligenceV1p2beta1_TextAnnotation Source #

Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.

See: newGoogleCloudVideointelligenceV1p2beta1_TextAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_TextAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_TextAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p2beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p2beta1_TextFrame

data GoogleCloudVideointelligenceV1p2beta1_TextFrame Source #

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.

See: newGoogleCloudVideointelligenceV1p2beta1_TextFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_TextFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_TextFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p2beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p2beta1_TextSegment

data GoogleCloudVideointelligenceV1p2beta1_TextSegment Source #

Video segment level annotation results for text detection.

See: newGoogleCloudVideointelligenceV1p2beta1_TextSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_TextSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_TextSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment)))))
Show GoogleCloudVideointelligenceV1p2beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment)))))

GoogleCloudVideointelligenceV1p2beta1_TimestampedObject

data GoogleCloudVideointelligenceV1p2beta1_TimestampedObject Source #

For tracking related features. An object at timeoffset with attributes, and located with normalizedbounding_box.

See: newGoogleCloudVideointelligenceV1p2beta1_TimestampedObject smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_TimestampedObject 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_TimestampedObject 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))
Show GoogleCloudVideointelligenceV1p2beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))

GoogleCloudVideointelligenceV1p2beta1_Track

data GoogleCloudVideointelligenceV1p2beta1_Track Source #

A track of an object instance.

See: newGoogleCloudVideointelligenceV1p2beta1_Track smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_Track 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_Track 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_TimestampedObject])))))
Show GoogleCloudVideointelligenceV1p2beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_TimestampedObject])))))

GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress

data GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress Source #

Annotation progress for a single video.

See: newGoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress" 'PrefixI 'True) ((S1 ('MetaSel ('Just "feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature)) :*: (S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime)) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime))))))

GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

newtype GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source #

Specifies which feature is being tracked if the request contains more than one feature.

Bundled Patterns

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_FEATUREUNSPECIFIED :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Unspecified.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_LABELDETECTION :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Label detection. Detect objects, such as dog or flower.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_SHOTCHANGEDETECTION :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Shot change detection.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_EXPLICITCONTENTDETECTION :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Explicit content detection.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_FACEDETECTION :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Human face detection.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_SPEECHTRANSCRIPTION :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Speech transcription.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_TEXTDETECTION :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

OCR text detection and tracking.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_OBJECTTRACKING :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Object detection and tracking.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_LOGORECOGNITION :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Logo detection, tracking, and recognition.

pattern GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature_PERSONDETECTION :: GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature

Person detection.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p2beta1_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults

data GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults Source #

Annotation results for a single video.

See: newGoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)) :*: S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation))) :*: (S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation])) :*: S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation])))) :*: ((S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation]))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_TextAnnotation]))))))))
Show GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)) :*: S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_ExplicitContentAnnotation))) :*: (S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation])) :*: S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_FaceDetectionAnnotation])))) :*: ((S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_ObjectTrackingAnnotation]))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p2beta1_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p2beta1_TextAnnotation]))))))))

GoogleCloudVideointelligenceV1p2beta1_VideoSegment

data GoogleCloudVideointelligenceV1p2beta1_VideoSegment Source #

Video segment.

See: newGoogleCloudVideointelligenceV1p2beta1_VideoSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_VideoSegment 

Fields

  • endTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

  • startTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p2beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p2beta1_WordInfo

data GoogleCloudVideointelligenceV1p2beta1_WordInfo Source #

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.

See: newGoogleCloudVideointelligenceV1p2beta1_WordInfo smart constructor.

Constructors

GoogleCloudVideointelligenceV1p2beta1_WordInfo 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • endTime :: Maybe Duration

    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.

  • speakerTag :: Maybe Int32

    Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarizationspeakercount, and is only set if speaker diarization is enabled.

  • startTime :: Maybe Duration

    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.

  • word :: Maybe Text

    The word corresponding to this set of information.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p2beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p2beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p2beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p2beta1_WordInfo 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
Show GoogleCloudVideointelligenceV1p2beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p2beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p2beta1_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1p2beta1_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p2beta1_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress

newtype GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress Source #

Video annotation progress. Included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress]))))
Show GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoProgress" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress]))))

GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest

data GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest Source #

Video annotation request.

See: newGoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest 

Fields

  • features :: Maybe [GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem]

    Required. Requested video annotation features.

  • inputContent :: Maybe Base64

    The video data bytes. If unset, the input video(s) should be specified via the input_uri. If set, input_uri must be unset.

  • inputUri :: Maybe Text

    Input video location. Currently, only Cloud Storage URIs are supported. URIs must be specified in the following format: gs://bucket-id/object-id (other URI formats return google.rpc.Code.INVALID_ARGUMENT). For more information, see Request URIs. To identify multiple videos, a video URI may include wildcards in the object-id. 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 must be unset.

  • locationId :: Maybe Text

    Optional. Cloud region where annotation should take place. Supported cloud regions are: us-east1, us-west1, europe-west1, asia-east1. If no region is specified, the region will be determined based on video file location.

  • outputUri :: Maybe Text

    Optional. Location where the output (in JSON format) should be stored. Currently, only Cloud Storage URIs are supported. These must be specified in the following format: gs://bucket-id/object-id (other URI formats return google.rpc.Code.INVALID_ARGUMENT). For more information, see Request URIs.

  • videoContext :: Maybe GoogleCloudVideointelligenceV1p3beta1_VideoContext

    Additional video context and/or feature-specific parameters.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest" 'PrefixI 'True) ((S1 ('MetaSel ('Just "features") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem])) :*: (S1 ('MetaSel ('Just "inputContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "locationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "videoContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoContext))))))

GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

newtype GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source #

Bundled Patterns

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_FEATUREUNSPECIFIED :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Unspecified.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_LABELDETECTION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Label detection. Detect objects, such as dog or flower.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_SHOTCHANGEDETECTION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Shot change detection.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_EXPLICITCONTENTDETECTION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Explicit content detection.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_FACEDETECTION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Human face detection.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_SPEECHTRANSCRIPTION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Speech transcription.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_TEXTDETECTION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

OCR text detection and tracking.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_OBJECTTRACKING :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Object detection and tracking.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_LOGORECOGNITION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Logo detection, tracking, and recognition.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_CELEBRITYRECOGNITION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Celebrity recognition.

pattern GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem_PERSONDETECTION :: GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem

Person detection.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p3beta1_AnnotateVideoRequest_FeaturesItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse

newtype GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse Source #

Video annotation response. Included in the response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

See: newGoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults]))))
Show GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_AnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults]))))

GoogleCloudVideointelligenceV1p3beta1_Celebrity

data GoogleCloudVideointelligenceV1p3beta1_Celebrity Source #

Celebrity definition.

See: newGoogleCloudVideointelligenceV1p3beta1_Celebrity smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_Celebrity 

Fields

  • description :: Maybe Text

    Textual description of additional information about the celebrity, if applicable.

  • displayName :: Maybe Text

    The celebrity name.

  • name :: Maybe Text

    The resource name of the celebrity. Have the format video-intelligence/kg-mid indicates a celebrity from preloaded gallery. kg-mid is the id in Google knowledge graph, which is unique for the celebrity.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_Celebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_Celebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_Celebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_Celebrity 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Celebrity = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_Celebrity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_Celebrity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p3beta1_Celebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_Celebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Celebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Celebrity = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_Celebrity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_Celebrity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation

data GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation Source #

Celebrity recognition annotation per video.

See: newGoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "celebrityTracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "celebrityTracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack

data GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack Source #

The annotation result of a celebrity face track. RecognizedCelebrity field could be empty if the face track does not have any matched celebrities.

See: newGoogleCloudVideointelligenceV1p3beta1_CelebrityTrack smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack" 'PrefixI 'True) (S1 ('MetaSel ('Just "celebrities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity])) :*: S1 ('MetaSel ('Just "faceTrack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_Track))))
Show GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_CelebrityTrack" 'PrefixI 'True) (S1 ('MetaSel ('Just "celebrities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity])) :*: S1 ('MetaSel ('Just "faceTrack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_Track))))

GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute

data GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute Source #

A generic detected attribute represented by name in string format.

See: newGoogleCloudVideointelligenceV1p3beta1_DetectedAttribute smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute 

Fields

  • confidence :: Maybe Double

    Detected attribute confidence. Range [0, 1].

  • name :: Maybe Text

    The name of the attribute, for example, glasses, darkglasses, mouthopen. A full list of supported type names will be provided in the document.

  • value :: Maybe Text

    Text value of the detection result. For example, the value for "HairColor" can be "black", "blonde", etc.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark

data GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark Source #

A generic detected landmark represented by name in string format and a 2D location.

See: newGoogleCloudVideointelligenceV1p3beta1_DetectedLandmark smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex)))))
Show GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "point") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex)))))

GoogleCloudVideointelligenceV1p3beta1_Entity

data GoogleCloudVideointelligenceV1p3beta1_Entity Source #

Detected entity from video analysis.

See: newGoogleCloudVideointelligenceV1p3beta1_Entity smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_Entity 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_Entity 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p3beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Entity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Entity = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_Entity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_Entity" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation

data GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation Source #

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.

See: newGoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig

newtype GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig Source #

Config for EXPLICITCONTENTDETECTION.

See: newGoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig 

Fields

  • model :: Maybe Text

    Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame

data GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame Source #

Video frame level annotation results for explicit content.

See: newGoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "pornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood

newtype GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source #

Likelihood of the pornography content..

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p3beta1_ExplicitContentFrame_PornographyLikelihood") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation

data GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1p3beta1_FaceAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))
Show GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_FaceFrame])) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_FaceSegment])) :*: S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)))))

GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation

data GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation Source #

Face detection annotation.

See: newGoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "thumbnail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig

data GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig Source #

Config for FACE_DETECTION.

See: newGoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig 

Fields

  • includeAttributes :: Maybe Bool

    Whether to enable face attributes detection, such as glasses, darkglasses, mouthopen etc. Ignored if 'includeboundingboxes' is set to false.

  • includeBoundingBoxes :: Maybe Bool

    Whether bounding boxes are included in the face annotation output.

  • model :: Maybe Text

    Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p3beta1_FaceFrame

data GoogleCloudVideointelligenceV1p3beta1_FaceFrame Source #

Deprecated. No effect.

See: newGoogleCloudVideointelligenceV1p3beta1_FaceFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_FaceFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p3beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox])) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p3beta1_FaceSegment

newtype GoogleCloudVideointelligenceV1p3beta1_FaceSegment Source #

Video segment level annotation results for face detection.

See: newGoogleCloudVideointelligenceV1p3beta1_FaceSegment smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment))))
Show GoogleCloudVideointelligenceV1p3beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_FaceSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_FaceSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_FaceSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment))))

GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation

data GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation Source #

Label annotation.

See: newGoogleCloudVideointelligenceV1p3beta1_LabelAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig

data GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig Source #

Config for LABEL_DETECTION.

See: newGoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig 

Fields

  • frameConfidenceThreshold :: Maybe Double

    The confidence threshold we perform filtering on the labels from frame-level detection. If not set, it is set to 0.4 by default. The valid range for this threshold is [0.1, 0.9]. Any value set outside of this range will be clipped. Note: For best results, follow the default threshold. We will update the default threshold everytime when we release a new model.

  • labelDetectionMode :: Maybe GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode

    What labels should be detected with LABEL_DETECTION, in addition to video-level labels or segment-level labels. If unspecified, defaults to SHOT_MODE.

  • model :: Maybe Text

    Model to use for label detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

  • stationaryCamera :: Maybe Bool

    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.

  • videoConfidenceThreshold :: Maybe Double

    The confidence threshold we perform filtering on the labels from video-level and shot-level detections. If not set, it's set to 0.3 by default. The valid range for this threshold is [0.1, 0.9]. Any value set outside of this range will be clipped. Note: For best results, follow the default threshold. We will update the default threshold everytime when we release a new model.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig" 'PrefixI 'True) ((S1 ('MetaSel ('Just "frameConfidenceThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "labelDetectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode))) :*: (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stationaryCamera") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "videoConfidenceThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))
Show GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig" 'PrefixI 'True) ((S1 ('MetaSel ('Just "frameConfidenceThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "labelDetectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode))) :*: (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stationaryCamera") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "videoConfidenceThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode

newtype GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source #

What labels should be detected with LABEL_DETECTION, in addition to video-level labels or segment-level labels. If unspecified, defaults to SHOT_MODE.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig_LabelDetectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1p3beta1_LabelFrame

data GoogleCloudVideointelligenceV1p3beta1_LabelFrame Source #

Video frame level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1p3beta1_LabelFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_LabelFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p3beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LabelFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LabelFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p3beta1_LabelSegment

data GoogleCloudVideointelligenceV1p3beta1_LabelSegment Source #

Video segment level annotation results for label detection.

See: newGoogleCloudVideointelligenceV1p3beta1_LabelSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_LabelSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment))))
Show GoogleCloudVideointelligenceV1p3beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LabelSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LabelSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LabelSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment))))

GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation

data GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation Source #

Annotation corresponding to one detected, tracked and recognized logo class.

See: newGoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_Track])))))
Show GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_Entity)) :*: (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_Track])))))

GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox

data GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox Source #

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

See: newGoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))
Show GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bottom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "left") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "right") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "top") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly

newtype GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly Source #

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.

See: newGoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex]))))
Show GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly" 'PrefixI 'True) (S1 ('MetaSel ('Just "vertices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex]))))

GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex

data GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex Source #

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.

See: newGoogleCloudVideointelligenceV1p3beta1_NormalizedVertex smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))
Show GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_NormalizedVertex" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation

data GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation Source #

Annotations corresponding to one tracked object.

See: newGoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig

newtype GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig Source #

Config for OBJECT_TRACKING.

See: newGoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig 

Fields

  • model :: Maybe Text

    Model to use for object tracking. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame

data GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame Source #

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

See: newGoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation

data GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation Source #

Person detection annotation per video.

See: newGoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_Track])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig

data GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig Source #

Config for PERSON_DETECTION.

See: newGoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig 

Fields

  • includeAttributes :: Maybe Bool

    Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc. Ignored if 'includeboundingboxes' is set to false.

  • includeBoundingBoxes :: Maybe Bool

    Whether bounding boxes are included in the person detection annotation output.

  • includePoseLandmarks :: Maybe Bool

    Whether to enable pose landmarks detection. Ignored if 'includeboundingboxes' is set to false.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includePoseLandmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))
Show GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeBoundingBoxes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includePoseLandmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity

data GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity Source #

The recognized celebrity with confidence score.

See: newGoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity" 'PrefixI 'True) (S1 ('MetaSel ('Just "celebrity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_Celebrity)) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))
Show GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_RecognizedCelebrity" 'PrefixI 'True) (S1 ('MetaSel ('Just "celebrity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_Celebrity)) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig

newtype GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig Source #

Config for SHOTCHANGEDETECTION.

See: newGoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig 

Fields

  • model :: Maybe Text

    Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset), "builtin/latest", and "builtin/legacy".

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p3beta1_SpeechContext

newtype GoogleCloudVideointelligenceV1p3beta1_SpeechContext Source #

Provides "hints" to the speech recognizer to favor specific words and phrases in the results.

See: newGoogleCloudVideointelligenceV1p3beta1_SpeechContext smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_SpeechContext 

Fields

  • phrases :: Maybe [Text]

    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.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_SpeechContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_SpeechContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_SpeechContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechContext 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechContext = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_SpeechContext" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_SpeechContext" 'PrefixI 'True) (S1 ('MetaSel ('Just "phrases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [Text]))))
Show GoogleCloudVideointelligenceV1p3beta1_SpeechContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_SpeechContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechContext = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_SpeechContext" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_SpeechContext" 'PrefixI 'True) (S1 ('MetaSel ('Just "phrases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [Text]))))

GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative

data GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative Source #

Alternative hypotheses (a.k.a. n-best list).

See: newGoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • transcript :: Maybe Text

    Transcript text representing the words that the user spoke.

  • words :: Maybe [GoogleCloudVideointelligenceV1p3beta1_WordInfo]

    Output only. A list of word-specific information for each recognized word. Note: When enable_speaker_diarization is set to true, you will see all the words from the beginning of the audio.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_WordInfo])))))
Show GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "transcript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "words") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_WordInfo])))))

GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription

data GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription Source #

A speech recognition result corresponding to a portion of the audio.

See: newGoogleCloudVideointelligenceV1p3beta1_SpeechTranscription smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "alternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_SpeechRecognitionAlternative])) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig

data GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig Source #

Config for SPEECH_TRANSCRIPTION.

See: newGoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig 

Fields

  • audioTracks :: Maybe [Int32]

    Optional. For file formats, such as MXF or MKV, supporting multiple audio tracks, specify up to two tracks. Default: track 0.

  • diarizationSpeakerCount :: Maybe Int32

    Optional. If set, specifies the estimated number of speakers in the conversation. If not set, defaults to '2'. Ignored unless enablespeakerdiarization is set to true.

  • enableAutomaticPunctuation :: Maybe Bool

    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."

  • enableSpeakerDiarization :: Maybe Bool

    Optional. If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_tag provided in the WordInfo. Note: When this is true, we send all the words from the beginning of the audio for the top alternative in every consecutive response. This is done in order to improve our speaker tags as our models learn to identify the speakers in the conversation over time.

  • enableWordConfidence :: Maybe Bool

    Optional. If true, the top result includes a list of words and the confidence for those words. If false, no word-level confidence information is returned. The default is false.

  • filterProfanity :: Maybe Bool

    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.

  • languageCode :: Maybe Text

    Required. Required The language of the supplied audio as a BCP-47 language tag. Example: "en-US". See Language Support for a list of the currently supported language codes.

  • maxAlternatives :: Maybe Int32

    Optional. Maximum number of recognition hypotheses to be returned. Specifically, the maximum number of SpeechRecognitionAlternative messages within each SpeechTranscription. 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.

  • speechContexts :: Maybe [GoogleCloudVideointelligenceV1p3beta1_SpeechContext]

    Optional. A means to provide context to assist the speech recognition.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig" 'PrefixI 'True) (((S1 ('MetaSel ('Just "audioTracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Int32])) :*: S1 ('MetaSel ('Just "diarizationSpeakerCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32))) :*: (S1 ('MetaSel ('Just "enableAutomaticPunctuation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableSpeakerDiarization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "enableWordConfidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "filterProfanity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxAlternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 ('MetaSel ('Just "speechContexts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_SpeechContext])))))))
Show GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig" 'PrefixI 'True) (((S1 ('MetaSel ('Just "audioTracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Int32])) :*: S1 ('MetaSel ('Just "diarizationSpeakerCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32))) :*: (S1 ('MetaSel ('Just "enableAutomaticPunctuation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableSpeakerDiarization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "enableWordConfidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "filterProfanity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxAlternatives") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: S1 ('MetaSel ('Just "speechContexts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_SpeechContext])))))))

GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse

data GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse Source #

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.

See: newGoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults)) :*: (S1 ('MetaSel ('Just "annotationResultsUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)))))
Show GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_StreamingAnnotateVideoResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults)) :*: (S1 ('MetaSel ('Just "annotationResultsUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status)))))

GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults

data GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults Source #

Streaming annotation results corresponding to a portion of the video that is currently being processed. Only ONE type of annotation will be specified in the response.

See: newGoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_StreamingVideoAnnotationResults" 'PrefixI 'True) ((S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation)) :*: S1 ('MetaSel ('Just "frameTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "labelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation])) :*: S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoSegment]))))))

GoogleCloudVideointelligenceV1p3beta1_TextAnnotation

data GoogleCloudVideointelligenceV1p3beta1_TextAnnotation Source #

Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.

See: newGoogleCloudVideointelligenceV1p3beta1_TextAnnotation smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_TextAnnotation 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_TextAnnotation 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleCloudVideointelligenceV1p3beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextAnnotation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextAnnotation = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TextAnnotation" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TextAnnotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_TextSegment])) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig

data GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig Source #

Config for TEXT_DETECTION.

See: newGoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig 

Fields

  • languageHints :: Maybe [Text]

    Language hint can be specified if the language to be detected is known a priori. It can increase the accuracy of the detection. Language hint must be language code in BCP-47 format. Automatic language detection is performed if no hint is provided.

  • model :: Maybe Text

    Model to use for text detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "languageHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
Show GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "languageHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

GoogleCloudVideointelligenceV1p3beta1_TextFrame

data GoogleCloudVideointelligenceV1p3beta1_TextFrame Source #

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.

See: newGoogleCloudVideointelligenceV1p3beta1_TextFrame smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_TextFrame 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_TextFrame 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p3beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextFrame Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextFrame = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TextFrame" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TextFrame" 'PrefixI 'True) (S1 ('MetaSel ('Just "rotatedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p3beta1_TextSegment

data GoogleCloudVideointelligenceV1p3beta1_TextSegment Source #

Video segment level annotation results for text detection.

See: newGoogleCloudVideointelligenceV1p3beta1_TextSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_TextSegment 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_TextSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment)))))
Show GoogleCloudVideointelligenceV1p3beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TextSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TextSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TextSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_TextFrame])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment)))))

GoogleCloudVideointelligenceV1p3beta1_TimestampedObject

data GoogleCloudVideointelligenceV1p3beta1_TimestampedObject Source #

For tracking related features. An object at timeoffset with attributes, and located with normalizedbounding_box.

See: newGoogleCloudVideointelligenceV1p3beta1_TimestampedObject smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_TimestampedObject 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_TimestampedObject 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))
Show GoogleCloudVideointelligenceV1p3beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TimestampedObject Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_TimestampedObject = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_TimestampedObject" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_TimestampedObject" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "landmarks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_DetectedLandmark]))) :*: (S1 ('MetaSel ('Just "normalizedBoundingBox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingBox)) :*: S1 ('MetaSel ('Just "timeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))

GoogleCloudVideointelligenceV1p3beta1_Track

data GoogleCloudVideointelligenceV1p3beta1_Track Source #

A track of an object instance.

See: newGoogleCloudVideointelligenceV1p3beta1_Track smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_Track 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_Track 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_TimestampedObject])))))
Show GoogleCloudVideointelligenceV1p3beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Track Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_Track = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_Track" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_Track" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_DetectedAttribute])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment)) :*: S1 ('MetaSel ('Just "timestampedObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_TimestampedObject])))))

GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress

data GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress Source #

Annotation progress for a single video.

See: newGoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress" 'PrefixI 'True) ((S1 ('MetaSel ('Just "feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature)) :*: (S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)))) :*: (S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime)) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTime))))))

GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

newtype GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source #

Specifies which feature is being tracked if the request contains more than one feature.

Bundled Patterns

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_FEATUREUNSPECIFIED :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Unspecified.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_LABELDETECTION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Label detection. Detect objects, such as dog or flower.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_SHOTCHANGEDETECTION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Shot change detection.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_EXPLICITCONTENTDETECTION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Explicit content detection.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_FACEDETECTION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Human face detection.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_SPEECHTRANSCRIPTION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Speech transcription.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_TEXTDETECTION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

OCR text detection and tracking.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_OBJECTTRACKING :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Object detection and tracking.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_LOGORECOGNITION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Logo detection, tracking, and recognition.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_CELEBRITYRECOGNITION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Celebrity recognition.

pattern GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature_PERSONDETECTION :: GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature

Person detection.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromJSONKey GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSON GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToJSONKey GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Generic GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
Read GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Show GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Eq GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Ord GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

Hashable GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

FromHttpApiData GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

ToHttpApiData GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Sum

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature" "Gogol.VideoIntelligence.Internal.Sum" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGoogleCloudVideointelligenceV1p3beta1_VideoAnnotationProgress_Feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults

data GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults Source #

Annotation results for a single video.

See: newGoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults 

Fields

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "celebrityRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation)) :*: S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status))) :*: (S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation)) :*: S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation])))) :*: ((S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation])) :*: S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation])))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_TextAnnotation]))))))))
Show GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoAnnotationResults" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "celebrityRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_CelebrityRecognitionAnnotation)) :*: S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleRpc_Status))) :*: (S1 ('MetaSel ('Just "explicitAnnotation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ExplicitContentAnnotation)) :*: S1 ('MetaSel ('Just "faceAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation])))) :*: ((S1 ('MetaSel ('Just "faceDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_FaceDetectionAnnotation])) :*: S1 ('MetaSel ('Just "frameLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "inputUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logoRecognitionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LogoRecognitionAnnotation])) :*: S1 ('MetaSel ('Just "objectAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingAnnotation])))))) :*: (((S1 ('MetaSel ('Just "personDetectionAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_PersonDetectionAnnotation])) :*: S1 ('MetaSel ('Just "segment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_VideoSegment))) :*: (S1 ('MetaSel ('Just "segmentLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation])) :*: S1 ('MetaSel ('Just "segmentPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation])))) :*: ((S1 ('MetaSel ('Just "shotAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoSegment])) :*: S1 ('MetaSel ('Just "shotLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation]))) :*: (S1 ('MetaSel ('Just "shotPresenceLabelAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_LabelAnnotation])) :*: (S1 ('MetaSel ('Just "speechTranscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_SpeechTranscription])) :*: S1 ('MetaSel ('Just "textAnnotations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_TextAnnotation]))))))))

GoogleCloudVideointelligenceV1p3beta1_VideoContext

data GoogleCloudVideointelligenceV1p3beta1_VideoContext Source #

Video context and/or feature-specific parameters.

See: newGoogleCloudVideointelligenceV1p3beta1_VideoContext smart constructor.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_VideoContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_VideoContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_VideoContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoContext 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoContext = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoContext" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoContext" 'PrefixI 'True) (((S1 ('MetaSel ('Just "explicitContentDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig)) :*: S1 ('MetaSel ('Just "faceDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig))) :*: (S1 ('MetaSel ('Just "labelDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig)) :*: S1 ('MetaSel ('Just "objectTrackingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig)))) :*: ((S1 ('MetaSel ('Just "personDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig)) :*: S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoSegment]))) :*: (S1 ('MetaSel ('Just "shotChangeDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig)) :*: (S1 ('MetaSel ('Just "speechTranscriptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig)) :*: S1 ('MetaSel ('Just "textDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig)))))))
Show GoogleCloudVideointelligenceV1p3beta1_VideoContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_VideoContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoContext Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoContext = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoContext" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoContext" 'PrefixI 'True) (((S1 ('MetaSel ('Just "explicitContentDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ExplicitContentDetectionConfig)) :*: S1 ('MetaSel ('Just "faceDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_FaceDetectionConfig))) :*: (S1 ('MetaSel ('Just "labelDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_LabelDetectionConfig)) :*: S1 ('MetaSel ('Just "objectTrackingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ObjectTrackingConfig)))) :*: ((S1 ('MetaSel ('Just "personDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_PersonDetectionConfig)) :*: S1 ('MetaSel ('Just "segments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleCloudVideointelligenceV1p3beta1_VideoSegment]))) :*: (S1 ('MetaSel ('Just "shotChangeDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_ShotChangeDetectionConfig)) :*: (S1 ('MetaSel ('Just "speechTranscriptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_SpeechTranscriptionConfig)) :*: S1 ('MetaSel ('Just "textDetectionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GoogleCloudVideointelligenceV1p3beta1_TextDetectionConfig)))))))

GoogleCloudVideointelligenceV1p3beta1_VideoSegment

data GoogleCloudVideointelligenceV1p3beta1_VideoSegment Source #

Video segment.

See: newGoogleCloudVideointelligenceV1p3beta1_VideoSegment smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_VideoSegment 

Fields

  • endTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

  • startTimeOffset :: Maybe Duration

    Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoSegment 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))
Show GoogleCloudVideointelligenceV1p3beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoSegment Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_VideoSegment = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_VideoSegment" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))))

GoogleCloudVideointelligenceV1p3beta1_WordInfo

data GoogleCloudVideointelligenceV1p3beta1_WordInfo Source #

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.

See: newGoogleCloudVideointelligenceV1p3beta1_WordInfo smart constructor.

Constructors

GoogleCloudVideointelligenceV1p3beta1_WordInfo 

Fields

  • confidence :: Maybe Double

    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 set only for the top alternative. This field is not guaranteed to be accurate and users should not rely on it to be always provided. The default of 0.0 is a sentinel value indicating confidence was not set.

  • endTime :: Maybe Duration

    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.

  • speakerTag :: Maybe Int32

    Output only. A distinct integer value is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. Value ranges from 1 up to diarizationspeakercount, and is only set if speaker diarization is enabled.

  • startTime :: Maybe Duration

    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.

  • word :: Maybe Text

    The word corresponding to this set of information.

Instances

Instances details
FromJSON GoogleCloudVideointelligenceV1p3beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleCloudVideointelligenceV1p3beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleCloudVideointelligenceV1p3beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleCloudVideointelligenceV1p3beta1_WordInfo 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
Show GoogleCloudVideointelligenceV1p3beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleCloudVideointelligenceV1p3beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_WordInfo Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleCloudVideointelligenceV1p3beta1_WordInfo = D1 ('MetaData "GoogleCloudVideointelligenceV1p3beta1_WordInfo" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleCloudVideointelligenceV1p3beta1_WordInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration))) :*: (S1 ('MetaSel ('Just "speakerTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)) :*: S1 ('MetaSel ('Just "word") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

GoogleLongrunning_Operation

data GoogleLongrunning_Operation Source #

This resource represents a long-running operation that is the result of a network API call.

See: newGoogleLongrunning_Operation smart constructor.

Constructors

GoogleLongrunning_Operation 

Fields

  • done :: Maybe Bool

    If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.

  • error :: Maybe GoogleRpc_Status

    The error result of the operation in case of failure or cancellation.

  • metadata :: Maybe GoogleLongrunning_Operation_Metadata

    Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.

  • name :: Maybe Text

    The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.

  • response :: Maybe GoogleLongrunning_Operation_Response

    The normal, successful response of the operation. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.

Instances

Instances details
FromJSON GoogleLongrunning_Operation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleLongrunning_Operation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleLongrunning_Operation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Show GoogleLongrunning_Operation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleLongrunning_Operation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleLongrunning_Operation Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

newGoogleLongrunning_Operation :: GoogleLongrunning_Operation Source #

Creates a value of GoogleLongrunning_Operation with the minimum fields required to make a request.

GoogleLongrunning_Operation_Metadata

newtype GoogleLongrunning_Operation_Metadata Source #

Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.

See: newGoogleLongrunning_Operation_Metadata smart constructor.

Constructors

GoogleLongrunning_Operation_Metadata 

Fields

Instances

Instances details
FromJSON GoogleLongrunning_Operation_Metadata Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleLongrunning_Operation_Metadata Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleLongrunning_Operation_Metadata Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleLongrunning_Operation_Metadata 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleLongrunning_Operation_Metadata = D1 ('MetaData "GoogleLongrunning_Operation_Metadata" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleLongrunning_Operation_Metadata" 'PrefixI 'True) (S1 ('MetaSel ('Just "additional") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Value))))
Show GoogleLongrunning_Operation_Metadata Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleLongrunning_Operation_Metadata Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleLongrunning_Operation_Metadata Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleLongrunning_Operation_Metadata = D1 ('MetaData "GoogleLongrunning_Operation_Metadata" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleLongrunning_Operation_Metadata" 'PrefixI 'True) (S1 ('MetaSel ('Just "additional") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Value))))

newGoogleLongrunning_Operation_Metadata Source #

Arguments

:: HashMap Text Value

Properties of the object. Contains field @type with type URL. See additional.

-> GoogleLongrunning_Operation_Metadata 

Creates a value of GoogleLongrunning_Operation_Metadata with the minimum fields required to make a request.

GoogleLongrunning_Operation_Response

newtype GoogleLongrunning_Operation_Response Source #

The normal, successful response of the operation. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.

See: newGoogleLongrunning_Operation_Response smart constructor.

Constructors

GoogleLongrunning_Operation_Response 

Fields

Instances

Instances details
FromJSON GoogleLongrunning_Operation_Response Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleLongrunning_Operation_Response Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleLongrunning_Operation_Response Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleLongrunning_Operation_Response 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleLongrunning_Operation_Response = D1 ('MetaData "GoogleLongrunning_Operation_Response" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleLongrunning_Operation_Response" 'PrefixI 'True) (S1 ('MetaSel ('Just "additional") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Value))))
Show GoogleLongrunning_Operation_Response Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleLongrunning_Operation_Response Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleLongrunning_Operation_Response Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleLongrunning_Operation_Response = D1 ('MetaData "GoogleLongrunning_Operation_Response" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleLongrunning_Operation_Response" 'PrefixI 'True) (S1 ('MetaSel ('Just "additional") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Value))))

newGoogleLongrunning_Operation_Response Source #

Arguments

:: HashMap Text Value

Properties of the object. Contains field @type with type URL. See additional.

-> GoogleLongrunning_Operation_Response 

Creates a value of GoogleLongrunning_Operation_Response with the minimum fields required to make a request.

GoogleRpc_Status

data GoogleRpc_Status Source #

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

See: newGoogleRpc_Status smart constructor.

Constructors

GoogleRpc_Status 

Fields

  • code :: Maybe Int32

    The status code, which should be an enum value of google.rpc.Code.

  • details :: Maybe [GoogleRpc_Status_DetailsItem]

    A list of messages that carry the error details. There is a common set of message types for APIs to use.

  • message :: Maybe Text

    A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

Instances

Instances details
FromJSON GoogleRpc_Status Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleRpc_Status Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleRpc_Status Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleRpc_Status 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleRpc_Status = D1 ('MetaData "GoogleRpc_Status" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleRpc_Status" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleRpc_Status_DetailsItem])) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
Show GoogleRpc_Status Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleRpc_Status Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleRpc_Status Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleRpc_Status = D1 ('MetaData "GoogleRpc_Status" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'False) (C1 ('MetaCons "GoogleRpc_Status" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int32)) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GoogleRpc_Status_DetailsItem])) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGoogleRpc_Status :: GoogleRpc_Status Source #

Creates a value of GoogleRpc_Status with the minimum fields required to make a request.

GoogleRpc_Status_DetailsItem

newtype GoogleRpc_Status_DetailsItem Source #

Constructors

GoogleRpc_Status_DetailsItem 

Fields

Instances

Instances details
FromJSON GoogleRpc_Status_DetailsItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

ToJSON GoogleRpc_Status_DetailsItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Generic GoogleRpc_Status_DetailsItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Associated Types

type Rep GoogleRpc_Status_DetailsItem 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleRpc_Status_DetailsItem = D1 ('MetaData "GoogleRpc_Status_DetailsItem" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleRpc_Status_DetailsItem" 'PrefixI 'True) (S1 ('MetaSel ('Just "additional") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Value))))
Show GoogleRpc_Status_DetailsItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

Eq GoogleRpc_Status_DetailsItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleRpc_Status_DetailsItem Source # 
Instance details

Defined in Gogol.VideoIntelligence.Internal.Product

type Rep GoogleRpc_Status_DetailsItem = D1 ('MetaData "GoogleRpc_Status_DetailsItem" "Gogol.VideoIntelligence.Internal.Product" "gogol-videointelligence-1.0.0-LgcHkP5pscnEbwB3bT1ah5" 'True) (C1 ('MetaCons "GoogleRpc_Status_DetailsItem" 'PrefixI 'True) (S1 ('MetaSel ('Just "additional") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Value))))

newGoogleRpc_Status_DetailsItem Source #

Arguments

:: HashMap Text Value

Properties of the object. Contains field @type with type URL. See additional.

-> GoogleRpc_Status_DetailsItem 

Creates a value of GoogleRpc_Status_DetailsItem with the minimum fields required to make a request.