PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
Vision
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Vision; class AnnotateImageResponse extends \Google\Collection { protected $collection_key = 'textAnnotations'; protected $contextType = ImageAnnotationContext::class; protected $contextDataType = ''; protected $cropHintsAnnotationType = CropHintsAnnotation::class; protected $cropHintsAnnotationDataType = ''; protected $errorType = Status::class; protected $errorDataType = ''; protected $faceAnnotationsType = FaceAnnotation::class; protected $faceAnnotationsDataType = 'array'; protected $fullTextAnnotationType = TextAnnotation::class; protected $fullTextAnnotationDataType = ''; protected $imagePropertiesAnnotationType = ImageProperties::class; protected $imagePropertiesAnnotationDataType = ''; protected $labelAnnotationsType = EntityAnnotation::class; protected $labelAnnotationsDataType = 'array'; protected $landmarkAnnotationsType = EntityAnnotation::class; protected $landmarkAnnotationsDataType = 'array'; protected $localizedObjectAnnotationsType = LocalizedObjectAnnotation::class; protected $localizedObjectAnnotationsDataType = 'array'; protected $logoAnnotationsType = EntityAnnotation::class; protected $logoAnnotationsDataType = 'array'; protected $productSearchResultsType = ProductSearchResults::class; protected $productSearchResultsDataType = ''; protected $safeSearchAnnotationType = SafeSearchAnnotation::class; protected $safeSearchAnnotationDataType = ''; protected $textAnnotationsType = EntityAnnotation::class; protected $textAnnotationsDataType = 'array'; protected $webDetectionType = WebDetection::class; protected $webDetectionDataType = ''; /** * @param ImageAnnotationContext */ public function setContext(ImageAnnotationContext $context) { $this->context = $context; } /** * @return ImageAnnotationContext */ public function getContext() { return $this->context; } /** * @param CropHintsAnnotation */ public function setCropHintsAnnotation(CropHintsAnnotation $cropHintsAnnotation) { $this->cropHintsAnnotation = $cropHintsAnnotation; } /** * @return CropHintsAnnotation */ public function getCropHintsAnnotation() { return $this->cropHintsAnnotation; } /** * @param Status */ public function setError(Status $error) { $this->error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * @param FaceAnnotation[] */ public function setFaceAnnotations($faceAnnotations) { $this->faceAnnotations = $faceAnnotations; } /** * @return FaceAnnotation[] */ public function getFaceAnnotations() { return $this->faceAnnotations; } /** * @param TextAnnotation */ public function setFullTextAnnotation(TextAnnotation $fullTextAnnotation) { $this->fullTextAnnotation = $fullTextAnnotation; } /** * @return TextAnnotation */ public function getFullTextAnnotation() { return $this->fullTextAnnotation; } /** * @param ImageProperties */ public function setImagePropertiesAnnotation(ImageProperties $imagePropertiesAnnotation) { $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; } /** * @return ImageProperties */ public function getImagePropertiesAnnotation() { return $this->imagePropertiesAnnotation; } /** * @param EntityAnnotation[] */ public function setLabelAnnotations($labelAnnotations) { $this->labelAnnotations = $labelAnnotations; } /** * @return EntityAnnotation[] */ public function getLabelAnnotations() { return $this->labelAnnotations; } /** * @param EntityAnnotation[] */ public function setLandmarkAnnotations($landmarkAnnotations) { $this->landmarkAnnotations = $landmarkAnnotations; } /** * @return EntityAnnotation[] */ public function getLandmarkAnnotations() { return $this->landmarkAnnotations; } /** * @param LocalizedObjectAnnotation[] */ public function setLocalizedObjectAnnotations($localizedObjectAnnotations) { $this->localizedObjectAnnotations = $localizedObjectAnnotations; } /** * @return LocalizedObjectAnnotation[] */ public function getLocalizedObjectAnnotations() { return $this->localizedObjectAnnotations; } /** * @param EntityAnnotation[] */ public function setLogoAnnotations($logoAnnotations) { $this->logoAnnotations = $logoAnnotations; } /** * @return EntityAnnotation[] */ public function getLogoAnnotations() { return $this->logoAnnotations; } /** * @param ProductSearchResults */ public function setProductSearchResults(ProductSearchResults $productSearchResults) { $this->productSearchResults = $productSearchResults; } /** * @return ProductSearchResults */ public function getProductSearchResults() { return $this->productSearchResults; } /** * @param SafeSearchAnnotation */ public function setSafeSearchAnnotation(SafeSearchAnnotation $safeSearchAnnotation) { $this->safeSearchAnnotation = $safeSearchAnnotation; } /** * @return SafeSearchAnnotation */ public function getSafeSearchAnnotation() { return $this->safeSearchAnnotation; } /** * @param EntityAnnotation[] */ public function setTextAnnotations($textAnnotations) { $this->textAnnotations = $textAnnotations; } /** * @return EntityAnnotation[] */ public function getTextAnnotations() { return $this->textAnnotations; } /** * @param WebDetection */ public function setWebDetection(WebDetection $webDetection) { $this->webDetection = $webDetection; } /** * @return WebDetection */ public function getWebDetection() { return $this->webDetection; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AnnotateImageResponse::class, 'Google_Service_Vision_AnnotateImageResponse');
[+]
..
[-] GoogleCloudVisionV1p3beta1ColorInfo.php
[edit]
[-] GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php
[edit]
[-] GoogleCloudVisionV1p1beta1OperationMetadata.php
[edit]
[-] FaceAnnotation.php
[edit]
[-] GoogleCloudVisionV1p3beta1CropHintsAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1Page.php
[edit]
[-] BatchOperationMetadata.php
[edit]
[-] GoogleCloudVisionV1p3beta1BatchOperationMetadata.php
[edit]
[-] GoogleCloudVisionV1p4beta1EntityAnnotation.php
[edit]
[-] GoogleCloudVisionV1p2beta1Paragraph.php
[edit]
[-] GoogleCloudVisionV1p4beta1ImageAnnotationContext.php
[edit]
[-] GoogleCloudVisionV1p2beta1DominantColorsAnnotation.php
[edit]
[-] NormalizedVertex.php
[edit]
[-] GoogleCloudVisionV1p3beta1BoundingPoly.php
[edit]
[-] AsyncAnnotateFileRequest.php
[edit]
[-] ListProductsResponse.php
[edit]
[-] GoogleCloudVisionV1p2beta1CropHintsAnnotation.php
[edit]
[-] GroupedResult.php
[edit]
[-] ImportProductSetsGcsSource.php
[edit]
[-] ProductSearchResults.php
[edit]
[-] ProductSetPurgeConfig.php
[edit]
[-] Vertex.php
[edit]
[-] GoogleCloudVisionV1p1beta1GcsDestination.php
[edit]
[-] GoogleCloudVisionV1p1beta1TextAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1EntityAnnotation.php
[edit]
[-] GoogleCloudVisionV1p3beta1GcsDestination.php
[edit]
[-] GoogleCloudVisionV1p2beta1OutputConfig.php
[edit]
[-] DetectedLanguage.php
[edit]
[-] Block.php
[edit]
[-] GoogleCloudVisionV1p3beta1ImageProperties.php
[edit]
[-] GoogleCloudVisionV1p2beta1NormalizedVertex.php
[edit]
[-] GoogleCloudVisionV1p4beta1OperationMetadata.php
[edit]
[-] ImageContext.php
[edit]
[-] GoogleCloudVisionV1p2beta1FaceAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1BatchOperationMetadata.php
[edit]
[-] GoogleCloudVisionV1p2beta1BoundingPoly.php
[edit]
[-] GoogleCloudVisionV1p4beta1WebDetectionWebImage.php
[edit]
[-] GoogleCloudVisionV1p1beta1CropHintsAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1GcsSource.php
[edit]
[-] GoogleCloudVisionV1p4beta1Word.php
[edit]
[-] EntityAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1WebDetectionWebLabel.php
[edit]
[-] GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1ColorInfo.php
[edit]
[-] AnnotateImageResponse.php
[edit]
[-] GoogleCloudVisionV1p1beta1WebDetection.php
[edit]
[-] GoogleCloudVisionV1p2beta1SafeSearchAnnotation.php
[edit]
[-] GoogleCloudVisionV1p3beta1Page.php
[edit]
[-] GcsSource.php
[edit]
[-] GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.php
[edit]
[-] GoogleCloudVisionV1p4beta1AnnotateFileResponse.php
[edit]
[-] CropHint.php
[edit]
[-] GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse.php
[edit]
[-] BatchAnnotateFilesResponse.php
[edit]
[-] Color.php
[edit]
[-] GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage.php
[edit]
[-] ImportProductSetsResponse.php
[edit]
[-] GoogleCloudVisionV1p4beta1BoundingPoly.php
[edit]
[-] Position.php
[edit]
[-] GoogleCloudVisionV1p2beta1TextAnnotationTextProperty.php
[edit]
[-] CropHintsParams.php
[edit]
[-] ObjectAnnotation.php
[edit]
[-] PurgeProductsRequest.php
[edit]
[-] GoogleCloudVisionV1p4beta1ColorInfo.php
[edit]
[-] GoogleCloudVisionV1p3beta1ProductKeyValue.php
[edit]
[-] GoogleCloudVisionV1p3beta1WebDetectionWebLabel.php
[edit]
[-] GoogleCloudVisionV1p4beta1CropHint.php
[edit]
[-] GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse.php
[edit]
[-] GoogleCloudVisionV1p1beta1NormalizedVertex.php
[edit]
[-] GoogleCloudVisionV1p1beta1InputConfig.php
[edit]
[-] GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php
[edit]
[-] GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php
[edit]
[-] Word.php
[edit]
[-] ProductSearchParams.php
[edit]
[-] GoogleCloudVisionV1p4beta1ProductSearchResults.php
[edit]
[-] BatchAnnotateFilesRequest.php
[edit]
[-] GcsDestination.php
[edit]
[-] GoogleCloudVisionV1p3beta1Product.php
[edit]
[-] GoogleCloudVisionV1p1beta1Word.php
[edit]
[-] GoogleCloudVisionV1p1beta1CropHint.php
[edit]
[-] GoogleCloudVisionV1p4beta1TextAnnotationTextProperty.php
[edit]
[-] GoogleCloudVisionV1p4beta1Vertex.php
[edit]
[-] GoogleCloudVisionV1p2beta1GcsSource.php
[edit]
[-] GoogleCloudVisionV1p2beta1AnnotateFileResponse.php
[edit]
[-] ListOperationsResponse.php
[edit]
[-] GoogleCloudVisionV1p4beta1WebDetectionWebPage.php
[edit]
[-] GoogleCloudVisionV1p1beta1Paragraph.php
[edit]
[-] GoogleCloudVisionV1p4beta1Property.php
[edit]
[-] GoogleCloudVisionV1p4beta1Symbol.php
[edit]
[-] GoogleCloudVisionV1p3beta1FaceAnnotationLandmark.php
[edit]
[-] GoogleCloudVisionV1p3beta1Paragraph.php
[edit]
[-] GoogleCloudVisionV1p3beta1WebDetectionWebEntity.php
[edit]
[-] ReferenceImage.php
[edit]
[-] GoogleCloudVisionV1p4beta1OutputConfig.php
[edit]
[-] GoogleCloudVisionV1p4beta1SafeSearchAnnotation.php
[edit]
[-] GoogleCloudVisionV1p2beta1Product.php
[edit]
[-] GoogleCloudVisionV1p3beta1InputConfig.php
[edit]
[-] GoogleCloudVisionV1p2beta1WebDetectionWebLabel.php
[edit]
[-] GoogleCloudVisionV1p3beta1DominantColorsAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1ImageProperties.php
[edit]
[-] BatchAnnotateImagesResponse.php
[edit]
[-] LocalizedObjectAnnotation.php
[edit]
[-] GoogleCloudVisionV1p2beta1TextAnnotation.php
[edit]
[-] GoogleCloudVisionV1p2beta1Vertex.php
[edit]
[-] GoogleCloudVisionV1p1beta1ProductKeyValue.php
[edit]
[-] GoogleCloudVisionV1p1beta1WebDetectionWebEntity.php
[edit]
[-] GoogleCloudVisionV1p1beta1Property.php
[edit]
[-] Image.php
[edit]
[-] GoogleCloudVisionV1p1beta1SafeSearchAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1FaceAnnotationLandmark.php
[edit]
[-] RemoveProductFromProductSetRequest.php
[edit]
[-] GoogleCloudVisionV1p1beta1Symbol.php
[edit]
[-] GoogleCloudVisionV1p2beta1Block.php
[edit]
[-] GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak.php
[edit]
[-] GoogleCloudVisionV1p1beta1Vertex.php
[edit]
[-] GoogleCloudVisionV1p3beta1OutputConfig.php
[edit]
[-] GoogleCloudVisionV1p3beta1AnnotateImageResponse.php
[edit]
[-] GoogleCloudVisionV1p3beta1WebDetectionWebImage.php
[edit]
[-] GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak.php
[edit]
[-] GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse.php
[edit]
[-] GoogleCloudVisionV1p3beta1FaceAnnotation.php
[edit]
[-] AsyncBatchAnnotateFilesResponse.php
[edit]
[-] GoogleCloudVisionV1p4beta1WebDetection.php
[edit]
[-] GoogleCloudVisionV1p3beta1Vertex.php
[edit]
[-] GoogleCloudVisionV1p3beta1EntityAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1ImageProperties.php
[edit]
[-] GoogleCloudVisionV1p1beta1DominantColorsAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1Position.php
[edit]
[-] GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1ProductSearchResultsResult.php
[edit]
[-] AsyncBatchAnnotateImagesRequest.php
[edit]
[-] KeyValue.php
[edit]
[-] GoogleCloudVisionV1p3beta1ProductSearchResultsResult.php
[edit]
[-] GoogleCloudVisionV1p1beta1BoundingPoly.php
[edit]
[-] GoogleCloudVisionV1p2beta1WebDetectionWebEntity.php
[edit]
[-] GoogleCloudVisionV1p4beta1ReferenceImage.php
[edit]
[-] GoogleCloudVisionV1p4beta1FaceAnnotationLandmark.php
[edit]
[-] WebEntity.php
[edit]
[-] ProductSet.php
[edit]
[-] GoogleCloudVisionV1p2beta1WebDetection.php
[edit]
[-] GoogleCloudVisionV1p3beta1Position.php
[edit]
[-] GoogleCloudVisionV1p1beta1WebDetectionWebPage.php
[edit]
[-] GoogleCloudVisionV1p4beta1WebDetectionWebLabel.php
[edit]
[-] VisionEmpty.php
[edit]
[-] GoogleCloudVisionV1p3beta1WebDetectionWebPage.php
[edit]
[-] GoogleCloudVisionV1p2beta1ProductSearchResults.php
[edit]
[-] CropHintsAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1TextAnnotationTextProperty.php
[edit]
[-] GoogleCloudVisionV1p3beta1SafeSearchAnnotation.php
[edit]
[-] GoogleCloudVisionV1p2beta1ProductSearchResultsResult.php
[edit]
[-] GoogleCloudVisionV1p4beta1TextAnnotation.php
[edit]
[-] SafeSearchAnnotation.php
[edit]
[-] WebImage.php
[edit]
[-] GoogleCloudVisionV1p4beta1ProductKeyValue.php
[edit]
[-] GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse.php
[edit]
[-] GoogleCloudVisionV1p3beta1TextAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1DominantColorsAnnotation.php
[edit]
[-] GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage.php
[edit]
[-] GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage.php
[edit]
[-] GoogleCloudVisionV1p2beta1Word.php
[edit]
[-] GoogleCloudVisionV1p3beta1ReferenceImage.php
[edit]
[-] GoogleCloudVisionV1p3beta1ImageAnnotationContext.php
[edit]
[-] TextAnnotation.php
[edit]
[+]
Resource
[-] GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse.php
[edit]
[-] GoogleCloudVisionV1p2beta1Symbol.php
[edit]
[-] WebPage.php
[edit]
[-] Paragraph.php
[edit]
[-] GoogleCloudVisionV1p2beta1Property.php
[edit]
[-] GoogleCloudVisionV1p3beta1WebDetection.php
[edit]
[-] Landmark.php
[edit]
[-] LatLongRect.php
[edit]
[-] AddProductToProductSetRequest.php
[edit]
[-] GoogleCloudVisionV1p2beta1ImageAnnotationContext.php
[edit]
[-] GoogleCloudVisionV1p1beta1ImageAnnotationContext.php
[edit]
[-] GoogleCloudVisionV1p3beta1OperationMetadata.php
[edit]
[-] CancelOperationRequest.php
[edit]
[-] GoogleCloudVisionV1p2beta1LocationInfo.php
[edit]
[-] GoogleCloudVisionV1p2beta1ColorInfo.php
[edit]
[-] GoogleCloudVisionV1p4beta1Block.php
[edit]
[-] GoogleCloudVisionV1p2beta1ImageProperties.php
[edit]
[-] GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php
[edit]
[-] Page.php
[edit]
[-] TextProperty.php
[edit]
[-] GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse.php
[edit]
[-] Feature.php
[edit]
[-] Status.php
[edit]
[-] GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse.php
[edit]
[-] GoogleCloudVisionV1p2beta1Page.php
[edit]
[-] GoogleCloudVisionV1p4beta1Paragraph.php
[edit]
[-] GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage.php
[edit]
[-] GoogleCloudVisionV1p2beta1EntityAnnotation.php
[edit]
[-] GoogleCloudVisionV1p2beta1OperationMetadata.php
[edit]
[-] GoogleCloudVisionV1p2beta1WebDetectionWebImage.php
[edit]
[-] Product.php
[edit]
[-] GoogleCloudVisionV1p4beta1Product.php
[edit]
[-] GoogleCloudVisionV1p3beta1GcsSource.php
[edit]
[-] GoogleCloudVisionV1p1beta1Product.php
[edit]
[-] GoogleCloudVisionV1p2beta1WebDetectionWebPage.php
[edit]
[-] OperationMetadata.php
[edit]
[-] GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.php
[edit]
[-] GoogleCloudVisionV1p4beta1WebDetectionWebEntity.php
[edit]
[-] GoogleCloudVisionV1p3beta1TextAnnotationTextProperty.php
[edit]
[-] GoogleCloudVisionV1p1beta1ProductSearchResultsResult.php
[edit]
[-] GoogleCloudVisionV1p2beta1ProductKeyValue.php
[edit]
[-] GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse.php
[edit]
[-] ImageProperties.php
[edit]
[-] GoogleCloudVisionV1p3beta1NormalizedVertex.php
[edit]
[-] GoogleCloudVisionV1p4beta1CropHintsAnnotation.php
[edit]
[-] GoogleCloudVisionV1p3beta1Block.php
[edit]
[-] WebDetectionParams.php
[edit]
[-] GoogleCloudVisionV1p1beta1Page.php
[edit]
[-] GoogleCloudVisionV1p4beta1AnnotateImageResponse.php
[edit]
[-] ImportProductSetsRequest.php
[edit]
[-] AsyncBatchAnnotateImagesResponse.php
[edit]
[-] GoogleCloudVisionV1p3beta1ProductSearchResults.php
[edit]
[-] GoogleCloudVisionV1p2beta1Position.php
[edit]
[-] LatLng.php
[edit]
[-] GoogleCloudVisionV1p3beta1LocationInfo.php
[edit]
[-] GoogleCloudVisionV1p4beta1ImportProductSetsResponse.php
[edit]
[-] GoogleCloudVisionV1p2beta1InputConfig.php
[edit]
[-] ListReferenceImagesResponse.php
[edit]
[-] GoogleCloudVisionV1p1beta1OutputConfig.php
[edit]
[-] GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse.php
[edit]
[-] GoogleCloudVisionV1p3beta1AnnotateFileResponse.php
[edit]
[-] GoogleCloudVisionV1p3beta1Property.php
[edit]
[-] ColorInfo.php
[edit]
[-] TextDetectionParams.php
[edit]
[-] ImportProductSetsInputConfig.php
[edit]
[-] GoogleCloudVisionV1p4beta1NormalizedVertex.php
[edit]
[-] GoogleCloudVisionV1p1beta1FaceAnnotation.php
[edit]
[-] ImageAnnotationContext.php
[edit]
[-] GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak.php
[edit]
[-] GoogleCloudVisionV1p4beta1FaceAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse.php
[edit]
[-] AnnotateImageRequest.php
[edit]
[-] GoogleCloudVisionV1p4beta1FaceRecognitionResult.php
[edit]
[-] Result.php
[edit]
[-] WebDetection.php
[edit]
[-] ImageSource.php
[edit]
[-] GoogleCloudVisionV1p3beta1Word.php
[edit]
[-] GoogleCloudVisionV1p1beta1WebDetectionWebImage.php
[edit]
[-] BatchAnnotateImagesRequest.php
[edit]
[-] GoogleCloudVisionV1p1beta1Position.php
[edit]
[-] AnnotateFileRequest.php
[edit]
[-] GoogleCloudVisionV1p1beta1LocationInfo.php
[edit]
[-] GoogleCloudVisionV1p2beta1AnnotateImageResponse.php
[edit]
[-] InputConfig.php
[edit]
[-] AsyncBatchAnnotateFilesRequest.php
[edit]
[-] GoogleCloudVisionV1p1beta1Block.php
[edit]
[-] BoundingPoly.php
[edit]
[-] GoogleCloudVisionV1p1beta1ProductSearchResults.php
[edit]
[-] GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.php
[edit]
[-] GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation.php
[edit]
[-] GoogleCloudVisionV1p1beta1AnnotateFileResponse.php
[edit]
[-] OutputConfig.php
[edit]
[-] GoogleCloudVisionV1p1beta1AnnotateImageResponse.php
[edit]
[-] Symbol.php
[edit]
[-] GoogleCloudVisionV1p3beta1Symbol.php
[edit]
[-] GoogleCloudVisionV1p3beta1ImportProductSetsResponse.php
[edit]
[-] GoogleCloudVisionV1p4beta1GcsDestination.php
[edit]
[-] GoogleCloudVisionV1p4beta1InputConfig.php
[edit]
[-] WebLabel.php
[edit]
[-] GoogleCloudVisionV1p3beta1CropHint.php
[edit]
[-] LocationInfo.php
[edit]
[-] GoogleCloudVisionV1p4beta1LocationInfo.php
[edit]
[-] DominantColorsAnnotation.php
[edit]
[-] GoogleCloudVisionV1p4beta1GcsSource.php
[edit]
[-] AsyncAnnotateFileResponse.php
[edit]
[-] GoogleCloudVisionV1p2beta1CropHint.php
[edit]
[-] GoogleCloudVisionV1p4beta1Celebrity.php
[edit]
[-] Operation.php
[edit]
[-] ListProductSetsResponse.php
[edit]
[-] GoogleCloudVisionV1p2beta1GcsDestination.php
[edit]
[-] GoogleCloudVisionV1p2beta1FaceAnnotationLandmark.php
[edit]
[-] GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak.php
[edit]
[-] DetectedBreak.php
[edit]
[-] ListProductsInProductSetResponse.php
[edit]
[-] Property.php
[edit]
[-] AnnotateFileResponse.php
[edit]