Vision_v1Functions
object 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(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(argument: suspend GetProductSetPlainArgsBuilder.() -> Unit): GetProductSetResult
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(argument: suspend GetReferenceImagePlainArgsBuilder.() -> Unit): GetReferenceImageResult
suspend fun getReferenceImage(location: String, productId: String, project: String? = null, referenceImageId: String): GetReferenceImageResult