2
answers
6
watching
1,027
views

You make a Language service API call.

You call the following URL.

 

You send the following request body.

{ "documents": [ { "language": "en", "id": "1", "text": "Our tour guide took us up the Space Needle during our trip to Seattle last week." } ] }

You receive the following response body.

{ "statistics": { "documentsCount": 1, "validDocumentsCount": 1, "erroneousDocumentsCount": 0, "transactionsCount": 1 }, "documents": [{ "id": "1", "score": 0.5, "statistics": { "charactersCount": 80, "transactionsCount": 1 } }], "errors": [] }

There are multiple documents being analyzed.

Select Yes if the statement is true. Otherwise, select No.

Select only one answer.

Yes No  

For unlimited access to Homework Help, a Homework+ subscription is required.

Avatar image
Liked by jixi0901 and 3 others

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Avatar image
Liked by jixi0901 and 3 others
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in