Vision_v1Functions

Functions

Link copied to clipboard

Gets information associated with a Product. Possible errors: * Returns NOT_FOUND if the Product does not exist.

suspend fun getProduct(argument: suspend GetProductPlainArgsBuilder.() -> Unit): GetProductResult
suspend fun getProduct(location: String, productId: String, project: String? = null): GetProductResult
Link copied to clipboard

Gets information associated with a ProductSet. Possible errors: * Returns NOT_FOUND if the ProductSet does not exist.

suspend fun getProductSet(location: String, productSetId: String, project: String? = null): GetProductSetResult
Link copied to clipboard

Gets information associated with a ReferenceImage. Possible errors: * Returns NOT_FOUND if the specified image does not exist.

suspend fun getReferenceImage(location: String, productId: String, project: String? = null, referenceImageId: String): GetReferenceImageResult