...

Package videosearch

import "github.com/Azure/azure-sdk-for-go/profiles/preview/cognitiveservices/videosearch"
Overview
Index
Subdirectories

Overview ▾

Index ▾

Constants
func UserAgent() string
func Version() string
type Answer
type BaseClient
    func New() BaseClient
    func NewWithoutDefaults(endpoint string) BaseClient
type BasicAnswer
type BasicCreativeWork
type BasicIdentifiable
type BasicMediaObject
type BasicResponse
type BasicResponseBase
type BasicSearchResultsAnswer
type BasicThing
type CreativeWork
type Error
type ErrorCode
    func PossibleErrorCodeValues() []ErrorCode
type ErrorResponse
type ErrorSubCode
    func PossibleErrorSubCodeValues() []ErrorSubCode
type Freshness
    func PossibleFreshnessValues() []Freshness
type Identifiable
type ImageObject
type MediaObject
type PivotSuggestions
type Query
type QueryContext
type Response
type ResponseBase
type SafeSearch
    func PossibleSafeSearchValues() []SafeSearch
type SearchResultsAnswer
type TextFormat
    func PossibleTextFormatValues() []TextFormat
type Thing
type TrendingVideos
type TrendingVideosCategory
type TrendingVideosSubcategory
type TrendingVideosTile
type Type
    func PossibleTypeValues() []Type
type VideoDetails
type VideoInsightModule
    func PossibleVideoInsightModuleValues() []VideoInsightModule
type VideoLength
    func PossibleVideoLengthValues() []VideoLength
type VideoObject
type VideoPricing
    func PossibleVideoPricingValues() []VideoPricing
type VideoQueryScenario
    func PossibleVideoQueryScenarioValues() []VideoQueryScenario
type VideoResolution
    func PossibleVideoResolutionValues() []VideoResolution
type Videos
type VideosClient
    func NewVideosClient() VideosClient
type VideosModule

Package files

models.go

Constants

const (
    DefaultEndpoint = original.DefaultEndpoint
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type Answer

type Answer = original.Answer

type BaseClient

type BaseClient = original.BaseClient

func New

func New() BaseClient

func NewWithoutDefaults

func NewWithoutDefaults(endpoint string) BaseClient

type BasicAnswer

type BasicAnswer = original.BasicAnswer

type BasicCreativeWork

type BasicCreativeWork = original.BasicCreativeWork

type BasicIdentifiable

type BasicIdentifiable = original.BasicIdentifiable

type BasicMediaObject

type BasicMediaObject = original.BasicMediaObject

type BasicResponse

type BasicResponse = original.BasicResponse

type BasicResponseBase

type BasicResponseBase = original.BasicResponseBase

type BasicSearchResultsAnswer

type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer

type BasicThing

type BasicThing = original.BasicThing

type CreativeWork

type CreativeWork = original.CreativeWork

type Error

type Error = original.Error

type ErrorCode

type ErrorCode = original.ErrorCode
const (
    InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
    InvalidAuthorization      ErrorCode = original.InvalidAuthorization
    InvalidRequest            ErrorCode = original.InvalidRequest
    None                      ErrorCode = original.None
    RateLimitExceeded         ErrorCode = original.RateLimitExceeded
    ServerError               ErrorCode = original.ServerError
)

func PossibleErrorCodeValues

func PossibleErrorCodeValues() []ErrorCode

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type ErrorSubCode

type ErrorSubCode = original.ErrorSubCode
const (
    AuthorizationDisabled   ErrorSubCode = original.AuthorizationDisabled
    AuthorizationExpired    ErrorSubCode = original.AuthorizationExpired
    AuthorizationMissing    ErrorSubCode = original.AuthorizationMissing
    AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
    Blocked                 ErrorSubCode = original.Blocked
    HTTPNotAllowed          ErrorSubCode = original.HTTPNotAllowed
    NotImplemented          ErrorSubCode = original.NotImplemented
    ParameterInvalidValue   ErrorSubCode = original.ParameterInvalidValue
    ParameterMissing        ErrorSubCode = original.ParameterMissing
    ResourceError           ErrorSubCode = original.ResourceError
    UnexpectedError         ErrorSubCode = original.UnexpectedError
)

func PossibleErrorSubCodeValues

func PossibleErrorSubCodeValues() []ErrorSubCode

type Freshness

type Freshness = original.Freshness
const (
    Day   Freshness = original.Day
    Month Freshness = original.Month
    Week  Freshness = original.Week
)

func PossibleFreshnessValues

func PossibleFreshnessValues() []Freshness

type Identifiable

type Identifiable = original.Identifiable

type ImageObject

type ImageObject = original.ImageObject

type MediaObject

type MediaObject = original.MediaObject

type PivotSuggestions

type PivotSuggestions = original.PivotSuggestions

type Query

type Query = original.Query

type QueryContext

type QueryContext = original.QueryContext

type Response

type Response = original.Response

type ResponseBase

type ResponseBase = original.ResponseBase

type SafeSearch

type SafeSearch = original.SafeSearch
const (
    Moderate SafeSearch = original.Moderate
    Off      SafeSearch = original.Off
    Strict   SafeSearch = original.Strict
)

func PossibleSafeSearchValues

func PossibleSafeSearchValues() []SafeSearch

type SearchResultsAnswer

type SearchResultsAnswer = original.SearchResultsAnswer

type TextFormat

type TextFormat = original.TextFormat
const (
    HTML TextFormat = original.HTML
    Raw  TextFormat = original.Raw
)

func PossibleTextFormatValues

func PossibleTextFormatValues() []TextFormat

type Thing

type Thing = original.Thing

type TrendingVideos

type TrendingVideos = original.TrendingVideos

type TrendingVideosCategory

type TrendingVideosCategory = original.TrendingVideosCategory

type TrendingVideosSubcategory

type TrendingVideosSubcategory = original.TrendingVideosSubcategory

type TrendingVideosTile

type TrendingVideosTile = original.TrendingVideosTile

type Type

type Type = original.Type
const (
    TypeAnswer              Type = original.TypeAnswer
    TypeCreativeWork        Type = original.TypeCreativeWork
    TypeErrorResponse       Type = original.TypeErrorResponse
    TypeIdentifiable        Type = original.TypeIdentifiable
    TypeImageObject         Type = original.TypeImageObject
    TypeMediaObject         Type = original.TypeMediaObject
    TypeResponse            Type = original.TypeResponse
    TypeResponseBase        Type = original.TypeResponseBase
    TypeSearchResultsAnswer Type = original.TypeSearchResultsAnswer
    TypeThing               Type = original.TypeThing
    TypeTrendingVideos      Type = original.TypeTrendingVideos
    TypeVideoDetails        Type = original.TypeVideoDetails
    TypeVideoObject         Type = original.TypeVideoObject
    TypeVideos              Type = original.TypeVideos
)

func PossibleTypeValues

func PossibleTypeValues() []Type

type VideoDetails

type VideoDetails = original.VideoDetails

type VideoInsightModule

type VideoInsightModule = original.VideoInsightModule
const (
    All           VideoInsightModule = original.All
    RelatedVideos VideoInsightModule = original.RelatedVideos
    VideoResult   VideoInsightModule = original.VideoResult
)

func PossibleVideoInsightModuleValues

func PossibleVideoInsightModuleValues() []VideoInsightModule

type VideoLength

type VideoLength = original.VideoLength
const (
    VideoLengthAll    VideoLength = original.VideoLengthAll
    VideoLengthLong   VideoLength = original.VideoLengthLong
    VideoLengthMedium VideoLength = original.VideoLengthMedium
    VideoLengthShort  VideoLength = original.VideoLengthShort
)

func PossibleVideoLengthValues

func PossibleVideoLengthValues() []VideoLength

type VideoObject

type VideoObject = original.VideoObject

type VideoPricing

type VideoPricing = original.VideoPricing
const (
    VideoPricingAll  VideoPricing = original.VideoPricingAll
    VideoPricingFree VideoPricing = original.VideoPricingFree
    VideoPricingPaid VideoPricing = original.VideoPricingPaid
)

func PossibleVideoPricingValues

func PossibleVideoPricingValues() []VideoPricing

type VideoQueryScenario

type VideoQueryScenario = original.VideoQueryScenario
const (
    List                VideoQueryScenario = original.List
    SingleDominantVideo VideoQueryScenario = original.SingleDominantVideo
)

func PossibleVideoQueryScenarioValues

func PossibleVideoQueryScenarioValues() []VideoQueryScenario

type VideoResolution

type VideoResolution = original.VideoResolution
const (
    VideoResolutionAll     VideoResolution = original.VideoResolutionAll
    VideoResolutionHD1080p VideoResolution = original.VideoResolutionHD1080p
    VideoResolutionHD720p  VideoResolution = original.VideoResolutionHD720p
    VideoResolutionSD480p  VideoResolution = original.VideoResolutionSD480p
)

func PossibleVideoResolutionValues

func PossibleVideoResolutionValues() []VideoResolution

type Videos

type Videos = original.Videos

type VideosClient

type VideosClient = original.VideosClient

func NewVideosClient

func NewVideosClient() VideosClient

type VideosModule

type VideosModule = original.VideosModule

Subdirectories

Name Synopsis
..
videosearchapi