You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When constructing a Document for analysis, the content can either be raw bytes from the request or a reference to an object in a Cloud Storage bucket (gcsContentUri).
@tseaver What approach have we taken in similar situations where one service "reaches into" another? I could construct a method which accepts a reference to a gcloud.storage.blob.Blob or just accept bucket and object names as strings and construct the gs://{bucket}/{obj} string for the user. WDYT?
/v1beta1/documents:analyzeEntities
/v1beta1/documents:analyzeSentiment
/v1beta1/documents:annotateText
The text was updated successfully, but these errors were encountered: