ReadHeaders Class

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

public class ReadHeaders

Defines headers for Read operation.

Constructor Summary

Constructor Description
ReadHeaders()

Method Summary

Modifier and Type Method and Description
String operationLocation()

Get the operationLocation value.

ReadHeaders withOperationLocation(String operationLocation)

Set the operationLocation value.

Methods inherited from java.lang.Object

Constructor Details

ReadHeaders

public ReadHeaders()

Method Details

operationLocation

public String operationLocation()

Get the operationLocation value.

Returns:

the operationLocation value

withOperationLocation

public ReadHeaders withOperationLocation(String operationLocation)

Set the operationLocation value.

Parameters:

operationLocation - the operationLocation value to set

Returns:

the ReadHeaders object itself.

Applies to