BatchRecognizeResponse

Response message for recognizers.batchRecognize that is packaged into a longrunning Operation.

JSON representation
{
  "results": {
    string: {
      object (BatchRecognizeFileResult)
    },
    ...
  },
  "totalBilledDuration": string
}
Fields
results

map (key: string, value: object (BatchRecognizeFileResult))

Map from filename to the final result for that file.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

totalBilledDuration

string (Duration format)

When available, billed audio seconds for the corresponding request.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".