class ImageContext extends Collection (View source)

Properties

protected $collection_key
protected $cropHintsParamsType
protected $cropHintsParamsDataType
string[] $languageHints
protected $latLongRectType
protected $latLongRectDataType
protected $productSearchParamsType
protected $productSearchParamsDataType
protected $textDetectionParamsType
protected $textDetectionParamsDataType
protected $webDetectionParamsType
protected $webDetectionParamsDataType

Methods

setCropHintsParams(CropHintsParams $cropHintsParams)

No description

setLanguageHints($languageHints)

No description

string[]
getLanguageHints()

No description

setLatLongRect(LatLongRect $latLongRect)

No description

getLatLongRect()

No description

setProductSearchParams(ProductSearchParams $productSearchParams)

No description

setTextDetectionParams(TextDetectionParams $textDetectionParams)

No description

setWebDetectionParams(WebDetectionParams $webDetectionParams)

No description

Details

setCropHintsParams(CropHintsParams $cropHintsParams)

No description

Parameters

CropHintsParams $cropHintsParams

CropHintsParams getCropHintsParams()

No description

Return Value

CropHintsParams

setLanguageHints($languageHints)

No description

Parameters

$languageHints

string[] getLanguageHints()

No description

Return Value

string[]

setLatLongRect(LatLongRect $latLongRect)

No description

Parameters

LatLongRect $latLongRect

LatLongRect getLatLongRect()

No description

Return Value

LatLongRect

setProductSearchParams(ProductSearchParams $productSearchParams)

No description

Parameters

ProductSearchParams $productSearchParams

ProductSearchParams getProductSearchParams()

No description

Return Value

ProductSearchParams

setTextDetectionParams(TextDetectionParams $textDetectionParams)

No description

Parameters

TextDetectionParams $textDetectionParams

TextDetectionParams getTextDetectionParams()

No description

Return Value

TextDetectionParams

setWebDetectionParams(WebDetectionParams $webDetectionParams)

No description

Parameters

WebDetectionParams $webDetectionParams

WebDetectionParams getWebDetectionParams()

No description

Return Value

WebDetectionParams