ReadInStreamHeaders Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.computervision.models.ReadInStreamHeaders

public class ReadInStreamHeaders

Defines headers for ReadInStream operation.

Constructor Summary

Constructor Description
ReadInStreamHeaders()

Method Summary

Modifier and Type Method and Description
String operationLocation()

Get the operationLocation value.

ReadInStreamHeaders withOperationLocation(String operationLocation)

Set the operationLocation value.

Methods inherited from java.lang.Object

Constructor Details

ReadInStreamHeaders

public ReadInStreamHeaders()

Method Details

operationLocation

public String operationLocation()

Get the operationLocation value.

Returns:

the operationLocation value

withOperationLocation

public ReadInStreamHeaders withOperationLocation(String operationLocation)

Set the operationLocation value.

Parameters:

operationLocation - the operationLocation value to set

Returns:

the ReadInStreamHeaders object itself.

Applies to