index.d.ts 793 Bytes
import * as v1p1beta1 from './v1p1beta1';
import * as v1p3beta1 from './v1p3beta1';
import * as v1beta2 from './v1beta2';
import * as v1p2beta1 from './v1p2beta1';
import * as v1 from './v1';
declare const VideoIntelligenceServiceClient: typeof v1.VideoIntelligenceServiceClient;
declare type VideoIntelligenceServiceClient = v1.VideoIntelligenceServiceClient;
export { v1p1beta1, v1p3beta1, v1beta2, v1p2beta1, v1, VideoIntelligenceServiceClient, };
declare const _default: {
    v1p1beta1: typeof v1p1beta1;
    v1p3beta1: typeof v1p3beta1;
    v1beta2: typeof v1beta2;
    v1p2beta1: typeof v1p2beta1;
    v1: typeof v1;
    VideoIntelligenceServiceClient: typeof v1.VideoIntelligenceServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };