class AnnotateImageResponse extends Collection (View source)

Properties

protected $collection_key
protected $contextType
protected $contextDataType
protected $cropHintsAnnotationType
protected $cropHintsAnnotationDataType
protected $errorType
protected $errorDataType
protected $faceAnnotationsType
protected $faceAnnotationsDataType
protected $fullTextAnnotationType
protected $fullTextAnnotationDataType
protected $imagePropertiesAnnotationType
protected $imagePropertiesAnnotationDataType
protected $labelAnnotationsType
protected $labelAnnotationsDataType
protected $landmarkAnnotationsType
protected $landmarkAnnotationsDataType
protected $localizedObjectAnnotationsType
protected $localizedObjectAnnotationsDataType
protected $logoAnnotationsType
protected $logoAnnotationsDataType
protected $productSearchResultsType
protected $productSearchResultsDataType
protected $safeSearchAnnotationType
protected $safeSearchAnnotationDataType
protected $textAnnotationsType
protected $textAnnotationsDataType
protected $webDetectionType
protected $webDetectionDataType

Methods

setContext(ImageAnnotationContext $context)

No description

setCropHintsAnnotation(CropHintsAnnotation $cropHintsAnnotation)

No description

setError(Status $error)

No description

getError()

No description

setFaceAnnotations($faceAnnotations)

No description

getFaceAnnotations()

No description

setFullTextAnnotation(TextAnnotation $fullTextAnnotation)

No description

setImagePropertiesAnnotation(ImageProperties $imagePropertiesAnnotation)

No description

setLabelAnnotations($labelAnnotations)

No description

setLandmarkAnnotations($landmarkAnnotations)

No description

setLocalizedObjectAnnotations($localizedObjectAnnotations)

No description

setLogoAnnotations($logoAnnotations)

No description

setProductSearchResults(ProductSearchResults $productSearchResults)

No description

setSafeSearchAnnotation(SafeSearchAnnotation $safeSearchAnnotation)

No description

setTextAnnotations($textAnnotations)

No description

setWebDetection(WebDetection $webDetection)

No description

getWebDetection()

No description

Details

setContext(ImageAnnotationContext $context)

No description

Parameters

ImageAnnotationContext $context

ImageAnnotationContext getContext()

No description

Return Value

ImageAnnotationContext

setCropHintsAnnotation(CropHintsAnnotation $cropHintsAnnotation)

No description

Parameters

CropHintsAnnotation $cropHintsAnnotation

CropHintsAnnotation getCropHintsAnnotation()

No description

Return Value

CropHintsAnnotation

setError(Status $error)

No description

Parameters

Status $error

Status getError()

No description

Return Value

Status

setFaceAnnotations($faceAnnotations)

No description

Parameters

$faceAnnotations

FaceAnnotation[] getFaceAnnotations()

No description

Return Value

FaceAnnotation[]

setFullTextAnnotation(TextAnnotation $fullTextAnnotation)

No description

Parameters

TextAnnotation $fullTextAnnotation

TextAnnotation getFullTextAnnotation()

No description

Return Value

TextAnnotation

setImagePropertiesAnnotation(ImageProperties $imagePropertiesAnnotation)

No description

Parameters

ImageProperties $imagePropertiesAnnotation

ImageProperties getImagePropertiesAnnotation()

No description

Return Value

ImageProperties

setLabelAnnotations($labelAnnotations)

No description

Parameters

$labelAnnotations

EntityAnnotation[] getLabelAnnotations()

No description

Return Value

EntityAnnotation[]

setLandmarkAnnotations($landmarkAnnotations)

No description

Parameters

$landmarkAnnotations

EntityAnnotation[] getLandmarkAnnotations()

No description

Return Value

EntityAnnotation[]

setLocalizedObjectAnnotations($localizedObjectAnnotations)

No description

Parameters

$localizedObjectAnnotations

LocalizedObjectAnnotation[] getLocalizedObjectAnnotations()

No description

Return Value

LocalizedObjectAnnotation[]

setLogoAnnotations($logoAnnotations)

No description

Parameters

$logoAnnotations

EntityAnnotation[] getLogoAnnotations()

No description

Return Value

EntityAnnotation[]

setProductSearchResults(ProductSearchResults $productSearchResults)

No description

Parameters

ProductSearchResults $productSearchResults

ProductSearchResults getProductSearchResults()

No description

Return Value

ProductSearchResults

setSafeSearchAnnotation(SafeSearchAnnotation $safeSearchAnnotation)

No description

Parameters

SafeSearchAnnotation $safeSearchAnnotation

SafeSearchAnnotation getSafeSearchAnnotation()

No description

Return Value

SafeSearchAnnotation

setTextAnnotations($textAnnotations)

No description

Parameters

$textAnnotations

EntityAnnotation[] getTextAnnotations()

No description

Return Value

EntityAnnotation[]

setWebDetection(WebDetection $webDetection)

No description

Parameters

WebDetection $webDetection

WebDetection getWebDetection()

No description

Return Value

WebDetection