ReadHeaders Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ReadHeaders
- com.
public class ReadHeaders
Defines headers for Read operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
operationLocation()
Get the operationLocation value. |
Read |
withOperationLocation(String operationLocation)
Set the operationLocation value. |
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.