19
answers
1
watching
349
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": []

}

The showStats=true parameter results in a statistics node in the API response.

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

Select only one answer.

1.  Yes

2.  No

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

Avatar image
Read by 1 person

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in
Avatar image
Read by 2 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 3 people
Already have an account? Log in
Avatar image
Read by 4 people
Already have an account? Log in

Related questions

Weekly leaderboard

Start filling in the gaps now
Log in