- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Creates annotation inside asset.
HTTP request
POST https://visionai.googleapis.com/v1alpha1/{parent=projects/*/locations/*/corpora/*/assets/*}/annotations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this annotation will be created. Format: |
Query parameters
Parameters | |
---|---|
annotationId |
Optional. The ID to use for the annotation, which will become the final component of the annotation's resource name if user choose to specify. Otherwise, annotation id will be generated by system. This value should be up to 63 characters, and valid characters are /[a-z][0-9]-/. The first character must be a letter, the last could be a letter or a number. |
Request body
The request body contains an instance of Annotation
.
Response body
If successful, the response body contains a newly created instance of Annotation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
visionai.annotations.create
For more information, see the IAM documentation.