Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

GetAreaOfInterestInStreamResponse type

Contains response data for the getAreaOfInterestInStream operation.

type GetAreaOfInterestInStreamResponse = AreaOfInterestResult & {
 _response: msRest.HttpResponse & {
 bodyAsText: string
 parsedBody: AreaOfInterestResult
 }
}