Home
last modified time | relevance | path

Searched refs:ImageAnnotatorClient (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p3beta1/services/image_annotator/
H A Dasync_client.py36 from .client import ImageAnnotatorClient
46 _client: ImageAnnotatorClient
48 DEFAULT_ENDPOINT = ImageAnnotatorClient.DEFAULT_ENDPOINT
56 ImageAnnotatorClient.common_billing_account_path
63 ImageAnnotatorClient.parse_common_folder_path
66 ImageAnnotatorClient.common_organization_path
69 ImageAnnotatorClient.parse_common_organization_path
73 ImageAnnotatorClient.parse_common_project_path
77 ImageAnnotatorClient.parse_common_location_path
123 type(ImageAnnotatorClient).get_transport_class, type(ImageAnnotatorClient)
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p1beta1/services/image_annotator/
H A Dasync_client.py34 from .client import ImageAnnotatorClient
44 _client: ImageAnnotatorClient
46 DEFAULT_ENDPOINT = ImageAnnotatorClient.DEFAULT_ENDPOINT
50 ImageAnnotatorClient.common_billing_account_path
57 ImageAnnotatorClient.parse_common_folder_path
60 ImageAnnotatorClient.common_organization_path
63 ImageAnnotatorClient.parse_common_organization_path
67 ImageAnnotatorClient.parse_common_project_path
71 ImageAnnotatorClient.parse_common_location_path
117 type(ImageAnnotatorClient).get_transport_class, type(ImageAnnotatorClient)
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p2beta1/services/image_annotator/
H A Dasync_client.py36 from .client import ImageAnnotatorClient
46 _client: ImageAnnotatorClient
48 DEFAULT_ENDPOINT = ImageAnnotatorClient.DEFAULT_ENDPOINT
52 ImageAnnotatorClient.common_billing_account_path
59 ImageAnnotatorClient.parse_common_folder_path
62 ImageAnnotatorClient.common_organization_path
65 ImageAnnotatorClient.parse_common_organization_path
69 ImageAnnotatorClient.parse_common_project_path
73 ImageAnnotatorClient.parse_common_location_path
119 type(ImageAnnotatorClient).get_transport_class, type(ImageAnnotatorClient)
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1/services/image_annotator/
H A Dasync_client.py36 from .client import ImageAnnotatorClient
46 _client: ImageAnnotatorClient
48 DEFAULT_ENDPOINT = ImageAnnotatorClient.DEFAULT_ENDPOINT
56 ImageAnnotatorClient.common_billing_account_path
63 ImageAnnotatorClient.parse_common_folder_path
66 ImageAnnotatorClient.common_organization_path
69 ImageAnnotatorClient.parse_common_organization_path
73 ImageAnnotatorClient.parse_common_project_path
77 ImageAnnotatorClient.parse_common_location_path
123 type(ImageAnnotatorClient).get_transport_class, type(ImageAnnotatorClient)
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/google/cloud/vision_v1p4beta1/services/image_annotator/
H A Dasync_client.py36 from .client import ImageAnnotatorClient
46 _client: ImageAnnotatorClient
48 DEFAULT_ENDPOINT = ImageAnnotatorClient.DEFAULT_ENDPOINT
56 ImageAnnotatorClient.common_billing_account_path
63 ImageAnnotatorClient.parse_common_folder_path
66 ImageAnnotatorClient.common_organization_path
69 ImageAnnotatorClient.parse_common_organization_path
73 ImageAnnotatorClient.parse_common_project_path
77 ImageAnnotatorClient.parse_common_location_path
123 type(ImageAnnotatorClient).get_transport_class, type(ImageAnnotatorClient)
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/unit/gapic/vision_v1p3beta1/
H A Dtest_image_annotator.py180 ImageAnnotatorClient,
303 ImageAnnotatorClient,
473 client = ImageAnnotatorClient(
491 client = ImageAnnotatorClient(
523 client = ImageAnnotatorClient(
679 client = ImageAnnotatorClient(
711 client = ImageAnnotatorClient(
1027 ImageAnnotatorClient()
1145 client = ImageAnnotatorClient(
1155 client = ImageAnnotatorClient(
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/unit/gapic/vision_v1p1beta1/
H A Dtest_image_annotator.py174 ImageAnnotatorClient,
297 ImageAnnotatorClient,
467 client = ImageAnnotatorClient(
485 client = ImageAnnotatorClient(
517 client = ImageAnnotatorClient(
676 client = ImageAnnotatorClient(
685 client = ImageAnnotatorClient(
695 client = ImageAnnotatorClient(
813 ImageAnnotatorClient()
931 client = ImageAnnotatorClient(
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/unit/gapic/vision_v1p2beta1/
H A Dtest_image_annotator.py178 ImageAnnotatorClient,
301 ImageAnnotatorClient,
471 client = ImageAnnotatorClient(
489 client = ImageAnnotatorClient(
521 client = ImageAnnotatorClient(
677 client = ImageAnnotatorClient(
709 client = ImageAnnotatorClient(
1025 ImageAnnotatorClient()
1143 client = ImageAnnotatorClient(
1153 client = ImageAnnotatorClient(
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/unit/gapic/vision_v1p4beta1/
H A Dtest_image_annotator.py181 ImageAnnotatorClient,
304 ImageAnnotatorClient,
492 client = ImageAnnotatorClient(
524 client = ImageAnnotatorClient(
680 client = ImageAnnotatorClient(
712 client = ImageAnnotatorClient(
881 client = ImageAnnotatorClient(
913 client = ImageAnnotatorClient(
1087 client = ImageAnnotatorClient(
1119 client = ImageAnnotatorClient(
[all …]
/dports/www/py-google-cloud-vision/google-cloud-vision-2.6.2/tests/unit/gapic/vision_v1/
H A Dtest_image_annotator.py178 ImageAnnotatorClient,
301 ImageAnnotatorClient,
489 client = ImageAnnotatorClient(
521 client = ImageAnnotatorClient(
677 client = ImageAnnotatorClient(
709 client = ImageAnnotatorClient(
878 client = ImageAnnotatorClient(
910 client = ImageAnnotatorClient(
1084 client = ImageAnnotatorClient(
1116 client = ImageAnnotatorClient(
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/vision/apiv1/
H A Dclient.go27 func (c *ImageAnnotatorClient) AnnotateImage(ctx context.Context, req *pb.AnnotateImageRequest, opt…
61 func (c *ImageAnnotatorClient) DetectFaces(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
81 func (c *ImageAnnotatorClient) DetectLogos(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
101 func (c *ImageAnnotatorClient) DetectTexts(ctx context.Context, img *pb.Image, ictx *pb.ImageContex…
110 func (c *ImageAnnotatorClient) DetectDocumentText(ctx context.Context, img *pb.Image, ictx *pb.Imag…
119 func (c *ImageAnnotatorClient) DetectSafeSearch(ctx context.Context, img *pb.Image, ictx *pb.ImageC…
128 func (c *ImageAnnotatorClient) DetectImageProperties(ctx context.Context, img *pb.Image, ictx *pb.I…
137 func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
146 func (c *ImageAnnotatorClient) CropHints(ctx context.Context, img *pb.Image, ictx *pb.ImageContext,…
155 func (c *ImageAnnotatorClient) LocalizeObjects(ctx context.Context, img *pb.Image, ictx *pb.ImageCo…
[all …]

12345678910>>...16